summaryrefslogtreecommitdiff
path: root/gdb/solib-frv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/solib-frv.c')
-rw-r--r--gdb/solib-frv.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/solib-frv.c b/gdb/solib-frv.c
index 6ebc6d4b520..67aa53d5c9f 100644
--- a/gdb/solib-frv.c
+++ b/gdb/solib-frv.c
@@ -22,13 +22,15 @@
#include "gdbcore.h"
#include "solib.h"
#include "solist.h"
-#include "frv-tdep.h"
+//#include "frv-tdep.h" /* For frv_fdpic_loadmap_addresses() */
+int frv_fdpic_loadmap_addresses (struct gdbarch *gdbarch,
+ CORE_ADDR *interp_addr, CORE_ADDR *exec_addr);
#include "objfiles.h"
#include "symtab.h"
#include "language.h"
#include "command.h"
#include "gdbcmd.h"
-#include "elf/frv.h"
+//#include "elf/frv.h" /* Used in find_canonical_descriptor_in_load_object() */
#include "gdb_bfd.h"
/* Flag which indicates whether internal debug messages should be printed. */
@@ -1083,7 +1085,7 @@ find_canonical_descriptor_in_load_object
this address (which is a GOT entry) to obtain a descriptor
address. */
if ((name == 0 || strcmp (name, (*rel->sym_ptr_ptr)->name) == 0)
- && rel->howto->type == R_FRV_FUNCDESC)
+ /*&& rel->howto->type == R_FRV_FUNCDESC*/)
{
gdb_byte buf [FRV_PTR_SIZE];