Update ARC instruction data-base.
[deliverable/binutils-gdb.git] / bfd / nlm-target.h
CommitLineData
252b5132 1/* Target definitions for 32/64-bit NLM (NetWare Loadable Module)
6f2750fe 2 Copyright (C) 1993-2016 Free Software Foundation, Inc.
252b5132 3
7920ce38 4 This file is part of BFD, the Binary File Descriptor library.
252b5132 5
7920ce38
NC
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
cd123cb7 8 the Free Software Foundation; either version 3 of the License, or
7920ce38 9 (at your option) any later version.
252b5132 10
7920ce38
NC
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
252b5132 15
7920ce38
NC
16 You should have received a copy of the GNU General Public License
17 along with this program; if not, write to the Free Software
cd123cb7
NC
18 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
19 MA 02110-1301, USA. */
252b5132
RH
20
21#define nlm_core_file_p _bfd_dummy_target
22
7920ce38
NC
23#define nlm_get_symtab_upper_bound nlmNAME (get_symtab_upper_bound)
24#define nlm_canonicalize_symtab nlmNAME (canonicalize_symtab)
25#define nlm_make_empty_symbol nlmNAME (make_empty_symbol)
26#define nlm_print_symbol nlmNAME (print_symbol)
27#define nlm_get_symbol_info nlmNAME (get_symbol_info)
60bb06bc 28#define nlm_get_symbol_version_string _bfd_nosymbols_get_symbol_version_string
7920ce38
NC
29#define nlm_bfd_is_local_label_name bfd_generic_is_local_label_name
30#define nlm_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false)
31#define nlm_get_lineno _bfd_nosymbols_get_lineno
32#define nlm_find_nearest_line _bfd_nosymbols_find_nearest_line
9c461f7d 33#define nlm_find_line _bfd_nosymbols_find_line
4ab527b0 34#define nlm_find_inliner_info _bfd_nosymbols_find_inliner_info
7920ce38
NC
35#define nlm_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol
36#define nlm_read_minisymbols _bfd_generic_read_minisymbols
37#define nlm_minisymbol_to_symbol _bfd_generic_minisymbol_to_symbol
38
39#define nlm_get_reloc_upper_bound nlmNAME (get_reloc_upper_bound)
40#define nlm_canonicalize_reloc nlmNAME (canonicalize_reloc)
41#define nlm_bfd_reloc_type_lookup bfd_default_reloc_type_lookup
157090f7 42#define nlm_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup
7920ce38
NC
43#define nlm_set_section_contents nlmNAME (set_section_contents)
44
45#define nlm_sizeof_headers _bfd_nolink_sizeof_headers
46#define nlm_bfd_get_relocated_section_contents bfd_generic_get_relocated_section_contents
47#define nlm_bfd_relax_section bfd_generic_relax_section
48#define nlm_bfd_gc_sections bfd_generic_gc_sections
ae17ab41 49#define nlm_bfd_lookup_section_flags bfd_generic_lookup_section_flags
7920ce38
NC
50#define nlm_bfd_merge_sections bfd_generic_merge_sections
51#define nlm_bfd_is_group_section bfd_generic_is_group_section
52#define nlm_bfd_discard_group bfd_generic_discard_group
53#define nlm_section_already_linked _bfd_generic_section_already_linked
3023e3f6 54#define nlm_bfd_define_common_symbol bfd_generic_define_common_symbol
7920ce38 55#define nlm_bfd_link_hash_table_create _bfd_generic_link_hash_table_create
7920ce38
NC
56#define nlm_bfd_link_add_symbols _bfd_generic_link_add_symbols
57#define nlm_bfd_link_just_syms _bfd_generic_link_just_syms
1338dd10
PB
58#define nlm_bfd_copy_link_hash_symbol_type \
59 _bfd_generic_copy_link_hash_symbol_type
7920ce38
NC
60#define nlm_bfd_final_link _bfd_generic_final_link
61#define nlm_bfd_link_split_section _bfd_generic_link_split_section
252b5132
RH
62
63/* This structure contains everything that BFD knows about a target.
64 It includes things like its byte order, name, what routines to call
65 to do various operations, etc. Every BFD points to a target structure
66 with its "xvec" member.
67
68 There are two such structures here: one for big-endian machines and
69 one for little-endian machines. */
70
c3c89269
NC
71/* Forward declaration for use when initialising alternative_target field. */
72#ifdef TARGET_LITTLE_SYM
73extern const bfd_target TARGET_LITTLE_SYM;
74#endif
252b5132
RH
75
76#ifdef TARGET_BIG_SYM
77const bfd_target TARGET_BIG_SYM =
78{
7920ce38 79 /* Name: identify kind of target. */
252b5132
RH
80 TARGET_BIG_NAME,
81
7920ce38 82 /* Flavour: general indication about file. */
252b5132
RH
83 bfd_target_nlm_flavour,
84
7920ce38 85 /* Byteorder: data is big endian. */
252b5132
RH
86 BFD_ENDIAN_BIG,
87
7920ce38 88 /* Header_byteorder: header is also big endian. */
252b5132
RH
89 BFD_ENDIAN_BIG,
90
7920ce38 91 /* Object_flags: mask of all file flags. */
252b5132
RH
92 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS
93 | WP_TEXT),
1518639e 94
7920ce38
NC
95 /* Section_flags: mask of all section flags. */
96 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
97 | SEC_CODE | SEC_DATA),
252b5132 98
7920ce38
NC
99 /* Leading_symbol_char: is the first char of a user symbol
100 predictable, and if so what is it. */
252b5132
RH
101 0,
102
7920ce38 103 /* AR_pad_char: pad character for filenames within an archive header
252b5132 104 FIXME: this really has nothing to do with NLM, this is a characteristic
7920ce38 105 of the archiver and/or os and should be independently tunable. */
252b5132
RH
106 '/',
107
7920ce38 108 /* AR_max_namelen: maximum number of characters in an archive header
252b5132
RH
109 FIXME: this really has nothing to do with NLM, this is a characteristic
110 of the archiver and should be independently tunable. This value is
7920ce38 111 a WAG (wild a** guess). */
252b5132 112 15,
0aabe54e 113 0, /* match priority. */
252b5132 114
7920ce38 115 /* Routines to byte-swap various sized integers from the data sections. */
252b5132 116 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
7920ce38
NC
117 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
118 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
252b5132 119
7920ce38 120 /* Routines to byte-swap various sized integers from the file headers. */
252b5132 121 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
7920ce38
NC
122 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
123 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
124
125 /* bfd_check_format: check the format of a file being read. */
126 { _bfd_dummy_target, /* Unknown format. */
127 nlmNAME (object_p), /* Assembler/linker output (object file). */
128 bfd_generic_archive_p, /* An archive. */
129 nlm_core_file_p /* A core file. */
252b5132
RH
130 },
131
7920ce38 132 /* bfd_set_format: set the format of a file being written. */
252b5132
RH
133 { bfd_false,
134 nlm_mkobject,
135 _bfd_generic_mkarchive,
136 bfd_false
137 },
138
7920ce38 139 /* bfd_write_contents: write cached information into a file being written. */
252b5132 140 { bfd_false,
7920ce38 141 nlmNAME (write_object_contents),
252b5132
RH
142 _bfd_write_archive_contents,
143 bfd_false
144 },
145
7920ce38
NC
146 /* Initialize a jump table with the standard macro.
147 All names start with "nlm". */
252b5132
RH
148 BFD_JUMP_TABLE_GENERIC (_bfd_generic),
149 BFD_JUMP_TABLE_COPY (_bfd_generic),
150 BFD_JUMP_TABLE_CORE (_bfd_nocore),
151 BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive),
152 BFD_JUMP_TABLE_SYMBOLS (nlm),
153 BFD_JUMP_TABLE_RELOCS (nlm),
154 BFD_JUMP_TABLE_WRITE (nlm),
155 BFD_JUMP_TABLE_LINK (nlm),
156 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
157
c3c89269
NC
158 /* Alternative endian target. */
159#ifdef TARGET_LITTLE_SYM
160 & TARGET_LITTLE_SYM,
161#else
162 NULL,
163#endif
1518639e 164
7920ce38
NC
165 /* Backend_data. */
166 (void *) TARGET_BACKEND_DATA
252b5132
RH
167};
168#endif
169
170#ifdef TARGET_LITTLE_SYM
171const bfd_target TARGET_LITTLE_SYM =
172{
7920ce38 173 /* Name: identify kind of target. */
252b5132
RH
174 TARGET_LITTLE_NAME,
175
7920ce38 176 /* Flavour: general indication about file. */
252b5132
RH
177 bfd_target_nlm_flavour,
178
7920ce38 179 /* Byteorder: data is little endian. */
252b5132
RH
180 BFD_ENDIAN_LITTLE,
181
7920ce38 182 /* Header_byteorder: header is also little endian. */
252b5132
RH
183 BFD_ENDIAN_LITTLE,
184
7920ce38 185 /* Object_flags: mask of all file flags. */
252b5132
RH
186 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS
187 | WP_TEXT),
1518639e 188
7920ce38
NC
189 /* Section_flags: mask of all section flags. */
190 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY
191 | SEC_DATA),
252b5132 192
7920ce38
NC
193 /* Leading_symbol_char: is the first char of a user symbol
194 predictable, and if so what is it. */
252b5132
RH
195 0,
196
7920ce38 197 /* AR_pad_char: pad character for filenames within an archive header
252b5132 198 FIXME: this really has nothing to do with NLM, this is a characteristic
7920ce38 199 of the archiver and/or os and should be independently tunable. */
252b5132
RH
200 '/',
201
7920ce38 202 /* AR_max_namelen: maximum number of characters in an archive header
252b5132
RH
203 FIXME: this really has nothing to do with NLM, this is a characteristic
204 of the archiver and should be independently tunable. This value is
7920ce38 205 a WAG (wild a** guess). */
252b5132 206 15,
0aabe54e 207 0, /* match priority. */
252b5132 208
7920ce38 209 /* Routines to byte-swap various sized integers from the data sections. */
252b5132 210 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
7920ce38
NC
211 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
212 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
252b5132 213
7920ce38 214 /* Routines to byte-swap various sized integers from the file headers. */
252b5132 215 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
7920ce38
NC
216 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
217 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
218
219 /* bfd_check_format: check the format of a file being read. */
220 { _bfd_dummy_target, /* Unknown format. */
221 nlmNAME(object_p), /* Assembler/linker output (object file). */
222 bfd_generic_archive_p, /* An archive. */
223 nlm_core_file_p /* A core file. */
252b5132
RH
224 },
225
7920ce38 226 /* bfd_set_format: set the format of a file being written. */
252b5132
RH
227 { bfd_false,
228 nlm_mkobject,
229 _bfd_generic_mkarchive,
230 bfd_false
231 },
232
7920ce38 233 /* bfd_write_contents: write cached information into a file being written. */
252b5132
RH
234 { bfd_false,
235 nlmNAME(write_object_contents),
236 _bfd_write_archive_contents,
237 bfd_false
238 },
239
7920ce38
NC
240 /* Initialize a jump table with the standard macro.
241 All names start with "nlm". */
252b5132
RH
242 BFD_JUMP_TABLE_GENERIC (_bfd_generic),
243 BFD_JUMP_TABLE_COPY (_bfd_generic),
244 BFD_JUMP_TABLE_CORE (_bfd_nocore),
245 BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive),
246 BFD_JUMP_TABLE_SYMBOLS (nlm),
247 BFD_JUMP_TABLE_RELOCS (nlm),
248 BFD_JUMP_TABLE_WRITE (nlm),
249 BFD_JUMP_TABLE_LINK (nlm),
250 BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
251
c3c89269
NC
252 /* Alternative endian target. */
253#ifdef TARGET_BIG_SYM
254 & TARGET_BIG_SYM,
255#else
256 NULL,
257#endif
1518639e 258
7920ce38
NC
259 /* Backend_data. */
260 (void *) TARGET_BACKEND_DATA
252b5132
RH
261};
262#endif
This page took 1.033455 seconds and 4 git commands to generate.