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/aoutx.h bfd/coffgen.c bf ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2009-08-29 22:11:02

Modified files:
	bfd            : ChangeLog aoutx.h coffgen.c cpu-ia64-opc.c 
	                 ecoff.c elf32-arm.c elf32-i386.c elf32-m68k.c 
	                 elf64-x86-64.c elfxx-ia64.c hash.c ieee.c 
	                 linker.c mach-o.c oasys.c pdp11.c plugin.c 
	                 rs6000-core.c som.c syms.c tekhex.c 
	bfd/doc        : ChangeLog chew.c 
	binutils       : ChangeLog nlmconv.c 
	gas            : ChangeLog listing.c 
	gas/config     : obj-elf.c tc-arm.c tc-dlx.c tc-i386.c tc-ia64.c 
	                 tc-mcore.c tc-microblaze.c tc-or32.c tc-pdp11.c 
	                 tc-pj.c tc-score.c tc-score7.c tc-sh.c 
	                 tc-sh64.c tc-tic30.c tc-tic4x.c tc-tic54x.c 
	                 tc-z8k.c 
	include/opcode : ChangeLog tic30.h tic54x.h 
	ld             : ChangeLog ldexp.c ldfile.c ldlang.c 
	opcodes        : ChangeLog cris-dis.c i386-dis.c i386-gen.c 
	                 i386-opc.h i386-tbl.h ia64-dis.c tic30-dis.c 
	                 tic54x-dis.c tic54x-opc.c z8kgen.c 

