diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2011-09-27 18:57:22 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2011-09-27 18:57:22 +0000 |
commit | c348982892627774491a14481a27f6e6ec90fc20 (patch) | |
tree | e148f45a5d91906aa0c8be4eabaf6789a71c470e /gas/ChangeLog | |
parent | 2b914c2b41098b857b931b753aabfdef525f10da (diff) | |
download | gdb-c348982892627774491a14481a27f6e6ec90fc20.zip gdb-c348982892627774491a14481a27f6e6ec90fc20.tar.gz gdb-c348982892627774491a14481a27f6e6ec90fc20.tar.bz2 |
2011-09-27 Kai Tietz <ktietz@redhat.com>
* config/obj-coff.c (obj_coff_section): Add 'e' as specifier
for marking section SEC_EXCLUDE.
2011-09-27 Kai Tietz <ktietz@redhat.com>
* gas/pe/pe.exp: Add new testcase.
* gas/pe/section-exclude.d: New file.
* gas/pe/section-exclude.s: New file.
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 4d0d622..79f7cac 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-09-27 Kai Tietz <ktietz@redhat.com> + + * config/obj-coff.c (obj_coff_section): Add 'e' as specifier + for marking section SEC_EXCLUDE. + 2011-09-22 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.22. |