summaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-01-05 15:51:01 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-01-05 15:51:01 +0000
commit71d0069a9f238a11f7f455bf6ad2adfc25683521 (patch)
tree037e123fe43304d0bfe71745424604726f3c5ab2 /gdb/symfile.c
parent197738c018b8b15f2290f87c442686d94e703ba9 (diff)
downloadgdb-71d0069a9f238a11f7f455bf6ad2adfc25683521.tar.gz
gdb/
* symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 11bc2af9c85..fe91fb664d9 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -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;