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
Changes by:	nickc@sourceware.org	2009-09-10 13:40:45

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:
	Updated soruces in binutils/* to compile cleanly with -Wc++-compat.
	
	* binutils/addr2line.c (slurp_symtab): Fix casts. Introduce
	variable minisyms to avoid aliasing varning.
	* binutils/ar.c: Add casts. (normalize): Use name del instead of
	delete. (display_target_list,display_info_table): Change loop
	counter variable a to int.
	* binutils/bucomm.c: Add casts.
	* binutils/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.
	* /binutils/debug.h: Use new struct names.
	* binutils/dwarf.c: Add casts. (free_debug_memory): Change loop
	counter variable a to int.
	* binutils/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.
	* binutils/nm.c: Add casts.
	* binutils/objcopy.c: Add casts. (copy_archive): Rename variable
	delete to del.
	* binutils/objdump.c: Add casts. (dump_dwarf_section): Change loop
	counter variable i to int.
	* binutils/prdbg.c: Add
	casts. (pr_class_baseclass,tg_class_baseclass): Rename parameters
	virtual to is_virtual.
	* binutils/readelf.c: Add casts. (struct
	ia64_unw_table_entry,struct hppa_unw_table_entry): Move to top
	level.
	* binutils/size.c: Add casts.
	* binutils/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.
	* binutils/strings.c: Add casts.
	* binutils/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&r1=1.1529&r2=1.1530
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/addr2line.c.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ar.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/bucomm.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/debug.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/debug.h.diff?cvsroot=src&r1=1.9&r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/ieee.c.diff?cvsroot=src&r1=1.24&r2=1.25
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/nm.c.diff?cvsroot=src&r1=1.60&r2=1.61
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objcopy.c.diff?cvsroot=src&r1=1.134&r2=1.135
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/objdump.c.diff?cvsroot=src&r1=1.163&r2=1.164
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/prdbg.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/readelf.c.diff?cvsroot=src&r1=1.457&r2=1.458
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/size.c.diff?cvsroot=src&r1=1.31&r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/stabs.c.diff?cvsroot=src&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/strings.c.diff?cvsroot=src&r1=1.45&r2=1.46
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/binutils/wrstabs.c.diff?cvsroot=src&r1=1.17&r2=1.18


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