diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-10-03 15:08:22 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-10-03 15:08:22 +0000 |
commit | 388853f746bee8a011fc076e798a7fd770f67fbe (patch) | |
tree | 793ab9692721059fcfcd8ce4e7fc056ca7619b45 /ld | |
parent | 5d54918415053d7dbb6a5b8ea241102812b92bd5 (diff) | |
download | gdb-388853f746bee8a011fc076e798a7fd770f67fbe.zip gdb-388853f746bee8a011fc076e798a7fd770f67fbe.tar.gz gdb-388853f746bee8a011fc076e798a7fd770f67fbe.tar.bz2 |
binutils/testsuite/
2008-10-03 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/group.s: Updated.
* binutils-all/group-2.s: Likewise.
* binutils-all/group-3.s: Likewise.
* binutils-all/group-4.s: Likewise.
* binutils-all/strip-7.d: Likewise.
* binutils-all/strip-9.d: Likewise.
ld/testsuite/
2008-10-03 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/group5.d: Updated.
* ld-elf/group6.d: Likewise.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/group5.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/group6.d | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 634d938..5833960 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-10-03 H.J. Lu <hongjiu.lu@intel.com> + + * ld-elf/group5.d: Updated. + * ld-elf/group6.d: Likewise. + 2008-10-03 Tristan Gingold <gingold@adacore.com> * ld-elf/stab.d: Don't run on alpha (to avoid relocation diff --git a/ld/testsuite/ld-elf/group5.d b/ld/testsuite/ld-elf/group5.d index 6c32846..7d6eff6 100644 --- a/ld/testsuite/ld-elf/group5.d +++ b/ld/testsuite/ld-elf/group5.d @@ -9,7 +9,7 @@ #... \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* #... -COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: +COMDAT group section \[[ 0-9]+\] `.group' \[foo3\] contains 2 sections: \[Index\] Name \[[ 0-9]+\] .text.* \[[ 0-9]+\] .data.* diff --git a/ld/testsuite/ld-elf/group6.d b/ld/testsuite/ld-elf/group6.d index 84525b4..b113414 100644 --- a/ld/testsuite/ld-elf/group6.d +++ b/ld/testsuite/ld-elf/group6.d @@ -9,7 +9,7 @@ #... \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.* #... -COMDAT group section \[[ 0-9]+\] `.group' \[foo\] contains 2 sections: +COMDAT group section \[[ 0-9]+\] `.group' \[foo4\] contains 2 sections: \[Index\] Name \[[ 0-9]+\] .text.* \[[ 0-9]+\] .data.* |