Change AR for ELF so that common symbols are not included in archive map.
[deliverable/binutils-gdb.git] / bfd / elfxx-target.h
CommitLineData
252b5132
RH
1/* Target definitions for NN-bit ELF
2 Copyright 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
3
4This file is part of BFD, the Binary File Descriptor library.
5
6This program is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program; if not, write to the Free Software
18Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
19
20/* This structure contains everything that BFD knows about a target.
21 It includes things like its byte order, name, what routines to call
22 to do various operations, etc. Every BFD points to a target structure
23 with its "xvec" member.
24
25 There are two such structures here: one for big-endian machines and
26 one for little-endian machines. */
27
28#define bfd_elfNN_close_and_cleanup _bfd_elf_close_and_cleanup
29#define bfd_elfNN_bfd_free_cached_info _bfd_generic_bfd_free_cached_info
30#ifndef bfd_elfNN_get_section_contents
31#define bfd_elfNN_get_section_contents _bfd_generic_get_section_contents
32#endif
33
34#define bfd_elfNN_canonicalize_dynamic_symtab _bfd_elf_canonicalize_dynamic_symtab
35#define bfd_elfNN_canonicalize_reloc _bfd_elf_canonicalize_reloc
36#ifndef bfd_elfNN_find_nearest_line
37#define bfd_elfNN_find_nearest_line _bfd_elf_find_nearest_line
38#endif
39#define bfd_elfNN_read_minisymbols _bfd_elf_read_minisymbols
40#define bfd_elfNN_minisymbol_to_symbol _bfd_elf_minisymbol_to_symbol
41#define bfd_elfNN_get_dynamic_symtab_upper_bound _bfd_elf_get_dynamic_symtab_upper_bound
42#define bfd_elfNN_get_lineno _bfd_elf_get_lineno
43#ifndef bfd_elfNN_get_reloc_upper_bound
44#define bfd_elfNN_get_reloc_upper_bound _bfd_elf_get_reloc_upper_bound
45#endif
46#define bfd_elfNN_get_symbol_info _bfd_elf_get_symbol_info
47#define bfd_elfNN_get_symtab _bfd_elf_get_symtab
48#define bfd_elfNN_get_symtab_upper_bound _bfd_elf_get_symtab_upper_bound
49#if 0 /* done in elf-bfd.h */
50#define bfd_elfNN_link_record_dynamic_symbol _bfd_elf_link_record_dynamic_symbol
51#endif
52#define bfd_elfNN_make_empty_symbol _bfd_elf_make_empty_symbol
53#define bfd_elfNN_new_section_hook _bfd_elf_new_section_hook
54#define bfd_elfNN_set_arch_mach _bfd_elf_set_arch_mach
55#ifndef bfd_elfNN_set_section_contents
56#define bfd_elfNN_set_section_contents _bfd_elf_set_section_contents
57#endif
58#define bfd_elfNN_sizeof_headers _bfd_elf_sizeof_headers
59#define bfd_elfNN_write_object_contents _bfd_elf_write_object_contents
60#define bfd_elfNN_write_corefile_contents _bfd_elf_write_corefile_contents
61
62#define bfd_elfNN_get_section_contents_in_window \
63 _bfd_generic_get_section_contents_in_window
64
65#ifndef elf_backend_got_symbol_offset
66#define elf_backend_got_symbol_offset (bfd_vma) 0
67#endif
68#ifndef elf_backend_want_got_plt
69#define elf_backend_want_got_plt 0
70#endif
71#ifndef elf_backend_plt_readonly
72#define elf_backend_plt_readonly 0
73#endif
74#ifndef elf_backend_want_plt_sym
75#define elf_backend_want_plt_sym 0
76#endif
77#ifndef elf_backend_plt_not_loaded
78#define elf_backend_plt_not_loaded 0
79#endif
80#ifndef elf_backend_plt_alignment
81#define elf_backend_plt_alignment 2
82#endif
3018b441
RH
83#ifndef elf_backend_want_dynbss
84#define elf_backend_want_dynbss 1
85#endif
252b5132
RH
86
87#define bfd_elfNN_bfd_debug_info_start bfd_void
88#define bfd_elfNN_bfd_debug_info_end bfd_void
89#define bfd_elfNN_bfd_debug_info_accumulate (PROTO(void,(*),(bfd*, struct sec *))) bfd_void
90
91#ifndef bfd_elfNN_bfd_get_relocated_section_contents
92#define bfd_elfNN_bfd_get_relocated_section_contents \
93 bfd_generic_get_relocated_section_contents
94#endif
95
96#ifndef bfd_elfNN_bfd_relax_section
97#define bfd_elfNN_bfd_relax_section bfd_generic_relax_section
98#endif
99
100#ifndef elf_backend_can_gc_sections
101#define elf_backend_can_gc_sections 0
102#endif
103#ifndef elf_backend_gc_mark_hook
104#define elf_backend_gc_mark_hook NULL
105#endif
106#ifndef elf_backend_gc_sweep_hook
107#define elf_backend_gc_sweep_hook NULL
108#endif
109#ifndef bfd_elfNN_bfd_gc_sections
110#define bfd_elfNN_bfd_gc_sections _bfd_elfNN_gc_sections
111#endif
112
113#define bfd_elfNN_bfd_make_debug_symbol \
114 ((asymbol *(*) PARAMS ((bfd *, void *, unsigned long))) bfd_nullvoidptr)
115
116#ifndef bfd_elfNN_bfd_copy_private_symbol_data
117#define bfd_elfNN_bfd_copy_private_symbol_data \
118 _bfd_elf_copy_private_symbol_data
119#endif
120
121#ifndef bfd_elfNN_bfd_copy_private_section_data
122#define bfd_elfNN_bfd_copy_private_section_data \
123 _bfd_elf_copy_private_section_data
124#endif
125#ifndef bfd_elfNN_bfd_copy_private_bfd_data
126#define bfd_elfNN_bfd_copy_private_bfd_data \
127 ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
128#endif
129#ifndef bfd_elfNN_bfd_print_private_bfd_data
130#define bfd_elfNN_bfd_print_private_bfd_data \
131 _bfd_elf_print_private_bfd_data
132#endif
133#ifndef bfd_elfNN_bfd_merge_private_bfd_data
134#define bfd_elfNN_bfd_merge_private_bfd_data \
135 ((boolean (*) PARAMS ((bfd *, bfd *))) bfd_true)
136#endif
137#ifndef bfd_elfNN_bfd_set_private_flags
138#define bfd_elfNN_bfd_set_private_flags \
139 ((boolean (*) PARAMS ((bfd *, flagword))) bfd_true)
140#endif
141#ifndef bfd_elfNN_bfd_is_local_label_name
142#define bfd_elfNN_bfd_is_local_label_name _bfd_elf_is_local_label_name
143#endif
144
145#ifndef bfd_elfNN_get_dynamic_reloc_upper_bound
146#define bfd_elfNN_get_dynamic_reloc_upper_bound \
147 _bfd_elf_get_dynamic_reloc_upper_bound
148#endif
149#ifndef bfd_elfNN_canonicalize_dynamic_reloc
150#define bfd_elfNN_canonicalize_dynamic_reloc \
151 _bfd_elf_canonicalize_dynamic_reloc
152#endif
153
154#ifdef elf_backend_relocate_section
155#ifndef bfd_elfNN_bfd_link_hash_table_create
156#define bfd_elfNN_bfd_link_hash_table_create _bfd_elf_link_hash_table_create
157#endif
158#else /* ! defined (elf_backend_relocate_section) */
159/* If no backend relocate_section routine, use the generic linker. */
160#ifndef bfd_elfNN_bfd_link_hash_table_create
161#define bfd_elfNN_bfd_link_hash_table_create \
162 _bfd_generic_link_hash_table_create
163#endif
164#ifndef bfd_elfNN_bfd_link_add_symbols
165#define bfd_elfNN_bfd_link_add_symbols _bfd_generic_link_add_symbols
166#endif
167#ifndef bfd_elfNN_bfd_final_link
168#define bfd_elfNN_bfd_final_link _bfd_generic_final_link
169#endif
170#endif /* ! defined (elf_backend_relocate_section) */
171#ifndef bfd_elfNN_bfd_link_split_section
172#define bfd_elfNN_bfd_link_split_section _bfd_generic_link_split_section
173#endif
174
175#ifndef bfd_elfNN_archive_p
176#define bfd_elfNN_archive_p bfd_generic_archive_p
177#endif
178
179#ifndef bfd_elfNN_write_archive_contents
180#define bfd_elfNN_write_archive_contents _bfd_write_archive_contents
181#endif
182
183#ifndef bfd_elfNN_mkobject
184#define bfd_elfNN_mkobject bfd_elf_mkobject
185#endif
186
187#ifndef bfd_elfNN_mkcorefile
188#define bfd_elfNN_mkcorefile bfd_elf_mkcorefile
189#endif
190
191#ifndef bfd_elfNN_mkarchive
192#define bfd_elfNN_mkarchive _bfd_generic_mkarchive
193#endif
194
195#ifndef elf_symbol_leading_char
196#define elf_symbol_leading_char 0
197#endif
198
199#ifndef elf_info_to_howto
200#define elf_info_to_howto 0
201#endif
202
203#ifndef elf_info_to_howto_rel
204#define elf_info_to_howto_rel 0
205#endif
206
207#ifndef ELF_MAXPAGESIZE
79e5982f
NC
208 #error ELF_MAXPAGESIZE is not defined
209#define ELF_MAXPAGESIZE 1
252b5132
RH
210#endif
211
212#ifndef elf_backend_collect
213#define elf_backend_collect false
214#endif
215#ifndef elf_backend_type_change_ok
216#define elf_backend_type_change_ok false
217#endif
218
219#ifndef elf_backend_sym_is_global
220#define elf_backend_sym_is_global 0
221#endif
222#ifndef elf_backend_object_p
223#define elf_backend_object_p 0
224#endif
225#ifndef elf_backend_symbol_processing
226#define elf_backend_symbol_processing 0
227#endif
228#ifndef elf_backend_symbol_table_processing
229#define elf_backend_symbol_table_processing 0
230#endif
231#ifndef elf_backend_get_symbol_type
232#define elf_backend_get_symbol_type 0
233#endif
234#ifndef elf_backend_section_processing
235#define elf_backend_section_processing 0
236#endif
237#ifndef elf_backend_section_from_shdr
238#define elf_backend_section_from_shdr 0
239#endif
20cfcaae
NC
240#ifndef elf_backend_section_from_phdr
241#define elf_backend_section_from_phdr 0
242#endif
252b5132
RH
243#ifndef elf_backend_fake_sections
244#define elf_backend_fake_sections 0
245#endif
246#ifndef elf_backend_section_from_bfd_section
247#define elf_backend_section_from_bfd_section 0
248#endif
249#ifndef elf_backend_add_symbol_hook
250#define elf_backend_add_symbol_hook 0
251#endif
252#ifndef elf_backend_link_output_symbol_hook
253#define elf_backend_link_output_symbol_hook 0
254#endif
255#ifndef elf_backend_create_dynamic_sections
256#define elf_backend_create_dynamic_sections 0
257#endif
258#ifndef elf_backend_check_relocs
259#define elf_backend_check_relocs 0
260#endif
261#ifndef elf_backend_adjust_dynamic_symbol
262#define elf_backend_adjust_dynamic_symbol 0
263#endif
264#ifndef elf_backend_always_size_sections
265#define elf_backend_always_size_sections 0
266#endif
267#ifndef elf_backend_size_dynamic_sections
268#define elf_backend_size_dynamic_sections 0
269#endif
270#ifndef elf_backend_relocate_section
271#define elf_backend_relocate_section 0
272#endif
273#ifndef elf_backend_finish_dynamic_symbol
274#define elf_backend_finish_dynamic_symbol 0
275#endif
276#ifndef elf_backend_finish_dynamic_sections
277#define elf_backend_finish_dynamic_sections 0
278#endif
279#ifndef elf_backend_begin_write_processing
280#define elf_backend_begin_write_processing 0
281#endif
282#ifndef elf_backend_final_write_processing
283#define elf_backend_final_write_processing 0
284#endif
285#ifndef elf_backend_additional_program_headers
286#define elf_backend_additional_program_headers 0
287#endif
288#ifndef elf_backend_modify_segment_map
289#define elf_backend_modify_segment_map 0
290#endif
291#ifndef elf_backend_ecoff_debug_swap
292#define elf_backend_ecoff_debug_swap 0
293#endif
294#ifndef elf_backend_got_header_size
295#define elf_backend_got_header_size 0
296#endif
297#ifndef elf_backend_plt_header_size
298#define elf_backend_plt_header_size 0
299#endif
e6c51ed4
NC
300#ifndef elf_backend_post_process_headers
301#define elf_backend_post_process_headers NULL
302#endif
587ff49e
RH
303#ifndef elf_backend_print_symbol_all
304#define elf_backend_print_symbol_all NULL
305#endif
306#ifndef elf_backend_output_arch_syms
307#define elf_backend_output_arch_syms NULL
308#endif
252b5132 309
bf572ba0
MM
310/* Previously, backends could only use SHT_REL or SHT_RELA relocation
311 sections, but not both. They defined USE_REL to indicate SHT_REL
312 sections, and left it undefined to indicated SHT_RELA sections.
313 For backwards compatibility, we still support this usage. */
314#ifndef USE_REL
315#define USE_REL 0
316#else
317#undef USE_REL
318#define USE_REL 1
319#endif
320
321/* Use these in new code. */
322#ifndef elf_backend_may_use_rel_p
323#define elf_backend_may_use_rel_p USE_REL
324#endif
325#ifndef elf_backend_may_use_rela_p
326#define elf_backend_may_use_rela_p !USE_REL
327#endif
328#ifndef elf_backend_default_use_rela_p
329#define elf_backend_default_use_rela_p !USE_REL
330#endif
331
252b5132
RH
332#ifndef ELF_MACHINE_ALT1
333#define ELF_MACHINE_ALT1 0
334#endif
335
336#ifndef ELF_MACHINE_ALT2
337#define ELF_MACHINE_ALT2 0
338#endif
339
340#ifndef elf_backend_size_info
341#define elf_backend_size_info _bfd_elfNN_size_info
342#endif
343
86dc0f79
RH
344#ifndef elf_backend_sign_extend_vma
345#define elf_backend_sign_extend_vma 0
346#endif
347
252b5132
RH
348extern const struct elf_size_info _bfd_elfNN_size_info;
349
350static CONST struct elf_backend_data elfNN_bed =
351{
252b5132
RH
352 ELF_ARCH, /* arch */
353 ELF_MACHINE_CODE, /* elf_machine_code */
354 ELF_MAXPAGESIZE, /* maxpagesize */
252b5132
RH
355 elf_info_to_howto,
356 elf_info_to_howto_rel,
357 elf_backend_sym_is_global,
358 elf_backend_object_p,
359 elf_backend_symbol_processing,
360 elf_backend_symbol_table_processing,
361 elf_backend_get_symbol_type,
362 elf_backend_section_processing,
363 elf_backend_section_from_shdr,
20cfcaae 364 elf_backend_section_from_phdr,
252b5132
RH
365 elf_backend_fake_sections,
366 elf_backend_section_from_bfd_section,
367 elf_backend_add_symbol_hook,
368 elf_backend_link_output_symbol_hook,
369 elf_backend_create_dynamic_sections,
370 elf_backend_check_relocs,
371 elf_backend_adjust_dynamic_symbol,
372 elf_backend_always_size_sections,
373 elf_backend_size_dynamic_sections,
374 elf_backend_relocate_section,
375 elf_backend_finish_dynamic_symbol,
376 elf_backend_finish_dynamic_sections,
377 elf_backend_begin_write_processing,
378 elf_backend_final_write_processing,
379 elf_backend_additional_program_headers,
380 elf_backend_modify_segment_map,
381 elf_backend_gc_mark_hook,
382 elf_backend_gc_sweep_hook,
e6c51ed4 383 elf_backend_post_process_headers,
587ff49e
RH
384 elf_backend_print_symbol_all,
385 elf_backend_output_arch_syms,
252b5132
RH
386 elf_backend_ecoff_debug_swap,
387 ELF_MACHINE_ALT1,
388 ELF_MACHINE_ALT2,
389 &elf_backend_size_info,
390 elf_backend_got_symbol_offset,
391 elf_backend_got_header_size,
392 elf_backend_plt_header_size,
86dc0f79
RH
393 elf_backend_collect,
394 elf_backend_type_change_ok,
bf572ba0
MM
395 elf_backend_may_use_rel_p,
396 elf_backend_may_use_rela_p,
397 elf_backend_default_use_rela_p,
86dc0f79 398 elf_backend_sign_extend_vma,
252b5132
RH
399 elf_backend_want_got_plt,
400 elf_backend_plt_readonly,
401 elf_backend_want_plt_sym,
402 elf_backend_plt_not_loaded,
403 elf_backend_plt_alignment,
2ac8ce5f
RH
404 elf_backend_can_gc_sections,
405 elf_backend_want_dynbss
252b5132
RH
406};
407
c3c89269
NC
408/* Forward declaration for use when initialising alternative_target field. */
409#ifdef TARGET_LITTLE_SYM
410extern const bfd_target TARGET_LITTLE_SYM;
411#endif
412
252b5132
RH
413#ifdef TARGET_BIG_SYM
414const bfd_target TARGET_BIG_SYM =
415{
416 /* name: identify kind of target */
417 TARGET_BIG_NAME,
418
419 /* flavour: general indication about file */
420 bfd_target_elf_flavour,
421
422 /* byteorder: data is big endian */
423 BFD_ENDIAN_BIG,
424
425 /* header_byteorder: header is also big endian */
426 BFD_ENDIAN_BIG,
427
428 /* object_flags: mask of all file flags */
429 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
430 DYNAMIC | WP_TEXT | D_PAGED),
431
432 /* section_flags: mask of all section flags */
433 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
434 SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES),
435
436 /* leading_symbol_char: is the first char of a user symbol
437 predictable, and if so what is it */
438 elf_symbol_leading_char,
439
440 /* ar_pad_char: pad character for filenames within an archive header
441 FIXME: this really has nothing to do with ELF, this is a characteristic
442 of the archiver and/or os and should be independently tunable */
443 '/',
444
445 /* ar_max_namelen: maximum number of characters in an archive header
446 FIXME: this really has nothing to do with ELF, this is a characteristic
447 of the archiver and should be independently tunable. This value is
448 a WAG (wild a** guess) */
449 14,
450
451 /* Routines to byte-swap various sized integers from the data sections */
452 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
453 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
454 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
455
456 /* Routines to byte-swap various sized integers from the file headers */
457 bfd_getb64, bfd_getb_signed_64, bfd_putb64,
458 bfd_getb32, bfd_getb_signed_32, bfd_putb32,
459 bfd_getb16, bfd_getb_signed_16, bfd_putb16,
460
461 /* bfd_check_format: check the format of a file being read */
462 { _bfd_dummy_target, /* unknown format */
463 bfd_elfNN_object_p, /* assembler/linker output (object file) */
464 bfd_elfNN_archive_p, /* an archive */
465 bfd_elfNN_core_file_p /* a core file */
466 },
467
468 /* bfd_set_format: set the format of a file being written */
469 { bfd_false,
470 bfd_elfNN_mkobject,
471 bfd_elfNN_mkarchive,
472 bfd_elfNN_mkcorefile
473 },
474
475 /* bfd_write_contents: write cached information into a file being written */
476 { bfd_false,
477 bfd_elfNN_write_object_contents,
478 bfd_elfNN_write_archive_contents,
479 bfd_elfNN_write_corefile_contents,
480 },
481
482 BFD_JUMP_TABLE_GENERIC (bfd_elfNN),
483 BFD_JUMP_TABLE_COPY (bfd_elfNN),
484 BFD_JUMP_TABLE_CORE (bfd_elfNN),
485#ifdef bfd_elfNN_archive_functions
486 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
487#else
ad247e3c
NC
488 /* For ELF based targets we do not want to put common symbols into the
489 archive map. This is a change from the old behaviour, and it is
490 being done because of a corresponding change in the linker, whereby
491 it will link in any archive element that contains a symbol which is
492 currently common. (See elflink.h:elf_link_add_archive_symbol). */
493#undef _bfd_archive_coff_allow_commons_in_armap
494#define _bfd_archive_coff_allow_commons_in_armap bfd_false
252b5132
RH
495 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
496#endif
497 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),
498 BFD_JUMP_TABLE_RELOCS (bfd_elfNN),
499 BFD_JUMP_TABLE_WRITE (bfd_elfNN),
500 BFD_JUMP_TABLE_LINK (bfd_elfNN),
501 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN),
502
c3c89269
NC
503 /* Alternative endian target. */
504#ifdef TARGET_LITTLE_SYM
505 & TARGET_LITTLE_SYM,
506#else
507 NULL,
508#endif
509
252b5132 510 /* backend_data: */
c3c89269 511 (PTR) &elfNN_bed
252b5132
RH
512};
513#endif
514
515#ifdef TARGET_LITTLE_SYM
516const bfd_target TARGET_LITTLE_SYM =
517{
518 /* name: identify kind of target */
519 TARGET_LITTLE_NAME,
520
521 /* flavour: general indication about file */
522 bfd_target_elf_flavour,
523
524 /* byteorder: data is little endian */
525 BFD_ENDIAN_LITTLE,
526
527 /* header_byteorder: header is also little endian */
528 BFD_ENDIAN_LITTLE,
529
530 /* object_flags: mask of all file flags */
531 (HAS_RELOC | EXEC_P | HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS |
532 DYNAMIC | WP_TEXT | D_PAGED),
533
534 /* section_flags: mask of all section flags */
535 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_READONLY |
536 SEC_CODE | SEC_DATA | SEC_DEBUGGING | SEC_EXCLUDE | SEC_SORT_ENTRIES),
537
538 /* leading_symbol_char: is the first char of a user symbol
539 predictable, and if so what is it */
540 elf_symbol_leading_char,
541
542 /* ar_pad_char: pad character for filenames within an archive header
543 FIXME: this really has nothing to do with ELF, this is a characteristic
544 of the archiver and/or os and should be independently tunable */
545 '/',
546
547 /* ar_max_namelen: maximum number of characters in an archive header
548 FIXME: this really has nothing to do with ELF, this is a characteristic
549 of the archiver and should be independently tunable. This value is
550 a WAG (wild a** guess) */
551 14,
552
553 /* Routines to byte-swap various sized integers from the data sections */
554 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
555 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
556 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
557
558 /* Routines to byte-swap various sized integers from the file headers */
559 bfd_getl64, bfd_getl_signed_64, bfd_putl64,
560 bfd_getl32, bfd_getl_signed_32, bfd_putl32,
561 bfd_getl16, bfd_getl_signed_16, bfd_putl16,
562
563 /* bfd_check_format: check the format of a file being read */
564 { _bfd_dummy_target, /* unknown format */
565 bfd_elfNN_object_p, /* assembler/linker output (object file) */
566 bfd_elfNN_archive_p, /* an archive */
567 bfd_elfNN_core_file_p /* a core file */
568 },
569
570 /* bfd_set_format: set the format of a file being written */
571 { bfd_false,
572 bfd_elfNN_mkobject,
573 bfd_elfNN_mkarchive,
574 bfd_elfNN_mkcorefile
575 },
576
577 /* bfd_write_contents: write cached information into a file being written */
578 { bfd_false,
579 bfd_elfNN_write_object_contents,
580 bfd_elfNN_write_archive_contents,
581 bfd_elfNN_write_corefile_contents,
582 },
583
584 BFD_JUMP_TABLE_GENERIC (bfd_elfNN),
585 BFD_JUMP_TABLE_COPY (bfd_elfNN),
586 BFD_JUMP_TABLE_CORE (bfd_elfNN),
587#ifdef bfd_elfNN_archive_functions
588 BFD_JUMP_TABLE_ARCHIVE (bfd_elfNN_archive),
589#else
ad247e3c
NC
590#undef _bfd_archive_coff_allow_commons_in_armap
591#define _bfd_archive_coff_allow_commons_in_armap bfd_false
252b5132
RH
592 BFD_JUMP_TABLE_ARCHIVE (_bfd_archive_coff),
593#endif
594 BFD_JUMP_TABLE_SYMBOLS (bfd_elfNN),
595 BFD_JUMP_TABLE_RELOCS (bfd_elfNN),
596 BFD_JUMP_TABLE_WRITE (bfd_elfNN),
597 BFD_JUMP_TABLE_LINK (bfd_elfNN),
598 BFD_JUMP_TABLE_DYNAMIC (bfd_elfNN),
599
c3c89269
NC
600 /* Alternative endian target. */
601#ifdef TARGET_BIG_SYM
602 & TARGET_BIG_SYM,
603#else
604 NULL,
605#endif
606
252b5132 607 /* backend_data: */
c3c89269 608 (PTR) &elfNN_bed
252b5132
RH
609};
610#endif
This page took 0.084466 seconds and 4 git commands to generate.