Log message:
	Updated sources to avoid using the identifier name "new", which is a
	keyword in c++.
	
	* bfd/aoutx.h (NAME (aout, make_empty_symbol)): Rename variable
	new to new_symbol.
	* bfd/coffgen.c (coff_make_empty_symbol)
	(coff_bfd_make_debug_symbol): Rename variable new to new_symbol.
	* bfd/cpu-ia64-opc.c (ext_reg, ins_imms_scaled): Rename variable
	new to new_insn.
	* bfd/doc/chew.c (newentry, add_intrinsic): Rename variable new to
	new_d.
	* bfd/ecoff.c (_bfd_ecoff_make_empty_symbol): Rename variable new
	to new_symbol.
	* bfd/elf32-m68k.c (elf_m68k_get_got_entry_type): Rename argument
	new to new_reloc.
	* bfd/hash.c (bfd_hash_lookup): Rename variable new to new_string.
	* bfd/ieee.c (ieee_make_empty_symbol): Rename variable new to
	new_symbol.
	* bfd/linker.c (bfd_new_link_order): Rename variable new to
	new_lo.
	* bfd/mach-o.c (bfd_mach_o_sizeof_headers): Rename variable new to
	symbol.
	* bfd/oasys.c (oasys_make_empty_symbol): Rename variable new to
	new_symbol_type.
	* bfd/pdp11.c (NAME (aout, make_empty_symbol)): Rename variable
	new to new_symbol_type.
	* bfd/plugin.c (bfd_plugin_make_empty_symbol): Rename variable new
	to new_symbol.
	* bfd/rs6000-core.c (CoreHdr, VmInfo): Rename union member new to
	new_dump.
	(read_hdr, rs6000coff_core_p)
	(rs6000coff_core_file_matches_executable_p)
	(rs6000coff_core_file_failing_command)
	(rs6000coff_core_file_failing_signal): Updated function to use new
	union member name.
	* bfd/som.c (som_make_empty_symbol): Rename variable new to
	new_symbol_type.
	* bfd/syms.c (_bfd_generic_make_empty_symbol): Rename variable new
	to new_symbol.
	* bfd/tekhex.c (first_phase, tekhex_make_empty_symbol): Rename
	variable new to new_symbol.
	* binutils/nlmconv.c (main): Rename variable new to new_name.
	* gas/config/tc-arm.c (insert_reg_alias): Rename variable new to
	new_reg.
	* gas/config/tc-dlx.c (parse_operand): Rename variable new to
	new_pos.
	* gas/config/tc-ia64.c (ia64_gen_real_reloc_type): Rename variable
	new to newr.
	* gas/config/tc-mcore.c (parse_exp, parse_imm): Rename variable
	new to new_pointer.
	* gas/config/tc-microblaze.c (parse_exp, parse_imm, check_got):
	Change name from new to new_pointer.
	* gas/config/tc-or32.c (parse_operand): Rename variable new to
	new_pointer.
	* gas/config/tc-pdp11.c (md_assemble): Rename variable new to
	new_pointer.
	* gas/config/tc-pj.c (alias): Change argument new to new_name.
	* gas/config/tc-score.c (s3_build_score_ops_hsh): Rename variable
	new to new_opcode. (s3_build_dependency_insn_hsh) Rename variable
	new to new_i2n. (s3_convert): Rename variables old and new to
	r_old and r_new.
	* gas/config/tc-score7.c (s7_build_score_ops_hsh): Rename variable
	new to new_opcode. (s7_build_dependency_insn_hsh): Rename variable
	new to new_i2d. (s7_b32_relax_to_b16, s7_convert_frag): Rename
	variables old and new to r_old and r_new.
	* gas/config/tc-sh.c (parse_exp): Rename variable new to
	new_pointer.
	* gas/config/tc-sh64.c (shmedia_parse_exp): Rename variable new to
	new_pointer.
	* gas/config/tc-tic4x.c (tic4x_operand_parse): Rename variable new
	to new_pointer.
	* gas/config/tc-z8k.c (parse_exp): Rename variable new to
	new_pointer.
	* gas/listing.c (listing_newline): Rename variable new to new_i.
	* ld/ldexp.c (exp_intop, exp_bigintop, exp_relop, exp_binop)
	(exp_trinop, exp_unop, exp_nameop, exp_assop): Rename variable new
	to new_e.
	* ld/ldfile.c (ldfile_add_library_path): Rename variable new to
	new_dirs. (ldfile_add_arch): Rename variable new to new_arch.
	* ld/ldlang.c (new_statement, lang_final, lang_add_wild)
	(lang_target, lang_add_fill, lang_add_data, lang_add_assignment)
	(lang_add_insert): Rename variable new to new_stmt. (new_afile):
	Added missing cast. (lang_memory_region_lookup): Rename variable
	new to new_region. (init_os): Rename variable new to
	new_userdata. (lang_add_section): Rename variable new to
	new_section. (ldlang_add_undef): Rename variable new to
	new_undef. (realsymbol): Rename variable new to new_name.
	* opcodes/z8kgen.c (internal, gas): Rename variable new to new_op.
	
	Updated sources to avoid using the identifier name "template",
	which is a keyword in c++.
	
	* bfd/elf32-arm.c (struct stub_def): Rename member template to
	template_sequence. (arm_build_one_stub,
	find_stub_size_and_template, arm_size_one_stub, arm_map_one_stub):
	Rename variable template to template_sequence.
	* bfd/elfxx-ia64.c (elfNN_ia64_relax_br, elfNN_ia64_relax_brl):
	Rename variable template to template_val.
	* gas/config/tc-arm.c (struct asm_cond, struct asm_psr, struct
	asm_barrier_opt): Change member template to
	template_name. (md_begin): Update code to reflect new member
	names.
	* gas/config/tc-i386.c (struct templates, struct _i386_insn)
	(match_template, cpu_flags_match, match_reg_size, match_mem_size)
	(operand_size_match, md_begin, i386_print_statistics, pi)
	(build_vex_prefix, md_assemble, parse_insn, optimize_imm)
	(optimize_disp): Updated code to use new names. (parse_insn):
	Added casts.
	* gas/config/tc-ia64.c (dot_template, emit_one_bundle): Updated
	code to use new names.
	* gas/config/tc-score.c (struct s3_asm_opcode): Renamed member
	template to template_name. (s3_parse_16_32_inst, s3_parse_48_inst,
	s3_do_macro_ldst_label, s3_build_score_ops_hsh): Update code to
	use new names.
	* gas/config/tc-score7.c (struct s7_asm_opcode): Renamed member
	template to template_name. (s7_parse_16_32_inst,
	s7_do_macro_ldst_label, s7_build_score_ops_hsh): Update code to
	use new names.
	* gas/config/tc-tic30.c (md_begin, struct tic30_insn)
	(md_assemble): Update code to use new names.
	* gas/config/tc-tic54x.c (struct _tic54x_insn, md_begin)
	(optimize_insn, tic54x_parse_insn, next_line_shows_parallel):
	Update code to use new names.
	* include/opcode/tic30.h (template): Rename type template to
	insn_template. Updated code to use new name.
	* include/opcode/tic54x.h (template): Rename type template to
	insn_template.
	* opcodes/cris-dis.c (bytes_to_skip): Update code to use new name.
	* opcodes/i386-dis.c (putop): Update code to use new name.
	* opcodes/i386-gen.c (process_i386_opcodes): Update code to use
	new name.
	* opcodes/i386-opc.h (struct template): Rename struct template to
	insn_template. Update code accordingly.
	* opcodes/i386-tbl.h (i386_optab): Update type to use new name.
	* opcodes/ia64-dis.c (print_insn_ia64): Rename variable template
	to template_val.
	* opcodes/tic30-dis.c (struct instruction, get_tic30_instruction):
	Update code to use new name.
	* opcodes/tic54x-dis.c (has_lkaddr, get_insn_size)
	(print_parallel_instruction, print_insn_tic54x, tic54x_get_insn):
	Update code to use new name.
	* opcodes/tic54x-opc.c (tic54x_unknown_opcode, tic54x_optab):
	Update type to new name.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.4750&r2=1.4751
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/aoutx.h.diff?cvsroot=src&r1=1.75&r2=1.76
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/coffgen.c.diff?cvsroot=src&r1=1.72&r2=1.73
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/cpu-ia64-opc.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ecoff.c.diff?cvsroot=src&r1=1.64&r2=1.65
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=1.210&r2=1.211
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-i386.c.diff?cvsroot=src&r1=1.221&r2=1.222
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf32-m68k.c.diff?cvsroot=src&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elf64-x86-64.c.diff?cvsroot=src&r1=1.181&r2=1.182
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/elfxx-ia64.c.diff?cvsroot=src&r1=1.212&r2=1.213
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/hash.c.diff?cvsroot=src&r1=1.27&r2=1.28
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/ieee.c.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/linker.c.diff?cvsroot=src&r1=1.72&r2=1.73
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/mach-o.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/oasys.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/pdp11.c.diff?cvsroot=src&r1=1.40&r2=1.41
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/plugin.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/rs6000-core.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/som.c.diff?cvsroot=src&r1=1.74&r2=1.75
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/syms.c.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/tekhex.c.diff?cvsroot=src&r1=1.34&r2=1.35
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/ChangeLog.diff?cvsroot=src&r1=1.87&r2=1.88
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/bfd/doc/chew.c.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1514&r2=1.1515
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/nlmconv.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3910&r2=1.3911
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/listing.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/obj-elf.c.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.402&r2=1.403
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-dlx.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-i386.c.diff?cvsroot=src&r1=1.390&r2=1.391
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-ia64.c.diff?cvsroot=src&r1=1.207&r2=1.208
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-mcore.c.diff?cvsroot=src&r1=1.47&r2=1.48
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-microblaze.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-or32.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-pdp11.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-pj.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-score.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-score7.c.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-sh.c.diff?cvsroot=src&r1=1.133&r2=1.134
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-sh64.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-tic30.c.diff?cvsroot=src&r1=1.26&r2=1.27
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-tic4x.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-tic54x.c.diff?cvsroot=src&r1=1.32&r2=1.33
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-z8k.c.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.386&r2=1.387
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/tic30.h.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/include/opcode/tic54x.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ChangeLog.diff?cvsroot=src&r1=1.2030&r2=1.2031
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldexp.c.diff?cvsroot=src&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldfile.c.diff?cvsroot=src&r1=1.52&r2=1.53
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/ld/ldlang.c.diff?cvsroot=src&r1=1.315&r2=1.316
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.1431&r2=1.1432
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/cris-dis.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-dis.c.diff?cvsroot=src&r1=1.197&r2=1.198
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-gen.c.diff?cvsroot=src&r1=1.51&r2=1.52
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-opc.h.diff?cvsroot=src&r1=1.53&r2=1.54
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/i386-tbl.h.diff?cvsroot=src&r1=1.68&r2=1.69
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/ia64-dis.c.diff?cvsroot=src&r1=1.16&r2=1.17
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/tic30-dis.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/tic54x-dis.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/tic54x-opc.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/opcodes/z8kgen.c.diff?cvsroot=src&r1=1.15&r2=1.16


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