Ken Raeburn
0c3cab7aac
Add TODO list item from observing Solaris assembler.
1993-12-21 17:54:38 +00:00
Ken Raeburn
a2805287bd
changes so far
1993-12-21 17:47:38 +00:00
Ken Raeburn
cd83759cfa
(coff_write_relocs) [SWAP_OUT_RELOC_OFFSET]: Copy addend to r_offset field.
1993-12-21 17:41:45 +00:00
Ken Raeburn
4d4023b875
added coff-sparc.c to CFILES, rebuilt dependencies
1993-12-21 17:27:20 +00:00
Ken Raeburn
29c4b8befb
(aix386_core_file_p): Use cd_regs[0] for computing the offsetof because AIX
...
/bin/cc does not like to take the address of an array. (From Minh Tran-Le.)
1993-12-21 17:24:10 +00:00
Ken Raeburn
0a75cb6cd8
sparc-coff reloc, symbols.c BSF_* changes
1993-12-20 21:54:33 +00:00
Ken Raeburn
e67a0640a0
* write.c (adjust_reloc_syms) [RELOC_REQUIRES_SYMBOL]: If no symbol is present
...
(i.e., relocation against absolute), create a phony local symbol, and use it in
the reloc.
(fixup_segment): When adjusting a reloc with an absolute symbol, have
TC_FORCE_RELOCATION control clearing add_symbolP too.
* config/tc-sparc.h (RELOC_REQUIRES_SYMBOL): Define.
1993-12-20 21:53:01 +00:00
David D. Zuhn
c4e349acbf
no cvs on rs6000
1993-12-20 21:09:41 +00:00
Ken Raeburn
d3e3010b0b
md_end, listing, obj-coff changes
1993-12-20 16:58:19 +00:00
Ken Raeburn
6868afe647
* as.c (main): Only invoke md_end if it's defined as a macro.
...
* tc.h (md_end): Don't declare it.
* config/tc-*.[ch] (md_end): Deleted, in cases where it doesn't do anything.
* config/tc-vax.c (vip_end): Deleted null function.
* config/tc-mips.c (md_mips_end): Renamed from md_end.
* config/tc-mips.h (md_mips_end): Declare.
(md_end): New macro, calls md_mips_end.
* write.c (write_object_file): Don't close output file.
* as.c (main): Close output file (if needed) after calling listing_print, which
should be after calling write_object_file, which sets the frag addresses.
1993-12-20 16:48:00 +00:00
Ken Raeburn
7e1766ba87
whitespace
1993-12-20 16:43:37 +00:00
Ken Raeburn
8b13fa4e5c
* as.c (main): Call listing_print before BFD gets closed, when symbol data
...
hasn't been freed up yet.
1993-12-20 15:43:23 +00:00
Per Bothner
dbb0309d6c
* configure: If only ${target_alias} is given, use that
...
as the default for ${host_alias}.
* configure: Add missing back-slashes before nested quotes.
1993-12-20 04:44:21 +00:00
Kung Hsu
40f2446977
Modified Files:
...
ChangeLog symtab.c c-valprint.c
* symtab (decode_line_1): fix a bug when position char is not
set correctly.
* c-valprint (c_val_print): handle vtbl printing when vtbl is not
set up yet.
1993-12-17 18:51:17 +00:00
Jeff Law
93df4ec5fe
* ldmain.c (lprefix): Change default from a char to a string
...
with only one character.
(lprefix_len): Set default to one.
* ldmain.h (lprefix_len): Declare.
* ldsym.c (write_file_locals): Use strncmp rather than a character
comparison for lprefix.
* emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
correctly.
* emultmpl/hppaosf.em: Include ldexp.h.
(before_parse): Set lprefix and lprefix_len correctly.
1993-12-17 05:21:33 +00:00
Jeff Law
5ea18b5dd9
* config/tc-hppa.c (md_begin): Initialize "dummy_label".
...
(tc_gen_reloc, SOM version): For relocations which have no symbol,
set sym_ptr_ptr to dummy_label. Avoids lossage in generic BFD code.
1993-12-17 05:16:01 +00:00
Ken Raeburn
50f75add59
recent config/* & section_symbol changes
1993-12-16 21:56:03 +00:00
Ian Lance Taylor
5ddff1344f
* mips-tdep.c (read_next_frame_reg): If SIGFRAME_REG_SIZE is not
...
defined, define it as 4.
1993-12-16 21:47:59 +00:00
Ken Raeburn
c999fd9fc2
* config/tc-vax.c (tc_aout_fix_to_chars): Local variable NBYTES_R_LENGTH now
...
const.
* config/obj-*.c, config/tc-*.c: Omit superfluous "return" statements at ends
of functions. Don't check for null return from hash_new, since it won't return
at all if there's no memory available. Also, check for null return from
hash_insert, rather than zero-length string, as success indicator.
1993-12-16 21:31:22 +00:00
Ken Raeburn
a8a72d7480
read.c(lex_type): Don't make '[' a valid symbol name char.
1993-12-16 21:12:43 +00:00
Jeff Law
27405a282e
* config/m68k/nm-hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.
...
* config/m68k/tm-hp300bsd.h (REMOTE_BPT_VECTOR): Define.
* config/m68k/tm-m68k.h (REMOTE_BPT_VECTOR): Allow targets to
override.
(REMOTE_BREAKPOINT): Likewise.
1993-12-16 21:10:24 +00:00
Jeff Law
277b2d2b23
* hosts/hp300bsd.h: Correctly identify 4.3BSD vs 4.4BSD.
1993-12-16 21:07:44 +00:00
David D. Zuhn
fc3a75fb2b
update rev to 5.6(Cygnus)
1993-12-16 04:24:16 +00:00
David D. Zuhn
4db865d01a
remove gratitious s
1993-12-16 04:22:10 +00:00
David D. Zuhn
4fe2350be4
document -v flag
1993-12-16 04:18:17 +00:00
David D. Zuhn
b4f476e939
add -v flag to gprof (print version number)
1993-12-16 04:14:45 +00:00
Ken Raeburn
7387c35523
Makefile.in (RUNTEST): New variable.
...
(CHECKFLAGS): Pass it down.
1993-12-15 20:46:54 +00:00
Ken Raeburn
cf4aca575b
forgot to check in some log messages last week
1993-12-15 20:44:45 +00:00
David MacKenzie
f8af9b40a2
cleanups and mach3 changes
1993-12-15 17:08:52 +00:00
Ken Raeburn
29f5c3cb15
Some changes from trying to run test suite in California last week:
...
* Makefile.in (site.exp): Don't set ASFLAGS. Quote value of OBJDUMPFLAGS in
case it's empty. Use temporary names until the end; make creating site.exp the
final step.
(check): Pass in ASFLAGS.
* gas/all/gas.exp: Use all_ones proc. Change regexp for matching
C comments to avoid bugs in latest expect code.
1993-12-15 16:28:46 +00:00
Ken Raeburn
30d3a445c4
removed an unnecessary comment
1993-12-15 16:23:27 +00:00
Jeff Law
c97ae6e42d
* som.c (som_begin_writing): Fix thinkos in auxiliary header
...
support.
(bfd_som_attach_aux_hdr): Likewise.
1993-12-15 05:50:44 +00:00
Jeff Law
26da035165
* configure.in (hppa*-*-osf*): Do not consider this a developmental
...
configuration.
1993-12-15 05:45:45 +00:00
Jeff Law
551d2fd4cf
* config/tc-hppa.c (md_apply_fix): Handle cases where no
...
relocation will be emitted for 32bit formats.
1993-12-15 05:41:11 +00:00
Per Bothner
7509106c26
* config.guess: Recognize some Tektronix configurations.
...
From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
1993-12-15 05:28:09 +00:00
Ian Lance Taylor
553b002162
* ldlex.h: Don't declare yywrap if it is a macro.
...
* ldlex.l: Include sysdep.h.
1993-12-14 22:34:41 +00:00
Ian Lance Taylor
498fbd3c56
* ldlang.c (lang_for_each_statement_worker,
...
lang_for_each_statement): Forgot to use PARAMS.
1993-12-14 22:20:35 +00:00
Jeff Law
a36b6f1d05
* elf32-hppa.c (hppa_elf_gen_reloc_type): Handle 'T' field
...
selectors for PIC code.
* som.c (hppa_som_gen_reloc_type): Handle 'T' field selectors.
(som_write_fixups): Handle R_DLT_REL, R_FSEL, R_RSEL, R_LSEL
relocations needed by PIC.
1993-12-14 07:36:15 +00:00
Jeff Law
9d5a9b20fe
* config/tc-hppa.c (md_apply_fix): Do not call hppa_field_adjust
...
for any of the 'T' field selectors.
1993-12-14 07:34:37 +00:00
Per Bothner
e909f287a8
Implement support for Chill POWERSETs.
...
* ch-exp.y (operand_2): Implement 'Element IN PowerSet'.
* ch-typeprint.c (chill_type_print_base): Handle POWERSETs.
* ch-valprint.c (chill_val_print): Handle TYPE_CODE_SET.
* eval.c (evaluate_subexp): Implement BINOP_IN.
* expression.h (enum exp_opcode): Added BINOP_IN.
* gdbtypes.c (create_set_type), gdbtypes.h: New function.
* stabsread.c (read_type): If 'S', create a set type.
* valarith.c (value_bit_index, value_in), value.h: New functions,
for indexing in SETs.
1993-12-14 04:32:51 +00:00
Ian Lance Taylor
1400cdc51d
* Makefile.in: Added .PHONY targets where appropriate. Added some
...
comments. Also:
(gcclibdir, version): Removed unused variables.
(DEP): New variable, set to mkdep.
(ALL_CFLAGS): New variable. Used in .c.o target.
(CFILES, HFILES, GENERATED_CFILES, GENERATED_HFILES): New
variables.
(HEADERS, MANSOURCES, LDCSOURCES, GENERATED_SOURCES,
GENERATED_HEADERS, LDSOURCES, BFD_SOURCES, SOURCES): Removed
mostly obsolete variables. Adjusted remaining uses.
(DEF_EMUL): Removed variable.
(ldmain.o): Handle undefined EMUL error correctly.
(ldemul-list.h): Depend on config.status rather than Makefile.
Create via temporary file.
(ver960.c, roll, make): Removed obsolete targets.
(.dep, .dep1, dep.sed, dep, dep-in): New targets. Used to rebuild
dependencies.
1993-12-13 19:46:45 +00:00
Ian Lance Taylor
f80837391e
New file used for rebuilding dependencies.
1993-12-13 19:37:22 +00:00
Fred Fish
f3628b3985
* paread.c (pa_symfile_init): Check for the existance of stabs
...
after DBX_TEXT_SECT has been initialized.
1993-12-13 14:46:21 +00:00
Ian Lance Taylor
9f6294075e
More gcc lint.
1993-12-12 00:54:14 +00:00
Steve Chamberlain
aa53cd6714
* readline.c (rl_getc): If GO32, trim high bit from getkey,
...
otherwise fancy PC keys cause grief.
1993-12-12 00:31:44 +00:00
Steve Chamberlain
23a0b2d019
* config/h8300/tm-h8300.h (BREAKPOINT): Insn changed to sleep.
...
(DECP_PC_AFTER_BREAK): Now is 0.
* config/h8500/tm-h8500.h (REGISTER_BYTES, REGISTER_BYTE,
REGISTER_NAMES): update to new view. (INIT_EXTRA_FRAME_INFO): No
extra frame info now.
* config/sh/sh.h (NOP): Define NOP insn.
* config/z8k/tm-z8k.h (BIG): is now sim_z8001_mode.
* config/z8k/z8ksim.mt (TDEPFILES): Add remote-sim.o to list.
1993-12-12 00:08:33 +00:00
Steve Chamberlain
e34f4a4305
* config/z8k/tm-z8k.h (BIG): is now sim_z8001_mode.
...
* config/z8k/z8ksim.mt (TDEPFILES): Add remote-sim.o to list.
1993-12-12 00:07:12 +00:00
Steve Chamberlain
b4d3d0e5de
* config/sh/sh.h (NOP): Define NOP insn.
1993-12-12 00:05:54 +00:00
Steve Chamberlain
3b5b507559
* config/h8500/tm-h8500.h (REGISTER_BYTES, REGISTER_BYTE,
...
REGISTER_NAMES): update to new view. (INIT_EXTRA_FRAME_INFO): No
extra frame info now.
1993-12-12 00:05:25 +00:00
Steve Chamberlain
34f07efe01
* config/h8300/tm-h8300.h (BREAKPOINT): Insn changed to sleep.
...
(DECP_PC_AFTER_BREAK): Now is 0.
1993-12-12 00:03:31 +00:00