diff options
author | Paul Brook <paul@codesourcery.com> | 2004-11-25 00:56:00 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2004-11-25 00:56:00 +0000 |
commit | 47cc2cf5192b9e5ad2f7571393127d8c378f8d66 (patch) | |
tree | 0e89569d218fcb5c91575ff9393766f29ea29899 /bfd/ChangeLog | |
parent | 7a851328aefe8c32e90b66e6699ed8b37cfcf4a4 (diff) | |
download | gdb-47cc2cf5192b9e5ad2f7571393127d8c378f8d66.zip gdb-47cc2cf5192b9e5ad2f7571393127d8c378f8d66.tar.gz gdb-47cc2cf5192b9e5ad2f7571393127d8c378f8d66.tar.bz2 |
2004-11-24 Paul Brook <paul@codesourcery.com>
bfd/
* elf.c (assign_section_numbers): Number SHT_GROUP sections first.
gas/testsuite/
* gas/elf/group0a.d: Adjust expected secion ordering.
* gas/elf/group1a.d: Ditto.
* gas/elf/section4.d: Ditto.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a92af7b..69ae520 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2004-11-24 Paul Brook <paul@codesourcery.com> + * elf.c (assign_section_numbers): Number SHT_GROUP sections first. + +2004-11-24 Paul Brook <paul@codesourcery.com> + * elf32-arm.c (elf32_arm_swap_symbol_in): New function. (elf32_arm_swap_symbol_out): New function. (elf32_arm_size_info): Add. |