aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2003-05-04 06:52:38 +0000
committerH.J. Lu <hjl.tools@gmail.com>2003-05-04 06:52:38 +0000
commit1f88a2f93a29a25ed4439aae21899f24db46aad4 (patch)
treeb82d7d7209a41e0e783f68994e004d0de208e40e /gas/testsuite
parent32e7087da9d4bc06e228f97bf9f05cefec49d98c (diff)
downloadgdb-1f88a2f93a29a25ed4439aae21899f24db46aad4.zip
gdb-1f88a2f93a29a25ed4439aae21899f24db46aad4.tar.gz
gdb-1f88a2f93a29a25ed4439aae21899f24db46aad4.tar.bz2
2003-05-03 H.J. Lu <hjl@gnu.org>
* gas/elf/symver.s: Use '%' instead of '@' in .type. * gas/elf/type.s: Likewise.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/elf/symver.s2
-rw-r--r--gas/testsuite/gas/elf/type.s8
3 files changed, 10 insertions, 5 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index d4436f4..df18933 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,10 @@
2003-05-03 H.J. Lu <hjl@gnu.org>
+ * gas/elf/symver.s: Use '%' instead of '@' in .type.
+ * gas/elf/type.s: Likewise.
+
+2003-05-03 H.J. Lu <hjl@gnu.org>
+
* gas/elf/elf.exp (run_list_test): Support pipe for readelf.
* gas/elf/type.e-m32r: Removed.
diff --git a/gas/testsuite/gas/elf/symver.s b/gas/testsuite/gas/elf/symver.s
index dd2315b..d53b136 100644
--- a/gas/testsuite/gas/elf/symver.s
+++ b/gas/testsuite/gas/elf/symver.s
@@ -1,5 +1,5 @@
.data
- .type x,@object
+ .type x,%object
.size x,4
x:
.word 12
diff --git a/gas/testsuite/gas/elf/type.s b/gas/testsuite/gas/elf/type.s
index 1e53086..fdb7646 100644
--- a/gas/testsuite/gas/elf/type.s
+++ b/gas/testsuite/gas/elf/type.s
@@ -1,18 +1,18 @@
.text
.size function,1
- .type function,@function
+ .type function,%function
function:
.byte 0x0
.data
- .type object,@object
+ .type object,%object
.size object,1
object:
.byte 0x0
- .type tls_object,@tls_object
+ .type tls_object,%tls_object
.size tls_object,1
tls_object:
.byte 0x0
- .type notype,@notype
+ .type notype,%notype
.size notype,1
notype:
.byte 0x0