diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2003-07-25 16:08:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2003-07-25 16:08:28 +0000 |
commit | 8e8c182c831852d49827b896af80277242c89d59 (patch) | |
tree | f5c2a50023266950c26da70c3225ce305ffaa1ed /gas/ChangeLog | |
parent | d622ef4b20a888ff4a79e93cd98057eb9c6d4295 (diff) | |
download | gdb-8e8c182c831852d49827b896af80277242c89d59.zip gdb-8e8c182c831852d49827b896af80277242c89d59.tar.gz gdb-8e8c182c831852d49827b896af80277242c89d59.tar.bz2 |
2003-07-25 H.J. Lu <hongjiu.lu@intel.com>
* config/obj-elf.c (obj_elf_change_section): Always set section
type and flags.
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 43cfcc7..c46be5d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2003-07-25 H.J. Lu <hongjiu.lu@intel.com> + * config/obj-elf.c (obj_elf_change_section): Always set section + type and flags. + +2003-07-25 H.J. Lu <hongjiu.lu@intel.com> + * config/obj-elf.c (special_sections): Removed. (obj_elf_change_section): Call _bfd_elf_get_sec_type_attr. Set elf_section_type and elf_section_flags. |