diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-02 23:20:47 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-02 23:20:47 +0000 |
commit | adedef68ce373a39f7f005a0d7599a41dcae3806 (patch) | |
tree | 16248c0abbbcaa8134840015b245207796b1d9ba /gdb/target.h | |
parent | 9f470756e9eac952e5497a2c4f0885ebd8fbbd6b (diff) | |
download | gdb-adedef68ce373a39f7f005a0d7599a41dcae3806.zip gdb-adedef68ce373a39f7f005a0d7599a41dcae3806.tar.gz gdb-adedef68ce373a39f7f005a0d7599a41dcae3806.tar.bz2 |
2003-06-02 Elena Zannoni <ezannoni@redhat.com>
* target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
* symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
(syms_from_objfile): Ditto.
Diffstat (limited to 'gdb/target.h')
-rw-r--r-- | gdb/target.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/target.h b/gdb/target.h index cd82279..c2d8793 100644 --- a/gdb/target.h +++ b/gdb/target.h @@ -945,12 +945,6 @@ extern void (*target_new_objfile_hook) (struct objfile *); #define target_get_thread_local_address_p() \ (target_get_thread_local_address != NULL) -/* Hook to call target-dependent code after reading in a new symbol table. */ - -#ifndef TARGET_SYMFILE_POSTREAD -#define TARGET_SYMFILE_POSTREAD(OBJFILE) -#endif - /* Hook to call target dependent code just after inferior target process has started. */ |