aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2008-10-03 15:08:22 +0000
committerH.J. Lu <hjl.tools@gmail.com>2008-10-03 15:08:22 +0000
commit388853f746bee8a011fc076e798a7fd770f67fbe (patch)
tree793ab9692721059fcfcd8ce4e7fc056ca7619b45 /binutils/testsuite
parent5d54918415053d7dbb6a5b8ea241102812b92bd5 (diff)
downloadgdb-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 'binutils/testsuite')
-rw-r--r--binutils/testsuite/ChangeLog9
-rw-r--r--binutils/testsuite/binutils-all/group-2.s8
-rw-r--r--binutils/testsuite/binutils-all/group-3.s12
-rw-r--r--binutils/testsuite/binutils-all/group-4.s8
-rw-r--r--binutils/testsuite/binutils-all/group.s4
-rw-r--r--binutils/testsuite/binutils-all/strip-7.d2
-rw-r--r--binutils/testsuite/binutils-all/strip-9.d2
7 files changed, 27 insertions, 18 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog
index c0fc86f..acb2bdc 100644
--- a/binutils/testsuite/ChangeLog
+++ b/binutils/testsuite/ChangeLog
@@ -1,3 +1,12 @@
+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.
+
2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/group-4.s: New.
diff --git a/binutils/testsuite/binutils-all/group-2.s b/binutils/testsuite/binutils-all/group-2.s
index 6654138..187eeda 100644
--- a/binutils/testsuite/binutils-all/group-2.s
+++ b/binutils/testsuite/binutils-all/group-2.s
@@ -1,8 +1,8 @@
.section .text.foo,"axG",%progbits,.text.foo,comdat
- .global foo
-foo:
+ .global foo2
+foo2:
.word 0
.section .data.bar,"awG",%progbits,.text.foo,comdat
- .global bar
-bar:
+ .global bar2
+bar2:
.word 0
diff --git a/binutils/testsuite/binutils-all/group-3.s b/binutils/testsuite/binutils-all/group-3.s
index 7cf76a1..eb235e8 100644
--- a/binutils/testsuite/binutils-all/group-3.s
+++ b/binutils/testsuite/binutils-all/group-3.s
@@ -1,8 +1,8 @@
- .section .text,"axG",%progbits,foo,comdat
- .global foo
-foo:
+ .section .text.foo3,"axG",%progbits,foo3,comdat
+ .global foo3
+foo3:
.word 0
- .section .data,"awG",%progbits,foo,comdat
- .global bar
-bar:
+ .section .data.bar3,"awG",%progbits,foo3,comdat
+ .global bar3
+bar3:
.word 0
diff --git a/binutils/testsuite/binutils-all/group-4.s b/binutils/testsuite/binutils-all/group-4.s
index 8eae91e..b1c8736 100644
--- a/binutils/testsuite/binutils-all/group-4.s
+++ b/binutils/testsuite/binutils-all/group-4.s
@@ -1,6 +1,6 @@
- .section .text,"axG",%progbits,foo,comdat
-foo:
+ .section .text.foo4,"axG",%progbits,foo4,comdat
+foo4:
.word 0
- .section .data,"awG",%progbits,foo,comdat
-bar:
+ .section .data.foo4,"awG",%progbits,foo4,comdat
+bar4:
.word 0
diff --git a/binutils/testsuite/binutils-all/group.s b/binutils/testsuite/binutils-all/group.s
index 21aa4be..cc1ffb6 100644
--- a/binutils/testsuite/binutils-all/group.s
+++ b/binutils/testsuite/binutils-all/group.s
@@ -1,8 +1,8 @@
- .section .text,"axG",%progbits,foo_group,comdat
+ .section .text.foo,"axG",%progbits,foo_group,comdat
.global foo
foo:
.word 0
- .section .data,"awG",%progbits,foo_group,comdat
+ .section .data.foo,"awG",%progbits,foo_group,comdat
.global bar
bar:
.word 0
diff --git a/binutils/testsuite/binutils-all/strip-7.d b/binutils/testsuite/binutils-all/strip-7.d
index 11ce8bc..791463b 100644
--- a/binutils/testsuite/binutils-all/strip-7.d
+++ b/binutils/testsuite/binutils-all/strip-7.d
@@ -11,7 +11,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/binutils/testsuite/binutils-all/strip-9.d b/binutils/testsuite/binutils-all/strip-9.d
index 2ec2fc3..7f07a0d 100644
--- a/binutils/testsuite/binutils-all/strip-9.d
+++ b/binutils/testsuite/binutils-all/strip-9.d
@@ -11,7 +11,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.*