This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Add ppc476 workaround bootstrap test


On Fri, Feb 21, 2014 at 06:44:30AM -0600, Peter Bergner wrote:
> On Fri, 2014-02-21 at 10:26 +1030, Alan Modra wrote:
> > I was running this by hand to test out --ppc476-workaround.  Another
> > bootstrap test doesn't take all that long, so let's add it to the
> > testsuite.
> > 
> > 	* ld-bootstrap/bootstrap.exp: Add ppc476 workaround test.
> > 	* ld-bootstrap/ppc476.t: New file.
> 
> It looks like you missed committing the ppc476.t file, since I
> don't see it in the repository.  It didn't show up in your diff
> either.

Oops, thanks for the poke.  Now comitted.

--- /dev/null
+++ b/ld/testsuite/ld-bootstrap/ppc476.t
@@ -0,0 +1,7 @@
+SECTIONS
+{
+  .text : ALIGN (4096)
+  {
+    *(.text .text.* .gnu.linkonce.t*)
+  }
+}

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]