<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-binutils/ChangeLog, 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-11-22T22:33:38+00:00</updated>
<entry>
<title>Import config.sub and config.guess from upstream.</title>
<updated>2013-11-22T22:33:38+00:00</updated>
<author>
<name>Alan Modra</name>
<email>amodra@gmail.com</email>
</author>
<published>2013-11-22T22:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=2df96af97c76e63ff6f83e41e5322d7401a191fe'/>
<id>urn:sha1:2df96af97c76e63ff6f83e41e5322d7401a191fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>	* libtool.m4 (_LT_ENABLE_LOCK &lt;ld -m flags&gt;): Remove non-canonical</title>
<updated>2013-09-20T12:42:30+00:00</updated>
<author>
<name>Alan Modra</name>
<email>amodra@gmail.com</email>
</author>
<published>2013-09-20T12:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=a438f7e268296dd0f15d0682bbdaecd7b0ded7c6'/>
<id>urn:sha1:a438f7e268296dd0f15d0682bbdaecd7b0ded7c6</id>
<content type='text'>
	ppc host match.  Support little-endian powerpc linux hosts.
Regenerate configure files.
</content>
</entry>
<entry>
<title>src-release: Strip "-cvs" from GDB source dir and tarball.</title>
<updated>2013-08-17T01:07:52+00:00</updated>
<author>
<name>Joel Brobecker</name>
<email>brobecker@gnat.com</email>
</author>
<published>2013-08-17T01:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=f006cabd5c8fa8486920f899761ebfc39cdd8f44'/>
<id>urn:sha1:f006cabd5c8fa8486920f899761ebfc39cdd8f44</id>
<content type='text'>
The nightly snapshots we have been creating in the past did not
include the "-cvs" suffix at the end of the version number. Snapshot
packaging started breaking ever since GDB switched to using BFD's
version number. Things got partially fixed with the previous change
to this file, but the change missed the fact that the "-cvs" suffix
in the tarball name (Eg: gdb-7.6.50-20130816-cvs.tar) is undesirable.
This patch removes it.

ChangeLog:

        * src-release (VER): When using $(TOOL)/common/create-version.sh,
        strip the "-cvs" suffix from the version number if present.
</content>
</entry>
<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>src-release: Fix VER computation for TOOL=gdb</title>
<updated>2013-07-22T15:17:20+00:00</updated>
<author>
<name>Joel Brobecker</name>
<email>brobecker@gnat.com</email>
</author>
<published>2013-07-22T15:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=7539e41e9fd1fc8ffa2dcce49f86441305a3d620'/>
<id>urn:sha1:7539e41e9fd1fc8ffa2dcce49f86441305a3d620</id>
<content type='text'>
Without this patch, the DATE marker in gdb/version.in does not get
replaced by the source packaging date, causing the name of the
tarball being created to: have the DATE marker in the tarball
name and the name of the directory the sources unpack to (Eg:
gdb-7.6.50-DATE-cvs.tar instead of gdb-7.6.50-20130710-cvs.tar).

ChangeLog:

        * src-release (VER): Use $(TOOL)/common/create-version.sh
        if it exists.
</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>	* gas/config/tc-avr.c: Change ISA for devices with USB support to</title>
<updated>2013-06-01T07:14:44+00:00</updated>
<author>
<name>Denis Chertykov</name>
<email>denisc@overta.ru</email>
</author>
<published>2013-06-01T07:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=7bab7634963155b518bb84cb29f414223329b1b9'/>
<id>urn:sha1:7bab7634963155b518bb84cb29f414223329b1b9</id>
<content type='text'>
	AVR_ISA_XMEGAU

	* include/opcode/avr.h: Rename AVR_ISA_XCH to AVR_ISA_RMW. Remove
	from AVR_ISA_XMEGA and add new AVR_ISA_XMEGAU
</content>
</entry>
<entry>
<title>2013-05-06  Sandra Loosemore  &lt;sandra@codesourcery.com&gt;</title>
<updated>2013-05-06T18:31:56+00:00</updated>
<author>
<name>Jeff Johnston</name>
<email>jjohnstn@redhat.com</email>
</author>
<published>2013-05-06T18:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=b5364c9e5155961c96fc3d771e82824f81ed7f82'/>
<id>urn:sha1:b5364c9e5155961c96fc3d771e82824f81ed7f82</id>
<content type='text'>
        * COPYING.NEWLIB: Add Altera Corporation copyright.
</content>
</entry>
</feed>
