mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-25 03:54:33 +00:00
2001-07-02 Daniel Jacobowitz <drow@mvista.com>
* solib-svr4.c: Include "elf/mips.h". (elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
This commit is contained in:
parent
f9aca02d5a
commit
f7856c8f27
@ -1,3 +1,7 @@
|
||||
2001-07-02 Daniel Jacobowitz <drow@mvista.com>
|
||||
* solib-svr4.c: Include "elf/mips.h".
|
||||
(elf_locate_base): Make DT_MIPS_RLD_MAP block unconditional.
|
||||
|
||||
2001-07-02 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* dwarf2read.c (read_comp_unit, sibling_die, dump_die,
|
||||
|
@ -37,6 +37,7 @@
|
||||
#else
|
||||
#include "elf/external.h"
|
||||
#include "elf/common.h"
|
||||
#include "elf/mips.h"
|
||||
#endif
|
||||
|
||||
#include "symtab.h"
|
||||
@ -623,7 +624,6 @@ elf_locate_base (void)
|
||||
(bfd_byte *) x_dynp->d_un.d_ptr);
|
||||
return dyn_ptr;
|
||||
}
|
||||
#ifdef DT_MIPS_RLD_MAP
|
||||
else if (dyn_tag == DT_MIPS_RLD_MAP)
|
||||
{
|
||||
char *pbuf;
|
||||
@ -637,7 +637,6 @@ elf_locate_base (void)
|
||||
return 0;
|
||||
return extract_unsigned_integer (pbuf, sizeof (pbuf));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
else /* 64-bit elf */
|
||||
|
Loading…
x
Reference in New Issue
Block a user