mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
* ld-elf/group.ld: Discard .reginfo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2007-05-18 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* ld-elf/group.ld: Discard .reginfo.
|
||||
|
||||
2007-05-18 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* ld-arm/arm-call.d: Update expected output.
|
||||
|
@ -2,4 +2,5 @@ SECTIONS
|
||||
{
|
||||
. = 0x1000;
|
||||
.text : { *(.text) *(.rodata.brlt) }
|
||||
/DISCARD/ : { *(.reginfo) }
|
||||
}
|
||||
|
Reference in New Issue
Block a user