<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ppe42-binutils/bfd/hosts, 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-07-09T07:03:53+00:00</updated>
<entry>
<title>2013-07-09  Tristan Gingold  &lt;gingold@adacore.com&gt;</title>
<updated>2013-07-09T07:03:53+00:00</updated>
<author>
<name>Tristan Gingold</name>
<email>gingold@adacore.com</email>
</author>
<published>2013-07-09T07:03:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=787548c84f60643c2a1c011a780ae86dc5df1cec'/>
<id>urn:sha1:787548c84f60643c2a1c011a780ae86dc5df1cec</id>
<content type='text'>
	* hosts/alphavms.h: Include config.h and ansidecl.h, remove useless
	macros.
	* configure.com: Adjust to match changes in configure.
	* makefile.vms (OBJS): Update list.
</content>
</entry>
<entry>
<title>Add Linux/x86_64 core support to i[3-7]86-*-linux</title>
<updated>2012-10-30T08:36:10+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2012-10-30T08:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=b1bd052dee559a2b5f09a0e8b1e4d4e45d38f39f'/>
<id>urn:sha1:b1bd052dee559a2b5f09a0e8b1e4d4e45d38f39f</id>
<content type='text'>
	* configure.in: Set CORE_HEADER to hosts/x86-64linux.h for
	'i[3-7]86-*-linux-*' if x86_64-*linux is enabled.
	* configure: Regenerated.

	* elf64-x86-64.c (elf_x86_64_write_core_note): Replace type
	'prpsinfo_t' and 'prstatus_t' with 'prpsinfo64_t' and
	'prstatus64_t' respectively.

	* hosts/x86-64linux.h (a8_uint64_t): New.
	(user_regsx32_struct): Renamed to ...
	(user_regs64_struct): This.  Replace uint64_t with a8_uint64_t.
	(elf_gregx32_t): Renamed to ...
	(elf_greg64_t): This.  Replace uint64_t with a8_uint64_t.
	(ELF_NGREGX32): Removed.
	(ELF_NGREG64): New.
	(elf_gregx32_t): Removed.
	(elf_greg64_t): New.
	(struct prstatus64_timeval): New.
	(elf_prstatusx32): Replace elf_gregsetx32_t with elf_gregset64_t.
	(elf_prstatus64): New.
	(elf_prpsinfo64): New.
	(prstatus64_t, prpsinfo64_t): New typedef.
</content>
</entry>
<entry>
<title>Suport x32 gcore.</title>
<updated>2011-06-16T22:08:12+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2011-06-16T22:08:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=8fd79e71a13726d33285c696f019be5010a332d5'/>
<id>urn:sha1:8fd79e71a13726d33285c696f019be5010a332d5</id>
<content type='text'>
2011-06-16  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;

	* elf64-x86-64.c: Include &lt;stdarg.h&gt; and CORE_HEADER if
	CORE_HEADER is defined.
	(elf_x86_64_write_core_note): New.
	(elf_backend_write_core_note): Likewise.

	* hosts/x86-64linux.h (uint64_t): New.
	(user_regsx32_struct): Likewise.
	(elf_gregx32_t): Likewise.
	(ELF_NGREGX32): Likewise.
	(elf_gregsetx32_t): Likewise.
	(elf_prstatusx32): Likewise.
	(prstatusx32_t): Likewise.
	(user_fpregs32_struct): Removed.
	(user_fpxregs32_struct): Likewise.
	(user32): Likewise.
	(elf_fpregset32_t): Likewise.
	(elf_fpxregset32_t): Likewise.
	(prgregset32_t): Likewise.
	(prfpregset32_t): Likewise.
</content>
</entry>
<entry>
<title>bfd/</title>
<updated>2011-05-12T07:41:43+00:00</updated>
<author>
<name>Jan Kratochvil</name>
<email>jan.kratochvil@redhat.com</email>
</author>
<published>2011-05-12T07:41:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=335e41d4ebaea78f4ae85792b294f183da962c85'/>
<id>urn:sha1:335e41d4ebaea78f4ae85792b294f183da962c85</id>
<content type='text'>
	* config.in: Regenerated.
	* configure: Regenerated.
	* configure.in: New tests for HAVE_PRPSINFO_T_PR_PID,
	HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID and
	HAVE_PSINFO32_T_PR_PID.
	* elf.c (elfcore_grok_psinfo): Protect reading psinfo.pr_pid by
	HAVE_PRPSINFO_T_PR_PID, HAVE_PRPSINFO32_T_PR_PID, HAVE_PSINFO_T_PR_PID
	and HAVE_PSINFO32_T_PR_PID.
	* hosts/x86-64linux.h (HAVE_PRPSINFO32_T_PR_PID): New redefinition.
</content>
</entry>
<entry>
<title>Replace __pid_t with pid_t.</title>
<updated>2011-04-09T14:26:13+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2011-04-09T14:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=2351cae0524f958e786b8cdeebe0efea8ef3fda4'/>
<id>urn:sha1:2351cae0524f958e786b8cdeebe0efea8ef3fda4</id>
<content type='text'>
2011-04-09  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;

	PR binutils/12657
	* hosts/x86-64linux.h (elf_prstatus32): Replace __pid_t with
	pid_t.
