Add ppc476 workaround bootstrap test
Alan Modra
amodra@gmail.com
Fri Feb 21 12:51:00 GMT 2014
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
More information about the Binutils
mailing list