This is the mail archive of the gdb-patches@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]

Re: [patch] Fix false separate debuginfo warning for no .debug suffix [Re: Recent separate debug file warning caused Debian regressions]


On Tue, 03 Nov 2009 18:00:04 +0100, Daniel Jacobowitz wrote:
> On Tue, Nov 03, 2009 at 11:44:19AM +0100, Jan Kratochvil wrote:
> > gdb/
> > 2009-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
> > 
> > 	* symfile.c (separate_debug_file_exists): Change parameter parent_name
> > 	to parent_objfile.  New variables parent_stat and abfd_stat.  Call
> > 	strcmp and then bfd_stat functions to verify if NAME matches.
> > 	(find_separate_debug_file): Update the passed parameter at caller.
> 
> Thanks!  This is OK.

FYI now waiting on getting resolved:
	[patch, configures] Unify AC_SYS_LARGEFILE exception across dirs
	http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00230.html

for a proper form of check-in for:
	[patch] AC_SYS_LARGEFILE
	http://sourceware.org/ml/gdb-patches/2009-11/msg00047.html

which is a prerequisite of this patch.  I hope the regression is not so urgent
to require a temporary workaround instead.


Sorry,
Jan


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