diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-27 01:56:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-27 01:56:26 +0000 |
commit | 1af96959a194b1be6abfec4fa0f08328316cca79 (patch) | |
tree | 919c7aa46e7ca90073964cd168e59486bd0434af /gas/ChangeLog | |
parent | 1276aefac0c17c873ad778bd853aca0d4eb5b6d4 (diff) | |
download | gdb-1af96959a194b1be6abfec4fa0f08328316cca79.zip gdb-1af96959a194b1be6abfec4fa0f08328316cca79.tar.gz gdb-1af96959a194b1be6abfec4fa0f08328316cca79.tar.bz2 |
Set SEC_NEVER_LOAD when the 'n' flag is used.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1da09c4..9d25e88 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2001-02-26 Mark Elbrecht <snowball3@bigfoot.com> + + * config/obj-coff.c [BFD_ASSEMBLER] (obj_coff_section): Set + SEC_NEVER_LOAD when the 'n' flag is used. + Add SEC_NEVER_LOAD to matchflags. + 2001-02-24 Stephane Carrez <Stephane.Carrez@worldnet.fr> * symbols.c (decode_local_label_name): Initialize message_format |