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/archures.c bfd/bfd-in.h ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	kettenis_i386newframe-20030419-branch
Changes by:	kettenis@sourceware.org	2003-05-18 09:44:45

Modified files:
	bfd            : ChangeLog archures.c bfd-in.h bfd-in2.h bfd.c 
	                 config.bfd configure configure.host 
	                 configure.in cpu-arm.c cpu-h8300.c 
	                 cpu-m68hc12.c elf-bfd.h elf-m10200.c 
	                 elf-m10300.c elf.c elf32-arm.h elf32-h8300.c 
	                 elf32-hppa.c elf32-i386.c elf32-i860.c 
	                 elf32-ip2k.c elf32-iq2000.c elf32-m32r.c 
	                 elf32-m68hc11.c elf32-m68hc1x.c elf32-m68k.c 
	                 elf32-mips.c elf32-ppc.c elf32-s390.c 
	                 elf32-sh.c elf32-v850.c elf32-xstormy16.c 
	                 elf32-xtensa.c elf64-alpha.c elf64-hppa.c 
	                 elf64-mips.c elf64-mmix.c elf64-ppc.c 
	                 elf64-s390.c elf64-sh64.c elf64-sparc.c 
	                 elf64-x86-64.c elfcode.h elflink.c elflink.h 
	                 elfxx-ia64.c elfxx-mips.c version.h 
	                 xtensa-isa.c xtensa-modules.c 
	include        : ChangeLog hashtab.h libiberty.h 
	                 xtensa-isa-internal.h 
	include/elf    : ChangeLog h8.h 
	include/gdb    : ChangeLog sim-d10v.h 
	include/opcode : ChangeLog m68hc11.h 
	opcodes        : ChangeLog Makefile.am configure configure.in 
	                 disassemble.c i386-dis.c 
Added files:
	opcodes/po     : ro.po 

Log message:
	2003-05-18  Mark Kettenis  <kettenis@gnu.org>
	
	Merge from mainline.
	* i386-tdep.h (I386_SIZEOF_GREGS, I386_SIZEOF_FREGS,
	I386_SIZEOF_XREGS): Remove defenitions.
	(IS_FP_REGNUM, IS_SSE_REGNUM): Remove definitions.
	* i386-tdep.c (i386_gdbarch_init): Don't set register_bytes,
	register_size, call_dummy_words and sizeof_call_dummy.
	* i386-linux-tdep.c (i386_linux_init_abi): Don't set register_bytes.
	* x86-64-tdep.c (x86_64_init_abi): Don't set register_bytes and
	register_size.
	(x86_64_register_bytes): Remove variable.
	(_initialize_x86_64_tdep): Remove function.
	
	* i386-linux-tdep.c (i386_linux_sigcontext_addr): Call read_memory
	with correct arguments.
	* config/i386/x86-64linux.mt (TDEPFILES): Add i386-linux-tdep.o.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.2005.2.1&r2=1.2005.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archures.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.71.2.1&r2=1.71.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.58&r2=1.58.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.210.2.1&r2=1.210.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.48&r2=1.48.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/config.bfd.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.131&r2=1.131.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.146.6.1&r2=1.146.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.host.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.10&r2=1.10.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.126.6.1&r2=1.126.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-arm.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.10&r2=1.10.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-h8300.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.11.2.1&r2=1.11.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-m68hc12.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.3&r2=1.3.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-bfd.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.93.16.1&r2=1.93.16.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-m10200.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.20&r2=1.20.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-m10300.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.32&r2=1.32.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.181.6.1&r2=1.181.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.105&r2=1.105.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-h8300.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.21.2.1&r2=1.21.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-hppa.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.97&r2=1.97.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.96.14.1&r2=1.96.14.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i860.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.19&r2=1.19.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-ip2k.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.7&r2=1.7.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-iq2000.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.1&r2=1.1.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m32r.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.31&r2=1.31.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc11.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.16.4.1&r2=1.16.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc1x.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.1.6.1&r2=1.1.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68k.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.53&r2=1.53.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-mips.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.164&r2=1.164.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-ppc.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.74.6.1&r2=1.74.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-s390.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.37&r2=1.37.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.75.2.1&r2=1.75.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-v850.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.30&r2=1.30.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-xstormy16.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.17.8.1&r2=1.17.8.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-xtensa.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.2&r2=1.2.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-alpha.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.96.2.1&r2=1.96.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-hppa.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.31&r2=1.31.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-mips.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.47&r2=1.47.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-mmix.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.23&r2=1.23.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-ppc.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.92.12.1&r2=1.92.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-s390.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.37&r2=1.37.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sh64.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.27.2.1&r2=1.27.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sparc.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.70&r2=1.70.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.56.16.1&r2=1.56.16.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfcode.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.40&r2=1.40.20.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.30&r2=1.30.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.213.2.1&r2=1.213.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-ia64.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.77.2.1&r2=1.77.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-mips.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.51&r2=1.51.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/version.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.540.2.1&r2=1.540.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/xtensa-isa.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.1&r2=1.1.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/xtensa-modules.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.2&r2=1.2.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.206.4.1&r2=1.206.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/hashtab.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.12&r2=1.12.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/libiberty.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.23&r2=1.23.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/xtensa-isa-internal.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.1&r2=1.1.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.167.2.1&r2=1.167.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/h8.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.2.44.1&r2=1.2.44.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.17&r2=1.17.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/gdb/sim-d10v.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.2&r2=1.2.36.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.203&r2=1.203.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/m68hc11.h.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.3&r2=1.3.18.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.561.2.1&r2=1.561.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/Makefile.am.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.65&r2=1.65.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.56&r2=1.56.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.in.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.45&r2=1.45.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/disassemble.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.42&r2=1.42.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-dis.c.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=1.38&r2=1.38.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/ro.po.diff?cvsroot=src&only_with_tag=kettenis_i386newframe-20030419-branch&r1=NONE&r2=1.1.2.1


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