diff options
author | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:55:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1999-09-12 02:55:58 +0000 |
commit | 9690c54dda4ad0095593b6b16c54db7a3036daa3 (patch) | |
tree | 6650f3555dbe6eaa50219d07447f8ca738973cbf /gas/ChangeLog | |
parent | 23dab925ad8856522f11b1aaca29a1b0c5e41034 (diff) | |
download | gdb-9690c54dda4ad0095593b6b16c54db7a3036daa3.zip gdb-9690c54dda4ad0095593b6b16c54db7a3036daa3.tar.gz gdb-9690c54dda4ad0095593b6b16c54db7a3036daa3.tar.bz2 |
1999-09-11 Donn Terry <donn@interix.com>
* config/obj-coff.c (obj_coff_endef): Don't merge labels, or
symbols which do not have a constant value, or tags with
non-tags. Remove the symbol from the list before adding it at the
end.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index a2515b3..a0b15a6 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,11 @@ 1999-09-11 Donn Terry <donn@interix.com> + * config/obj-coff.c (obj_coff_endef): Don't merge labels, or + symbols which do not have a constant value, or tags with + non-tags. Remove the symbol from the list before adding it at the + end. + * config/obj-coff.c (obj_coff_endef) [BFD_ASSEMBLER]: Handle .ef C_FCN symbol differently if TE_PE. (obj_coff_line) [BFD_ASSEMBLER]: Always use the line number which |