public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: binutils@sourceware.org
Subject: [PATCH] Fix ld-elf/orphan testcase for mips
Date: Tue, 16 May 2006 17:21:00 -0000	[thread overview]
Message-ID: <20060516115019.GD11370@networkno.de> (raw)

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

             reply	other threads:[~2006-05-16 11:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-16 17:21 Thiemo Seufer [this message]
2006-05-16 17:50 ` Nick Clifton
2006-05-16 20:27   ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060516115019.GD11370@networkno.de \
    --to=ths@networkno.de \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).