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 corefile.c libbfd-in.h libbfd.h hpux-c ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2005-12-23 10:19:42

Modified files:
	bfd            : corefile.c libbfd-in.h libbfd.h hpux-core.c 
	                 aix386-core.c aix5ppc-core.c cisco-core.c 
	                 hppabsd-core.c irix-core.c lynx-core.c mach-o.c 
	                 netbsd-core.c osf-core.c ptrace-core.c 
	                 sco5-core.c trad-core.c ChangeLog 

Log message:
	* corefile.c (generic_core_file_matches_executable_p): New function.
	* libbfd-in.h (generic_core_file_matches_executable_p): Add
	declaration.
	* libbfd.h: Regenerate.
	* hpux-core.c: ANSIfy function declarations and prototypes.
	(thread_section_p): Manually expand bfd_section_name macro
	to make it clear that parameter ABFD is not used.
	(hpux_core_core_file_matches_executable_p): Delete, replaced
	by macro pointing to generic_core_file_matches_executable_p.
	
	* aix386-core.c: Replace core_file_matches_executable_p null
	implementation by generic_core_file_matches_executable_p by
	using a macro.
	* aix5ppc-core.c: Likewise.
	* cisco-core.c: Likewise.
	* hppabsd-core.c: Likewise.
	* irix-core.c: Likewise.
	* lynx-core.c: Likewise.
	* mach-o.c: Likewise.
	* netbsd-core.c: Likewise.
	* osf-core.c: Likewise.
	* ptrace-core.c: Likewise.
	* sco5-core.c: Likewise.
	* trad-core.c: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/corefile.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libbfd-in.h.diff?cvsroot=src&r1=1.60&r2=1.61
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/libbfd.h.diff?cvsroot=src&r1=1.167&r2=1.168
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/hpux-core.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/aix386-core.c.diff?cvsroot=src&r1=1.14&r2=1.15
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/aix5ppc-core.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/cisco-core.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/hppabsd-core.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/irix-core.c.diff?cvsroot=src&r1=1.17&r2=1.18
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/lynx-core.c.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/mach-o.c.diff?cvsroot=src&r1=1.19&r2=1.20
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/netbsd-core.c.diff?cvsroot=src&r1=1.23&r2=1.24
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/osf-core.c.diff?cvsroot=src&r1=1.15&r2=1.16
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ptrace-core.c.diff?cvsroot=src&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/sco5-core.c.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/trad-core.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3368&r2=1.3369


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