diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-05-25 06:30:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-05-25 06:30:25 +0000 |
commit | c079eaf26bd72dedb4856bdb130296c153599187 (patch) | |
tree | 15a12102854f22929cb4cefcbf0ea6795d6ba39d | |
parent | 50fd1280820c4c5a3403a68d53a76dc225dd8702 (diff) | |
download | gdb-c079eaf26bd72dedb4856bdb130296c153599187.zip gdb-c079eaf26bd72dedb4856bdb130296c153599187.tar.gz gdb-c079eaf26bd72dedb4856bdb130296c153599187.tar.bz2 |
2005-05-24 H.J. Lu <hongjiu.lu@intel.com>
* gas/elf/group0b.d: Updated.
* gas/elf/group1b.d: Likewise.
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/group0b.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/group1b.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f9dada9..7705ed4 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-05-24 H.J. Lu <hongjiu.lu@intel.com> + + * gas/elf/group0b.d: Updated. + * gas/elf/group1b.d: Likewise. + 2005-05-19 Jan Beulich <jbeulich@novell.com> * gas/ia64/reloc-uw.s: New. diff --git a/gas/testsuite/gas/elf/group0b.d b/gas/testsuite/gas/elf/group0b.d index 847a86b..803b8ec 100644 --- a/gas/testsuite/gas/elf/group0b.d +++ b/gas/testsuite/gas/elf/group0b.d @@ -3,7 +3,7 @@ #source: group0.s #... -COMDAT group section `.foo_group' \[.foo_group\] contains 2 sections: +COMDAT group section \[ 1\] `.foo_group' \[.foo_group\] contains 2 sections: [ ]+\[Index\][ ]+Name [ ]+\[.*\][ ]+.foo [ ]+\[.*\][ ]+.bar diff --git a/gas/testsuite/gas/elf/group1b.d b/gas/testsuite/gas/elf/group1b.d index c7e84e8..704752b 100644 --- a/gas/testsuite/gas/elf/group1b.d +++ b/gas/testsuite/gas/elf/group1b.d @@ -3,7 +3,7 @@ #source: group1.s #... -COMDAT group section `.foo_group' \[.foo_group\] contains 1 sections: +COMDAT group section \[ 1\] `.foo_group' \[.foo_group\] contains 1 sections: [ ]+\[Index\][ ]+Name [ ]+\[.*\][ ]+.text #pass |