diff options
author | Nick Clifton <nickc@redhat.com> | 2000-06-29 23:54:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-06-29 23:54:13 +0000 |
commit | c99004323dc703af7de076ed14936983a5651520 (patch) | |
tree | b23a80725fdac138ae7d48c80e3e1bc039e74736 /gas/ChangeLog | |
parent | fbe1e41fe2fe57e6a0aebac9d3e5f4906ec74985 (diff) | |
download | gdb-c99004323dc703af7de076ed14936983a5651520.zip gdb-c99004323dc703af7de076ed14936983a5651520.tar.gz gdb-c99004323dc703af7de076ed14936983a5651520.tar.bz2 |
Do not change an existing section's attributes if a flags argument isn't
present. Warn if the new attributes don't match the section's current
attributes.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c5d81da..67f4b61 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2000-06-29 Mark Elbrecht <snowball3@bigfoot.com> + + * config/obj-coff.c (obj_coff_setcion) [BFD_ASSEMBLER]: If the + flags argument is not present, don't change an existing section's + section's attributes. If the flags argument is present, warn if the + attributes don't match the section's current attributes. When + long section names are supported, set SEC_LINK_ONCE and + SEC_LINK_DUPLICATES_DISCARD for a new .gnu.linkonce section. + Thu Jun 29 21:30:00 2000 Hans-Peter Nilsson <hp@axis.com> * config/obj-aout.c (obj_aout_type): Do not ignore for undefined |