This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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/gdb ChangeLog solib-ia64-hpux.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-09-03 16:59:18

Modified files:
	gdb            : ChangeLog solib-ia64-hpux.c 

Log message:
	Fix build failure in solib-ia64-hpux.c
	
	The field "bfd" no longer exists in struct target_section.
	Use the_bfd_section->owner instead.
	
	gdb/ChangeLog:
	
	* solib-ia64-hpux.c (ia64_hpux_relocate_section_addresses):
	Replace sec->bfd by sec->the_bfd_section->owner.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15965&r2=1.15966
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/solib-ia64-hpux.c.diff?cvsroot=src&r1=1.8&r2=1.9


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