mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 15:18:37 +08:00
* gas/elf/section5.[ls]: Use % instead of @ in .section directives.
This commit is contained in:
@ -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.
|
||||
|
@ -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[ ]*
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user