mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 22:42:18 +00:00
* emulparams/elf32_sparc.sh: Set NOP to 0x01000000
This commit is contained in:
parent
4ff9b92471
commit
d9b807ab58
@ -1,3 +1,7 @@
|
|||||||
|
2010-09-20 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* emulparams/elf32_sparc.sh: Set NOP to 0x01000000
|
||||||
|
|
||||||
2010-09-16 Alan Modra <amodra@gmail.com>
|
2010-09-16 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
* ld.texinfo (NOLOAD): Do not erroneously state that contents will
|
* ld.texinfo (NOLOAD): Do not erroneously state that contents will
|
||||||
|
@ -14,4 +14,5 @@ TEMPLATE_NAME=elf32
|
|||||||
DATA_PLT=
|
DATA_PLT=
|
||||||
GENERATE_SHLIB_SCRIPT=yes
|
GENERATE_SHLIB_SCRIPT=yes
|
||||||
GENERATE_PIE_SCRIPT=yes
|
GENERATE_PIE_SCRIPT=yes
|
||||||
|
NOP=0x01000000
|
||||||
NO_SMALL_DATA=yes
|
NO_SMALL_DATA=yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user