diff options
author | Ken Raeburn <raeburn@cygnus> | 1993-08-06 19:27:43 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1993-08-06 19:27:43 +0000 |
commit | b114e49215793566e297db6362836e12b701f476 (patch) | |
tree | 42085e3023e9064777abf7b1b5c6b570e78e969b /gas | |
parent | d37258ccdd7e17c553bc3efb326d9614e6232ed9 (diff) | |
download | gdb-b114e49215793566e297db6362836e12b701f476.zip gdb-b114e49215793566e297db6362836e12b701f476.tar.gz gdb-b114e49215793566e297db6362836e12b701f476.tar.bz2 |
changes to write.c, obj-elf.c, tc-sparc.c
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0df4423..437a56a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Fri Aug 6 15:22:53 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + + * config/tc-sparc.c (md_apply_fix, case BFD_RELOC_32): Fill in + bytes with real values, not zeros. + Fri Aug 6 10:57:59 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * configure.in (mips-*-riscos*, mips-*-sysv*): New (untested) @@ -8,8 +13,15 @@ Fri Aug 6 10:57:59 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) Thu Aug 5 13:08:56 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) + * config/obj-elf.c (obj_pseudo_table): Handle ".8byte". + * read.c (emit_expr): Use BFD_RELOC_64 for 8-byte expressions. + * write.c (write_object_file): Test DEBUG_SYMS instead of DEBUG + for verifying symbol chain. + (merge_data_into_text, relax_and_size_all_segments): New + functions, split out from write_object_file. + Tue Aug 3 15:43:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * config/obj-elf.c (obj_elf_stab_generic, in disabled code): If |