]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
binutils/
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Apr 2004 03:59:09 +0000 (03:59 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 27 Apr 2004 03:59:09 +0000 (03:59 +0000)
commitf5842774f486e7b1ab16ea48325410afc73476f6
tree400cd0b03335e52109f956ef807a49d06c123f57
parent1829f4b2af96932cb1c6aeca4815c7c5dd706f3d
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.
binutils/ChangeLog
binutils/readelf.c
gas/ChangeLog
gas/config/obj-elf.c
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/elf/group0.s [new file with mode: 0644]
gas/testsuite/gas/elf/group0a.d [new file with mode: 0644]
gas/testsuite/gas/elf/group0b.d [new file with mode: 0644]
gas/testsuite/gas/elf/group1.e [new file with mode: 0644]
gas/testsuite/gas/elf/group1.s [new file with mode: 0644]