* gas/elf/section5.[ls]: Use % instead of @ in .section directives.
authorNick Clifton <nickc@redhat.com>
Mon, 20 Dec 2004 15:35:53 +0000 (15:35 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 20 Dec 2004 15:35:53 +0000 (15:35 +0000)
gas/testsuite/ChangeLog
gas/testsuite/gas/elf/section5.l
gas/testsuite/gas/elf/section5.s

index 3b19181a7a05dddaa3c882cf76885b3b6619e0b1..11c7d9ddd4abd19d0f444903949090819e410b68 100644 (file)
@@ -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.
index 76e9e4ffb26348aa18f357b4f4eb7b28bbee5184..82a1b4b2ff4241daaec29b847a85a26fa84499f4 100644 (file)
 
 
 [      ]+[[: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[    ]*
index 866af52beab1f512b9de4778f1476c7d9e7d5971..c5e6c7ace574e82c6b77e788242b6761844c4d03 100644 (file)
@@ -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
This page took 0.045477 seconds and 4 git commands to generate.