aboutsummaryrefslogtreecommitdiff
path: root/bfd/libaout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-27 23:04:01 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-27 23:04:01 +0000
commitd3e572fefc2e912a649512738e34a355a53603c9 (patch)
tree62265bb6b7e3985a9b00f43e2a68594ca1d1c421 /bfd/libaout.h
parent8230f31c92c3dc4c12a9b6531e50c82284455f95 (diff)
downloadgdb-d3e572fefc2e912a649512738e34a355a53603c9.zip
gdb-d3e572fefc2e912a649512738e34a355a53603c9.tar.gz
gdb-d3e572fefc2e912a649512738e34a355a53603c9.tar.bz2
update copyrights
Diffstat (limited to 'bfd/libaout.h')
-rw-r--r--bfd/libaout.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/bfd/libaout.h b/bfd/libaout.h
index 1ec1dc9..6731d6d 100644
--- a/bfd/libaout.h
+++ b/bfd/libaout.h
@@ -1,5 +1,5 @@
/* BFD back-end data structures for a.out (and similar) files.
- Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
+ Copyright 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
Written by Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
@@ -343,8 +343,10 @@ struct aoutdata {
/* The external symbol information. */
struct external_nlist *external_syms;
bfd_size_type external_sym_count;
+ bfd_window sym_window;
char *external_strings;
bfd_size_type external_string_size;
+ bfd_window string_window;
struct aout_link_hash_entry **sym_hashes;
/* A pointer for shared library information. */
@@ -374,8 +376,10 @@ struct aout_data_struct {
#define obj_aout_subformat(bfd) (adata(bfd).subformat)
#define obj_aout_external_syms(bfd) (adata(bfd).external_syms)
#define obj_aout_external_sym_count(bfd) (adata(bfd).external_sym_count)
+#define obj_aout_sym_window(bfd) (adata(bfd).sym_window)
#define obj_aout_external_strings(bfd) (adata(bfd).external_strings)
#define obj_aout_external_string_size(bfd) (adata(bfd).external_string_size)
+#define obj_aout_string_window(bfd) (adata(bfd).string_window)
#define obj_aout_sym_hashes(bfd) (adata(bfd).sym_hashes)
#define obj_aout_dynamic_info(bfd) (adata(bfd).dynamic_info)
@@ -543,11 +547,6 @@ NAME(aout,final_link) PARAMS ((bfd *, struct bfd_link_info *,
boolean
NAME(aout,bfd_free_cached_info) PARAMS ((bfd *));
-/* Prototypes for functions in stab-syms.c. */
-
-CONST char *
-aout_stab_name PARAMS ((int code));
-
/* A.out uses the generic versions of these routines... */
#define aout_32_get_section_contents _bfd_generic_get_section_contents