mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* ld/testsuite/ld-arm/script-type.ld: Update to generate symbols in a section.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||||
|
|
||||||
|
* ld-arm/script-type.ld: Update to generate symbols in a section.
|
||||||
|
|
||||||
2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
|
2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
|
|
||||||
* ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
|
* ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
SECTIONS {
|
SECTIONS {
|
||||||
foo_a = bar_a;
|
.text : {
|
||||||
foo_t = bar_t;
|
foo_a = bar_a;
|
||||||
foo_o = bar_o;
|
foo_t = bar_t;
|
||||||
.text : { *(.text) }
|
foo_o = bar_o;
|
||||||
.ARM.attribues 0 : { *(.ARM.attributes) }
|
*(.text)
|
||||||
|
}
|
||||||
|
.ARM.attribues 0 : { *(.ARM.attributes) }
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user