diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-12 18:11:52 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-12 18:11:52 +0000 |
commit | f0b556a2d321b3df9a53e00d4b42bc557d50f71c (patch) | |
tree | 1c419c251f8d3bb451818f51471b879bf02ca0c4 /gas | |
parent | 17d9e20376efa8599ef4ed4eae2f98fdfff57627 (diff) | |
download | fsf-binutils-gdb-f0b556a2d321b3df9a53e00d4b42bc557d50f71c.zip fsf-binutils-gdb-f0b556a2d321b3df9a53e00d4b42bc557d50f71c.tar.gz fsf-binutils-gdb-f0b556a2d321b3df9a53e00d4b42bc557d50f71c.tar.bz2 |
* config/tc-ppc.c (ppc_fix_adjustable): Resolve symbol values
rather than explicitly adding the frag address.
* config/obj-coff.c (coff_frob_symbol): Add a zero entry to mark
the end of the line numbers; this replaces the zero entry which
used to be added by coff_add_linesym, removed Oct 7.
(coff_adjust_section_syms): Ignore sections with no seginfo.
Update the RS/6000 assembler for recent gas changes.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7854ef3..d442aa2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 12 11:06:11 1994 Ian Lance Taylor (ian@cygnus.com) + + * config/tc-ppc.c (ppc_fix_adjustable): Resolve symbol values + rather than explicitly adding the frag address. + * config/obj-coff.c (coff_frob_symbol): Add a zero entry to mark + the end of the line numbers; this replaces the zero entry which + used to be added by coff_add_linesym, removed Oct 7. + (coff_adjust_section_syms): Ignore sections with no seginfo. + Wed Oct 12 01:41:37 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (bootstrap, bootstrap2, bootstrap3): Create a |