]>
Commit | Line | Data |
---|---|---|
252b5132 | 1 | /* Target definitions for NN-bit ELF |
f0abc2a1 | 2 | Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
b1342370 | 3 | 2003, 2004, 2005 Free Software Foundation, Inc. |
252b5132 | 4 | |
5e8d7549 | 5 | This file is part of BFD, the Binary File Descriptor library. |
252b5132 | 6 | |
5e8d7549 NC |
7 | This program is free software; you can redistribute it and/or modify |
8 | it under the terms of the GNU General Public License as published by | |
9 | the Free Software Foundation; either version 2 of the License, or | |
10 | (at your option) any later version. | |
252b5132 | 11 | |
5e8d7549 NC |
12 | This program is distributed in the hope that it will be useful, |
13 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 | GNU General Public License for more details. | |
252b5132 | 16 | |
5e8d7549 NC |
17 | You should have received a copy of the GNU General Public License |
18 | along with this program; if not, write to the Free Software | |
3e110533 | 19 | Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ |
252b5132 RH |
20 | |
21 | /* This structure contains everything that BFD knows about a target. | |
22 | It includes things like its byte order, name, what routines to call | |
23 | to do various operations, etc. Every BFD points to a target structure | |
24 | with its "xvec" member. | |
25 | ||
26 | There are two such structures here: one for big-endian machines and | |
27 | one for little-endian machines. */ | |
28 | ||
29 | #define bfd_elfNN_close_and_cleanup _bfd_elf_close_and_cleanup | |
30 | #define bfd_elfNN_bfd_free_cached_info _bfd_generic_bfd_free_cached_info | |
31 | #ifndef bfd_elfNN_get_section_contents | |
32 | #define bfd_elfNN_get_section_contents _bfd_generic_get_section_contents | |
33 | #endif | |
34 | ||
e656e369 AM |
35 | #define bfd_elfNN_canonicalize_dynamic_symtab \ |
36 | _bfd_elf_canonicalize_dynamic_symtab | |
90e3cdf2 | 37 | #ifndef bfd_elfNN_get_synthetic_symtab |
4c45e5c9 JJ |
38 | #define bfd_elfNN_get_synthetic_symtab \ |
39 | _bfd_elf_get_synthetic_symtab | |
90e3cdf2 | 40 | #endif |
fee24f1c | 41 | #ifndef bfd_elfNN_canonicalize_reloc |
252b5132 | 42 | #define bfd_elfNN_canonicalize_reloc _bfd_elf_canonicalize_reloc |
fee24f1c | 43 | #endif |
252b5132 RH |
44 | #ifndef bfd_elfNN_find_nearest_line |
45 | #define bfd_elfNN_find_nearest_line _bfd_elf_find_nearest_line | |
46 | #endif | |
47 | #define bfd_elfNN_read_minisymbols _bfd_elf_read_minisymbols | |
48 | #define bfd_elfNN_minisymbol_to_symbol _bfd_elf_minisymbol_to_symbol | |
e656e369 AM |
49 | #define bfd_elfNN_get_dynamic_symtab_upper_bound \ |
50 | _bfd_elf_get_dynamic_symtab_upper_bound | |
252b5132 RH |
51 | #define bfd_elfNN_get_lineno _bfd_elf_get_lineno |
52 | #ifndef bfd_elfNN_get_reloc_upper_bound | |
53 | #define bfd_elfNN_get_reloc_upper_bound _bfd_elf_get_reloc_upper_bound | |
54 | #endif | |
7cdc5bba | 55 | #ifndef bfd_elfNN_get_symbol_info |
252b5132 | 56 | #define bfd_elfNN_get_symbol_info _bfd_elf_get_symbol_info |
7cdc5bba | 57 | #endif |
6cee3f79 | 58 | #define bfd_elfNN_canonicalize_symtab _bfd_elf_canonicalize_symtab |
252b5132 | 59 | #define bfd_elfNN_get_symtab_upper_bound _bfd_elf_get_symtab_upper_bound |
252b5132 | 60 | #define bfd_elfNN_make_empty_symbol _bfd_elf_make_empty_symbol |
f0abc2a1 | 61 | #ifndef bfd_elfNN_new_section_hook |
252b5132 | 62 | #define bfd_elfNN_new_section_hook _bfd_elf_new_section_hook |
f0abc2a1 | 63 | #endif |
252b5132 RH |
64 | #define bfd_elfNN_set_arch_mach _bfd_elf_set_arch_mach |
65 | #ifndef bfd_elfNN_set_section_contents | |
66 | #define bfd_elfNN_set_section_contents _bfd_elf_set_section_contents | |
67 | #endif | |
68 | #define bfd_elfNN_sizeof_headers _bfd_elf_sizeof_headers | |
69 | #define bfd_elfNN_write_object_contents _bfd_elf_write_object_contents | |
70 | #define bfd_elfNN_write_corefile_contents _bfd_elf_write_corefile_contents | |
71 | ||
72 | #define bfd_elfNN_get_section_contents_in_window \ | |
73 | _bfd_generic_get_section_contents_in_window | |
74 | ||
75 | #ifndef elf_backend_got_symbol_offset | |
76 | #define elf_backend_got_symbol_offset (bfd_vma) 0 | |
77 | #endif | |
3c3bdf30 NC |
78 | #ifndef elf_backend_can_refcount |
79 | #define elf_backend_can_refcount 0 | |
80 | #endif | |
252b5132 RH |
81 | #ifndef elf_backend_want_got_plt |
82 | #define elf_backend_want_got_plt 0 | |
83 | #endif | |
84 | #ifndef elf_backend_plt_readonly | |
85 | #define elf_backend_plt_readonly 0 | |
86 | #endif | |
87 | #ifndef elf_backend_want_plt_sym | |
88 | #define elf_backend_want_plt_sym 0 | |
89 | #endif | |
90 | #ifndef elf_backend_plt_not_loaded | |
91 | #define elf_backend_plt_not_loaded 0 | |
92 | #endif | |
93 | #ifndef elf_backend_plt_alignment | |
94 | #define elf_backend_plt_alignment 2 | |
95 | #endif | |
3018b441 RH |
96 | #ifndef elf_backend_want_dynbss |
97 | #define elf_backend_want_dynbss 1 | |
98 | #endif | |
5e8d7549 NC |
99 | #ifndef elf_backend_want_p_paddr_set_to_zero |
100 | #define elf_backend_want_p_paddr_set_to_zero 0 | |
101 | #endif | |
252b5132 RH |
102 | |
103 | #define bfd_elfNN_bfd_debug_info_start bfd_void | |
104 | #define bfd_elfNN_bfd_debug_info_end bfd_void | |
dc810e39 | 105 | #define bfd_elfNN_bfd_debug_info_accumulate \ |
198beae2 | 106 | ((void (*) (bfd*, struct bfd_section *)) bfd_void) |
252b5132 RH |
107 | |
108 | #ifndef bfd_elfNN_bfd_get_relocated_section_contents | |
109 | #define bfd_elfNN_bfd_get_relocated_section_contents \ | |
e656e369 | 110 | bfd_generic_get_relocated_section_contents |
252b5132 RH |
111 | #endif |
112 | ||
113 | #ifndef bfd_elfNN_bfd_relax_section | |
114 | #define bfd_elfNN_bfd_relax_section bfd_generic_relax_section | |
115 | #endif | |
116 | ||
117 | #ifndef elf_backend_can_gc_sections | |
118 | #define elf_backend_can_gc_sections 0 | |
119 | #endif | |
51b64d56 AM |
120 | #ifndef elf_backend_can_refcount |
121 | #define elf_backend_can_refcount 0 | |
122 | #endif | |
2517a57f AM |
123 | #ifndef elf_backend_want_got_sym |
124 | #define elf_backend_want_got_sym 1 | |
125 | #endif | |
252b5132 RH |
126 | #ifndef elf_backend_gc_mark_hook |
127 | #define elf_backend_gc_mark_hook NULL | |
128 | #endif | |
129 | #ifndef elf_backend_gc_sweep_hook | |
130 | #define elf_backend_gc_sweep_hook NULL | |
131 | #endif | |
132 | #ifndef bfd_elfNN_bfd_gc_sections | |
c152c796 | 133 | #define bfd_elfNN_bfd_gc_sections bfd_elf_gc_sections |
252b5132 RH |
134 | #endif |
135 | ||
8550eb6e JJ |
136 | #ifndef bfd_elfNN_bfd_merge_sections |
137 | #define bfd_elfNN_bfd_merge_sections \ | |
138 | _bfd_elf_merge_sections | |
139 | #endif | |
140 | ||
72adc230 AM |
141 | #ifndef bfd_elfNN_bfd_is_group_section |
142 | #define bfd_elfNN_bfd_is_group_section bfd_elf_is_group_section | |
143 | #endif | |
144 | ||
b15c48d1 BE |
145 | #ifndef bfd_elfNN_bfd_discard_group |
146 | #define bfd_elfNN_bfd_discard_group bfd_generic_discard_group | |
147 | #endif | |
148 | ||
082b7297 L |
149 | #ifndef bfd_elfNN_section_already_linked |
150 | #define bfd_elfNN_section_already_linked \ | |
151 | _bfd_elf_section_already_linked | |
152 | #endif | |
153 | ||
d1cf510e | 154 | #ifndef bfd_elfNN_bfd_make_debug_symbol |
252b5132 | 155 | #define bfd_elfNN_bfd_make_debug_symbol \ |
e656e369 | 156 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) |
d1cf510e | 157 | #endif |
252b5132 RH |
158 | |
159 | #ifndef bfd_elfNN_bfd_copy_private_symbol_data | |
160 | #define bfd_elfNN_bfd_copy_private_symbol_data \ | |
161 | _bfd_elf_copy_private_symbol_data | |
162 | #endif | |
163 | ||
164 | #ifndef bfd_elfNN_bfd_copy_private_section_data | |
165 | #define bfd_elfNN_bfd_copy_private_section_data \ | |
166 | _bfd_elf_copy_private_section_data | |
167 | #endif | |
80fccad2 BW |
168 | #ifndef bfd_elfNN_bfd_copy_private_header_data |
169 | #define bfd_elfNN_bfd_copy_private_header_data \ | |
170 | _bfd_elf_copy_private_header_data | |
171 | #endif | |
252b5132 RH |
172 | #ifndef bfd_elfNN_bfd_copy_private_bfd_data |
173 | #define bfd_elfNN_bfd_copy_private_bfd_data \ | |
2d502050 | 174 | _bfd_elf_copy_private_bfd_data |
252b5132 RH |
175 | #endif |
176 | #ifndef bfd_elfNN_bfd_print_private_bfd_data | |
177 | #define bfd_elfNN_bfd_print_private_bfd_data \ | |
178 | _bfd_elf_print_private_bfd_data | |
179 | #endif | |
180 | #ifndef bfd_elfNN_bfd_merge_private_bfd_data | |
181 | #define bfd_elfNN_bfd_merge_private_bfd_data \ | |
e656e369 | 182 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) |
252b5132 RH |
183 | #endif |
184 | #ifndef bfd_elfNN_bfd_set_private_flags | |
185 | #define bfd_elfNN_bfd_set_private_flags \ | |
e656e369 | 186 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) |
252b5132 RH |
187 | #endif |
188 | #ifndef bfd_elfNN_bfd_is_local_label_name | |
189 | #define bfd_elfNN_bfd_is_local_label_name _bfd_elf_is_local_label_name | |
190 | #endif | |
3c9458e9 NC |
191 | #ifndef bfd_elfNN_bfd_is_target_special_symbol |
192 | #define bfd_elfNN_bfd_is_target_special_symbol \ | |
193 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
194 | #endif | |
252b5132 RH |
195 | |
196 | #ifndef bfd_elfNN_get_dynamic_reloc_upper_bound | |
197 | #define bfd_elfNN_get_dynamic_reloc_upper_bound \ | |
198 | _bfd_elf_get_dynamic_reloc_upper_bound | |
199 | #endif | |
200 | #ifndef bfd_elfNN_canonicalize_dynamic_reloc | |
201 | #define bfd_elfNN_canonicalize_dynamic_reloc \ | |
202 | _bfd_elf_canonicalize_dynamic_reloc | |
203 | #endif | |
204 | ||
e2d34d7d DJ |
205 | #ifndef bfd_elfNN_bfd_link_hash_table_free |
206 | #define bfd_elfNN_bfd_link_hash_table_free _bfd_generic_link_hash_table_free | |
207 | #endif | |
208 | ||
8ea2e4bd | 209 | #ifdef elf_backend_relocate_section |
252b5132 RH |
210 | #ifndef bfd_elfNN_bfd_link_hash_table_create |
211 | #define bfd_elfNN_bfd_link_hash_table_create _bfd_elf_link_hash_table_create | |
212 | #endif | |
4ad4eba5 AM |
213 | #ifndef bfd_elfNN_bfd_link_add_symbols |
214 | #define bfd_elfNN_bfd_link_add_symbols bfd_elf_link_add_symbols | |
215 | #endif | |
c152c796 AM |
216 | #ifndef bfd_elfNN_bfd_final_link |
217 | #define bfd_elfNN_bfd_final_link bfd_elf_final_link | |
218 | #endif | |
8ea2e4bd NC |
219 | #else /* ! defined (elf_backend_relocate_section) */ |
220 | /* If no backend relocate_section routine, use the generic linker. | |
221 | Note - this will prevent the port from being able to use some of | |
222 | the other features of the ELF linker, because the generic hash structure | |
223 | does not have the fields needed by the ELF linker. In particular it | |
224 | means that linking directly to S-records will not work. */ | |
225 | #ifndef bfd_elfNN_bfd_link_hash_table_create | |
226 | #define bfd_elfNN_bfd_link_hash_table_create \ | |
227 | _bfd_generic_link_hash_table_create | |
228 | #endif | |
252b5132 RH |
229 | #ifndef bfd_elfNN_bfd_link_add_symbols |
230 | #define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols | |
231 | #endif | |
232 | #ifndef bfd_elfNN_bfd_final_link | |
233 | #define bfd_elfNN_bfd_final_link _bfd_generic_final_link | |
234 | #endif | |
235 | #endif /* ! defined (elf_backend_relocate_section) */ | |
2d653fc7 AM |
236 | |
237 | #ifndef bfd_elfNN_bfd_link_just_syms | |
238 | #define bfd_elfNN_bfd_link_just_syms _bfd_elf_link_just_syms | |
239 | #endif | |
240 | ||
252b5132 RH |
241 | #ifndef bfd_elfNN_bfd_link_split_section |
242 | #define bfd_elfNN_bfd_link_split_section _bfd_generic_link_split_section | |
243 | #endif | |
244 | ||
245 | #ifndef bfd_elfNN_archive_p | |
246 | #define bfd_elfNN_archive_p bfd_generic_archive_p | |
247 | #endif | |
248 | ||
249 | #ifndef bfd_elfNN_write_archive_contents | |
250 | #define bfd_elfNN_write_archive_contents _bfd_write_archive_contents | |
251 | #endif | |
252 | ||
253 | #ifndef bfd_elfNN_mkobject | |
254 | #define bfd_elfNN_mkobject bfd_elf_mkobject | |
255 | #endif | |
256 | ||
257 | #ifndef bfd_elfNN_mkcorefile | |
258 | #define bfd_elfNN_mkcorefile bfd_elf_mkcorefile | |
259 | #endif | |
260 | ||
261 | #ifndef bfd_elfNN_mkarchive | |
262 | #define bfd_elfNN_mkarchive _bfd_generic_mkarchive | |
263 | #endif | |
264 | ||
c152c796 AM |
265 | #ifndef bfd_elfNN_print_symbol |
266 | #define bfd_elfNN_print_symbol bfd_elf_print_symbol | |
267 | #endif | |
268 | ||
252b5132 RH |
269 | #ifndef elf_symbol_leading_char |
270 | #define elf_symbol_leading_char 0 | |
271 | #endif | |
272 | ||
273 | #ifndef elf_info_to_howto | |
274 | #define elf_info_to_howto 0 | |
275 | #endif | |
276 | ||
277 | #ifndef elf_info_to_howto_rel | |
278 | #define elf_info_to_howto_rel 0 | |
279 | #endif | |
280 | ||
281 | #ifndef ELF_MAXPAGESIZE | |
79e5982f NC |
282 | #error ELF_MAXPAGESIZE is not defined |
283 | #define ELF_MAXPAGESIZE 1 | |
252b5132 RH |
284 | #endif |
285 | ||
b1342370 DJ |
286 | #ifndef ELF_MINPAGESIZE |
287 | #define ELF_MINPAGESIZE ELF_MAXPAGESIZE | |
288 | #endif | |
289 | ||
e5a52504 MM |
290 | #ifndef ELF_DYNAMIC_SEC_FLAGS |
291 | /* Note that we set the SEC_IN_MEMORY flag for these sections. */ | |
292 | #define ELF_DYNAMIC_SEC_FLAGS \ | |
293 | (SEC_ALLOC | SEC_LOAD | SEC_HAS_CONTENTS \ | |
294 | | SEC_IN_MEMORY | SEC_LINKER_CREATED) | |
295 | #endif | |
296 | ||
252b5132 | 297 | #ifndef elf_backend_collect |
b34976b6 | 298 | #define elf_backend_collect FALSE |
252b5132 RH |
299 | #endif |
300 | #ifndef elf_backend_type_change_ok | |
b34976b6 | 301 | #define elf_backend_type_change_ok FALSE |
252b5132 RH |
302 | #endif |
303 | ||
304 | #ifndef elf_backend_sym_is_global | |
305 | #define elf_backend_sym_is_global 0 | |
306 | #endif | |
307 | #ifndef elf_backend_object_p | |
308 | #define elf_backend_object_p 0 | |
309 | #endif | |
310 | #ifndef elf_backend_symbol_processing | |
311 | #define elf_backend_symbol_processing 0 | |
312 | #endif | |
313 | #ifndef elf_backend_symbol_table_processing | |
314 | #define elf_backend_symbol_table_processing 0 | |
315 | #endif | |
316 | #ifndef elf_backend_get_symbol_type | |
317 | #define elf_backend_get_symbol_type 0 | |
318 | #endif | |
8387904d AM |
319 | #ifndef elf_backend_archive_symbol_lookup |
320 | #define elf_backend_archive_symbol_lookup _bfd_elf_archive_symbol_lookup | |
321 | #endif | |
174fd7f9 RS |
322 | #ifndef elf_backend_name_local_section_symbols |
323 | #define elf_backend_name_local_section_symbols 0 | |
324 | #endif | |
252b5132 RH |
325 | #ifndef elf_backend_section_processing |
326 | #define elf_backend_section_processing 0 | |
327 | #endif | |
328 | #ifndef elf_backend_section_from_shdr | |
8c1acd09 | 329 | #define elf_backend_section_from_shdr _bfd_elf_make_section_from_shdr |
252b5132 | 330 | #endif |
fa152c49 JW |
331 | #ifndef elf_backend_section_flags |
332 | #define elf_backend_section_flags 0 | |
333 | #endif | |
20cfcaae | 334 | #ifndef elf_backend_section_from_phdr |
8c1acd09 | 335 | #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr |
20cfcaae | 336 | #endif |
252b5132 RH |
337 | #ifndef elf_backend_fake_sections |
338 | #define elf_backend_fake_sections 0 | |
339 | #endif | |
340 | #ifndef elf_backend_section_from_bfd_section | |
341 | #define elf_backend_section_from_bfd_section 0 | |
342 | #endif | |
343 | #ifndef elf_backend_add_symbol_hook | |
344 | #define elf_backend_add_symbol_hook 0 | |
345 | #endif | |
346 | #ifndef elf_backend_link_output_symbol_hook | |
347 | #define elf_backend_link_output_symbol_hook 0 | |
348 | #endif | |
349 | #ifndef elf_backend_create_dynamic_sections | |
350 | #define elf_backend_create_dynamic_sections 0 | |
351 | #endif | |
aee6f5b4 AO |
352 | #ifndef elf_backend_omit_section_dynsym |
353 | #define elf_backend_omit_section_dynsym _bfd_elf_link_omit_section_dynsym | |
354 | #endif | |
252b5132 RH |
355 | #ifndef elf_backend_check_relocs |
356 | #define elf_backend_check_relocs 0 | |
357 | #endif | |
85fbca6a NC |
358 | #ifndef elf_backend_check_directives |
359 | #define elf_backend_check_directives 0 | |
360 | #endif | |
252b5132 RH |
361 | #ifndef elf_backend_adjust_dynamic_symbol |
362 | #define elf_backend_adjust_dynamic_symbol 0 | |
363 | #endif | |
364 | #ifndef elf_backend_always_size_sections | |
365 | #define elf_backend_always_size_sections 0 | |
366 | #endif | |
367 | #ifndef elf_backend_size_dynamic_sections | |
368 | #define elf_backend_size_dynamic_sections 0 | |
369 | #endif | |
370 | #ifndef elf_backend_relocate_section | |
371 | #define elf_backend_relocate_section 0 | |
372 | #endif | |
373 | #ifndef elf_backend_finish_dynamic_symbol | |
374 | #define elf_backend_finish_dynamic_symbol 0 | |
375 | #endif | |
376 | #ifndef elf_backend_finish_dynamic_sections | |
377 | #define elf_backend_finish_dynamic_sections 0 | |
378 | #endif | |
379 | #ifndef elf_backend_begin_write_processing | |
380 | #define elf_backend_begin_write_processing 0 | |
381 | #endif | |
382 | #ifndef elf_backend_final_write_processing | |
383 | #define elf_backend_final_write_processing 0 | |
384 | #endif | |
385 | #ifndef elf_backend_additional_program_headers | |
386 | #define elf_backend_additional_program_headers 0 | |
387 | #endif | |
388 | #ifndef elf_backend_modify_segment_map | |
389 | #define elf_backend_modify_segment_map 0 | |
390 | #endif | |
391 | #ifndef elf_backend_ecoff_debug_swap | |
392 | #define elf_backend_ecoff_debug_swap 0 | |
393 | #endif | |
8d6337fe RM |
394 | #ifndef elf_backend_bfd_from_remote_memory |
395 | #define elf_backend_bfd_from_remote_memory _bfd_elfNN_bfd_from_remote_memory | |
396 | #endif | |
252b5132 RH |
397 | #ifndef elf_backend_got_header_size |
398 | #define elf_backend_got_header_size 0 | |
399 | #endif | |
e6c51ed4 NC |
400 | #ifndef elf_backend_post_process_headers |
401 | #define elf_backend_post_process_headers NULL | |
402 | #endif | |
587ff49e RH |
403 | #ifndef elf_backend_print_symbol_all |
404 | #define elf_backend_print_symbol_all NULL | |
405 | #endif | |
406 | #ifndef elf_backend_output_arch_syms | |
407 | #define elf_backend_output_arch_syms NULL | |
408 | #endif | |
c61b8717 RH |
409 | #ifndef elf_backend_copy_indirect_symbol |
410 | #define elf_backend_copy_indirect_symbol _bfd_elf_link_hash_copy_indirect | |
411 | #endif | |
412 | #ifndef elf_backend_hide_symbol | |
413 | #define elf_backend_hide_symbol _bfd_elf_link_hash_hide_symbol | |
414 | #endif | |
9bf7216d KK |
415 | #ifndef elf_backend_merge_symbol_attribute |
416 | #define elf_backend_merge_symbol_attribute NULL | |
417 | #endif | |
9317eacc | 418 | #ifndef elf_backend_emit_relocs |
eac338cf | 419 | #define elf_backend_emit_relocs _bfd_elf_link_output_relocs |
9317eacc CM |
420 | #endif |
421 | #ifndef elf_backend_count_relocs | |
422 | #define elf_backend_count_relocs NULL | |
423 | #endif | |
bb0082d6 AM |
424 | #ifndef elf_backend_grok_prstatus |
425 | #define elf_backend_grok_prstatus NULL | |
426 | #endif | |
427 | #ifndef elf_backend_grok_psinfo | |
428 | #define elf_backend_grok_psinfo NULL | |
429 | #endif | |
4e771d61 NC |
430 | #ifndef elf_backend_sprintf_vma |
431 | #define elf_backend_sprintf_vma _bfd_elf_sprintf_vma | |
432 | #endif | |
433 | #ifndef elf_backend_fprintf_vma | |
434 | #define elf_backend_fprintf_vma _bfd_elf_fprintf_vma | |
435 | #endif | |
db6751f2 JJ |
436 | #ifndef elf_backend_reloc_type_class |
437 | #define elf_backend_reloc_type_class _bfd_elf_reloc_type_class | |
438 | #endif | |
73d074b4 DJ |
439 | #ifndef elf_backend_discard_info |
440 | #define elf_backend_discard_info NULL | |
441 | #endif | |
442 | #ifndef elf_backend_ignore_discarded_relocs | |
443 | #define elf_backend_ignore_discarded_relocs NULL | |
444 | #endif | |
8c946ed5 RS |
445 | #ifndef elf_backend_eh_frame_address_size |
446 | #define elf_backend_eh_frame_address_size _bfd_elf_eh_frame_address_size | |
447 | #endif | |
ec3391e7 AO |
448 | #ifndef elf_backend_can_make_relative_eh_frame |
449 | #define elf_backend_can_make_relative_eh_frame _bfd_elf_can_make_relative | |
450 | #endif | |
451 | #ifndef elf_backend_can_make_lsda_relative_eh_frame | |
452 | #define elf_backend_can_make_lsda_relative_eh_frame _bfd_elf_can_make_relative | |
453 | #endif | |
454 | #ifndef elf_backend_encode_eh_address | |
455 | #define elf_backend_encode_eh_address _bfd_elf_encode_eh_address | |
456 | #endif | |
73d074b4 DJ |
457 | #ifndef elf_backend_write_section |
458 | #define elf_backend_write_section NULL | |
459 | #endif | |
c6e90b02 TS |
460 | #ifndef elf_backend_mips_irix_compat |
461 | #define elf_backend_mips_irix_compat NULL | |
462 | #endif | |
463 | #ifndef elf_backend_mips_rtype_to_howto | |
464 | #define elf_backend_mips_rtype_to_howto NULL | |
465 | #endif | |
c61b8717 | 466 | |
bf572ba0 MM |
467 | /* Previously, backends could only use SHT_REL or SHT_RELA relocation |
468 | sections, but not both. They defined USE_REL to indicate SHT_REL | |
469 | sections, and left it undefined to indicated SHT_RELA sections. | |
470 | For backwards compatibility, we still support this usage. */ | |
471 | #ifndef USE_REL | |
472 | #define USE_REL 0 | |
3e932841 | 473 | #endif |
bf572ba0 MM |
474 | |
475 | /* Use these in new code. */ | |
3e932841 | 476 | #ifndef elf_backend_may_use_rel_p |
bf572ba0 | 477 | #define elf_backend_may_use_rel_p USE_REL |
3e932841 | 478 | #endif |
bf572ba0 MM |
479 | #ifndef elf_backend_may_use_rela_p |
480 | #define elf_backend_may_use_rela_p !USE_REL | |
481 | #endif | |
3e932841 | 482 | #ifndef elf_backend_default_use_rela_p |
bf572ba0 MM |
483 | #define elf_backend_default_use_rela_p !USE_REL |
484 | #endif | |
485 | ||
b491616a AM |
486 | #ifndef elf_backend_rela_normal |
487 | #define elf_backend_rela_normal 0 | |
488 | #endif | |
489 | ||
4c45e5c9 JJ |
490 | #ifndef elf_backend_plt_sym_val |
491 | #define elf_backend_plt_sym_val NULL | |
492 | #endif | |
493 | #ifndef elf_backend_relplt_name | |
494 | #define elf_backend_relplt_name NULL | |
495 | #endif | |
496 | ||
252b5132 RH |
497 | #ifndef ELF_MACHINE_ALT1 |
498 | #define ELF_MACHINE_ALT1 0 | |
499 | #endif | |
500 | ||
501 | #ifndef ELF_MACHINE_ALT2 | |
502 | #define ELF_MACHINE_ALT2 0 | |
503 | #endif | |
504 | ||
505 | #ifndef elf_backend_size_info | |
506 | #define elf_backend_size_info _bfd_elfNN_size_info | |
507 | #endif | |
508 | ||
2f89ff8d L |
509 | #ifndef elf_backend_special_sections |
510 | #define elf_backend_special_sections NULL | |
511 | #endif | |
512 | ||
86dc0f79 RH |
513 | #ifndef elf_backend_sign_extend_vma |
514 | #define elf_backend_sign_extend_vma 0 | |
515 | #endif | |
516 | ||
185d09ad L |
517 | #ifndef elf_backend_link_order_error_handler |
518 | #define elf_backend_link_order_error_handler _bfd_default_error_handler | |
519 | #endif | |
520 | ||
252b5132 RH |
521 | extern const struct elf_size_info _bfd_elfNN_size_info; |
522 | ||
dd745cfa | 523 | #ifndef INCLUDED_TARGET_FILE |
dc810e39 | 524 | static const struct elf_backend_data elfNN_bed = |
252b5132 | 525 | { |
252b5132 RH |
526 | ELF_ARCH, /* arch */ |
527 | ELF_MACHINE_CODE, /* elf_machine_code */ | |
528 | ELF_MAXPAGESIZE, /* maxpagesize */ | |
b1342370 | 529 | ELF_MINPAGESIZE, /* minpagesize */ |
e5a52504 | 530 | ELF_DYNAMIC_SEC_FLAGS, /* dynamic_sec_flags */ |
252b5132 RH |
531 | elf_info_to_howto, |
532 | elf_info_to_howto_rel, | |
533 | elf_backend_sym_is_global, | |
534 | elf_backend_object_p, | |
535 | elf_backend_symbol_processing, | |
536 | elf_backend_symbol_table_processing, | |
537 | elf_backend_get_symbol_type, | |
8387904d | 538 | elf_backend_archive_symbol_lookup, |
174fd7f9 | 539 | elf_backend_name_local_section_symbols, |
252b5132 RH |
540 | elf_backend_section_processing, |
541 | elf_backend_section_from_shdr, | |
fa152c49 | 542 | elf_backend_section_flags, |
20cfcaae | 543 | elf_backend_section_from_phdr, |
252b5132 RH |
544 | elf_backend_fake_sections, |
545 | elf_backend_section_from_bfd_section, | |
546 | elf_backend_add_symbol_hook, | |
547 | elf_backend_link_output_symbol_hook, | |
548 | elf_backend_create_dynamic_sections, | |
aee6f5b4 | 549 | elf_backend_omit_section_dynsym, |
252b5132 | 550 | elf_backend_check_relocs, |
85fbca6a | 551 | elf_backend_check_directives, |
252b5132 RH |
552 | elf_backend_adjust_dynamic_symbol, |
553 | elf_backend_always_size_sections, | |
554 | elf_backend_size_dynamic_sections, | |
555 | elf_backend_relocate_section, | |
556 | elf_backend_finish_dynamic_symbol, | |
557 | elf_backend_finish_dynamic_sections, | |
558 | elf_backend_begin_write_processing, | |
559 | elf_backend_final_write_processing, | |
560 | elf_backend_additional_program_headers, | |
561 | elf_backend_modify_segment_map, | |
562 | elf_backend_gc_mark_hook, | |
563 | elf_backend_gc_sweep_hook, | |
e6c51ed4 | 564 | elf_backend_post_process_headers, |
587ff49e RH |
565 | elf_backend_print_symbol_all, |
566 | elf_backend_output_arch_syms, | |
c61b8717 RH |
567 | elf_backend_copy_indirect_symbol, |
568 | elf_backend_hide_symbol, | |
9bf7216d | 569 | elf_backend_merge_symbol_attribute, |
9317eacc CM |
570 | elf_backend_emit_relocs, |
571 | elf_backend_count_relocs, | |
bb0082d6 AM |
572 | elf_backend_grok_prstatus, |
573 | elf_backend_grok_psinfo, | |
4e771d61 NC |
574 | elf_backend_sprintf_vma, |
575 | elf_backend_fprintf_vma, | |
db6751f2 | 576 | elf_backend_reloc_type_class, |
73d074b4 DJ |
577 | elf_backend_discard_info, |
578 | elf_backend_ignore_discarded_relocs, | |
8c946ed5 | 579 | elf_backend_eh_frame_address_size, |
ec3391e7 AO |
580 | elf_backend_can_make_relative_eh_frame, |
581 | elf_backend_can_make_lsda_relative_eh_frame, | |
582 | elf_backend_encode_eh_address, | |
73d074b4 | 583 | elf_backend_write_section, |
c6e90b02 TS |
584 | elf_backend_mips_irix_compat, |
585 | elf_backend_mips_rtype_to_howto, | |
252b5132 | 586 | elf_backend_ecoff_debug_swap, |
8d6337fe | 587 | elf_backend_bfd_from_remote_memory, |
4c45e5c9 | 588 | elf_backend_plt_sym_val, |
185d09ad | 589 | elf_backend_link_order_error_handler, |
4c45e5c9 | 590 | elf_backend_relplt_name, |
252b5132 RH |
591 | ELF_MACHINE_ALT1, |
592 | ELF_MACHINE_ALT2, | |
593 | &elf_backend_size_info, | |
2f89ff8d | 594 | elf_backend_special_sections, |
252b5132 RH |
595 | elf_backend_got_symbol_offset, |
596 | elf_backend_got_header_size, | |
86dc0f79 RH |
597 | elf_backend_collect, |
598 | elf_backend_type_change_ok, | |
bf572ba0 MM |
599 | elf_backend_may_use_rel_p, |
600 | elf_backend_may_use_rela_p, | |
601 | elf_backend_default_use_rela_p, | |
b491616a | 602 | elf_backend_rela_normal, |
86dc0f79 | 603 | elf_backend_sign_extend_vma, |
252b5132 RH |
604 | elf_backend_want_got_plt, |
605 | elf_backend_plt_readonly, | |
606 | elf_backend_want_plt_sym, | |
607 | elf_backend_plt_not_loaded, | |
608 | elf_backend_plt_alignment, | |
2ac8ce5f | 609 | elf_backend_can_gc_sections, |
51b64d56 | 610 | elf_backend_can_refcount, |
7fda6dbc | 611 | elf_backend_want_got_sym, |
5e8d7549 NC |
612 | elf_backend_want_dynbss, |
613 | elf_backend_want_p_paddr_set_to_zero | |
252b5132 | 614 | }; |
dd745cfa | 615 | #endif |
252b5132 | 616 | |
c3c89269 NC |
617 | /* Forward declaration for use when initialising alternative_target field. */ |
618 | #ifdef TARGET_LITTLE_SYM | |
619 | extern const bfd_target TARGET_LITTLE_SYM; | |
620 | #endif | |
621 | ||
252b5132 RH |
622 | #ifdef TARGET_BIG_SYM |
623 | const bfd_target TARGET_BIG_SYM = | |
624 | { | |
625 | /* name: identify kind of target */ | |
626 | TARGET_BIG_NAME, | |
627 | ||
628 | /* flavour: general indication about file */ | |
629 | bfd_target_elf_flavour, | |
630 | ||
631 | /* byteorder: data is big endian */ | |
632 | BFD_ENDIAN_BIG, | |
633 | ||
634 | /* header_byteorder: header is also big endian */ | |
635 | BFD_ENDIAN_BIG, | |
636 | ||
637 | /* object_flags: mask of all file flags */ | |
e0aae569 RH |
638 | (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
639 | | DYNAMIC | WP_TEXT | D_PAGED), | |
252b5132 RH |
640 | |
641 | /* section_flags: mask of all section flags */ | |
e0aae569 RH |
642 | (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
643 | | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES | |
ebe372c1 | 644 | | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP), |
252b5132 RH |
645 | |
646 | /* leading_symbol_char: is the first char of a user symbol | |
647 | predictable, and if so what is it */ | |
648 | elf_symbol_leading_char, | |
649 | ||
650 | /* ar_pad_char: pad character for filenames within an archive header | |
651 | FIXME: this really has nothing to do with ELF, this is a characteristic | |
652 | of the archiver and/or os and should be independently tunable */ | |
653 | '/', | |
654 | ||
655 | /* ar_max_namelen: maximum number of characters in an archive header | |
656 | FIXME: this really has nothing to do with ELF, this is a characteristic | |
a1aefc76 NC |
657 | of the archiver and should be independently tunable. The System V ABI, |
658 | Chapter 7 (Formats & Protocols), Archive section sets this as 15. */ | |
659 | 15, | |
252b5132 RH |
660 | |
661 | /* Routines to byte-swap various sized integers from the data sections */ | |
662 | bfd_getb64, bfd_getb_signed_64, bfd_putb64, | |
663 | bfd_getb32, bfd_getb_signed_32, bfd_putb32, | |
664 | bfd_getb16, bfd_getb_signed_16, bfd_putb16, | |
665 | ||
666 | /* Routines to byte-swap various sized integers from the file headers */ | |
667 | bfd_getb64, bfd_getb_signed_64, bfd_putb64, | |
668 | bfd_getb32, bfd_getb_signed_32, bfd_putb32, | |
669 | bfd_getb16, bfd_getb_signed_16, bfd_putb16, | |
670 | ||
671 | /* bfd_check_format: check the format of a file being read */ | |
672 | { _bfd_dummy_target, /* unknown format */ | |
673 | bfd_elfNN_object_p, /* assembler/linker output (object file) */ | |
674 | bfd_elfNN_archive_p, /* an archive */ | |
675 | bfd_elfNN_core_file_p /* a core file */ | |
676 | }, | |
677 | ||
678 | /* bfd_set_format: set the format of a file being written */ | |
679 | { bfd_false, | |
680 | bfd_elfNN_mkobject, | |
681 | bfd_elfNN_mkarchive, | |
682 | bfd_elfNN_mkcorefile | |
683 | }, | |
684 | ||
685 | /* bfd_write_contents: write cached information into a file being written */ | |
686 | { bfd_false, | |
687 | bfd_elfNN_write_object_contents, | |
688 | bfd_elfNN_write_archive_contents, | |
689 | bfd_elfNN_write_corefile_contents, | |
690 | }, | |
691 | ||
e656e369 AM |
692 | BFD_JUMP_TABLE_GENERIC (bfd_elfNN), |
693 | BFD_JUMP_TABLE_COPY (bfd_elfNN), | |
694 | BFD_JUMP_TABLE_CORE (bfd_elfNN), | |
252b5132 | 695 | #ifdef bfd_elfNN_archive_functions |
e656e369 | 696 | BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive), |
252b5132 | 697 | #else |
e656e369 | 698 | BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff), |
252b5132 | 699 | #endif |
e656e369 AM |
700 | BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN), |
701 | BFD_JUMP_TABLE_RELOCS (bfd_elfNN), | |
702 | BFD_JUMP_TABLE_WRITE (bfd_elfNN), | |
703 | BFD_JUMP_TABLE_LINK (bfd_elfNN), | |
704 | BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN), | |
252b5132 | 705 | |
c3c89269 NC |
706 | /* Alternative endian target. */ |
707 | #ifdef TARGET_LITTLE_SYM | |
708 | & TARGET_LITTLE_SYM, | |
709 | #else | |
710 | NULL, | |
711 | #endif | |
712 | ||
252b5132 | 713 | /* backend_data: */ |
9c5bfbb7 | 714 | &elfNN_bed |
252b5132 RH |
715 | }; |
716 | #endif | |
717 | ||
718 | #ifdef TARGET_LITTLE_SYM | |
719 | const bfd_target TARGET_LITTLE_SYM = | |
720 | { | |
721 | /* name: identify kind of target */ | |
722 | TARGET_LITTLE_NAME, | |
723 | ||
724 | /* flavour: general indication about file */ | |
725 | bfd_target_elf_flavour, | |
726 | ||
727 | /* byteorder: data is little endian */ | |
728 | BFD_ENDIAN_LITTLE, | |
729 | ||
730 | /* header_byteorder: header is also little endian */ | |
731 | BFD_ENDIAN_LITTLE, | |
732 | ||
733 | /* object_flags: mask of all file flags */ | |
e0aae569 RH |
734 | (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
735 | | DYNAMIC | WP_TEXT | D_PAGED), | |
252b5132 RH |
736 | |
737 | /* section_flags: mask of all section flags */ | |
e0aae569 RH |
738 | (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
739 | | SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES | |
ebe372c1 | 740 | | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP), |
252b5132 RH |
741 | |
742 | /* leading_symbol_char: is the first char of a user symbol | |
743 | predictable, and if so what is it */ | |
744 | elf_symbol_leading_char, | |
745 | ||
746 | /* ar_pad_char: pad character for filenames within an archive header | |
747 | FIXME: this really has nothing to do with ELF, this is a characteristic | |
748 | of the archiver and/or os and should be independently tunable */ | |
749 | '/', | |
750 | ||
751 | /* ar_max_namelen: maximum number of characters in an archive header | |
752 | FIXME: this really has nothing to do with ELF, this is a characteristic | |
a1aefc76 NC |
753 | of the archiver and should be independently tunable. The System V ABI, |
754 | Chapter 7 (Formats & Protocols), Archive section sets this as 15. */ | |
755 | 15, | |
252b5132 RH |
756 | |
757 | /* Routines to byte-swap various sized integers from the data sections */ | |
758 | bfd_getl64, bfd_getl_signed_64, bfd_putl64, | |
759 | bfd_getl32, bfd_getl_signed_32, bfd_putl32, | |
760 | bfd_getl16, bfd_getl_signed_16, bfd_putl16, | |
761 | ||
762 | /* Routines to byte-swap various sized integers from the file headers */ | |
763 | bfd_getl64, bfd_getl_signed_64, bfd_putl64, | |
764 | bfd_getl32, bfd_getl_signed_32, bfd_putl32, | |
765 | bfd_getl16, bfd_getl_signed_16, bfd_putl16, | |
766 | ||
767 | /* bfd_check_format: check the format of a file being read */ | |
768 | { _bfd_dummy_target, /* unknown format */ | |
769 | bfd_elfNN_object_p, /* assembler/linker output (object file) */ | |
770 | bfd_elfNN_archive_p, /* an archive */ | |
771 | bfd_elfNN_core_file_p /* a core file */ | |
772 | }, | |
773 | ||
774 | /* bfd_set_format: set the format of a file being written */ | |
775 | { bfd_false, | |
776 | bfd_elfNN_mkobject, | |
777 | bfd_elfNN_mkarchive, | |
778 | bfd_elfNN_mkcorefile | |
779 | }, | |
780 | ||
781 | /* bfd_write_contents: write cached information into a file being written */ | |
782 | { bfd_false, | |
783 | bfd_elfNN_write_object_contents, | |
784 | bfd_elfNN_write_archive_contents, | |
785 | bfd_elfNN_write_corefile_contents, | |
786 | }, | |
787 | ||
e656e369 AM |
788 | BFD_JUMP_TABLE_GENERIC (bfd_elfNN), |
789 | BFD_JUMP_TABLE_COPY (bfd_elfNN), | |
790 | BFD_JUMP_TABLE_CORE (bfd_elfNN), | |
252b5132 | 791 | #ifdef bfd_elfNN_archive_functions |
e656e369 | 792 | BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive), |
252b5132 | 793 | #else |
e656e369 | 794 | BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff), |
252b5132 | 795 | #endif |
e656e369 AM |
796 | BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN), |
797 | BFD_JUMP_TABLE_RELOCS (bfd_elfNN), | |
798 | BFD_JUMP_TABLE_WRITE (bfd_elfNN), | |
799 | BFD_JUMP_TABLE_LINK (bfd_elfNN), | |
800 | BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN), | |
252b5132 | 801 | |
c3c89269 NC |
802 | /* Alternative endian target. */ |
803 | #ifdef TARGET_BIG_SYM | |
804 | & TARGET_BIG_SYM, | |
805 | #else | |
806 | NULL, | |
807 | #endif | |
3e932841 | 808 | |
252b5132 | 809 | /* backend_data: */ |
9c5bfbb7 | 810 | &elfNN_bed |
252b5132 RH |
811 | }; |
812 | #endif |