* symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
This commit is contained in:
Jan Kratochvil
2010-01-05 15:51:02 +00:00
parent 30bc8c4670
commit 0d15807dcf
2 changed files with 5 additions and 1 deletions

View File

@ -799,7 +799,7 @@ syms_from_objfile (struct objfile *objfile,
We no longer warn if the lowest section is not a text segment (as
happens for the PA64 port. */
if (!mainline && addrs && addrs->other[0].name)
if (addrs && addrs->other[0].name)
{
asection *lower_sect;
asection *sect;