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 /binutils/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 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 55d9ec0..47c8d0b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +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. + 2004-04-24 Alan Modra <amodra@bigpond.net.au> * objdump.c (disassemble_section): Don't disassemble sections |