public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Set NOP in 32-bit sparc emulparams
@ 2010-09-20 18:31 David Miller
  2010-09-20 18:34 ` Jakub Jelinek
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-09-20 18:31 UTC (permalink / raw)
  To: binutils


This makes sure that NOP emission for alignments done by the linker
are created correctly, and this matches the 64-bit sparc setting.

Ok to commit?

ld/

2010-09-20  David S. Miller  <davem@davemloft.net>

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

diff --git a/ld/emulparams/elf32_sparc.sh b/ld/emulparams/elf32_sparc.sh
index aef813e..13af316 100644
--- a/ld/emulparams/elf32_sparc.sh
+++ b/ld/emulparams/elf32_sparc.sh
@@ -14,4 +14,5 @@ TEMPLATE_NAME=elf32
 DATA_PLT=
 GENERATE_SHLIB_SCRIPT=yes
 GENERATE_PIE_SCRIPT=yes
+NOP=0x01000000
 NO_SMALL_DATA=yes

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Set NOP in 32-bit sparc emulparams
  2010-09-20 18:31 [PATCH] Set NOP in 32-bit sparc emulparams David Miller
@ 2010-09-20 18:34 ` Jakub Jelinek
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Jelinek @ 2010-09-20 18:34 UTC (permalink / raw)
  To: David Miller; +Cc: binutils

On Mon, Sep 20, 2010 at 11:31:45AM -0700, David Miller wrote:
> 
> This makes sure that NOP emission for alignments done by the linker
> are created correctly, and this matches the 64-bit sparc setting.
> 
> Ok to commit?

Yes, thanks.

> 2010-09-20  David S. Miller  <davem@davemloft.net>
> 
> 	* emulparams/elf32_sparc.sh: Set NOP to 0x01000000
> 
> diff --git a/ld/emulparams/elf32_sparc.sh b/ld/emulparams/elf32_sparc.sh
> index aef813e..13af316 100644
> --- a/ld/emulparams/elf32_sparc.sh
> +++ b/ld/emulparams/elf32_sparc.sh
> @@ -14,4 +14,5 @@ TEMPLATE_NAME=elf32
>  DATA_PLT=
>  GENERATE_SHLIB_SCRIPT=yes
>  GENERATE_PIE_SCRIPT=yes
> +NOP=0x01000000
>  NO_SMALL_DATA=yes

	Jakub

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-20 18:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-20 18:31 [PATCH] Set NOP in 32-bit sparc emulparams David Miller
2010-09-20 18:34 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).