mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
* gdb.dwarf2/pr13961.S: Ditto.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2012-07-30 Doug Evans <dje@google.com>
|
2012-07-30 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
|
* gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
|
||||||
|
* gdb.dwarf2/pr13961.S: Ditto.
|
||||||
|
|
||||||
* gdb.dwarf2/dw4-sig-types.exp: Fix typo.
|
* gdb.dwarf2/dw4-sig-types.exp: Fix typo.
|
||||||
|
|
||||||
2012-07-30 Andrew Burgess <aburgess@broadcom.com>
|
2012-07-30 Andrew Burgess <aburgess@broadcom.com>
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
.file "fission-reread.cc"
|
.file "fission-reread.cc"
|
||||||
|
|
||||||
.globl baz
|
.globl baz
|
||||||
.bss
|
.data /* Previously this used .bss, but it's not portable. */
|
||||||
.align 4
|
.align 4
|
||||||
.type baz, @object
|
.type baz, @object
|
||||||
.size baz, 4
|
.size baz, 4
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
.file "pr13961.cc"
|
.file "pr13961.cc"
|
||||||
|
|
||||||
.globl baz
|
.globl baz
|
||||||
.bss
|
.data /* Previously this used .bss, but it's not portable. */
|
||||||
.align 4
|
.align 4
|
||||||
.type baz, @object
|
.type baz, @object
|
||||||
.size baz, 4
|
.size baz, 4
|
||||||
|
Reference in New Issue
Block a user