mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00: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:
parent
9401f88dfe
commit
90723616dd
@ -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>
|
||||
|
||||
* gas/arm/thumb1_unified.d: New test.
|
||||
|
@ -21,6 +21,8 @@ SYMBOL TABLE:
|
||||
0+18 l .text 00000000 \$a
|
||||
0+1c l .text 00000000 \$d
|
||||
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
|
||||
|
||||
|
||||
|
@ -21,6 +21,8 @@ SYMBOL TABLE:
|
||||
0+18 l .text 00000000 \$a
|
||||
0+1c l .text 00000000 \$d
|
||||
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
|
||||
|
||||
Disassembly of section .text:
|
||||
|
@ -19,3 +19,6 @@ foo:
|
||||
.byte 9
|
||||
bar:
|
||||
.byte 10
|
||||
.data
|
||||
wibble:
|
||||
.word 0
|
||||
|
Loading…
Reference in New Issue
Block a user