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-05-01 00:46:59

Modified files:
	bfd            : ChangeLog Makefile.am Makefile.in archures.c 
	                 bfd-in2.h coff-h8300.c coffcode.h configure 
	                 configure.in cpu-h8300.c cpu-sh.c elf-bfd.h 
	                 elf.c elf32-h8300.c elf32-i386.c 
	                 elf32-m68hc11.c elf32-m68hc12.c elf32-ppc.c 
	                 elf32-sh.c elf32-sh64-com.c elf32-sh64.c 
	                 elf64-alpha.c elf64-sh64.c elflink.h 
	                 elfxx-ia64.c format.c reloc.c section.c 
	                 version.h 
	include        : ChangeLog bfdlink.h 
	include/coff   : ChangeLog h8300.h 
	include/elf    : ChangeLog common.h h8.h 
	opcodes        : ChangeLog fr30-desc.c fr30-desc.h fr30-opc.c 
	                 fr30-opc.h frv-desc.c frv-desc.h frv-opc.c 
	                 frv-opc.h ip2k-desc.c ip2k-desc.h ip2k-opc.c 
	                 ip2k-opc.h m32r-desc.c m32r-desc.h m32r-opc.c 
	                 m32r-opc.h m32r-opinst.c openrisc-desc.c 
	                 openrisc-desc.h openrisc-opc.c openrisc-opc.h 
	                 xstormy16-desc.c xstormy16-desc.h 
	                 xstormy16-opc.c xstormy16-opc.h 
Added files:
	bfd            : elf32-m68hc1x.c elf32-m68hc1x.h 

Log message:
	2003-04-30  David Carlton  <carlton@bactrian.org>
	
	* cp-namespace.c (get_namespace_objfile): Copy the namespace
	objfile's name.
	
	* block.h (ALL_BLOCK_SYMBOLS): Move here from dictionary.h.
	* dictionary.c: Sync up with mainline version I just posted.
	Specifically, update some commments, and:
	(dict_create_hashed): Fiddle with nsyms updating.
	(dict_create_linear): Ditto.
	(dict_lookup): Delete.
	(iterator_next_hashed): Delete FIXME comment.
	(iter_name_first_hashed): Replace 'sym' by 'sym != NULL'.
	(iter_name_next_hashed): Replate 'next' by 'next != NULL'.
	* dictionary.h: Sync up with mainline version I just posted: add
	inclusion guards, delete declaration of dict_lookup, delete
	ALL_BLOCK_SYMBOLs.
	
	* Merge with mainline; tag is carlton_dictionary-20030430-merge.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc1x.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc1x.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=NONE&r2=1.1.4.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.8&r2=1.1722.2.9
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.8&r2=1.101.2.9
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.8&r2=1.110.6.9
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.7&r2=1.55.6.8
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.8&r2=1.171.2.9
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.4&r2=1.12.18.5
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.5&r2=1.82.6.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.133.2.7&r2=1.133.2.8
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.6&r2=1.114.2.7
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.2&r2=1.9.12.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-sh.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.18.3&r2=1.8.18.4
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.3&r2=1.86.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.7&r2=1.162.2.8
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.3&r2=1.16.2.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.8&r2=1.83.2.9
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.3&r2=1.9.10.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68hc12.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.10.2&r2=1.8.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.7&r2=1.51.2.8
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.7&r2=1.58.8.8
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.4&r2=1.1.16.5
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.5&r2=1.7.12.6
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.7&r2=1.80.2.8
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.4&r2=1.19.10.5
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.8&r2=1.186.2.9
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.6&r2=1.58.2.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.5&r2=1.8.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.8&r2=1.66.2.9
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.3&r2=1.50.12.4
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.8&r2=1.336.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.173.2.7&r2=1.173.2.8
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.2&r2=1.22.10.3
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.2&r2=1.43.18.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/h8300.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/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.137.2.5&r2=1.137.2.6
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.2&r2=1.49.10.3
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&r2=1.2.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.488.2.8&r2=1.488.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/fr30-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.13.14.2&r2=1.13.14.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/fr30-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10&r2=1.10.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/fr30-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.9&r2=1.9.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/fr30-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/frv-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.16.1&r2=1.1.16.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/frv-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/frv-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/frv-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ip2k-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.12.1&r2=1.1.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ip2k-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ip2k-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.12.1&r2=1.1.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ip2k-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.12.1&r2=1.1.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m32r-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.15.14.1&r2=1.15.14.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m32r-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m32r-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10&r2=1.10.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m32r-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7&r2=1.7.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m32r-opinst.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10&r2=1.10.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/openrisc-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8.14.1&r2=1.8.14.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/openrisc-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/openrisc-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.5&r2=1.5.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/openrisc-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=1.3.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/xstormy16-desc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4.14.1&r2=1.4.14.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/xstormy16-desc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.22.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/xstormy16-opc.c.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/opcodes/xstormy16-opc.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2.22.1&r2=1.2.22.2


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