public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix ld-elf/orphan testcase for mips
@ 2006-05-16 17:21 Thiemo Seufer
  2006-05-16 17:50 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: Thiemo Seufer @ 2006-05-16 17:21 UTC (permalink / raw)
  To: binutils

Hello All,

this patch places the mips .reginfo section explicitely in the linker
script, it messed up the orphan placement test.

Ok to apply for trunk and branch?


Thiemo


2006-05-16  Thiemo Seufer  <ths@mips.com>

	* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.


Index: ld/testsuite/ld-elf/orphan.ld
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-elf/orphan.ld,v
retrieving revision 1.1
diff -u -p -r1.1 orphan.ld
--- ld/testsuite/ld-elf/orphan.ld	21 Oct 2005 21:18:05 -0000	1.1
+++ ld/testsuite/ld-elf/orphan.ld	16 May 2006 11:42:02 -0000
@@ -4,4 +4,5 @@ SECTIONS
   .data : { *(.data) }
   .bss : { *(.bss) *(COMMON) }
   .note : { *(.note) }
+  .reginfo : { *(.reginfo) }
 }

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

* Re: [PATCH] Fix ld-elf/orphan testcase for mips
  2006-05-16 17:21 [PATCH] Fix ld-elf/orphan testcase for mips Thiemo Seufer
@ 2006-05-16 17:50 ` Nick Clifton
  2006-05-16 20:27   ` Daniel Jacobowitz
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2006-05-16 17:50 UTC (permalink / raw)
  To: Thiemo Seufer; +Cc: binutils

Hi Thiemo,

> 2006-05-16  Thiemo Seufer  <ths@mips.com>
> 
> 	* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.

Approved for mainline.

I doubt if Daniel will have any objections to applying this patch to the 
branch, but I'll let him say.

Cheers
   Nick



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

* Re: [PATCH] Fix ld-elf/orphan testcase for mips
  2006-05-16 17:50 ` Nick Clifton
@ 2006-05-16 20:27   ` Daniel Jacobowitz
  0 siblings, 0 replies; 3+ messages in thread
From: Daniel Jacobowitz @ 2006-05-16 20:27 UTC (permalink / raw)
  To: Nick Clifton; +Cc: Thiemo Seufer, binutils

On Tue, May 16, 2006 at 01:43:20PM +0100, Nick Clifton wrote:
> Hi Thiemo,
> 
> >2006-05-16  Thiemo Seufer  <ths@mips.com>
> >
> >	* ld-elf/orphan.ld: Add placement for MIPS .reginfo section.
> 
> Approved for mainline.
> 
> I doubt if Daniel will have any objections to applying this patch to the 
> branch, but I'll let him say.

Go ahead.

-- 
Daniel Jacobowitz
CodeSourcery

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

end of thread, other threads:[~2006-05-16 12:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-16 17:21 [PATCH] Fix ld-elf/orphan testcase for mips Thiemo Seufer
2006-05-16 17:50 ` Nick Clifton
2006-05-16 20:27   ` Daniel Jacobowitz

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).