diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2004-04-27 03:59:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2004-04-27 03:59:09 +0000 |
commit | f5842774f486e7b1ab16ea48325410afc73476f6 (patch) | |
tree | 400cd0b03335e52109f956ef807a49d06c123f57 /gas/ChangeLog | |
parent | 1829f4b2af96932cb1c6aeca4815c7c5dd706f3d (diff) | |
download | gdb-f5842774f486e7b1ab16ea48325410afc73476f6.zip gdb-f5842774f486e7b1ab16ea48325410afc73476f6.tar.gz gdb-f5842774f486e7b1ab16ea48325410afc73476f6.tar.bz2 |
binutils/
2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
* readelf.c (do_section_groups): New.
(options): Add --section-groups/-g.
(usage): Mention --section-groups/-g.
(parse_args): Support --section-groups/-g.
(get_group_flags): New.
(process_section_groups): New.
(process_object): Call process_section_groups.
gas/
2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
* config/obj-elf.c (obj_elf_change_section): Check if the old
group name is NULL before comparison.
gas/testsuite/
2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
* gas/elf/elf.exp: Add group0a, group0b and group1 for section
group.
* gas/elf/group0.s: New file.
* gas/elf/group0a.d: Likewise.
* gas/elf/group0b.d: Likewise.
* gas/elf/group1.e: Likewise.
* gas/elf/group1.s: Likewise.
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 7a4f663..08a4750 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 H.J. Lu <hongjiu.lu@intel.com> + + * config/obj-elf.c (obj_elf_change_section): Check if the old + group name is NULL before comparison. + 2004-04-23 Chris Demetriou <cgd@broadcom.com> * config/tc-mips.h (mips_dwarf2_addr_size): Prototype. |