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


CVSROOT:	/cvs/src
Module name:	src
Branch: 	carlton_dictionary-branch
Changes by:	carlton@sourceware.org	2003-08-05 17:13:32

Modified files:
	bfd            : ChangeLog Makefile.am Makefile.in archive.c 
	                 archive64.c archures.c bfd-in.h bfd-in2.h bfd.c 
	                 bfdio.c bfdwin.c cache.c coff-arm.c 
	                 coff-h8300.c coff-i860.c coffcode.h config.bfd 
	                 configure configure.host configure.in 
	                 corefile.c cpu-h8300.c cpu-ia64-opc.c 
	                 cpu-m10300.c cpu-mips.c ecoff.c elf-bfd.h 
	                 elf-hppa.h elf-m10300.c elf.c elf32-arm.h 
	                 elf32-h8300.c elf32-i370.c elf32-i386.c 
	                 elf32-i860.c elf32-m32r.c elf32-m68hc11.c 
	                 elf32-m68hc1x.c elf32-mcore.c elf32-ppc.c 
	                 elf32-s390.c elf32-sh.c elf32-sh64-com.c 
	                 elf32-sh64.c elf32-sh64.h elf32-sparc.c 
	                 elf32-v850.c elf32-xtensa.c elf64-alpha.c 
	                 elf64-hppa.c elf64-ppc.c elf64-ppc.h 
	                 elf64-s390.c elf64-sh64.c elf64-sparc.c 
	                 elf64-x86-64.c elfcode.h elfcore.h elflink.c 
	                 elflink.h elfxx-ia64.c elfxx-mips.c 
	                 elfxx-mips.h elfxx-target.h format.c init.c 
	                 libbfd-in.h libbfd.c libbfd.h linker.c opncls.c 
	                 reloc.c section.c simple.c syms.c targets.c 
	                 version.h 
	bfd/doc        : ChangeLog Makefile.am Makefile.in chew.c 
	bfd/po         : SRC-POTFILES.in bfd.pot es.po fr.po sv.po tr.po 
	include        : ChangeLog demangle.h xtensa-config.h 
	include/coff   : ChangeLog ecoff.h i860.h pe.h xcoff.h 
	include/elf    : ChangeLog mips.h mmix.h mn10300.h ppc.h s390.h 
	                 v850.h 
	include/opcode : ChangeLog h8300.h mips.h mn10300.h s390.h 
	opcodes        : ChangeLog Makefile.in arm-dis.c configure 
	                 configure.in i860-dis.c m10300-dis.c 
	                 m10300-opc.c mips-dis.c ppc-dis.c ppc-opc.c 
	                 s390-dis.c s390-mkopc.c s390-opc.c s390-opc.txt 
	opcodes/po     : POTFILES.in es.po fr.po opcodes.pot ro.po sv.po 
	                 tr.po 
Added files:
	bfd            : elf32-am33lin.c 
	opcodes/po     : nl.po 

