aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-12-20 15:35:53 +0000
committerNick Clifton <nickc@redhat.com>2004-12-20 15:35:53 +0000
commita904de94bd216aa104128278ed8c54f0b360dce7 (patch)
tree35aec34e6c3572b04134c69831e13bdb9ee0f1b2
parent550bdea6de2e36e9828b0ebbb89a7d436dfefadc (diff)
downloadgdb-a904de94bd216aa104128278ed8c54f0b360dce7.zip
gdb-a904de94bd216aa104128278ed8c54f0b360dce7.tar.gz
gdb-a904de94bd216aa104128278ed8c54f0b360dce7.tar.bz2
* gas/elf/section5.[ls]: Use % instead of @ in .section directives.
-rw-r--r--gas/testsuite/ChangeLog5
-rw-r--r--gas/testsuite/gas/elf/section5.l12
-rw-r--r--gas/testsuite/gas/elf/section5.s12
3 files changed, 17 insertions, 12 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 3b19181..11c7d9d 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-20 Nick Clifton <nickc@redhat.com>
+
+ * gas/elf/section5.[ls]: Use % instead of @ in .section
+ directives.
+
2004-12-16 Richard Sandiford <rsandifo@redhat.com>
* gas/v850/split-lo16.{s,d}: New test.
diff --git a/gas/testsuite/gas/elf/section5.l b/gas/testsuite/gas/elf/section5.l
index 76e9e4f..82a1b4b 100644
--- a/gas/testsuite/gas/elf/section5.l
+++ b/gas/testsuite/gas/elf/section5.l
@@ -12,18 +12,18 @@
[ ]+[[:digit:]]+[ ]+.section[ ]+.test0[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.test1,[ ]*"",[ ]*@progbits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.test1,[ ]*"",[ ]*%progbits[ ]*
[ ]+[[:digit:]]+[ ]+.section[ ]+.test2[ ]*
[ ]+[[:digit:]]+[ ]+.section[ ]+.test3,[ ]*"aw"[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.test4,[ ]*"aw",[ ]*@nobits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.test4,[ ]*"aw",[ ]*%nobits[ ]*
[ ]+[[:digit:]]+[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.test1,[ ]*"aw",[ ]*@nobits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.test1,[ ]*"aw",[ ]*%nobits[ ]*
[ ]+[[:digit:]]+[ ]+.*
[ ]+[[:digit:]]+[ ]*
[ ]+[[:digit:]]+[ ]+.section[ ]+.test2,[ ]*"w"[ ]*
[ ]+[[:digit:]]+[ ]+.*
[ ]+[[:digit:]]+[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.test3,[ ]*"aw",[ ]*@progbits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.test3,[ ]*"aw",[ ]*%progbits[ ]*
[ ]+[[:digit:]]+[ ]+.*
[ ]+[[:digit:]]+[ ]*
[ ]+[[:digit:]]+[ ]+.section[ ]+.test4,[ ]*"aw"[ ]*
@@ -32,6 +32,6 @@
[ ]+[[:digit:]]+[ ]*
[ ]+[[:digit:]]+[ ]+.section[ ]+.bss,[ ]*"a"[ ]*
[ ]+[[:digit:]]+[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.data,[ ]*"aw",[ ]*@nobits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.data,[ ]*"aw",[ ]*%nobits[ ]*
[ ]+[[:digit:]]+[ ]*
-[ ]+[[:digit:]]+[ ]+.section[ ]+.bss,[ ]*"aw",[ ]*@progbits[ ]*
+[ ]+[[:digit:]]+[ ]+.section[ ]+.bss,[ ]*"aw",[ ]*%progbits[ ]*
diff --git a/gas/testsuite/gas/elf/section5.s b/gas/testsuite/gas/elf/section5.s
index 866af52..c5e6c7a 100644
--- a/gas/testsuite/gas/elf/section5.s
+++ b/gas/testsuite/gas/elf/section5.s
@@ -1,16 +1,16 @@
.section .test0
-.section .test1, "", @progbits
+.section .test1, "", %progbits
.section .test2
.section .test3, "aw"
-.section .test4, "aw", @nobits
+.section .test4, "aw", %nobits
-.section .test1, "aw", @nobits
+.section .test1, "aw", %nobits
test1: .long test1
.section .test2, "w"
test2: .long test2
-.section .test3, "aw", @progbits
+.section .test3, "aw", %progbits
test3: .long test3
.section .test4, "aw"
@@ -19,6 +19,6 @@ test3: .long test3
.section .bss, "a"
-.section .data, "aw", @nobits
+.section .data, "aw", %nobits
-.section .bss, "aw", @progbits
+.section .bss, "aw", %progbits