</content>
</entry>
<entry>
<title>Undefine HAVE_PRPSINFO32_T/HAVE_PRSTATUS32_T before define.</title>
<updated>2010-04-10T22:52:37+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2010-04-10T22:52:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=fe50f4392bca01008cc4d75fba55fd7770f52949'/>
<id>urn:sha1:fe50f4392bca01008cc4d75fba55fd7770f52949</id>
<content type='text'>
2010-04-10  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;

	* hosts/x86-64linux.h (HAVE_PRPSINFO32_T): Undefine before
	define.
	(HAVE_PRSTATUS32_T): Likewise.
</content>
</entry>
<entry>
<title>Support 32bit core note sections on Linux/x86-64.</title>
<updated>2010-04-10T22:21:31+00:00</updated>
<author>
<name>H.J. Lu</name>
<email>hjl.tools@gmail.com</email>
</author>
<published>2010-04-10T22:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a'/>
<id>urn:sha1:8bc7f13859ce8eec0e30e27d7dc854a1fef0c04a</id>
<content type='text'>
2010-04-10  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;

	PR corefiles/11467
	* configure.in (CORE_HEADER): New. Set to hosts/x86-64linux.h
	for x86_64-*-linux*.
	* config.in: Regenerated.
	* configure: Likewise.

	* elf.c: Include CORE_HEADER if it is defined.

2010-04-10  H.J. Lu  &lt;hongjiu.lu@intel.com&gt;
	    Jan Kratochvil  &lt;jan.kratochvil@redhat.com&gt;

	* hosts/x86-64linux.h: New.
</content>
</entry>
<entry>
<title>update copyright dates</title>
<updated>2009-09-02T07:25:43+00:00</updated>
<author>
<name>Alan Modra</name>
<email>amodra@gmail.com</email>
</author>
<published>2009-09-02T07:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=aa820537ead0135a7c38c619039dce8a6fc74ed1'/>
<id>urn:sha1:aa820537ead0135a7c38c619039dce8a6fc74ed1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2009-09-01  Tristan Gingold  &lt;gingold@adacore.com&gt;</title>
<updated>2009-09-01T13:10:45+00:00</updated>
<author>
<name>Tristan Gingold</name>
<email>gingold@adacore.com</email>
</author>
<published>2009-09-01T13:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=11d73275f00b0546fd903e3c336806d61df198f5'/>
<id>urn:sha1:11d73275f00b0546fd903e3c336806d61df198f5</id>
<content type='text'>
	* makefile.vms: Ported to Itanium VMS.  Remove useless variable and
	dependencies.  Reindent.
	* configure.com: Ported to Itanium VMS.  Now generates a build.com
	to build without make.  Add messages but make edit silent.
	* hosts/alphavms.h: Add a prototype for stpcpy.
	* vms.c: Add a missing include for Alpha VMS.
	* elfxx-ia64.c (ELF_OSABI): Define for OpenVMS.
</content>
</entry>
<entry>
<title>bfd/</title>
<updated>2008-11-14T09:57:35+00:00</updated>
<author>
<name>Tristan Gingold</name>
<email>gingold@adacore.com</email>
</author>
<published>2008-11-14T09:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/ppe42-binutils/commit/?id=d387240a63cfb5562d2fd7c6273bbc62f4383284'/>
<id>urn:sha1:d387240a63cfb5562d2fd7c6273bbc62f4383284</id>
<content type='text'>
2008-11-14  Tristan Gingold  &lt;gingold@adacore.com&gt;

	* configure.com: Handle bfd_default_target_size, BFD_HOST_LONG_LONG,
	BFD_HOST_64BIT_LONG_LONG, BFD_HOSTPTR_T, bfd_file_ptr.
	Generate bfdver.h.
	* vms-hdr.c (_bfd_vms_write_hdr): Use strdup/free instead of alloca.
	* hosts/alphavms.h: Defines macros to bypass i18n.
	* makefile.vms (OBJS): Update file list.
	(DEFS): Remove VMS_DEBUG, const, add DEBUGDIR.
	(CFLAGS): Update flags.
	* bfdio.c (real_fopen): Add code specific to VMS: extract attributes
	from modes.

binutils/
2008-11-14  Tristan Gingold  &lt;gingold@adacore.com&gt;

	* configure.com: Get version from configure.in of bfd.
	* makefile.vms-in (DEBUG_OBJS): Add dwarf.obj.
	(CFLAGS): Update flags.

include/
2008-11-14  Tristan Gingold  &lt;gingold@adacore.com&gt;

	* fopen-vms.h (FOPEN_RB): Use a single string to match the
	standard prototype.
	(FOPEN_WB): Ditto.
	(FOPEN_AB): Ditto.
	(FOPEN_RUB): Ditto.
	(FOPEN_WUB): Ditto.
	(FOPEN_AUB): Ditto.

libiberty/
2008-11-14  Tristan Gingold  &lt;gingold@adacore.com&gt;

	* makefile.vms (OBJS): Update objects list.
	(CFLAGS): Update.
	(libiberty.olb): Remove alloca-conf.h dependency.
	* config.h-vms: Use new macro sets, use builtin alloca.

opcodes/
2008-11-14  Tristan Gingold  &lt;gingold@adacore.com&gt;

	* makefile.vms (OBJS): Update list of objects.
	(DEFS): Update
	(CFLAGS): Update.
</content>
</entry>
</feed>
