<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-binutils/configure, branch binutils-2_24-ppe42</title>
<subtitle>GNU Binutils for the PPE42</subtitle>
<id>https://git.raptorcs.com/git/ppe42-binutils/atom?h=binutils-2_24-ppe42</id>
<link rel='self' href='https://git.raptorcs.com/git/ppe42-binutils/atom?h=binutils-2_24-ppe42'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/'/>
<updated>2013-08-12T11:36:35+00:00</updated>
<entry>
<title>2013-08-12  Jan-Benedict Glaw  &lt;jbglaw@lug-owl.de&gt;</title>
<updated>2013-08-12T11:36:35+00:00</updated>
<author>
<name>Jan-Benedict Glaw</name>
<email>jbglaw@lug-owl.de</email>
</author>
<published>2013-08-12T11:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=95e43135339eb99bdfd6baec702af3a1ed4fe173'/>
<id>urn:sha1:95e43135339eb99bdfd6baec702af3a1ed4fe173</id>
<content type='text'>
	* configure.ac: Sync with GCC repo.
	* Makefile.def: Ditto.
	* configure: Regenerate.
	* Makefile.in: Ditto.
</content>
</entry>
<entry>
<title>Remove:</title>
<updated>2013-08-05T16:05:32+00:00</updated>
<author>
<name>Mike Stump</name>
<email>mrs@apple.com</email>
</author>
<published>2013-08-05T16:05:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=303a26609af2255a33fee370d6f2c18d87d2b848'/>
<id>urn:sha1:303a26609af2255a33fee370d6f2c18d87d2b848</id>
<content type='text'>
2013-07-10  Jack Howarth  &lt;howarth@bromo.med.uc.edu&gt;

       PR target/57792
       * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later.
       * configure: Regenerated.
</content>
</entry>
<entry>
<title>2013-07-10  Jack Howarth  &lt;howarth@bromo.med.uc.edu&gt;</title>
<updated>2013-07-10T20:55:59+00:00</updated>
<author>
<name>Mike Stump</name>
<email>mrs@apple.com</email>
</author>
<published>2013-07-10T20:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=79215ca75473b35293c88a17f2b48b58fb8712ae'/>
<id>urn:sha1:79215ca75473b35293c88a17f2b48b58fb8712ae</id>
<content type='text'>
	    PR target/57792
	    * configure.ac: Use --with-sysroot=\"`xcrun --show-sdk-path`\" on darwin13 and later.
	    * configure: Regenerated.
</content>
</entry>
<entry>
<title>	* configure.ac (mips*-*-bsd*, mips*-*-ultrix*, mips*-*-osf*)</title>
<updated>2013-06-22T16:44:16+00:00</updated>
<author>
<name>Richard Sandiford</name>
<email>rdsandiford@googlemail.com</email>
</author>
<published>2013-06-22T16:44:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=e8044f355dc90ccbeae994b920674502f9215053'/>
<id>urn:sha1:e8044f355dc90ccbeae994b920674502f9215053</id>
<content type='text'>
	(mips*-*-ecoff*, mips*-*-pe*, mips*-*-irix* [v4 and earlier])
	(mips*-*-lnews*, mips*-*-riscos*): Add gas and ld to noconfigdirs.
	* configure: Regenerate.

gas/
	* NEWS: Note removal of ECOFF support.
	* doc/as.texinfo (--emulation): Update for the removal of MIPS ECOFF.
	* Makefile.am (TARG_ENV_HFILES): Remove config/te-lnews.h.
	(MULTI_CFILES): Remove config/e-mipsecoff.c.
	* Makefile.in: Regenerate.
	* configure.in: Remove MIPS ECOFF references.
	(mips-sony-bsd*, mips-*-bsd*, mips-*-lnews*-ecoff, mips-*-*-ecoff):
	Delete cases.
	(mips-*-irix5*-*, mips*-*-linux*-*, mips*-*-freebsd*)
	(mips*-*-kfreebsd*-gnu, mips-*-*-elf): Fold into...
	(mips-*-*): ...this single case.
	(mipsbecoff, mipslecoff, mipsecoff): Remove emulations.  Expect
	MIPS emulations to be e-mipself*.
	* configure: Regenerate.
	* configure.tgt (mips-sony-bsd*, mips-*-ultrix*, mips-*-osf*)
	(mips-*-ecoff*, mips-*-pe*, mips-*-irix*, ips-*-lnews*, mips-*-riscos*)
	(mips-*-sysv*): Remove coff and ecoff cases.
	* as.c (mipsbecoff, mipslecoff, mipsecoff): Remove.
	* ecoff.c: Remove reference to MIPS ECOFF.
	* config/e-mipsecoff.c, config/te-lnews.h: Delete files.
	* config/tc-mips.c (ECOFF_LITTLE_FORMAT): Delete.
	(RDATA_SECTION_NAME, mips_target_form): Remove COFF and ECOFF cases.
	(mips_hi_fixup): Tweak comment.
	(append_insn): Require a howto.
	(mips_after_parse_args): Remove OBJ_MAYBE_ECOFF code.

