* emulparams/elf32_sparc.sh: Set NOP to 0x01000000

This commit is contained in:
David S. Miller 2010-09-20 18:41:15 +00:00
parent 4ff9b92471
commit d9b807ab58
2 changed files with 5 additions and 0 deletions

View File

@ -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>
* ld.texinfo (NOLOAD): Do not erroneously state that contents will

View File

@ -14,4 +14,5 @@ TEMPLATE_NAME=elf32
DATA_PLT=
GENERATE_SHLIB_SCRIPT=yes
GENERATE_PIE_SCRIPT=yes
NOP=0x01000000
NO_SMALL_DATA=yes