This is the mail archive of the gdb-patches@sources.redhat.com 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: [RFA] Add ix86 target to asm-source.exp test


Michael Elizabeth Chastain wrote:
> 
> I ran the new asm-source.exp test for x86 targets and it is not working for me.

Michael, this is not due to anything about the test itself, but rather
to a regression introduced by this change:

	symtab.c (find_pc_sect_line): If we can't find the function
	containing PC, we certainly won't have line number information for
	that location, so return zero immediately.

As you can imagine, the premise for this change is incorrect
for an assembly language file assembled with line info.

If you back out this change, I think the test will work for you.

				Michael


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