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/binutils ChangeLog addr2line.c ar.c bucomm ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	binutils-2_20-branch
Changes by:	nickc@sourceware.org	2009-09-10 13:42:10

Modified files:
	binutils       : ChangeLog addr2line.c ar.c bucomm.c debug.c 
	                 debug.h dwarf.c ieee.c nm.c objcopy.c objdump.c 
	                 prdbg.c readelf.c size.c stabs.c strings.c 
	                 wrstabs.c 

Log message:
	Update soruces to compile cleanly with -Wc++-compat:
	
	* addr2line.c (slurp_symtab): Fix casts. Introduce variable
	minisyms to avoid aliasing varning.
	* ar.c: Add casts.
	(normalize): Use name del instead of delete.
	(display_target_list,display_info_table): Change loop counter
	variable a to int.
	* bucomm.c: Add casts.
	* debug.c: Update function to use new names.
	(struct debug_baseclass): Rename member from virtual to
	is_virtual.
	(struct debug_type_s, struct debug_field_s, struct
	debug_baseclass_s, struct debug_method_s, struct
	debug_method_variant_s, struct debug_type_s): Rename struct from
	avoid name collision.
	* debug.h: Use new struct names.
	* dwarf.c: Add casts.
	(free_debug_memory): Change loop counter variable a to int.
	* ieee.c: Add casts.
	(enum ieee_var_kind): Move to top level.
	(ieee_class_baseclass): Rename parameter virtual to is_virtual.
	(ieee_class_method_var): Rename variable virtual to is_virtual.
	* nm.c: Add casts.
	* objcopy.c: Add casts.
	(copy_archive): Rename variable delete to del.
	* objdump.c: Add casts.
	(dump_dwarf_section): Change loop counter variable i to int.
	* prdbg.c: Add casts.
	(pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
	to is_virtual.
	* readelf.c: Add casts.
	(struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
	top level.
	* size.c: Add casts.
	* stabs.c (parse_stab_type, parse_stab_range_type,
	(parse_stab_cpp_abbrev): Rename parameter from typename to
	type_name.
	(parse_stab_baseclasses): Rename variable virtual to is_virtual.
	* strings.c: Add casts.
	* wrstabs.c (stab_class_baseclass): Rename parameter virtual to
	is_virtual.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.1521.2.5&r2=1.1521.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/addr2line.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.33&r2=1.33.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ar.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.60&r2=1.60.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/bucomm.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.36&r2=1.36.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/debug.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.17&r2=1.17.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/debug.h.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.9&r2=1.9.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.53.2.1&r2=1.53.2.2
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.2.1&r2=1.23.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/nm.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.60&r2=1.60.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.134&r2=1.134.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.163&r2=1.163.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/prdbg.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.22&r2=1.22.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.454.2.2&r2=1.454.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/size.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.31&r2=1.31.8.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/stabs.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.29&r2=1.29.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/strings.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.45&r2=1.45.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/wrstabs.c.diff?cvsroot=src&only_with_tag=binutils-2_20-branch&r1=1.17&r2=1.17.2.1


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