mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-18 00:32:30 +08:00
gdb/
* symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2010-01-05 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
|
||||||
|
|
||||||
2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
|
2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* features/Makefile (WHICH): Add s390-linux32, s390-linux64,
|
* features/Makefile (WHICH): Add s390-linux32, s390-linux64,
|
||||||
|
@ -799,7 +799,7 @@ syms_from_objfile (struct objfile *objfile,
|
|||||||
|
|
||||||
We no longer warn if the lowest section is not a text segment (as
|
We no longer warn if the lowest section is not a text segment (as
|
||||||
happens for the PA64 port. */
|
happens for the PA64 port. */
|
||||||
if (!mainline && addrs && addrs->other[0].name)
|
if (addrs && addrs->other[0].name)
|
||||||
{
|
{
|
||||||
asection *lower_sect;
|
asection *lower_sect;
|
||||||
asection *sect;
|
asection *sect;
|
||||||
|
Reference in New Issue
Block a user