mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/group9.s: Replace .byte with .long.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-elf/group9.s: Replace .byte with .long.
|
||||||
|
|
||||||
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
|
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
|
||||||
|
|
||||||
* ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
|
* ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
|
||||||
|
@ -12,4 +12,4 @@ foo.data:
|
|||||||
.globl bar
|
.globl bar
|
||||||
.type bar,%function
|
.type bar,%function
|
||||||
bar:
|
bar:
|
||||||
.byte foo.data
|
.long foo.data
|
||||||
|
Reference in New Issue
Block a user