This is the mail archive of the binutils-cvs@sources.redhat.com 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]

src/bfd ChangeLog bfd-in.h configure.in libbfd ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_15-branch
Changes by:	amodra@sourceware.org	2004-03-15 14:26:13

Modified files:
	bfd            : ChangeLog bfd-in.h configure.in libbfd.c 
	                 dwarf2.c targets.c aix386-core.c hppabsd-core.c 
	                 hpux-core.c irix-core.c netbsd-core.c 
	                 osf-core.c ptrace-core.c sco5-core.c 
	                 trad-core.c configure bfd-in2.h 

Log message:
	* bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
	(BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
	(bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
	(bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
	(bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
	* configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
	(BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
	when using long.
	* libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
	(bfd_getb64): Return bfd_uint64_t.  Enable when BFD_HOST_64_BIT.
	(bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
	(bfd_putb64): Accept bfd_uint64_t.  Enable when BFD_HOST_64_BIT.
	(bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
	* dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
	(read_8_bytes, read_indirect_string, read_address): Likewise.
	(read_abbrevs, parse_comp_unit): Likewise.
	* targets.c (struct bfd_target): Likewise.
	* aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
	* hppabsd-core.c: Likewise.  Formatting.
	* hpux-core.c: Likewise.
	* irix-core.c: Likewise.
	* netbsd-core.c: Likewise.
	* osf-core.c: Likewise.
	* ptrace-core.c: Likewise.
	* sco5-core.c: Likewise.
	* trad-core.c: Likewise.
	* configure: Regenerate.
	* bfd-in2.h: Regenerate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.2423.2.5&r2=1.2423.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in.h.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.72.2.1&r2=1.72.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.in.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.143.4.1&r2=1.143.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.29.6.1&r2=1.29.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/dwarf2.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.53&r2=1.53.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/targets.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.103.6.1&r2=1.103.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/aix386-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.48.1&r2=1.9.48.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/hppabsd-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.6.1&r2=1.9.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/hpux-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.6.1&r2=1.9.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/irix-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.48.1&r2=1.9.48.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/netbsd-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.8.6.1&r2=1.8.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/osf-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.6.1&r2=1.9.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ptrace-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.8.6.1&r2=1.8.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/sco5-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.9.6.1&r2=1.9.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/trad-core.c.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.14.6.1&r2=1.14.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.166.4.1&r2=1.166.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&only_with_tag=binutils-2_15-branch&r1=1.257.2.1&r2=1.257.2.2


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