diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
commit | 17732724f33c6969c86a29c832e094b96a4483bf (patch) | |
tree | 5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/solist.h | |
parent | fd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff) | |
download | gdb-17732724f33c6969c86a29c832e094b96a4483bf.zip gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2 |
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r-- | gdb/solist.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/solist.h b/gdb/solist.h index fa00aaf..dd1100c 100644 --- a/gdb/solist.h +++ b/gdb/solist.h @@ -20,6 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifndef SOLIST_H +#define SOLIST_H + #define SO_NAME_MAX_PATH_SIZE 512 /* FIXME: Should be dynamic */ /* Forward declaration for target specific link map information. This @@ -119,3 +122,5 @@ extern struct target_so_ops *current_target_so_ops; (current_target_so_ops->open_symbol_file_object) #define TARGET_SO_IN_DYNSYM_RESOLVE_CODE \ (current_target_so_ops->in_dynsym_resolve_code) + +#endif |