aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2004-05-03 04:08:32 +0000
committerH.J. Lu <hjl.tools@gmail.com>2004-05-03 04:08:32 +0000
commitb9f18452d42e7998f9c0bd59ec4018f639620bbd (patch)
tree3f234a9f2189a161d0026b6ec20bf8423d2ae88a /gas/ChangeLog
parentc848556f0782e5046d8ced3570d7181c6695b096 (diff)
downloadbinutils-b9f18452d42e7998f9c0bd59ec4018f639620bbd.zip
binutils-b9f18452d42e7998f9c0bd59ec4018f639620bbd.tar.gz
binutils-b9f18452d42e7998f9c0bd59ec4018f639620bbd.tar.bz2
2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
* config/obj-elf.c (obj_elf_change_section): Allow the ".note.GNU-stack" section has SHF_EXECINSTR.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 484ed24..f4a34f2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
+ * config/obj-elf.c (obj_elf_change_section): Allow the
+ ".note.GNU-stack" section has SHF_EXECINSTR.
+
+2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
+
* config/obj-elf.c (get_section): Return bfd_boolean.
(obj_elf_change_section): Call bfd_get_section_by_name_if
instead of bfd_map_over_sections.