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	2002-10-25 16:50:00

Modified files:
	bfd            : ChangeLog Makefile.am Makefile.in aoutx.h 
	                 archive.c archures.c bfd-in.h bfd-in2.h bfd.c 
	                 binary.c coffgen.c config.bfd configure 
	                 configure.in dwarf2.c elf.c elf32-arc.c 
	                 elf32-arm.h elf32-d10v.c elf32-i386.c 
	                 elf32-ip2k.c elf32-m32r.c elf32-m68hc11.c 
	                 elf32-m68hc12.c elf32-or32.c elf32-ppc.c 
	                 elf32-qnx.h elf32-sh.c elf32-sh64.c 
	                 elf64-alpha.c elf64-hppa.c elf64-sh64.c 
	                 elfarm-nabi.c elflink.h elfxx-mips.c 
	                 elfxx-target.h format.c gen-aout.c libbfd.c 
	                 libcoff.h linker.c merge.c reloc.c section.c 
	                 simple.c srec.c stabs.c syms.c targets.c 
	                 version.h vms-hdr.c 
	bfd/doc        : ChangeLog Makefile.in 
	bfd/po         : BLD-POTFILES.in SRC-POTFILES.in 
	include        : ChangeLog ansidecl.h getopt.h 
	include/opcode : ChangeLog cgen.h 
	opcodes        : ChangeLog m68hc11-dis.c sparc-opc.c 
Added files:
	bfd            : elf32-qnx.c 
Removed files:
	bfd            : elf32-i386-fbsd.c elf32-i386qnx.c 
	                 elf32-ppcqnx.c elf32-sh-lin.c elf32-sh-nbsd.c 
	                 elf32-sh64-lin.c elf32-sh64-nbsd.c 
	                 elf32-shqnx.c elf64-alpha-fbsd.c 
	                 elf64-sh64-lin.c elf64-sh64-nbsd.c 
	                 elfarmqnx-nabi.c 

Log message:
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* symtab.c (lookup_symbol_aux_block): New function.
	(lookup_symbol_aux_local): Call lookup_symbol_aux_block.
	(lookup_symbol_aux): Ditto.
	
	* Merge from mainline; tag is carlton_dictionary-20021025-merge.
	
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* cp-support.c: Add comment to demangled name pitfalls.
	* symtab.c (lookup_transparent_type): Add FIXME comment at
	beginning.
	
	2002-10-23  David Carlton  <carlton@math.stanford.edu>
	
	* symtab.c: Delete cplusplus_hint.
	Delete prototype for find_template_name_end.
	* dwarf2read.c (scan_partial_symbols): Add in a gdb_assert from a
	later version of my namespace_minimal patch.
	
	2002-10-25  David Carlton  <carlton@math.stanford.edu>
	
	* gdb.c++/namespace.exp: Change all of the setup_xfail tests that
	I added into setup_kfails.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-qnx.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.2&r2=1.1722.2.3
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.2&r2=1.101.2.3
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.2&r2=1.110.6.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/aoutx.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.35&r2=1.35.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/archive.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.24&r2=1.24.10.1
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.1&r2=1.55.6.2
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&r2=1.51.2.1
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.2&r2=1.171.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/bfd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.37&r2=1.37.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/binary.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.15&r2=1.15.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffgen.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.34&r2=1.34.10.1
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.2&r2=1.118.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/configure.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.133.2.2&r2=1.133.2.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.1&r2=1.114.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/dwarf2.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.34.2.1&r2=1.34.2.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.1&r2=1.162.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.11&r2=1.11.12.1
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.1&r2=1.93.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-d10v.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16&r2=1.16.12.1
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.2&r2=1.83.2.3
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&r2=1.3.10.1
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.1&r2=1.26.10.2
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&r2=1.9.10.1
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&r2=1.8.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-or32.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.12.1
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.1&r2=1.51.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-qnx.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=1.2.10.1
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.1&r2=1.58.8.2
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.1&r2=1.7.12.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.2&r2=1.80.2.3
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&r2=1.27.10.1
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.1&r2=1.19.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfarm-nabi.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/bfd/elflink.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.186.2.2&r2=1.186.2.3
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.2&r2=1.22.2.3
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&r2=1.45.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/format.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.8&r2=1.8.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/gen-aout.c.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/bfd/libbfd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.23&r2=1.23.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libcoff.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.27&r2=1.27.10.1
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.1&r2=1.25.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/merge.c.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/bfd/reloc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.66.2.2&r2=1.66.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/section.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.50&r2=1.50.12.1
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.1&r2=1.1.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/srec.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.21&r2=1.21.10.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/stabs.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.10&r2=1.10.12.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/syms.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.25&r2=1.25.10.1
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.1&r2=1.77.2.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.2&r2=1.336.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/vms-hdr.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/bfd/elf32-i386-fbsd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386qnx.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.3&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-ppcqnx.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh-lin.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.4&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh-nbsd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh64-lin.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-sh64-nbsd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-shqnx.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-alpha-fbsd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sh64-lin.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1.2.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-sh64-nbsd.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=NONE
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfarmqnx-nabi.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.2&r2=NONE
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.1&r2=1.33.6.2
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.1&r2=1.39.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/po/BLD-POTFILES.in.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.1&r2=1.1.30.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.1&r2=1.17.10.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.1&r2=1.173.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/ansidecl.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/include/getopt.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.6&r2=1.6.12.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.1&r2=1.176.10.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/cgen.h.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.16&r2=1.16.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.2&r2=1.488.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m68hc11-dis.c.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/opcodes/sparc-opc.c.diff?cvsroot=src&only_with_tag=carlton_dictionary-branch&r1=1.7&r2=1.7.28.1


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