aboutsummaryrefslogtreecommitdiff
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
commit59215afbea47b0845a7fe36534c37e7ce02065bf (patch)
tree28e5a7a7adb90271738820b1cde589c60420bbf3 /gdb/solist.h
parent4bd1a3c93195c4a5d29094ae4242ba9fef9fdf7a (diff)
downloadfsf-binutils-gdb-59215afbea47b0845a7fe36534c37e7ce02065bf.zip
fsf-binutils-gdb-59215afbea47b0845a7fe36534c37e7ce02065bf.tar.gz
fsf-binutils-gdb-59215afbea47b0845a7fe36534c37e7ce02065bf.tar.bz2
* 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 3892879..279f1ad 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,