This is the mail archive of the binutils-cvs@sourceware.org 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/coff-arm.c bfd/coff-i960 ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_20-branch
Changes by:	nickc@sourceware.org	2009-09-05 08:00:21

Modified files:
	bfd            : ChangeLog coff-arm.c coff-i960.c coff-rs6000.c 
	                 coff-stgo32.c coff64-rs6000.c coffcode.h 
	                 coffgen.c cofflink.c coffswap.h libcoff-in.h 
	                 libcoff.h peXXigen.c pef.c pef.h 
	binutils       : ChangeLog ieee.c 
	gas            : ChangeLog 
	gas/config     : tc-arc.c tc-mips.c tc-ppc.c tc-ppc.h tc-score.c 
	                 tc-score7.c 
	gprof          : ChangeLog corefile.c 
	include/coff   : ChangeLog ti.h 
	include/opcode : ChangeLog ia64.h 
	ld             : ChangeLog 
	ld/emultempl   : elf32.em 
	opcodes        : ChangeLog ia64-dis.c m88k-dis.c tic80-opc.c 

Log message:
	* coff-arm.c (coff_arm_relocate_section)
	(record_thumb_to_arm_glue, bfd_arm_process_before_allocation):
	Change member name class to symbol_class.
	* coff-i960.c (coff_i960_relocate_section) Rename variable
	class to class_val. Change member name class to symbol_class.
	* coff-rs6000.c (_bfd_xcoff_swap_aux_in)
	(_bfd_xcoff_swap_aux_out): Rename arguments class to in_class.
	* coff-stgo32.c (adjust_aux_in_post)
	(adjust_aux_out_pre, adjust_aux_out_post): Rename arguments class
	to in_class.
	* coff64-rs6000.c (_bfd_xcoff64_swap_aux_in)
	(_bfd_xcoff64_swap_aux_out): Rename arguments class to in_class.
	* coffcode.h (coff_pointerize_aux_hook): Rename variable class
	to n_sclass.
	* coffgen.c (coff_write_symbol, coff_pointerize_aux): Rename
	variables named class to n_sclass. (coff_write_symbols): Rename
	variable class to sym_class. (bfd_coff_set_symbol_class): Rename
	argument class to symbol_class.
	* cofflink.c (_bfd_coff_link_hash_newfunc)
	(coff_link_add_symbols, _bfd_coff_link_input_bfd)
	(_bfd_coff_write_global_sym, _bfd_coff_generic_relocate_section):
	Update code to use renamed members.
	* coffswap.h (coff_swap_aux_in, coff_swap_aux_out): Rename
	argument class to in_class.
	* libcoff-in.h (struct coff_link_hash_entry, struct
	coff_debug_merge_type) Renamed members class to symbol_class and
	type_class.
	* libcoff.h Regenerated.
	* peXXigen.c: (_bfd_XXi_swap_aux_in, _bfd_XXi_swap_aux_out):
	Rename argument class to in_class.
	* pef.c (bfd_pef_parse_imported_symbol): Update code to use
	renamed members.
	* pef.h (struct bfd_pef_imported_symbol): Changed name of
	member class to symbol_class.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.4761.2.1&r2=1.4761.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-arm.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.76&r2=1.76.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-i960.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.21&r2=1.21.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-rs6000.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.90&r2=1.90.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff-stgo32.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.21&r2=1.21.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coff64-rs6000.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.78&r2=1.78.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffcode.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.158&r2=1.158.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffgen.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.74&r2=1.74.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cofflink.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.69&r2=1.69.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffswap.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.18&r2=1.18.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libcoff-in.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.39&r2=1.39.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/libcoff.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.56&r2=1.56.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/peXXigen.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.57&r2=1.57.6.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/pef.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.27&r2=1.27.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/pef.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.7&r2=1.7.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.1521&r2=1.1521.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ieee.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.23&r2=1.23.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.3938&r2=1.3938.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arc.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.45&r2=1.45.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-mips.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.412&r2=1.412.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-ppc.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.154&r2=1.154.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-ppc.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.39&r2=1.39.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-score.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.15&r2=1.15.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-score7.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.3&r2=1.3.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.259&r2=1.259.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gprof/corefile.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.36&r2=1.36.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.87&r2=1.87.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/coff/ti.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.21&r2=1.21.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.387&r2=1.387.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ia64.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.10&r2=1.10.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.2039&r2=1.2039.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/emultempl/elf32.em.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.201&r2=1.201.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.1438&r2=1.1438.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ia64-dis.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.18&r2=1.18.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/m88k-dis.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.12&r2=1.12.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/tic80-opc.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.6&r2=1.6.2.1


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