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/Makefile.in bfd/acinclud ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	carlton_dictionary-branch
Changes by:	carlton@sourceware.org	2003-05-23 18:40:56

Modified files:
	bfd            : ChangeLog Makefile.in acinclude.m4 aclocal.m4 
	                 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 elfn32-mips.c elfxx-ia64.c 
	                 elfxx-mips.c elfxx-target.h som.h version.h 
	                 xtensa-isa.c xtensa-modules.c 
	include        : ChangeLog bfdlink.h hashtab.h libiberty.h 
	                 xtensa-isa-internal.h 
	include/elf    : ChangeLog common.h external.h h8.h internal.h 
	include/gdb    : ChangeLog sim-d10v.h 
	include/opcode : ChangeLog i860.h m68hc11.h 
	opcodes        : ChangeLog Makefile.am Makefile.in configure 
	                 configure.in disassemble.c i386-dis.c 
	                 i860-dis.c z8k-dis.c 
Added files:
	opcodes/po     : ro.po 

Log message:
	2003-05-23  David Carlton  <carlton@bactrian.org>
	
	* Merge with mainline; tag is carlton_dictionary-20030523-merge.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1722.2.9&r2=1.1722.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/Makefile.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.110.6.9&r2=1.110.6.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/acinclude.m4.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.14.1&r2=1.6.14.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/aclocal.m4.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.19.14.2&r2=1.19.14.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archures.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.55.6.8&r2=1.55.6.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.51.2.4&r2=1.51.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.171.2.9&r2=1.171.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.37.2.5&r2=1.37.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/config.bfd.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.118.2.7&r2=1.118.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.133.2.8&r2=1.133.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.host.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9.22.1&r2=1.9.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.114.2.7&r2=1.114.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-arm.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.20.3&r2=1.6.20.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-h8300.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9.12.3&r2=1.9.12.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-m68hc12.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.30.1&r2=1.2.30.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-bfd.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.86.10.4&r2=1.86.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-m10200.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.18.10.1&r2=1.18.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-m10300.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.29.10.1&r2=1.29.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.162.2.8&r2=1.162.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.93.2.6&r2=1.93.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-h8300.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16.2.4&r2=1.16.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-hppa.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.89.10.3&r2=1.89.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.83.2.9&r2=1.83.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i860.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.17.10.1&r2=1.17.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-ip2k.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3.10.3&r2=1.3.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-iq2000.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.6.1&r2=1.1.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m32r.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.26.10.3&r2=1.26.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc11.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9.10.4&r2=1.9.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc1x.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.4.1&r2=1.1.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68k.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.46.10.4&r2=1.46.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-mips.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.158.10.4&r2=1.158.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-ppc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.51.2.8&r2=1.51.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-s390.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.30.10.3&r2=1.30.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.58.8.8&r2=1.58.8.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-v850.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.6.2&r2=1.27.6.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-xstormy16.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11.10.3&r2=1.11.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-xtensa.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.2.1&r2=1.2.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-alpha.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.80.2.8&r2=1.80.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-hppa.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.10.3&r2=1.27.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-mips.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.38.2.5&r2=1.38.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-mmix.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.17.12.3&r2=1.17.12.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-ppc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.63.10.7&r2=1.63.10.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-s390.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.31.10.3&r2=1.31.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sh64.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.19.10.5&r2=1.19.10.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sparc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.59.10.6&r2=1.59.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.49.10.4&r2=1.49.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfcode.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.35.2.3&r2=1.35.2.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.10.3&r2=1.27.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elflink.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.186.2.9&r2=1.186.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfn32-mips.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.2.4&r2=1.2.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-ia64.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.58.2.7&r2=1.58.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-mips.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.22.2.7&r2=1.22.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-target.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.45.10.5&r2=1.45.10.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/som.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5.22.1&r2=1.5.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/version.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.336.2.9&r2=1.336.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/xtensa-isa.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.6.1&r2=1.1.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/xtensa-modules.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.6.1&r2=1.2.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.173.2.8&r2=1.173.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/bfdlink.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.22.10.3&r2=1.22.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/hashtab.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10.12.2&r2=1.10.12.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/libiberty.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.18.2.2&r2=1.18.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/xtensa-isa-internal.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.6.1&r2=1.1.6.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.137.2.6&r2=1.137.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/common.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.49.10.3&r2=1.49.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/external.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/h8.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.22.1&r2=1.2.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/internal.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.22.1&r2=1.8.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12.10.3&r2=1.12.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/gdb/sim-d10v.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.14.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.176.10.6&r2=1.176.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/i860.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4.28.1&r2=1.4.28.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/m68hc11.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.10.1&r2=1.2.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.488.2.9&r2=1.488.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/Makefile.am.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.57.6.5&r2=1.57.6.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/Makefile.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.63.6.5&r2=1.63.6.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.53.6.2&r2=1.53.6.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.42.6.2&r2=1.42.6.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/disassemble.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.38.4.2&r2=1.38.4.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.35.18.3&r2=1.35.18.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i860-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.30.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/z8k-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12&r2=1.12.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/ro.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.6.1


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