gas/testsuite/
	* gas/all/gas.exp: Remove reference to mips-ecoff.
	* gas/mips/branch-misc-1.d, gas/mips/branch-misc-2.d,
	gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic.d,
	gas/mips/branch-misc-2pic-64.d, gas/mips/branch-swap.d: Remove
	skips for mips-*-ecoff.

ld/
	* NEWS: Document the removal of MIPS ECOFF targets.
	* ld.texinfo (--gpsize=@var{value}): Use MIPS ELF rather than
	MIPS ECOFF as an example of a target that supports small data.
	* ldmain.c (g_switch_value): Likewise.
	* configure.tgt (mips*-*-pe, mips*-dec-ultrix*, mips*-dec-osf*)
	(mips*-sgi-irix* [v4 and earlier], mips*el-*-ecoff*, mips*-*-ecoff*)
	(mips*-*-bsd*, mips*-*-lnews*): Remove cases.
	* Makefile.am (ALL_EMULATION_SOURCES): Remove emipsbig.c, emipsbsd.c,
	emipsidt.c, emipsidtl.c, emipslit.c, emipslnews.c and emipspe.c.
	(emipsbig.c, emipsbsd.c, emipsidt.c, emipsidtl.c, emipslit.c)
	(emipslnews.c, emipspe.c): Delete rules.
	* Makefile.in: Regenerate.
	* emulparams/mipsbig.sh, emulparams/mipsbsd.sh, emulparams/mipsidt.sh,
	emulparams/mipsidtl.sh, emulparams/mipslit.sh, emulparams/mipslnews.sh,
	emulparams/mipspe.sh, emultempl/mipsecoff.em: Delete.
	* emultempl/m68kcoff.em: Update comment to say that MIPS ECOFF support
	has now been removed.
	* emultempl/pe.em: Remove TARGET_IS_mipspe checks.
</content>
</entry>
<entry>
<title>2013-04-22  Jan-Benedict Glaw  &lt;jbglaw@lug-owl.de&gt;</title>
<updated>2013-04-22T15:25:09+00:00</updated>
<author>
<name>Jan-Benedict Glaw</name>
<email>jbglaw@lug-owl.de</email>
</author>
<published>2013-04-22T15:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=e7d5abf103017e9e74d666e6ea574d8f9f248ac8'/>
<id>urn:sha1:e7d5abf103017e9e74d666e6ea574d8f9f248ac8</id>
<content type='text'>
	* configure.ac: Sync with GCC.
	* configure: Regenerated.
</content>
</entry>
<entry>
<title>	* configure.ac: Sync with GCC repo.</title>
<updated>2013-02-15T17:55:25+00:00</updated>
<author>
<name>Yufeng Zhang</name>
<email>yufeng.zhang@arm.com</email>
</author>
<published>2013-02-15T17:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=f1dd87fcafe276824123bdc5d4a4e2bd79495662'/>
<id>urn:sha1:f1dd87fcafe276824123bdc5d4a4e2bd79495662</id>
<content type='text'>
	* configure: Ditto.
</content>
</entry>
<entry>
<title>	PR go/55969</title>
<updated>2013-02-05T22:39:30+00:00</updated>
<author>
<name>Ian Lance Taylor</name>
<email>ian@airs.com</email>
</author>
<published>2013-02-05T22:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=a413f71ae575f76be8f210c85e0306a2322653d6'/>
<id>urn:sha1:a413f71ae575f76be8f210c85e0306a2322653d6</id>
<content type='text'>
	* configure.ac: Disable libgo on some systems where it does not
	work.
	* configure: Rebuild.
</content>
</entry>
<entry>
<title>	* configure: Regenerate after syncing config/.</title>
<updated>2013-02-04T23:31:16+00:00</updated>
<author>
<name>Alan Modra</name>
<email>amodra@gmail.com</email>
</author>
<published>2013-02-04T23:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=3a98824c4c370a4b415788c54246f097753268db'/>
<id>urn:sha1:3a98824c4c370a4b415788c54246f097753268db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* configure.ac: Sync with GCC repo.</title>
<updated>2013-01-15T21:47:02+00:00</updated>
<author>
<name>Jan-Benedict Glaw</name>
<email>jbglaw@lug-owl.de</email>
</author>
<published>2013-01-15T21:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=3dae1673d0606fded77a0efc935812011634615f'/>
<id>urn:sha1:3dae1673d0606fded77a0efc935812011634615f</id>
<content type='text'>
	* configure: Ditto.
	* Makefile.def: Ditto.
	* Makefile.in: Ditto.
</content>
</entry>
<entry>
<title>	* configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.</title>
<updated>2012-12-16T07:10:07+00:00</updated>
<author>
<name>Thomas Schwinge</name>
<email>tschwinge@gnu.org</email>
</author>
<published>2012-12-16T07:10:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=2344b8da6ee2fa235bce354c0da505933c055559'/>
<id>urn:sha1:2344b8da6ee2fa235bce354c0da505933c055559</id>
<content type='text'>
	* configure: Regenerate.
</content>
</entry>
</feed>
