mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* gas/arm/mapshort.s: Add a small .data section.
* gas/arm/mapshort-eabi.d: Check the data section doesn't confuse disassembly. * gas/arm/mapshort-elf.d: Likewise.
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2007-04-20 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* gas/arm/mapshort.s: Add a small .data section.
|
||||||
|
* gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
|
||||||
|
disassembly.
|
||||||
|
* gas/arm/mapshort-elf.d: Likewise.
|
||||||
|
|
||||||
2007-04-19 Paul Brook <paul@codesourcery.com>
|
2007-04-19 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/thumb1_unified.d: New test.
|
* gas/arm/thumb1_unified.d: New test.
|
||||||
|
@ -21,6 +21,8 @@ SYMBOL TABLE:
|
|||||||
0+18 l .text 00000000 \$a
|
0+18 l .text 00000000 \$a
|
||||||
0+1c l .text 00000000 \$d
|
0+1c l .text 00000000 \$d
|
||||||
0+1f l .text 00000000 bar
|
0+1f l .text 00000000 bar
|
||||||
|
0+00 l .data 00000000 wibble
|
||||||
|
0+00 l .data 00000000 \$d
|
||||||
0+00 l d .ARM.attributes 00000000 .ARM.attributes
|
0+00 l d .ARM.attributes 00000000 .ARM.attributes
|
||||||
|
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@ SYMBOL TABLE:
|
|||||||
0+18 l .text 00000000 \$a
|
0+18 l .text 00000000 \$a
|
||||||
0+1c l .text 00000000 \$d
|
0+1c l .text 00000000 \$d
|
||||||
0+1f l .text 00000000 bar
|
0+1f l .text 00000000 bar
|
||||||
|
0+00 l .data 00000000 wibble
|
||||||
|
0+00 l .data 00000000 \$d
|
||||||
# The ELF based port does not generate a .ARM.attributes symbol
|
# The ELF based port does not generate a .ARM.attributes symbol
|
||||||
|
|
||||||
Disassembly of section .text:
|
Disassembly of section .text:
|
||||||
|
@ -19,3 +19,6 @@ foo:
|
|||||||
.byte 9
|
.byte 9
|
||||||
bar:
|
bar:
|
||||||
.byte 10
|
.byte 10
|
||||||
|
.data
|
||||||
|
wibble:
|
||||||
|
.word 0
|
||||||
|
Reference in New Issue
Block a user