Log message:
	2003-08-05  David Carlton  <carlton@kealia.com>
	
	* configure.in (build_warnings): Delete -Wformat-nonliteral.
	* configure (build_warnings): Ditto.
	
	* Merge with mainline; tag is carlton_dictionary-20030805-merge.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-am33lin.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1722.2.11&r2=1.1722.2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/Makefile.am.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.101.2.10&r2=1.101.2.11
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.11&r2=1.110.6.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archive.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.24.10.2&r2=1.24.10.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archive64.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.22.1&r2=1.1.22.2
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.10&r2=1.55.6.11
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.6&r2=1.51.2.7
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.11&r2=1.171.2.12
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.7&r2=1.37.2.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfdio.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.2.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfdwin.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/cache.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.12.1&r2=1.8.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-arm.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.38.14.4&r2=1.38.14.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-h8300.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.12.18.6&r2=1.12.18.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-i860.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7.22.2&r2=1.7.22.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffcode.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.82.6.7&r2=1.82.6.8
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.9&r2=1.118.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.133.2.10&r2=1.133.2.11
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.2&r2=1.9.22.3
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.9&r2=1.114.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/corefile.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5.12.1&r2=1.5.12.2
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.5&r2=1.9.12.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-ia64-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.22.1&r2=1.6.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-m10300.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5.28.1&r2=1.5.28.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-mips.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.14.14.3&r2=1.14.14.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ecoff.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.21.2.4&r2=1.21.2.5
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.6&r2=1.86.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf-hppa.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.59.10.2&r2=1.59.10.3
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.3&r2=1.29.10.4
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.10&r2=1.162.2.11
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.8&r2=1.93.2.9
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.6&r2=1.16.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i370.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.24.10.2&r2=1.24.10.3
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.11&r2=1.83.2.12
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.3&r2=1.17.10.4
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.5&r2=1.26.10.6
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.6&r2=1.9.10.7
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.3&r2=1.1.4.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-mcore.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.24.10.2&r2=1.24.10.3
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.10&r2=1.51.2.11
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.5&r2=1.30.10.6
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.10&r2=1.58.8.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh64-com.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.16.5&r2=1.1.16.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh64.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7.12.7&r2=1.7.12.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh64.h.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-sparc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.41.10.5&r2=1.41.10.6
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.4&r2=1.27.6.5
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.3&r2=1.2.2.4
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.10&r2=1.80.2.11
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.5&r2=1.27.10.6
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.9&r2=1.63.10.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-ppc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4.12.5&r2=1.4.12.6
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.5&r2=1.31.10.6
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.7&r2=1.19.10.8
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.8&r2=1.59.10.9
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.6&r2=1.49.10.7
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.5&r2=1.35.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfcore.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.14.12.3&r2=1.14.12.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.5&r2=1.27.10.6
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.11&r2=1.186.2.12
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.9&r2=1.58.2.10
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.9&r2=1.22.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-mips.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.10.4&r2=1.6.10.5
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.6&r2=1.45.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/format.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.12.6&r2=1.8.12.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/init.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd-in.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.23.12.2&r2=1.23.12.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.23.12.2&r2=1.23.12.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.72.2.8&r2=1.72.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/linker.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.25.12.5&r2=1.25.12.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/opncls.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10.12.5&r2=1.10.12.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/reloc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.66.2.10&r2=1.66.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/section.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.50.12.5&r2=1.50.12.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/simple.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.2.6&r2=1.1.2.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/syms.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.25.10.4&r2=1.25.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/targets.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.77.2.7&r2=1.77.2.8
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.11&r2=1.336.2.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.33.6.4&r2=1.33.6.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/Makefile.am.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.12.2&r2=1.8.12.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/Makefile.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.39.10.4&r2=1.39.10.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/chew.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/SRC-POTFILES.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.17.10.6&r2=1.17.10.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/bfd.pot.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.49.22.1&r2=1.49.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/es.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/fr.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/sv.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/tr.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.173.2.10&r2=1.173.2.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/demangle.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.13&r2=1.13.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/xtensa-config.h.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/coff/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.43.18.3&r2=1.43.18.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/ecoff.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.28.1&r2=1.2.28.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/i860.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/pe.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10&r2=1.10.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/xcoff.h.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/include/elf/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.137.2.8&r2=1.137.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/mips.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16.22.2&r2=1.16.22.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/mmix.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/mn10300.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/ppc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.20.2&r2=1.8.20.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/s390.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.28.1&r2=1.2.28.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/elf/v850.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.6.1&r2=1.6.6.2
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.8&r2=1.176.10.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/h8300.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7.14.5&r2=1.7.14.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/mips.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.28.10.3&r2=1.28.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/mn10300.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/s390.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.28.1&r2=1.2.28.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.11&r2=1.488.2.12
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.7&r2=1.63.6.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.28.14.2&r2=1.28.14.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.53.6.4&r2=1.53.6.5
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.3&r2=1.42.6.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.30.2&r2=1.2.30.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m10300-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m10300-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.28.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/mips-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.32.6.5&r2=1.32.6.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ppc-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11.2.1&r2=1.11.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ppc-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.39.2.5&r2=1.39.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/s390-dis.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.18.1&r2=1.6.18.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/s390-mkopc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3.22.1&r2=1.3.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/s390-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.22.1&r2=1.6.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/s390-opc.txt.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6.22.1&r2=1.6.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/nl.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/POTFILES.in.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/opcodes/po/es.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=1.4.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/fr.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/opcodes.pot.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27.22.1&r2=1.27.22.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/ro.po.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/opcodes/po/sv.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7&r2=1.7.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/po/tr.po.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.10.1


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