diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-24 21:18:52 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-10-24 21:18:52 +0000 |
commit | 59215afbea47b0845a7fe36534c37e7ce02065bf (patch) | |
tree | 28e5a7a7adb90271738820b1cde589c60420bbf3 /gdb/solist.h | |
parent | 4bd1a3c93195c4a5d29094ae4242ba9fef9fdf7a (diff) | |
download | gdb-59215afbea47b0845a7fe36534c37e7ce02065bf.zip gdb-59215afbea47b0845a7fe36534c37e7ce02065bf.tar.gz 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.h | 7 |
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, |