summaryrefslogtreecommitdiff
path: root/gdb/solist.h
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-10-24 21:18:52 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-10-24 21:18:52 +0000
commitb8f6a0c43bc1482cd9bf76cad21079688c10b893 (patch)
tree21cb69b258f064fffead1e99b96595472372d0b1 /gdb/solist.h
parentd6fb19c9a294bda19f3792154b9f50b7000044dd (diff)
downloadgdb-b8f6a0c43bc1482cd9bf76cad21079688c10b893.tar.gz
* i386-nto-tdep.c: Include "solib.h".
(i386nto_init_abi): Use set_solib_ops instead of overwriting current_target_so_ops members. * solist.h (TARGET_SO_RELOCATE_SECTION_ADDRESSES): Remove. (TARGET_SO_FIND_AND_OPEN_SOLIB): Remove. (TARGET_SO_IN_DYNSYM_RESOLVE_CODE): Remove. * Makefile.in: Update dependencies.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index 38928796404..279f1adf497 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -129,13 +129,6 @@ extern int solib_open (char *in_pathname, char **found_pathname);
/* FIXME: gdbarch needs to control this variable */
extern struct target_so_ops *current_target_so_ops;
-#define TARGET_SO_RELOCATE_SECTION_ADDRESSES \
- (current_target_so_ops->relocate_section_addresses)
-#define TARGET_SO_FIND_AND_OPEN_SOLIB \
- (current_target_so_ops->find_and_open_solib)
-#define TARGET_SO_IN_DYNSYM_RESOLVE_CODE \
- (current_target_so_ops->in_dynsym_resolve_code)
-
/* Handler for library-specific global symbol lookup in solib.c. */
struct symbol *solib_global_lookup (const struct objfile *objfile,
const char *name,