1 /* BFD back-end for IBM RS/6000 "XCOFF" files.
2 Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004
3 Free Software Foundation, Inc.
4 FIXME: Can someone provide a transliteration of this name into ASCII?
5 Using the following chars caused a compiler warning on HIUX (so I replaced
6 them with octal escapes), and isn't useful without an understanding of what
8 Written by Metin G. Ozisik, Mimi Ph\373\364ng-Th\345o V\365,
10 Archive support from Damon A. Permezel.
11 Contributed by IBM Corporation and Cygnus Support.
13 This file is part of BFD, the Binary File Descriptor library.
15 This program is free software; you can redistribute it and/or modify
16 it under the terms of the GNU General Public License as published by
17 the Free Software Foundation; either version 2 of the License, or
18 (at your option) any later version.
20 This program is distributed in the hope that it will be useful,
21 but WITHOUT ANY WARRANTY; without even the implied warranty of
22 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23 GNU General Public License for more details.
25 You should have received a copy of the GNU General Public License
26 along with this program; if not, write to the Free Software
27 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
33 #include "coff/internal.h"
34 #include "coff/xcoff.h"
35 #include "coff/rs6000.h"
39 extern bfd_boolean _bfd_xcoff_mkobject
41 extern bfd_boolean _bfd_xcoff_copy_private_bfd_data
42 PARAMS ((bfd
*, bfd
*));
43 extern bfd_boolean _bfd_xcoff_is_local_label_name
44 PARAMS ((bfd
*, const char *));
45 extern reloc_howto_type
*_bfd_xcoff_reloc_type_lookup
46 PARAMS ((bfd
*, bfd_reloc_code_real_type
));
47 extern bfd_boolean _bfd_xcoff_slurp_armap
49 extern const bfd_target
*_bfd_xcoff_archive_p
51 extern PTR _bfd_xcoff_read_ar_hdr
53 extern bfd
*_bfd_xcoff_openr_next_archived_file
54 PARAMS ((bfd
*, bfd
*));
55 extern int _bfd_xcoff_stat_arch_elt
56 PARAMS ((bfd
*, struct stat
*));
57 extern bfd_boolean _bfd_xcoff_write_armap
58 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
59 extern bfd_boolean _bfd_xcoff_write_archive_contents
61 extern int _bfd_xcoff_sizeof_headers
62 PARAMS ((bfd
*, bfd_boolean
));
63 extern void _bfd_xcoff_swap_sym_in
64 PARAMS ((bfd
*, PTR
, PTR
));
65 extern unsigned int _bfd_xcoff_swap_sym_out
66 PARAMS ((bfd
*, PTR
, PTR
));
67 extern void _bfd_xcoff_swap_aux_in
68 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
69 extern unsigned int _bfd_xcoff_swap_aux_out
70 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
71 static void xcoff_swap_reloc_in
72 PARAMS ((bfd
*, PTR
, PTR
));
73 static unsigned int xcoff_swap_reloc_out
74 PARAMS ((bfd
*, PTR
, PTR
));
76 /* Forward declare xcoff_rtype2howto for coffcode.h macro. */
77 void xcoff_rtype2howto
78 PARAMS ((arelent
*, struct internal_reloc
*));
80 /* coffcode.h needs these to be defined. */
81 #define RS6000COFF_C 1
83 #define SELECT_RELOC(internal, howto) \
85 internal.r_type = howto->type; \
87 ((howto->complain_on_overflow == complain_overflow_signed \
90 | (howto->bitsize - 1)); \
93 #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3)
94 #define COFF_LONG_FILENAMES
95 #define NO_COFF_SYMBOLS
96 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
97 #define coff_mkobject _bfd_xcoff_mkobject
98 #define coff_bfd_copy_private_bfd_data _bfd_xcoff_copy_private_bfd_data
99 #define coff_bfd_is_local_label_name _bfd_xcoff_is_local_label_name
100 #define coff_bfd_reloc_type_lookup _bfd_xcoff_reloc_type_lookup
102 extern const bfd_target
* rs6000coff_core_p
103 PARAMS ((bfd
*abfd
));
104 extern bfd_boolean rs6000coff_core_file_matches_executable_p
105 PARAMS ((bfd
*cbfd
, bfd
*ebfd
));
106 extern char *rs6000coff_core_file_failing_command
107 PARAMS ((bfd
*abfd
));
108 extern int rs6000coff_core_file_failing_signal
109 PARAMS ((bfd
*abfd
));
110 #define CORE_FILE_P rs6000coff_core_p
111 #define coff_core_file_failing_command \
112 rs6000coff_core_file_failing_command
113 #define coff_core_file_failing_signal \
114 rs6000coff_core_file_failing_signal
115 #define coff_core_file_matches_executable_p \
116 rs6000coff_core_file_matches_executable_p
118 #define CORE_FILE_P _bfd_dummy_target
119 #define coff_core_file_failing_command \
120 _bfd_nocore_core_file_failing_command
121 #define coff_core_file_failing_signal \
122 _bfd_nocore_core_file_failing_signal
123 #define coff_core_file_matches_executable_p \
124 _bfd_nocore_core_file_matches_executable_p
126 #define coff_SWAP_sym_in _bfd_xcoff_swap_sym_in
127 #define coff_SWAP_sym_out _bfd_xcoff_swap_sym_out
128 #define coff_SWAP_aux_in _bfd_xcoff_swap_aux_in
129 #define coff_SWAP_aux_out _bfd_xcoff_swap_aux_out
130 #define coff_swap_reloc_in xcoff_swap_reloc_in
131 #define coff_swap_reloc_out xcoff_swap_reloc_out
132 #define NO_COFF_RELOCS
134 #include "coffcode.h"
136 /* The main body of code is in coffcode.h. */
138 static const char *normalize_filename
140 static bfd_boolean xcoff_write_armap_old
141 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
142 static bfd_boolean xcoff_write_armap_big
143 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
144 static bfd_boolean xcoff_write_archive_contents_old
146 static bfd_boolean xcoff_write_archive_contents_big
148 static void xcoff_swap_ldhdr_in
149 PARAMS ((bfd
*, const PTR
, struct internal_ldhdr
*));
150 static void xcoff_swap_ldhdr_out
151 PARAMS ((bfd
*, const struct internal_ldhdr
*, PTR
));
152 static void xcoff_swap_ldsym_in
153 PARAMS ((bfd
*, const PTR
, struct internal_ldsym
*));
154 static void xcoff_swap_ldsym_out
155 PARAMS ((bfd
*, const struct internal_ldsym
*, PTR
));
156 static void xcoff_swap_ldrel_in
157 PARAMS ((bfd
*, const PTR
, struct internal_ldrel
*));
158 static void xcoff_swap_ldrel_out
159 PARAMS ((bfd
*, const struct internal_ldrel
*, PTR
));
160 static bfd_boolean xcoff_ppc_relocate_section
161 PARAMS ((bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
162 struct internal_reloc
*, struct internal_syment
*, asection
**));
163 static bfd_boolean _bfd_xcoff_put_ldsymbol_name
164 PARAMS ((bfd
*, struct xcoff_loader_info
*, struct internal_ldsym
*,
166 static asection
*xcoff_create_csect_from_smclas
167 PARAMS ((bfd
*, union internal_auxent
*, const char *));
168 static bfd_boolean xcoff_is_lineno_count_overflow
169 PARAMS ((bfd
*, bfd_vma
));
170 static bfd_boolean xcoff_is_reloc_count_overflow
171 PARAMS ((bfd
*, bfd_vma
));
172 static bfd_vma xcoff_loader_symbol_offset
173 PARAMS ((bfd
*, struct internal_ldhdr
*));
174 static bfd_vma xcoff_loader_reloc_offset
175 PARAMS ((bfd
*, struct internal_ldhdr
*));
176 static bfd_boolean xcoff_generate_rtinit
177 PARAMS ((bfd
*, const char *, const char *, bfd_boolean
));
178 static bfd_boolean do_pad
179 PARAMS ((bfd
*, unsigned int));
180 static bfd_boolean do_copy
181 PARAMS ((bfd
*, bfd
*));
182 static bfd_boolean do_shared_object_padding
183 PARAMS ((bfd
*, bfd
*, ufile_ptr
*, int));
185 /* Relocation functions */
186 static bfd_boolean xcoff_reloc_type_br
187 PARAMS ((XCOFF_RELOC_FUNCTION_ARGS
));
189 static bfd_boolean xcoff_complain_overflow_dont_func
190 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
191 static bfd_boolean xcoff_complain_overflow_bitfield_func
192 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
193 static bfd_boolean xcoff_complain_overflow_signed_func
194 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
195 static bfd_boolean xcoff_complain_overflow_unsigned_func
196 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
198 bfd_boolean (*xcoff_calculate_relocation
[XCOFF_MAX_CALCULATE_RELOCATION
])
199 PARAMS ((XCOFF_RELOC_FUNCTION_ARGS
)) =
201 xcoff_reloc_type_pos
, /* R_POS (0x00) */
202 xcoff_reloc_type_neg
, /* R_NEG (0x01) */
203 xcoff_reloc_type_rel
, /* R_REL (0x02) */
204 xcoff_reloc_type_toc
, /* R_TOC (0x03) */
205 xcoff_reloc_type_fail
, /* R_RTB (0x04) */
206 xcoff_reloc_type_toc
, /* R_GL (0x05) */
207 xcoff_reloc_type_toc
, /* R_TCL (0x06) */
208 xcoff_reloc_type_fail
, /* (0x07) */
209 xcoff_reloc_type_ba
, /* R_BA (0x08) */
210 xcoff_reloc_type_fail
, /* (0x09) */
211 xcoff_reloc_type_br
, /* R_BR (0x0a) */
212 xcoff_reloc_type_fail
, /* (0x0b) */
213 xcoff_reloc_type_pos
, /* R_RL (0x0c) */
214 xcoff_reloc_type_pos
, /* R_RLA (0x0d) */
215 xcoff_reloc_type_fail
, /* (0x0e) */
216 xcoff_reloc_type_noop
, /* R_REF (0x0f) */
217 xcoff_reloc_type_fail
, /* (0x10) */
218 xcoff_reloc_type_fail
, /* (0x11) */
219 xcoff_reloc_type_toc
, /* R_TRL (0x12) */
220 xcoff_reloc_type_toc
, /* R_TRLA (0x13) */
221 xcoff_reloc_type_fail
, /* R_RRTBI (0x14) */
222 xcoff_reloc_type_fail
, /* R_RRTBA (0x15) */
223 xcoff_reloc_type_ba
, /* R_CAI (0x16) */
224 xcoff_reloc_type_crel
, /* R_CREL (0x17) */
225 xcoff_reloc_type_ba
, /* R_RBA (0x18) */
226 xcoff_reloc_type_ba
, /* R_RBAC (0x19) */
227 xcoff_reloc_type_br
, /* R_RBR (0x1a) */
228 xcoff_reloc_type_ba
, /* R_RBRC (0x1b) */
231 bfd_boolean (*xcoff_complain_overflow
[XCOFF_MAX_COMPLAIN_OVERFLOW
])
232 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
)) =
234 xcoff_complain_overflow_dont_func
,
235 xcoff_complain_overflow_bitfield_func
,
236 xcoff_complain_overflow_signed_func
,
237 xcoff_complain_overflow_unsigned_func
,
240 /* We use our own tdata type. Its first field is the COFF tdata type,
241 so the COFF routines are compatible. */
244 _bfd_xcoff_mkobject (abfd
)
247 coff_data_type
*coff
;
248 bfd_size_type amt
= sizeof (struct xcoff_tdata
);
250 abfd
->tdata
.xcoff_obj_data
= (struct xcoff_tdata
*) bfd_zalloc (abfd
, amt
);
251 if (abfd
->tdata
.xcoff_obj_data
== NULL
)
253 coff
= coff_data (abfd
);
254 coff
->symbols
= (coff_symbol_type
*) NULL
;
255 coff
->conversion_table
= (unsigned int *) NULL
;
256 coff
->raw_syments
= (struct coff_ptr_struct
*) NULL
;
259 xcoff_data (abfd
)->modtype
= ('1' << 8) | 'L';
261 /* We set cputype to -1 to indicate that it has not been
263 xcoff_data (abfd
)->cputype
= -1;
265 xcoff_data (abfd
)->csects
= NULL
;
266 xcoff_data (abfd
)->debug_indices
= NULL
;
268 /* text section alignment is different than the default */
269 bfd_xcoff_text_align_power (abfd
) = 2;
274 /* Copy XCOFF data from one BFD to another. */
277 _bfd_xcoff_copy_private_bfd_data (ibfd
, obfd
)
281 struct xcoff_tdata
*ix
, *ox
;
284 if (ibfd
->xvec
!= obfd
->xvec
)
286 ix
= xcoff_data (ibfd
);
287 ox
= xcoff_data (obfd
);
288 ox
->full_aouthdr
= ix
->full_aouthdr
;
294 sec
= coff_section_from_bfd_index (ibfd
, ix
->sntoc
);
298 ox
->sntoc
= sec
->output_section
->target_index
;
300 if (ix
->snentry
== 0)
304 sec
= coff_section_from_bfd_index (ibfd
, ix
->snentry
);
308 ox
->snentry
= sec
->output_section
->target_index
;
310 bfd_xcoff_text_align_power (obfd
) = bfd_xcoff_text_align_power (ibfd
);
311 bfd_xcoff_data_align_power (obfd
) = bfd_xcoff_data_align_power (ibfd
);
312 ox
->modtype
= ix
->modtype
;
313 ox
->cputype
= ix
->cputype
;
314 ox
->maxdata
= ix
->maxdata
;
315 ox
->maxstack
= ix
->maxstack
;
319 /* I don't think XCOFF really has a notion of local labels based on
320 name. This will mean that ld -X doesn't actually strip anything.
321 The AIX native linker does not have a -X option, and it ignores the
325 _bfd_xcoff_is_local_label_name (abfd
, name
)
326 bfd
*abfd ATTRIBUTE_UNUSED
;
327 const char *name ATTRIBUTE_UNUSED
;
333 _bfd_xcoff_swap_sym_in (abfd
, ext1
, in1
)
338 SYMENT
*ext
= (SYMENT
*)ext1
;
339 struct internal_syment
* in
= (struct internal_syment
*)in1
;
341 if (ext
->e
.e_name
[0] != 0)
343 memcpy (in
->_n
._n_name
, ext
->e
.e_name
, SYMNMLEN
);
347 in
->_n
._n_n
._n_zeroes
= 0;
348 in
->_n
._n_n
._n_offset
= H_GET_32 (abfd
, ext
->e
.e
.e_offset
);
351 in
->n_value
= H_GET_32 (abfd
, ext
->e_value
);
352 in
->n_scnum
= H_GET_16 (abfd
, ext
->e_scnum
);
353 in
->n_type
= H_GET_16 (abfd
, ext
->e_type
);
354 in
->n_sclass
= H_GET_8 (abfd
, ext
->e_sclass
);
355 in
->n_numaux
= H_GET_8 (abfd
, ext
->e_numaux
);
359 _bfd_xcoff_swap_sym_out (abfd
, inp
, extp
)
364 struct internal_syment
*in
= (struct internal_syment
*)inp
;
365 SYMENT
*ext
=(SYMENT
*)extp
;
367 if (in
->_n
._n_name
[0] != 0)
369 memcpy (ext
->e
.e_name
, in
->_n
._n_name
, SYMNMLEN
);
373 H_PUT_32 (abfd
, 0, ext
->e
.e
.e_zeroes
);
374 H_PUT_32 (abfd
, in
->_n
._n_n
._n_offset
, ext
->e
.e
.e_offset
);
377 H_PUT_32 (abfd
, in
->n_value
, ext
->e_value
);
378 H_PUT_16 (abfd
, in
->n_scnum
, ext
->e_scnum
);
379 H_PUT_16 (abfd
, in
->n_type
, ext
->e_type
);
380 H_PUT_8 (abfd
, in
->n_sclass
, ext
->e_sclass
);
381 H_PUT_8 (abfd
, in
->n_numaux
, ext
->e_numaux
);
382 return bfd_coff_symesz (abfd
);
386 _bfd_xcoff_swap_aux_in (abfd
, ext1
, type
, class, indx
, numaux
, in1
)
395 AUXENT
* ext
= (AUXENT
*)ext1
;
396 union internal_auxent
*in
= (union internal_auxent
*)in1
;
401 if (ext
->x_file
.x_fname
[0] == 0)
403 in
->x_file
.x_n
.x_zeroes
= 0;
404 in
->x_file
.x_n
.x_offset
=
405 H_GET_32 (abfd
, ext
->x_file
.x_n
.x_offset
);
412 memcpy (in
->x_file
.x_fname
, ext
->x_file
.x_fname
,
413 numaux
* sizeof (AUXENT
));
417 memcpy (in
->x_file
.x_fname
, ext
->x_file
.x_fname
, FILNMLEN
);
422 /* RS/6000 "csect" auxents */
425 if (indx
+ 1 == numaux
)
427 in
->x_csect
.x_scnlen
.l
= H_GET_32 (abfd
, ext
->x_csect
.x_scnlen
);
428 in
->x_csect
.x_parmhash
= H_GET_32 (abfd
, ext
->x_csect
.x_parmhash
);
429 in
->x_csect
.x_snhash
= H_GET_16 (abfd
, ext
->x_csect
.x_snhash
);
430 /* We don't have to hack bitfields in x_smtyp because it's
431 defined by shifts-and-ands, which are equivalent on all
433 in
->x_csect
.x_smtyp
= H_GET_8 (abfd
, ext
->x_csect
.x_smtyp
);
434 in
->x_csect
.x_smclas
= H_GET_8 (abfd
, ext
->x_csect
.x_smclas
);
435 in
->x_csect
.x_stab
= H_GET_32 (abfd
, ext
->x_csect
.x_stab
);
436 in
->x_csect
.x_snstab
= H_GET_16 (abfd
, ext
->x_csect
.x_snstab
);
446 in
->x_scn
.x_scnlen
= H_GET_32 (abfd
, ext
->x_scn
.x_scnlen
);
447 in
->x_scn
.x_nreloc
= H_GET_16 (abfd
, ext
->x_scn
.x_nreloc
);
448 in
->x_scn
.x_nlinno
= H_GET_16 (abfd
, ext
->x_scn
.x_nlinno
);
449 /* PE defines some extra fields; we zero them out for
451 in
->x_scn
.x_checksum
= 0;
452 in
->x_scn
.x_associated
= 0;
453 in
->x_scn
.x_comdat
= 0;
460 in
->x_sym
.x_tagndx
.l
= H_GET_32 (abfd
, ext
->x_sym
.x_tagndx
);
461 in
->x_sym
.x_tvndx
= H_GET_16 (abfd
, ext
->x_sym
.x_tvndx
);
463 if (class == C_BLOCK
|| class == C_FCN
|| ISFCN (type
) || ISTAG (class))
465 in
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
=
466 H_GET_32 (abfd
, ext
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
);
467 in
->x_sym
.x_fcnary
.x_fcn
.x_endndx
.l
=
468 H_GET_32 (abfd
, ext
->x_sym
.x_fcnary
.x_fcn
.x_endndx
);
472 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0] =
473 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0]);
474 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1] =
475 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1]);
476 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2] =
477 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2]);
478 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3] =
479 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3]);
484 in
->x_sym
.x_misc
.x_fsize
= H_GET_32 (abfd
, ext
->x_sym
.x_misc
.x_fsize
);
488 in
->x_sym
.x_misc
.x_lnsz
.x_lnno
=
489 H_GET_16 (abfd
, ext
->x_sym
.x_misc
.x_lnsz
.x_lnno
);
490 in
->x_sym
.x_misc
.x_lnsz
.x_size
=
491 H_GET_16 (abfd
, ext
->x_sym
.x_misc
.x_lnsz
.x_size
);
495 /* The semicolon is because MSVC doesn't like labels at
500 unsigned int _bfd_xcoff_swap_aux_out
501 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
504 _bfd_xcoff_swap_aux_out (abfd
, inp
, type
, class, indx
, numaux
, extp
)
509 int indx ATTRIBUTE_UNUSED
;
510 int numaux ATTRIBUTE_UNUSED
;
513 union internal_auxent
*in
= (union internal_auxent
*)inp
;
514 AUXENT
*ext
= (AUXENT
*)extp
;
516 memset ((PTR
)ext
, 0, bfd_coff_auxesz (abfd
));
520 if (in
->x_file
.x_fname
[0] == 0)
522 H_PUT_32 (abfd
, 0, ext
->x_file
.x_n
.x_zeroes
);
523 H_PUT_32 (abfd
, in
->x_file
.x_n
.x_offset
, ext
->x_file
.x_n
.x_offset
);
527 memcpy (ext
->x_file
.x_fname
, in
->x_file
.x_fname
, FILNMLEN
);
531 /* RS/6000 "csect" auxents */
534 if (indx
+ 1 == numaux
)
536 H_PUT_32 (abfd
, in
->x_csect
.x_scnlen
.l
, ext
->x_csect
.x_scnlen
);
537 H_PUT_32 (abfd
, in
->x_csect
.x_parmhash
, ext
->x_csect
.x_parmhash
);
538 H_PUT_16 (abfd
, in
->x_csect
.x_snhash
, ext
->x_csect
.x_snhash
);
539 /* We don't have to hack bitfields in x_smtyp because it's
540 defined by shifts-and-ands, which are equivalent on all
542 H_PUT_8 (abfd
, in
->x_csect
.x_smtyp
, ext
->x_csect
.x_smtyp
);
543 H_PUT_8 (abfd
, in
->x_csect
.x_smclas
, ext
->x_csect
.x_smclas
);
544 H_PUT_32 (abfd
, in
->x_csect
.x_stab
, ext
->x_csect
.x_stab
);
545 H_PUT_16 (abfd
, in
->x_csect
.x_snstab
, ext
->x_csect
.x_snstab
);
555 H_PUT_32 (abfd
, in
->x_scn
.x_scnlen
, ext
->x_scn
.x_scnlen
);
556 H_PUT_16 (abfd
, in
->x_scn
.x_nreloc
, ext
->x_scn
.x_nreloc
);
557 H_PUT_16 (abfd
, in
->x_scn
.x_nlinno
, ext
->x_scn
.x_nlinno
);
563 H_PUT_32 (abfd
, in
->x_sym
.x_tagndx
.l
, ext
->x_sym
.x_tagndx
);
564 H_PUT_16 (abfd
, in
->x_sym
.x_tvndx
, ext
->x_sym
.x_tvndx
);
566 if (class == C_BLOCK
|| class == C_FCN
|| ISFCN (type
) || ISTAG (class))
568 H_PUT_32 (abfd
, in
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
,
569 ext
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
);
570 H_PUT_32 (abfd
, in
->x_sym
.x_fcnary
.x_fcn
.x_endndx
.l
,
571 ext
->x_sym
.x_fcnary
.x_fcn
.x_endndx
);
575 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0],
576 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0]);
577 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1],
578 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1]);
579 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2],
580 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2]);
581 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3],
582 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3]);
586 H_PUT_32 (abfd
, in
->x_sym
.x_misc
.x_fsize
, ext
->x_sym
.x_misc
.x_fsize
);
589 H_PUT_16 (abfd
, in
->x_sym
.x_misc
.x_lnsz
.x_lnno
,
590 ext
->x_sym
.x_misc
.x_lnsz
.x_lnno
);
591 H_PUT_16 (abfd
, in
->x_sym
.x_misc
.x_lnsz
.x_size
,
592 ext
->x_sym
.x_misc
.x_lnsz
.x_size
);
596 return bfd_coff_auxesz (abfd
);
601 /* The XCOFF reloc table. Actually, XCOFF relocations specify the
602 bitsize and whether they are signed or not, along with a
603 conventional type. This table is for the types, which are used for
604 different algorithms for putting in the reloc. Many of these
605 relocs need special_function entries, which I have not written. */
608 reloc_howto_type xcoff_howto_table
[] =
610 /* Standard 32 bit relocation. */
611 HOWTO (R_POS
, /* type */
613 2, /* size (0 = byte, 1 = short, 2 = long) */
615 FALSE
, /* pc_relative */
617 complain_overflow_bitfield
, /* complain_on_overflow */
618 0, /* special_function */
620 TRUE
, /* partial_inplace */
621 0xffffffff, /* src_mask */
622 0xffffffff, /* dst_mask */
623 FALSE
), /* pcrel_offset */
625 /* 32 bit relocation, but store negative value. */
626 HOWTO (R_NEG
, /* type */
628 -2, /* size (0 = byte, 1 = short, 2 = long) */
630 FALSE
, /* pc_relative */
632 complain_overflow_bitfield
, /* complain_on_overflow */
633 0, /* special_function */
635 TRUE
, /* partial_inplace */
636 0xffffffff, /* src_mask */
637 0xffffffff, /* dst_mask */
638 FALSE
), /* pcrel_offset */
640 /* 32 bit PC relative relocation. */
641 HOWTO (R_REL
, /* type */
643 2, /* size (0 = byte, 1 = short, 2 = long) */
645 TRUE
, /* pc_relative */
647 complain_overflow_signed
, /* complain_on_overflow */
648 0, /* special_function */
650 TRUE
, /* partial_inplace */
651 0xffffffff, /* src_mask */
652 0xffffffff, /* dst_mask */
653 FALSE
), /* pcrel_offset */
655 /* 16 bit TOC relative relocation. */
656 HOWTO (R_TOC
, /* type */
658 1, /* size (0 = byte, 1 = short, 2 = long) */
660 FALSE
, /* pc_relative */
662 complain_overflow_bitfield
, /* complain_on_overflow */
663 0, /* special_function */
665 TRUE
, /* partial_inplace */
666 0xffff, /* src_mask */
667 0xffff, /* dst_mask */
668 FALSE
), /* pcrel_offset */
670 /* I don't really know what this is. */
671 HOWTO (R_RTB
, /* type */
673 2, /* size (0 = byte, 1 = short, 2 = long) */
675 FALSE
, /* pc_relative */
677 complain_overflow_bitfield
, /* complain_on_overflow */
678 0, /* special_function */
680 TRUE
, /* partial_inplace */
681 0xffffffff, /* src_mask */
682 0xffffffff, /* dst_mask */
683 FALSE
), /* pcrel_offset */
685 /* External TOC relative symbol. */
686 HOWTO (R_GL
, /* type */
688 1, /* size (0 = byte, 1 = short, 2 = long) */
690 FALSE
, /* pc_relative */
692 complain_overflow_bitfield
, /* complain_on_overflow */
693 0, /* special_function */
695 TRUE
, /* partial_inplace */
696 0xffff, /* src_mask */
697 0xffff, /* dst_mask */
698 FALSE
), /* pcrel_offset */
700 /* Local TOC relative symbol. */
701 HOWTO (R_TCL
, /* type */
703 1, /* size (0 = byte, 1 = short, 2 = long) */
705 FALSE
, /* pc_relative */
707 complain_overflow_bitfield
, /* complain_on_overflow */
708 0, /* special_function */
710 TRUE
, /* partial_inplace */
711 0xffff, /* src_mask */
712 0xffff, /* dst_mask */
713 FALSE
), /* pcrel_offset */
717 /* Non modifiable absolute branch. */
718 HOWTO (R_BA
, /* type */
720 2, /* size (0 = byte, 1 = short, 2 = long) */
722 FALSE
, /* pc_relative */
724 complain_overflow_bitfield
, /* complain_on_overflow */
725 0, /* special_function */
726 "R_BA_26", /* name */
727 TRUE
, /* partial_inplace */
728 0x03fffffc, /* src_mask */
729 0x03fffffc, /* dst_mask */
730 FALSE
), /* pcrel_offset */
734 /* Non modifiable relative branch. */
735 HOWTO (R_BR
, /* type */
737 2, /* size (0 = byte, 1 = short, 2 = long) */
739 TRUE
, /* pc_relative */
741 complain_overflow_signed
, /* complain_on_overflow */
742 0, /* special_function */
744 TRUE
, /* partial_inplace */
745 0x03fffffc, /* src_mask */
746 0x03fffffc, /* dst_mask */
747 FALSE
), /* pcrel_offset */
752 HOWTO (R_RL
, /* type */
754 1, /* size (0 = byte, 1 = short, 2 = long) */
756 FALSE
, /* pc_relative */
758 complain_overflow_bitfield
, /* complain_on_overflow */
759 0, /* special_function */
761 TRUE
, /* partial_inplace */
762 0xffff, /* src_mask */
763 0xffff, /* dst_mask */
764 FALSE
), /* pcrel_offset */
767 HOWTO (R_RLA
, /* type */
769 1, /* size (0 = byte, 1 = short, 2 = long) */
771 FALSE
, /* pc_relative */
773 complain_overflow_bitfield
, /* complain_on_overflow */
774 0, /* special_function */
776 TRUE
, /* partial_inplace */
777 0xffff, /* src_mask */
778 0xffff, /* dst_mask */
779 FALSE
), /* pcrel_offset */
783 /* Non-relocating reference. */
784 HOWTO (R_REF
, /* type */
786 2, /* size (0 = byte, 1 = short, 2 = long) */
788 FALSE
, /* pc_relative */
790 complain_overflow_dont
, /* complain_on_overflow */
791 0, /* special_function */
793 FALSE
, /* partial_inplace */
796 FALSE
), /* pcrel_offset */
801 /* TOC relative indirect load. */
802 HOWTO (R_TRL
, /* type */
804 1, /* size (0 = byte, 1 = short, 2 = long) */
806 FALSE
, /* pc_relative */
808 complain_overflow_bitfield
, /* complain_on_overflow */
809 0, /* special_function */
811 TRUE
, /* partial_inplace */
812 0xffff, /* src_mask */
813 0xffff, /* dst_mask */
814 FALSE
), /* pcrel_offset */
816 /* TOC relative load address. */
817 HOWTO (R_TRLA
, /* type */
819 1, /* size (0 = byte, 1 = short, 2 = long) */
821 FALSE
, /* pc_relative */
823 complain_overflow_bitfield
, /* complain_on_overflow */
824 0, /* special_function */
826 TRUE
, /* partial_inplace */
827 0xffff, /* src_mask */
828 0xffff, /* dst_mask */
829 FALSE
), /* pcrel_offset */
831 /* Modifiable relative branch. */
832 HOWTO (R_RRTBI
, /* type */
834 2, /* size (0 = byte, 1 = short, 2 = long) */
836 FALSE
, /* pc_relative */
838 complain_overflow_bitfield
, /* complain_on_overflow */
839 0, /* special_function */
840 "R_RRTBI", /* name */
841 TRUE
, /* partial_inplace */
842 0xffffffff, /* src_mask */
843 0xffffffff, /* dst_mask */
844 FALSE
), /* pcrel_offset */
846 /* Modifiable absolute branch. */
847 HOWTO (R_RRTBA
, /* type */
849 2, /* size (0 = byte, 1 = short, 2 = long) */
851 FALSE
, /* pc_relative */
853 complain_overflow_bitfield
, /* complain_on_overflow */
854 0, /* special_function */
855 "R_RRTBA", /* name */
856 TRUE
, /* partial_inplace */
857 0xffffffff, /* src_mask */
858 0xffffffff, /* dst_mask */
859 FALSE
), /* pcrel_offset */
861 /* Modifiable call absolute indirect. */
862 HOWTO (R_CAI
, /* type */
864 1, /* size (0 = byte, 1 = short, 2 = long) */
866 FALSE
, /* pc_relative */
868 complain_overflow_bitfield
, /* complain_on_overflow */
869 0, /* special_function */
871 TRUE
, /* partial_inplace */
872 0xffff, /* src_mask */
873 0xffff, /* dst_mask */
874 FALSE
), /* pcrel_offset */
876 /* Modifiable call relative. */
877 HOWTO (R_CREL
, /* type */
879 1, /* size (0 = byte, 1 = short, 2 = long) */
881 FALSE
, /* pc_relative */
883 complain_overflow_bitfield
, /* complain_on_overflow */
884 0, /* special_function */
886 TRUE
, /* partial_inplace */
887 0xffff, /* src_mask */
888 0xffff, /* dst_mask */
889 FALSE
), /* pcrel_offset */
891 /* Modifiable branch absolute. */
892 HOWTO (R_RBA
, /* type */
894 2, /* size (0 = byte, 1 = short, 2 = long) */
896 FALSE
, /* pc_relative */
898 complain_overflow_bitfield
, /* complain_on_overflow */
899 0, /* special_function */
901 TRUE
, /* partial_inplace */
902 0x03fffffc, /* src_mask */
903 0x03fffffc, /* dst_mask */
904 FALSE
), /* pcrel_offset */
906 /* Modifiable branch absolute. */
907 HOWTO (R_RBAC
, /* type */
909 2, /* size (0 = byte, 1 = short, 2 = long) */
911 FALSE
, /* pc_relative */
913 complain_overflow_bitfield
, /* complain_on_overflow */
914 0, /* special_function */
916 TRUE
, /* partial_inplace */
917 0xffffffff, /* src_mask */
918 0xffffffff, /* dst_mask */
919 FALSE
), /* pcrel_offset */
921 /* Modifiable branch relative. */
922 HOWTO (R_RBR
, /* type */
924 2, /* size (0 = byte, 1 = short, 2 = long) */
926 FALSE
, /* pc_relative */
928 complain_overflow_signed
, /* complain_on_overflow */
929 0, /* special_function */
930 "R_RBR_26", /* name */
931 TRUE
, /* partial_inplace */
932 0x03fffffc, /* src_mask */
933 0x03fffffc, /* dst_mask */
934 FALSE
), /* pcrel_offset */
936 /* Modifiable branch absolute. */
937 HOWTO (R_RBRC
, /* type */
939 1, /* size (0 = byte, 1 = short, 2 = long) */
941 FALSE
, /* pc_relative */
943 complain_overflow_bitfield
, /* complain_on_overflow */
944 0, /* special_function */
946 TRUE
, /* partial_inplace */
947 0xffff, /* src_mask */
948 0xffff, /* dst_mask */
949 FALSE
), /* pcrel_offset */
951 /* 16 bit Non modifiable absolute branch. */
952 HOWTO (R_BA
, /* type */
954 1, /* size (0 = byte, 1 = short, 2 = long) */
956 FALSE
, /* pc_relative */
958 complain_overflow_bitfield
, /* complain_on_overflow */
959 0, /* special_function */
960 "R_BA_16", /* name */
961 TRUE
, /* partial_inplace */
962 0xfffc, /* src_mask */
963 0xfffc, /* dst_mask */
964 FALSE
), /* pcrel_offset */
966 /* Modifiable branch relative. */
967 HOWTO (R_RBR
, /* type */
969 1, /* size (0 = byte, 1 = short, 2 = long) */
971 FALSE
, /* pc_relative */
973 complain_overflow_signed
, /* complain_on_overflow */
974 0, /* special_function */
975 "R_RBR_16", /* name */
976 TRUE
, /* partial_inplace */
977 0xffff, /* src_mask */
978 0xffff, /* dst_mask */
979 FALSE
), /* pcrel_offset */
981 /* Modifiable branch relative. */
982 HOWTO (R_RBA
, /* type */
984 1, /* size (0 = byte, 1 = short, 2 = long) */
986 FALSE
, /* pc_relative */
988 complain_overflow_signed
, /* complain_on_overflow */
989 0, /* special_function */
990 "R_RBA_16", /* name */
991 TRUE
, /* partial_inplace */
992 0xffff, /* src_mask */
993 0xffff, /* dst_mask */
994 FALSE
), /* pcrel_offset */
999 xcoff_rtype2howto (relent
, internal
)
1001 struct internal_reloc
*internal
;
1003 if (internal
->r_type
> R_RBRC
)
1006 /* Default howto layout works most of the time */
1007 relent
->howto
= &xcoff_howto_table
[internal
->r_type
];
1009 /* Special case some 16 bit reloc */
1010 if (15 == (internal
->r_size
& 0x1f))
1012 if (R_BA
== internal
->r_type
)
1013 relent
->howto
= &xcoff_howto_table
[0x1c];
1014 else if (R_RBR
== internal
->r_type
)
1015 relent
->howto
= &xcoff_howto_table
[0x1d];
1016 else if (R_RBA
== internal
->r_type
)
1017 relent
->howto
= &xcoff_howto_table
[0x1e];
1020 /* The r_size field of an XCOFF reloc encodes the bitsize of the
1021 relocation, as well as indicating whether it is signed or not.
1022 Doublecheck that the relocation information gathered from the
1023 type matches this information. The bitsize is not significant
1024 for R_REF relocs. */
1025 if (relent
->howto
->dst_mask
!= 0
1026 && (relent
->howto
->bitsize
1027 != ((unsigned int) internal
->r_size
& 0x1f) + 1))
1032 _bfd_xcoff_reloc_type_lookup (abfd
, code
)
1033 bfd
*abfd ATTRIBUTE_UNUSED
;
1034 bfd_reloc_code_real_type code
;
1038 case BFD_RELOC_PPC_B26
:
1039 return &xcoff_howto_table
[0xa];
1040 case BFD_RELOC_PPC_BA16
:
1041 return &xcoff_howto_table
[0x1c];
1042 case BFD_RELOC_PPC_BA26
:
1043 return &xcoff_howto_table
[8];
1044 case BFD_RELOC_PPC_TOC16
:
1045 return &xcoff_howto_table
[3];
1047 case BFD_RELOC_CTOR
:
1048 return &xcoff_howto_table
[0];
1055 /* XCOFF archive support. The original version of this code was by
1056 Damon A. Permezel. It was enhanced to permit cross support, and
1057 writing archive files, by Ian Lance Taylor, Cygnus Support.
1059 XCOFF uses its own archive format. Everything is hooked together
1060 with file offset links, so it is possible to rapidly update an
1061 archive in place. Of course, we don't do that. An XCOFF archive
1062 has a real file header, not just an ARMAG string. The structure of
1063 the file header and of each archive header appear below.
1065 An XCOFF archive also has a member table, which is a list of
1066 elements in the archive (you can get that by looking through the
1067 linked list, but you have to read a lot more of the file). The
1068 member table has a normal archive header with an empty name. It is
1069 normally (and perhaps must be) the second to last entry in the
1070 archive. The member table data is almost printable ASCII. It
1071 starts with a 12 character decimal string which is the number of
1072 entries in the table. For each entry it has a 12 character decimal
1073 string which is the offset in the archive of that member. These
1074 entries are followed by a series of null terminated strings which
1075 are the member names for each entry.
1077 Finally, an XCOFF archive has a global symbol table, which is what
1078 we call the armap. The global symbol table has a normal archive
1079 header with an empty name. It is normally (and perhaps must be)
1080 the last entry in the archive. The contents start with a four byte
1081 binary number which is the number of entries. This is followed by
1082 a that many four byte binary numbers; each is the file offset of an
1083 entry in the archive. These numbers are followed by a series of
1084 null terminated strings, which are symbol names.
1086 AIX 4.3 introduced a new archive format which can handle larger
1087 files and also 32- and 64-bit objects in the same archive. The
1088 things said above remain true except that there is now more than
1089 one global symbol table. The one is used to index 32-bit objects,
1090 the other for 64-bit objects.
1092 The new archives (recognizable by the new ARMAG string) has larger
1093 field lengths so that we cannot really share any code. Also we have
1094 to take care that we are not generating the new form of archives
1095 on AIX 4.2 or earlier systems. */
1097 /* XCOFF archives use this as a magic string. Note that both strings
1098 have the same length. */
1100 /* Set the magic for archive. */
1103 bfd_xcoff_ar_archive_set_magic (abfd
, magic
)
1104 bfd
*abfd ATTRIBUTE_UNUSED
;
1105 char *magic ATTRIBUTE_UNUSED
;
1107 /* Not supported yet. */
1109 /* bfd_xcoff_archive_set_magic (abfd, magic); */
1112 /* Read in the armap of an XCOFF archive. */
1115 _bfd_xcoff_slurp_armap (abfd
)
1121 bfd_byte
*contents
, *cend
;
1126 if (xcoff_ardata (abfd
) == NULL
)
1128 bfd_has_map (abfd
) = FALSE
;
1132 if (! xcoff_big_format_p (abfd
))
1134 /* This is for the old format. */
1135 struct xcoff_ar_hdr hdr
;
1137 off
= strtol (xcoff_ardata (abfd
)->symoff
, (char **) NULL
, 10);
1140 bfd_has_map (abfd
) = FALSE
;
1144 if (bfd_seek (abfd
, off
, SEEK_SET
) != 0)
1147 /* The symbol table starts with a normal archive header. */
1148 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1152 /* Skip the name (normally empty). */
1153 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1154 off
= ((namlen
+ 1) & ~ (size_t) 1) + SXCOFFARFMAG
;
1155 if (bfd_seek (abfd
, off
, SEEK_CUR
) != 0)
1158 sz
= strtol (hdr
.size
, (char **) NULL
, 10);
1160 /* Read in the entire symbol table. */
1161 contents
= (bfd_byte
*) bfd_alloc (abfd
, sz
);
1162 if (contents
== NULL
)
1164 if (bfd_bread ((PTR
) contents
, sz
, abfd
) != sz
)
1167 /* The symbol table starts with a four byte count. */
1168 c
= H_GET_32 (abfd
, contents
);
1172 bfd_set_error (bfd_error_bad_value
);
1176 bfd_ardata (abfd
)->symdefs
=
1177 ((carsym
*) bfd_alloc (abfd
, c
* sizeof (carsym
)));
1178 if (bfd_ardata (abfd
)->symdefs
== NULL
)
1181 /* After the count comes a list of four byte file offsets. */
1182 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
, p
= contents
+ 4;
1184 ++i
, ++arsym
, p
+= 4)
1185 arsym
->file_offset
= H_GET_32 (abfd
, p
);
1189 /* This is for the new format. */
1190 struct xcoff_ar_hdr_big hdr
;
1192 off
= strtol (xcoff_ardata_big (abfd
)->symoff
, (char **) NULL
, 10);
1195 bfd_has_map (abfd
) = FALSE
;
1199 if (bfd_seek (abfd
, off
, SEEK_SET
) != 0)
1202 /* The symbol table starts with a normal archive header. */
1203 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR_BIG
, abfd
)
1204 != SIZEOF_AR_HDR_BIG
)
1207 /* Skip the name (normally empty). */
1208 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1209 off
= ((namlen
+ 1) & ~ (size_t) 1) + SXCOFFARFMAG
;
1210 if (bfd_seek (abfd
, off
, SEEK_CUR
) != 0)
1213 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1214 machines) since the field width is 20 and there numbers with more
1215 than 32 bits can be represented. */
1216 sz
= strtol (hdr
.size
, (char **) NULL
, 10);
1218 /* Read in the entire symbol table. */
1219 contents
= (bfd_byte
*) bfd_alloc (abfd
, sz
);
1220 if (contents
== NULL
)
1222 if (bfd_bread ((PTR
) contents
, sz
, abfd
) != sz
)
1225 /* The symbol table starts with an eight byte count. */
1226 c
= H_GET_64 (abfd
, contents
);
1230 bfd_set_error (bfd_error_bad_value
);
1234 bfd_ardata (abfd
)->symdefs
=
1235 ((carsym
*) bfd_alloc (abfd
, c
* sizeof (carsym
)));
1236 if (bfd_ardata (abfd
)->symdefs
== NULL
)
1239 /* After the count comes a list of eight byte file offsets. */
1240 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
, p
= contents
+ 8;
1242 ++i
, ++arsym
, p
+= 8)
1243 arsym
->file_offset
= H_GET_64 (abfd
, p
);
1246 /* After the file offsets come null terminated symbol names. */
1247 cend
= contents
+ sz
;
1248 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
;
1250 ++i
, ++arsym
, p
+= strlen ((char *) p
) + 1)
1254 bfd_set_error (bfd_error_bad_value
);
1257 arsym
->name
= (char *) p
;
1260 bfd_ardata (abfd
)->symdef_count
= c
;
1261 bfd_has_map (abfd
) = TRUE
;
1266 /* See if this is an XCOFF archive. */
1269 _bfd_xcoff_archive_p (abfd
)
1272 struct artdata
*tdata_hold
;
1273 char magic
[SXCOFFARMAG
];
1274 bfd_size_type amt
= SXCOFFARMAG
;
1276 if (bfd_bread ((PTR
) magic
, amt
, abfd
) != amt
)
1278 if (bfd_get_error () != bfd_error_system_call
)
1279 bfd_set_error (bfd_error_wrong_format
);
1283 if (strncmp (magic
, XCOFFARMAG
, SXCOFFARMAG
) != 0
1284 && strncmp (magic
, XCOFFARMAGBIG
, SXCOFFARMAG
) != 0)
1286 bfd_set_error (bfd_error_wrong_format
);
1290 tdata_hold
= bfd_ardata (abfd
);
1292 amt
= sizeof (struct artdata
);
1293 bfd_ardata (abfd
) = (struct artdata
*) bfd_zalloc (abfd
, amt
);
1294 if (bfd_ardata (abfd
) == (struct artdata
*) NULL
)
1295 goto error_ret_restore
;
1297 bfd_ardata (abfd
)->cache
= NULL
;
1298 bfd_ardata (abfd
)->archive_head
= NULL
;
1299 bfd_ardata (abfd
)->symdefs
= NULL
;
1300 bfd_ardata (abfd
)->extended_names
= NULL
;
1302 /* Now handle the two formats. */
1303 if (magic
[1] != 'b')
1305 /* This is the old format. */
1306 struct xcoff_ar_file_hdr hdr
;
1308 /* Copy over the magic string. */
1309 memcpy (hdr
.magic
, magic
, SXCOFFARMAG
);
1311 /* Now read the rest of the file header. */
1312 amt
= SIZEOF_AR_FILE_HDR
- SXCOFFARMAG
;
1313 if (bfd_bread ((PTR
) &hdr
.memoff
, amt
, abfd
) != amt
)
1315 if (bfd_get_error () != bfd_error_system_call
)
1316 bfd_set_error (bfd_error_wrong_format
);
1320 bfd_ardata (abfd
)->first_file_filepos
= strtol (hdr
.firstmemoff
,
1321 (char **) NULL
, 10);
1323 amt
= SIZEOF_AR_FILE_HDR
;
1324 bfd_ardata (abfd
)->tdata
= bfd_zalloc (abfd
, amt
);
1325 if (bfd_ardata (abfd
)->tdata
== NULL
)
1328 memcpy (bfd_ardata (abfd
)->tdata
, &hdr
, SIZEOF_AR_FILE_HDR
);
1332 /* This is the new format. */
1333 struct xcoff_ar_file_hdr_big hdr
;
1335 /* Copy over the magic string. */
1336 memcpy (hdr
.magic
, magic
, SXCOFFARMAG
);
1338 /* Now read the rest of the file header. */
1339 amt
= SIZEOF_AR_FILE_HDR_BIG
- SXCOFFARMAG
;
1340 if (bfd_bread ((PTR
) &hdr
.memoff
, amt
, abfd
) != amt
)
1342 if (bfd_get_error () != bfd_error_system_call
)
1343 bfd_set_error (bfd_error_wrong_format
);
1347 bfd_ardata (abfd
)->first_file_filepos
= bfd_scan_vma (hdr
.firstmemoff
,
1351 amt
= SIZEOF_AR_FILE_HDR_BIG
;
1352 bfd_ardata (abfd
)->tdata
= bfd_zalloc (abfd
, amt
);
1353 if (bfd_ardata (abfd
)->tdata
== NULL
)
1356 memcpy (bfd_ardata (abfd
)->tdata
, &hdr
, SIZEOF_AR_FILE_HDR_BIG
);
1359 if (! _bfd_xcoff_slurp_armap (abfd
))
1362 bfd_release (abfd
, bfd_ardata (abfd
));
1364 bfd_ardata (abfd
) = tdata_hold
;
1371 /* Read the archive header in an XCOFF archive. */
1374 _bfd_xcoff_read_ar_hdr (abfd
)
1377 bfd_size_type namlen
;
1378 struct areltdata
*ret
;
1379 bfd_size_type amt
= sizeof (struct areltdata
);
1381 ret
= (struct areltdata
*) bfd_alloc (abfd
, amt
);
1385 if (! xcoff_big_format_p (abfd
))
1387 struct xcoff_ar_hdr hdr
;
1388 struct xcoff_ar_hdr
*hdrp
;
1390 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1397 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1398 amt
= SIZEOF_AR_HDR
+ namlen
+ 1;
1399 hdrp
= (struct xcoff_ar_hdr
*) bfd_alloc (abfd
, amt
);
1405 memcpy (hdrp
, &hdr
, SIZEOF_AR_HDR
);
1406 if (bfd_bread ((char *) hdrp
+ SIZEOF_AR_HDR
, namlen
, abfd
) != namlen
)
1411 ((char *) hdrp
)[SIZEOF_AR_HDR
+ namlen
] = '\0';
1413 ret
->arch_header
= (char *) hdrp
;
1414 ret
->parsed_size
= strtol (hdr
.size
, (char **) NULL
, 10);
1415 ret
->filename
= (char *) hdrp
+ SIZEOF_AR_HDR
;
1419 struct xcoff_ar_hdr_big hdr
;
1420 struct xcoff_ar_hdr_big
*hdrp
;
1422 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR_BIG
, abfd
)
1423 != SIZEOF_AR_HDR_BIG
)
1429 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1430 amt
= SIZEOF_AR_HDR_BIG
+ namlen
+ 1;
1431 hdrp
= (struct xcoff_ar_hdr_big
*) bfd_alloc (abfd
, amt
);
1437 memcpy (hdrp
, &hdr
, SIZEOF_AR_HDR_BIG
);
1438 if (bfd_bread ((char *) hdrp
+ SIZEOF_AR_HDR_BIG
, namlen
, abfd
) != namlen
)
1443 ((char *) hdrp
)[SIZEOF_AR_HDR_BIG
+ namlen
] = '\0';
1445 ret
->arch_header
= (char *) hdrp
;
1446 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1447 machines) since the field width is 20 and there numbers with more
1448 than 32 bits can be represented. */
1449 ret
->parsed_size
= strtol (hdr
.size
, (char **) NULL
, 10);
1450 ret
->filename
= (char *) hdrp
+ SIZEOF_AR_HDR_BIG
;
1453 /* Skip over the XCOFFARFMAG at the end of the file name. */
1454 if (bfd_seek (abfd
, (file_ptr
) ((namlen
& 1) + SXCOFFARFMAG
), SEEK_CUR
) != 0)
1460 /* Open the next element in an XCOFF archive. */
1463 _bfd_xcoff_openr_next_archived_file (archive
, last_file
)
1469 if (xcoff_ardata (archive
) == NULL
)
1471 bfd_set_error (bfd_error_invalid_operation
);
1475 if (! xcoff_big_format_p (archive
))
1477 if (last_file
== NULL
)
1478 filestart
= bfd_ardata (archive
)->first_file_filepos
;
1480 filestart
= strtol (arch_xhdr (last_file
)->nextoff
, (char **) NULL
,
1484 || filestart
== strtol (xcoff_ardata (archive
)->memoff
,
1486 || filestart
== strtol (xcoff_ardata (archive
)->symoff
,
1487 (char **) NULL
, 10))
1489 bfd_set_error (bfd_error_no_more_archived_files
);
1495 if (last_file
== NULL
)
1496 filestart
= bfd_ardata (archive
)->first_file_filepos
;
1498 /* XXX These actually have to be a calls to strtoll (at least
1499 on 32-bit machines) since the fields's width is 20 and
1500 there numbers with more than 32 bits can be represented. */
1501 filestart
= strtol (arch_xhdr_big (last_file
)->nextoff
, (char **) NULL
,
1504 /* XXX These actually have to be calls to strtoll (at least on 32-bit
1505 machines) since the fields's width is 20 and there numbers with more
1506 than 32 bits can be represented. */
1508 || filestart
== strtol (xcoff_ardata_big (archive
)->memoff
,
1510 || filestart
== strtol (xcoff_ardata_big (archive
)->symoff
,
1511 (char **) NULL
, 10))
1513 bfd_set_error (bfd_error_no_more_archived_files
);
1518 return _bfd_get_elt_at_filepos (archive
, filestart
);
1521 /* Stat an element in an XCOFF archive. */
1524 _bfd_xcoff_stat_arch_elt (abfd
, s
)
1528 if (abfd
->arelt_data
== NULL
)
1530 bfd_set_error (bfd_error_invalid_operation
);
1534 if (! xcoff_big_format_p (abfd
->my_archive
))
1536 struct xcoff_ar_hdr
*hdrp
= arch_xhdr (abfd
);
1538 s
->st_mtime
= strtol (hdrp
->date
, (char **) NULL
, 10);
1539 s
->st_uid
= strtol (hdrp
->uid
, (char **) NULL
, 10);
1540 s
->st_gid
= strtol (hdrp
->gid
, (char **) NULL
, 10);
1541 s
->st_mode
= strtol (hdrp
->mode
, (char **) NULL
, 8);
1542 s
->st_size
= arch_eltdata (abfd
)->parsed_size
;
1546 struct xcoff_ar_hdr_big
*hdrp
= arch_xhdr_big (abfd
);
1548 s
->st_mtime
= strtol (hdrp
->date
, (char **) NULL
, 10);
1549 s
->st_uid
= strtol (hdrp
->uid
, (char **) NULL
, 10);
1550 s
->st_gid
= strtol (hdrp
->gid
, (char **) NULL
, 10);
1551 s
->st_mode
= strtol (hdrp
->mode
, (char **) NULL
, 8);
1552 s
->st_size
= arch_eltdata (abfd
)->parsed_size
;
1558 /* Normalize a file name for inclusion in an archive. */
1561 normalize_filename (abfd
)
1565 const char *filename
;
1567 file
= bfd_get_filename (abfd
);
1568 filename
= strrchr (file
, '/');
1569 if (filename
!= NULL
)
1576 /* Write out an XCOFF armap. */
1579 xcoff_write_armap_old (abfd
, elength
, map
, orl_count
, stridx
)
1581 unsigned int elength ATTRIBUTE_UNUSED
;
1583 unsigned int orl_count
;
1586 struct xcoff_ar_hdr hdr
;
1588 unsigned char buf
[4];
1593 memset (&hdr
, 0, sizeof hdr
);
1594 sprintf (hdr
.size
, "%ld", (long) (4 + orl_count
* 4 + stridx
));
1595 sprintf (hdr
.nextoff
, "%d", 0);
1596 memcpy (hdr
.prevoff
, xcoff_ardata (abfd
)->memoff
, XCOFFARMAG_ELEMENT_SIZE
);
1597 sprintf (hdr
.date
, "%d", 0);
1598 sprintf (hdr
.uid
, "%d", 0);
1599 sprintf (hdr
.gid
, "%d", 0);
1600 sprintf (hdr
.mode
, "%d", 0);
1601 sprintf (hdr
.namlen
, "%d", 0);
1603 /* We need spaces, not null bytes, in the header. */
1604 for (p
= (char *) &hdr
; p
< (char *) &hdr
+ SIZEOF_AR_HDR
; p
++)
1608 if (bfd_bwrite ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1610 || (bfd_bwrite (XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
, abfd
)
1614 H_PUT_32 (abfd
, orl_count
, buf
);
1615 if (bfd_bwrite (buf
, (bfd_size_type
) 4, abfd
) != 4)
1618 sub
= abfd
->archive_head
;
1619 fileoff
= SIZEOF_AR_FILE_HDR
;
1621 while (sub
!= NULL
&& i
< orl_count
)
1625 while (map
[i
].u
.abfd
== sub
)
1627 H_PUT_32 (abfd
, fileoff
, buf
);
1628 if (bfd_bwrite (buf
, (bfd_size_type
) 4, abfd
) != 4)
1632 namlen
= strlen (normalize_filename (sub
));
1633 namlen
= (namlen
+ 1) &~ (size_t) 1;
1634 fileoff
+= (SIZEOF_AR_HDR
1637 + arelt_size (sub
));
1638 fileoff
= (fileoff
+ 1) &~ 1;
1642 for (i
= 0; i
< orl_count
; i
++)
1647 name
= *map
[i
].name
;
1648 namlen
= strlen (name
);
1649 if (bfd_bwrite (name
, (bfd_size_type
) (namlen
+ 1), abfd
) != namlen
+ 1)
1653 if ((stridx
& 1) != 0)
1658 if (bfd_bwrite (&b
, (bfd_size_type
) 1, abfd
) != 1)
1665 static char buff20
[XCOFFARMAGBIG_ELEMENT_SIZE
+ 1];
1666 #define FMT20 "%-20lld"
1667 #define FMT12 "%-12d"
1668 #define FMT12_OCTAL "%-12o"
1670 #define PRINT20(d, v) \
1671 sprintf (buff20, FMT20, (long long)(v)), \
1672 memcpy ((void *) (d), buff20, 20)
1674 #define PRINT12(d, v) \
1675 sprintf (buff20, FMT12, (int)(v)), \
1676 memcpy ((void *) (d), buff20, 12)
1678 #define PRINT12_OCTAL(d, v) \
1679 sprintf (buff20, FMT12_OCTAL, (unsigned int)(v)), \
1680 memcpy ((void *) (d), buff20, 12)
1682 #define PRINT4(d, v) \
1683 sprintf (buff20, FMT4, (int)(v)), \
1684 memcpy ((void *) (d), buff20, 4)
1686 #define READ20(d, v) \
1688 memcpy (buff20, (d), 20), \
1689 (v) = bfd_scan_vma (buff20, (const char **) NULL, 10)
1692 do_pad (abfd
, number
)
1694 unsigned int number
;
1698 /* Limit pad to <= 4096. */
1703 if (bfd_bwrite (&b
, (bfd_size_type
) 1, abfd
) != 1)
1710 do_copy (out_bfd
, in_bfd
)
1714 bfd_size_type remaining
;
1715 bfd_byte buffer
[DEFAULT_BUFFERSIZE
];
1717 if (bfd_seek (in_bfd
, (file_ptr
) 0, SEEK_SET
) != 0)
1720 remaining
= arelt_size (in_bfd
);
1722 while (remaining
>= DEFAULT_BUFFERSIZE
)
1724 if (bfd_bread (buffer
, DEFAULT_BUFFERSIZE
, in_bfd
) != DEFAULT_BUFFERSIZE
1725 || bfd_bwrite (buffer
, DEFAULT_BUFFERSIZE
, out_bfd
) != DEFAULT_BUFFERSIZE
)
1728 remaining
-= DEFAULT_BUFFERSIZE
;
1733 if (bfd_bread (buffer
, remaining
, in_bfd
) != remaining
1734 || bfd_bwrite (buffer
, remaining
, out_bfd
) != remaining
)
1742 do_shared_object_padding (out_bfd
, in_bfd
, offset
, ar_header_size
)
1748 if (bfd_check_format (in_bfd
, bfd_object
)
1749 && bfd_get_flavour (in_bfd
) == bfd_target_xcoff_flavour
1750 && (in_bfd
->flags
& DYNAMIC
) != 0)
1752 bfd_size_type pad
= 0;
1753 int text_align_power
;
1755 text_align_power
= bfd_xcoff_text_align_power (in_bfd
);
1757 pad
= 1 << text_align_power
;
1758 pad
-= (*offset
+ ar_header_size
) & (pad
- 1);
1760 if (! do_pad (out_bfd
, pad
))
1770 xcoff_write_armap_big (abfd
, elength
, map
, orl_count
, stridx
)
1772 unsigned int elength ATTRIBUTE_UNUSED
;
1774 unsigned int orl_count
;
1777 struct xcoff_ar_file_hdr_big
*fhdr
;
1778 bfd_vma i
, sym_32
, sym_64
, str_32
, str_64
;
1779 const bfd_arch_info_type
*arch_info
= NULL
;
1781 size_t string_length
;
1782 ufile_ptr nextoff
, prevoff
;
1784 /* First, we look through the symbols and work out which are
1785 from 32-bit objects and which from 64-bit ones. */
1786 sym_32
= sym_64
= str_32
= str_64
= 0;
1788 current_bfd
= abfd
->archive_head
;
1789 if (current_bfd
!= NULL
)
1790 arch_info
= bfd_get_arch_info (current_bfd
);
1792 while (current_bfd
!= NULL
&& i
< orl_count
)
1794 while (map
[i
].u
.abfd
== current_bfd
)
1796 string_length
= strlen (*map
[i
].name
) + 1;
1798 if (arch_info
->bits_per_address
== 64)
1801 str_64
+= string_length
;
1806 str_32
+= string_length
;
1810 current_bfd
= current_bfd
->next
;
1811 if (current_bfd
!= NULL
)
1812 arch_info
= bfd_get_arch_info (current_bfd
);
1815 /* A quick sanity check... */
1816 BFD_ASSERT (sym_64
+ sym_32
== orl_count
);
1817 /* Explicit cast to int for compiler. */
1818 BFD_ASSERT ((int)(str_64
+ str_32
) == stridx
);
1820 fhdr
= xcoff_ardata_big (abfd
);
1822 /* xcoff_write_archive_contents_big passes nextoff in symoff. */
1823 READ20 (fhdr
->memoff
, prevoff
);
1824 READ20 (fhdr
->symoff
, nextoff
);
1826 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
1828 /* Write out the symbol table.
1831 standard big archive header
1832 0x0000 ar_size [0x14]
1833 0x0014 ar_nxtmem [0x14]
1834 0x0028 ar_prvmem [0x14]
1835 0x003C ar_date [0x0C]
1836 0x0048 ar_uid [0x0C]
1837 0x0054 ar_gid [0x0C]
1838 0x0060 ar_mod [0x0C]
1839 0x006C ar_namelen[0x04]
1840 0x0070 ar_fmag [SXCOFFARFMAG]
1843 0x0072 num_syms [0x08], binary
1844 0x0078 offsets [0x08 * num_syms], binary
1845 0x0086 + 0x08 * num_syms names [??]
1846 ?? pad to even bytes.
1851 struct xcoff_ar_hdr_big
*hdr
;
1852 bfd_byte
*symbol_table
;
1856 bfd_vma symbol_table_size
=
1861 + str_32
+ (str_32
& 1);
1863 symbol_table
= NULL
;
1864 symbol_table
= (bfd_byte
*) bfd_zmalloc (symbol_table_size
);
1865 if (symbol_table
== NULL
)
1868 hdr
= (struct xcoff_ar_hdr_big
*) symbol_table
;
1870 PRINT20 (hdr
->size
, 8 + 8 * sym_32
+ str_32
+ (str_32
& 1));
1873 PRINT20 (hdr
->nextoff
, nextoff
+ symbol_table_size
);
1875 PRINT20 (hdr
->nextoff
, 0);
1877 PRINT20 (hdr
->prevoff
, prevoff
);
1878 PRINT12 (hdr
->date
, 0);
1879 PRINT12 (hdr
->uid
, 0);
1880 PRINT12 (hdr
->gid
, 0);
1881 PRINT12 (hdr
->mode
, 0);
1882 PRINT4 (hdr
->namlen
, 0) ;
1884 st
= symbol_table
+ SIZEOF_AR_HDR_BIG
;
1885 memcpy (st
, XCOFFARFMAG
, SXCOFFARFMAG
);
1888 bfd_h_put_64 (abfd
, sym_32
, st
);
1891 /* loop over the 32 bit offsets */
1892 current_bfd
= abfd
->archive_head
;
1893 if (current_bfd
!= NULL
)
1894 arch_info
= bfd_get_arch_info (current_bfd
);
1895 fileoff
= SIZEOF_AR_FILE_HDR_BIG
;
1897 while (current_bfd
!= NULL
&& i
< orl_count
)
1899 while (map
[i
].u
.abfd
== current_bfd
)
1901 if (arch_info
->bits_per_address
== 32)
1903 bfd_h_put_64 (abfd
, fileoff
, st
);
1908 string_length
= strlen (normalize_filename (current_bfd
));
1909 string_length
+= string_length
& 1;
1910 fileoff
+= (SIZEOF_AR_HDR_BIG
1913 + arelt_size (current_bfd
));
1914 fileoff
+= fileoff
& 1;
1915 current_bfd
= current_bfd
->next
;
1916 if (current_bfd
!= NULL
)
1917 arch_info
= bfd_get_arch_info (current_bfd
);
1920 /* loop over the 32 bit symbol names */
1921 current_bfd
= abfd
->archive_head
;
1922 if (current_bfd
!= NULL
)
1923 arch_info
= bfd_get_arch_info (current_bfd
);
1925 while (current_bfd
!= NULL
&& i
< orl_count
)
1927 while (map
[i
].u
.abfd
== current_bfd
)
1929 if (arch_info
->bits_per_address
== 32)
1931 string_length
= sprintf (st
, "%s", *map
[i
].name
);
1932 st
+= string_length
+ 1;
1936 current_bfd
= current_bfd
->next
;
1937 if (current_bfd
!= NULL
)
1938 arch_info
= bfd_get_arch_info (current_bfd
);
1941 bfd_bwrite (symbol_table
, symbol_table_size
, abfd
);
1943 free (symbol_table
);
1944 symbol_table
= NULL
;
1947 nextoff
= nextoff
+ symbol_table_size
;
1950 PRINT20 (fhdr
->symoff
, 0);
1954 struct xcoff_ar_hdr_big
*hdr
;
1955 bfd_byte
*symbol_table
;
1959 bfd_vma symbol_table_size
=
1964 + str_64
+ (str_64
& 1);
1966 symbol_table
= NULL
;
1967 symbol_table
= (bfd_byte
*) bfd_zmalloc (symbol_table_size
);
1968 if (symbol_table
== NULL
)
1971 hdr
= (struct xcoff_ar_hdr_big
*) symbol_table
;
1973 PRINT20 (hdr
->size
, 8 + 8 * sym_64
+ str_64
+ (str_64
& 1));
1974 PRINT20 (hdr
->nextoff
, 0);
1975 PRINT20 (hdr
->prevoff
, prevoff
);
1976 PRINT12 (hdr
->date
, 0);
1977 PRINT12 (hdr
->uid
, 0);
1978 PRINT12 (hdr
->gid
, 0);
1979 PRINT12 (hdr
->mode
, 0);
1980 PRINT4 (hdr
->namlen
, 0);
1982 st
= symbol_table
+ SIZEOF_AR_HDR_BIG
;
1983 memcpy (st
, XCOFFARFMAG
, SXCOFFARFMAG
);
1986 bfd_h_put_64 (abfd
, sym_64
, st
);
1989 /* loop over the 64 bit offsets */
1990 current_bfd
= abfd
->archive_head
;
1991 if (current_bfd
!= NULL
)
1992 arch_info
= bfd_get_arch_info (current_bfd
);
1993 fileoff
= SIZEOF_AR_FILE_HDR_BIG
;
1995 while (current_bfd
!= NULL
&& i
< orl_count
)
1997 while (map
[i
].u
.abfd
== current_bfd
)
1999 if (arch_info
->bits_per_address
== 64)
2001 bfd_h_put_64 (abfd
, fileoff
, st
);
2006 string_length
= strlen (normalize_filename (current_bfd
));
2007 string_length
+= string_length
& 1;
2008 fileoff
+= (SIZEOF_AR_HDR_BIG
2011 + arelt_size (current_bfd
));
2012 fileoff
+= fileoff
& 1;
2013 current_bfd
= current_bfd
->next
;
2014 if (current_bfd
!= NULL
)
2015 arch_info
= bfd_get_arch_info (current_bfd
);
2018 /* loop over the 64 bit symbol names */
2019 current_bfd
= abfd
->archive_head
;
2020 if (current_bfd
!= NULL
)
2021 arch_info
= bfd_get_arch_info (current_bfd
);
2023 while (current_bfd
!= NULL
&& i
< orl_count
)
2025 while (map
[i
].u
.abfd
== current_bfd
)
2027 if (arch_info
->bits_per_address
== 64)
2029 string_length
= sprintf (st
, "%s", *map
[i
].name
);
2030 st
+= string_length
+ 1;
2034 current_bfd
= current_bfd
->next
;
2035 if (current_bfd
!= NULL
)
2036 arch_info
= bfd_get_arch_info (current_bfd
);
2039 bfd_bwrite (symbol_table
, symbol_table_size
, abfd
);
2041 free (symbol_table
);
2042 symbol_table
= NULL
;
2044 PRINT20 (fhdr
->symoff64
, nextoff
);
2047 PRINT20 (fhdr
->symoff64
, 0);
2053 _bfd_xcoff_write_armap (abfd
, elength
, map
, orl_count
, stridx
)
2055 unsigned int elength ATTRIBUTE_UNUSED
;
2057 unsigned int orl_count
;
2060 if (! xcoff_big_format_p (abfd
))
2061 return xcoff_write_armap_old (abfd
, elength
, map
, orl_count
, stridx
);
2063 return xcoff_write_armap_big (abfd
, elength
, map
, orl_count
, stridx
);
2066 /* Write out an XCOFF archive. We always write an entire archive,
2067 rather than fussing with the freelist and so forth. */
2070 xcoff_write_archive_contents_old (abfd
)
2073 struct xcoff_ar_file_hdr fhdr
;
2074 bfd_size_type count
;
2075 bfd_size_type total_namlen
;
2077 bfd_boolean makemap
;
2078 bfd_boolean hasobjects
;
2079 ufile_ptr prevoff
, nextoff
;
2082 struct xcoff_ar_hdr ahdr
;
2085 char decbuf
[XCOFFARMAG_ELEMENT_SIZE
+ 1];
2087 memset (&fhdr
, 0, sizeof fhdr
);
2088 strncpy (fhdr
.magic
, XCOFFARMAG
, SXCOFFARMAG
);
2089 sprintf (fhdr
.firstmemoff
, "%d", SIZEOF_AR_FILE_HDR
);
2090 sprintf (fhdr
.freeoff
, "%d", 0);
2094 for (sub
= abfd
->archive_head
; sub
!= NULL
; sub
= sub
->next
)
2097 total_namlen
+= strlen (normalize_filename (sub
)) + 1;
2099 offsets
= (file_ptr
*) bfd_alloc (abfd
, count
* sizeof (file_ptr
));
2100 if (offsets
== NULL
)
2103 if (bfd_seek (abfd
, (file_ptr
) SIZEOF_AR_FILE_HDR
, SEEK_SET
) != 0)
2106 makemap
= bfd_has_map (abfd
);
2109 nextoff
= SIZEOF_AR_FILE_HDR
;
2110 for (sub
= abfd
->archive_head
, i
= 0; sub
!= NULL
; sub
= sub
->next
, i
++)
2113 bfd_size_type namlen
;
2114 struct xcoff_ar_hdr
*ahdrp
;
2115 bfd_size_type remaining
;
2117 if (makemap
&& ! hasobjects
)
2119 if (bfd_check_format (sub
, bfd_object
))
2123 name
= normalize_filename (sub
);
2124 namlen
= strlen (name
);
2126 if (sub
->arelt_data
!= NULL
)
2127 ahdrp
= arch_xhdr (sub
);
2135 memset (&ahdr
, 0, sizeof ahdr
);
2137 if (stat (bfd_get_filename (sub
), &s
) != 0)
2139 bfd_set_error (bfd_error_system_call
);
2143 sprintf (ahdrp
->size
, "%ld", (long) s
.st_size
);
2144 sprintf (ahdrp
->date
, "%ld", (long) s
.st_mtime
);
2145 sprintf (ahdrp
->uid
, "%ld", (long) s
.st_uid
);
2146 sprintf (ahdrp
->gid
, "%ld", (long) s
.st_gid
);
2147 sprintf (ahdrp
->mode
, "%o", (unsigned int) s
.st_mode
);
2149 if (sub
->arelt_data
== NULL
)
2151 size
= sizeof (struct areltdata
);
2152 sub
->arelt_data
= bfd_alloc (sub
, size
);
2153 if (sub
->arelt_data
== NULL
)
2157 arch_eltdata (sub
)->parsed_size
= s
.st_size
;
2160 sprintf (ahdrp
->prevoff
, "%ld", (long) prevoff
);
2161 sprintf (ahdrp
->namlen
, "%ld", (long) namlen
);
2163 /* If the length of the name is odd, we write out the null byte
2164 after the name as well. */
2165 namlen
= (namlen
+ 1) &~ (bfd_size_type
) 1;
2167 remaining
= arelt_size (sub
);
2168 size
= (SIZEOF_AR_HDR
2173 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2175 offsets
[i
] = nextoff
;
2178 nextoff
+= size
+ (size
& 1);
2180 sprintf (ahdrp
->nextoff
, "%ld", (long) nextoff
);
2182 /* We need spaces, not null bytes, in the header. */
2183 for (p
= (char *) ahdrp
; p
< (char *) ahdrp
+ SIZEOF_AR_HDR
; p
++)
2187 if ((bfd_bwrite ((PTR
) ahdrp
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
2189 || bfd_bwrite ((PTR
) name
, namlen
, abfd
) != namlen
2190 || bfd_bwrite ((PTR
) XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
,
2191 abfd
) != SXCOFFARFMAG
)
2194 if (bfd_seek (sub
, (file_ptr
) 0, SEEK_SET
) != 0)
2197 if (! do_copy (abfd
, sub
))
2200 if (! do_pad (abfd
, size
& 1))
2204 sprintf (fhdr
.lastmemoff
, "%ld", (long) prevoff
);
2206 /* Write out the member table. */
2208 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2209 sprintf (fhdr
.memoff
, "%ld", (long) nextoff
);
2211 memset (&ahdr
, 0, sizeof ahdr
);
2212 sprintf (ahdr
.size
, "%ld", (long) (XCOFFARMAG_ELEMENT_SIZE
2213 + count
* XCOFFARMAG_ELEMENT_SIZE
2215 sprintf (ahdr
.prevoff
, "%ld", (long) prevoff
);
2216 sprintf (ahdr
.date
, "%d", 0);
2217 sprintf (ahdr
.uid
, "%d", 0);
2218 sprintf (ahdr
.gid
, "%d", 0);
2219 sprintf (ahdr
.mode
, "%d", 0);
2220 sprintf (ahdr
.namlen
, "%d", 0);
2222 size
= (SIZEOF_AR_HDR
2223 + XCOFFARMAG_ELEMENT_SIZE
2224 + count
* XCOFFARMAG_ELEMENT_SIZE
2229 nextoff
+= size
+ (size
& 1);
2231 if (makemap
&& hasobjects
)
2232 sprintf (ahdr
.nextoff
, "%ld", (long) nextoff
);
2234 sprintf (ahdr
.nextoff
, "%d", 0);
2236 /* We need spaces, not null bytes, in the header. */
2237 for (p
= (char *) &ahdr
; p
< (char *) &ahdr
+ SIZEOF_AR_HDR
; p
++)
2241 if ((bfd_bwrite ((PTR
) &ahdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
2243 || (bfd_bwrite ((PTR
) XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
, abfd
)
2247 sprintf (decbuf
, "%-12ld", (long) count
);
2248 if (bfd_bwrite ((PTR
) decbuf
, (bfd_size_type
) XCOFFARMAG_ELEMENT_SIZE
, abfd
)
2249 != XCOFFARMAG_ELEMENT_SIZE
)
2251 for (i
= 0; i
< (size_t) count
; i
++)
2253 sprintf (decbuf
, "%-12ld", (long) offsets
[i
]);
2254 if (bfd_bwrite ((PTR
) decbuf
, (bfd_size_type
) XCOFFARMAG_ELEMENT_SIZE
,
2255 abfd
) != XCOFFARMAG_ELEMENT_SIZE
)
2258 for (sub
= abfd
->archive_head
; sub
!= NULL
; sub
= sub
->next
)
2261 bfd_size_type namlen
;
2263 name
= normalize_filename (sub
);
2264 namlen
= strlen (name
);
2265 if (bfd_bwrite ((PTR
) name
, namlen
+ 1, abfd
) != namlen
+ 1)
2269 if (! do_pad (abfd
, size
& 1))
2272 /* Write out the armap, if appropriate. */
2273 if (! makemap
|| ! hasobjects
)
2274 sprintf (fhdr
.symoff
, "%d", 0);
2277 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2278 sprintf (fhdr
.symoff
, "%ld", (long) nextoff
);
2279 bfd_ardata (abfd
)->tdata
= (PTR
) &fhdr
;
2280 if (! _bfd_compute_and_write_armap (abfd
, 0))
2284 /* Write out the archive file header. */
2286 /* We need spaces, not null bytes, in the header. */
2287 for (p
= (char *) &fhdr
; p
< (char *) &fhdr
+ SIZEOF_AR_FILE_HDR
; p
++)
2291 if (bfd_seek (abfd
, (file_ptr
) 0, SEEK_SET
) != 0
2292 || (bfd_bwrite ((PTR
) &fhdr
, (bfd_size_type
) SIZEOF_AR_FILE_HDR
, abfd
)
2293 != SIZEOF_AR_FILE_HDR
))
2300 xcoff_write_archive_contents_big (abfd
)
2303 struct xcoff_ar_file_hdr_big fhdr
;
2304 bfd_size_type count
;
2305 bfd_size_type total_namlen
;
2307 bfd_boolean makemap
;
2308 bfd_boolean hasobjects
;
2309 ufile_ptr prevoff
, nextoff
;
2312 struct xcoff_ar_hdr_big
*hdr
, ahdr
;
2314 bfd_byte
*member_table
, *mt
;
2315 bfd_vma member_table_size
;
2317 memset (&fhdr
, 0, SIZEOF_AR_FILE_HDR_BIG
);
2318 memcpy (fhdr
.magic
, XCOFFARMAGBIG
, SXCOFFARMAG
);
2320 if (bfd_seek (abfd
, (file_ptr
) SIZEOF_AR_FILE_HDR_BIG
, SEEK_SET
) != 0)
2323 /* Calculate count and total_namlen. */
2324 makemap
= bfd_has_map (abfd
);
2326 for (current_bfd
= abfd
->archive_head
, count
= 0, total_namlen
= 0;
2327 current_bfd
!= NULL
;
2328 current_bfd
= current_bfd
->next
, count
++)
2330 total_namlen
+= strlen (normalize_filename (current_bfd
)) + 1;
2334 && bfd_check_format (current_bfd
, bfd_object
))
2341 offsets
= (file_ptr
*) bfd_malloc (count
* sizeof (file_ptr
));
2342 if (offsets
== NULL
)
2347 nextoff
= SIZEOF_AR_FILE_HDR_BIG
;
2348 for (current_bfd
= abfd
->archive_head
, i
= 0;
2349 current_bfd
!= NULL
;
2350 current_bfd
= current_bfd
->next
, i
++)
2353 bfd_size_type namlen
;
2354 struct xcoff_ar_hdr_big
*ahdrp
;
2355 bfd_size_type remaining
;
2357 name
= normalize_filename (current_bfd
);
2358 namlen
= strlen (name
);
2360 if (current_bfd
->arelt_data
!= NULL
)
2361 ahdrp
= arch_xhdr_big (current_bfd
);
2370 /* XXX This should actually be a call to stat64 (at least on
2372 XXX This call will fail if the original object is not found. */
2373 if (stat (bfd_get_filename (current_bfd
), &s
) != 0)
2375 bfd_set_error (bfd_error_system_call
);
2379 PRINT20 (ahdrp
->size
, s
.st_size
);
2380 PRINT12 (ahdrp
->date
, s
.st_mtime
);
2381 PRINT12 (ahdrp
->uid
, s
.st_uid
);
2382 PRINT12 (ahdrp
->gid
, s
.st_gid
);
2383 PRINT12_OCTAL (ahdrp
->mode
, s
.st_mode
);
2385 if (current_bfd
->arelt_data
== NULL
)
2387 size
= sizeof (struct areltdata
);
2388 current_bfd
->arelt_data
= bfd_alloc (current_bfd
, size
);
2389 if (current_bfd
->arelt_data
== NULL
)
2393 arch_eltdata (current_bfd
)->parsed_size
= s
.st_size
;
2396 PRINT20 (ahdrp
->prevoff
, prevoff
);
2397 PRINT4 (ahdrp
->namlen
, namlen
);
2399 /* If the length of the name is odd, we write out the null byte
2400 after the name as well. */
2401 namlen
= (namlen
+ 1) &~ (bfd_size_type
) 1;
2403 remaining
= arelt_size (current_bfd
);
2404 size
= (SIZEOF_AR_HDR_BIG
2409 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2411 /* Check for xcoff shared objects.
2412 Their text section needs to be aligned wrt the archive file position.
2413 This requires extra padding before the archive header. */
2414 if (! do_shared_object_padding (abfd
, current_bfd
, & nextoff
,
2415 SIZEOF_AR_HDR_BIG
+ namlen
2419 offsets
[i
] = nextoff
;
2422 nextoff
+= size
+ (size
& 1);
2424 PRINT20 (ahdrp
->nextoff
, nextoff
);
2426 if ((bfd_bwrite ((PTR
) ahdrp
, (bfd_size_type
) SIZEOF_AR_HDR_BIG
, abfd
)
2427 != SIZEOF_AR_HDR_BIG
)
2428 || bfd_bwrite ((PTR
) name
, (bfd_size_type
) namlen
, abfd
) != namlen
2429 || (bfd_bwrite ((PTR
) XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
,
2430 abfd
) != SXCOFFARFMAG
))
2433 if (bfd_seek (current_bfd
, (file_ptr
) 0, SEEK_SET
) != 0)
2436 if (! do_copy (abfd
, current_bfd
))
2439 if (! do_pad (abfd
, size
& 1))
2445 PRINT20 (fhdr
.firstmemoff
, offsets
[0]);
2446 PRINT20 (fhdr
.lastmemoff
, prevoff
);
2449 /* Write out the member table.
2452 standard big archive header
2453 0x0000 ar_size [0x14]
2454 0x0014 ar_nxtmem [0x14]
2455 0x0028 ar_prvmem [0x14]
2456 0x003C ar_date [0x0C]
2457 0x0048 ar_uid [0x0C]
2458 0x0054 ar_gid [0x0C]
2459 0x0060 ar_mod [0x0C]
2460 0x006C ar_namelen[0x04]
2461 0x0070 ar_fmag [0x02]
2465 0x0086 offsets [0x14 * counts]
2466 0x0086 + 0x14 * counts names [??]
2467 ?? pad to even bytes.
2470 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2472 member_table_size
= (SIZEOF_AR_HDR_BIG
2474 + XCOFFARMAGBIG_ELEMENT_SIZE
2475 + count
* XCOFFARMAGBIG_ELEMENT_SIZE
2478 member_table_size
+= member_table_size
& 1;
2479 member_table
= NULL
;
2480 member_table
= (bfd_byte
*) bfd_zmalloc (member_table_size
);
2481 if (member_table
== NULL
)
2484 hdr
= (struct xcoff_ar_hdr_big
*) member_table
;
2486 PRINT20 (hdr
->size
, (XCOFFARMAGBIG_ELEMENT_SIZE
2487 + count
* XCOFFARMAGBIG_ELEMENT_SIZE
2488 + total_namlen
+ (total_namlen
& 1)));
2489 if (makemap
&& hasobjects
)
2490 PRINT20 (hdr
->nextoff
, nextoff
+ member_table_size
);
2492 PRINT20 (hdr
->nextoff
, 0);
2493 PRINT20 (hdr
->prevoff
, prevoff
);
2494 PRINT12 (hdr
->date
, 0);
2495 PRINT12 (hdr
->uid
, 0);
2496 PRINT12 (hdr
->gid
, 0);
2497 PRINT12 (hdr
->mode
, 0);
2498 PRINT4 (hdr
->namlen
, 0);
2500 mt
= member_table
+ SIZEOF_AR_HDR_BIG
;
2501 memcpy (mt
, XCOFFARFMAG
, SXCOFFARFMAG
);
2504 PRINT20 (mt
, count
);
2505 mt
+= XCOFFARMAGBIG_ELEMENT_SIZE
;
2506 for (i
= 0; i
< (size_t) count
; i
++)
2508 PRINT20 (mt
, offsets
[i
]);
2509 mt
+= XCOFFARMAGBIG_ELEMENT_SIZE
;
2518 for (current_bfd
= abfd
->archive_head
; current_bfd
!= NULL
;
2519 current_bfd
= current_bfd
->next
)
2524 name
= normalize_filename (current_bfd
);
2525 namlen
= sprintf (mt
, "%s", name
);
2529 if (bfd_bwrite (member_table
, member_table_size
, abfd
) != member_table_size
)
2532 free (member_table
);
2533 member_table
= NULL
;
2535 PRINT20 (fhdr
.memoff
, nextoff
);
2538 nextoff
+= member_table_size
;
2540 /* Write out the armap, if appropriate. */
2542 if (! makemap
|| ! hasobjects
)
2543 PRINT20 (fhdr
.symoff
, 0);
2546 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2548 /* Save nextoff in fhdr.symoff so the armap routine can use it. */
2549 PRINT20 (fhdr
.symoff
, nextoff
);
2551 bfd_ardata (abfd
)->tdata
= (PTR
) &fhdr
;
2552 if (! _bfd_compute_and_write_armap (abfd
, 0))
2556 /* Write out the archive file header. */
2558 if (bfd_seek (abfd
, (file_ptr
) 0, SEEK_SET
) != 0
2559 || (bfd_bwrite ((PTR
) &fhdr
, (bfd_size_type
) SIZEOF_AR_FILE_HDR_BIG
,
2560 abfd
) != SIZEOF_AR_FILE_HDR_BIG
))
2567 _bfd_xcoff_write_archive_contents (abfd
)
2570 if (! xcoff_big_format_p (abfd
))
2571 return xcoff_write_archive_contents_old (abfd
);
2573 return xcoff_write_archive_contents_big (abfd
);
2576 /* We can't use the usual coff_sizeof_headers routine, because AIX
2577 always uses an a.out header. */
2580 _bfd_xcoff_sizeof_headers (abfd
, reloc
)
2582 bfd_boolean reloc ATTRIBUTE_UNUSED
;
2587 if (xcoff_data (abfd
)->full_aouthdr
)
2590 size
+= SMALL_AOUTSZ
;
2591 size
+= abfd
->section_count
* SCNHSZ
;
2595 /* Routines to swap information in the XCOFF .loader section. If we
2596 ever need to write an XCOFF loader, this stuff will need to be
2597 moved to another file shared by the linker (which XCOFF calls the
2598 ``binder'') and the loader. */
2600 /* Swap in the ldhdr structure. */
2603 xcoff_swap_ldhdr_in (abfd
, s
, dst
)
2606 struct internal_ldhdr
*dst
;
2608 const struct external_ldhdr
*src
= (const struct external_ldhdr
*) s
;
2610 dst
->l_version
= bfd_get_32 (abfd
, src
->l_version
);
2611 dst
->l_nsyms
= bfd_get_32 (abfd
, src
->l_nsyms
);
2612 dst
->l_nreloc
= bfd_get_32 (abfd
, src
->l_nreloc
);
2613 dst
->l_istlen
= bfd_get_32 (abfd
, src
->l_istlen
);
2614 dst
->l_nimpid
= bfd_get_32 (abfd
, src
->l_nimpid
);
2615 dst
->l_impoff
= bfd_get_32 (abfd
, src
->l_impoff
);
2616 dst
->l_stlen
= bfd_get_32 (abfd
, src
->l_stlen
);
2617 dst
->l_stoff
= bfd_get_32 (abfd
, src
->l_stoff
);
2620 /* Swap out the ldhdr structure. */
2623 xcoff_swap_ldhdr_out (abfd
, src
, d
)
2625 const struct internal_ldhdr
*src
;
2628 struct external_ldhdr
*dst
= (struct external_ldhdr
*) d
;
2630 bfd_put_32 (abfd
, (bfd_vma
) src
->l_version
, dst
->l_version
);
2631 bfd_put_32 (abfd
, src
->l_nsyms
, dst
->l_nsyms
);
2632 bfd_put_32 (abfd
, src
->l_nreloc
, dst
->l_nreloc
);
2633 bfd_put_32 (abfd
, src
->l_istlen
, dst
->l_istlen
);
2634 bfd_put_32 (abfd
, src
->l_nimpid
, dst
->l_nimpid
);
2635 bfd_put_32 (abfd
, src
->l_impoff
, dst
->l_impoff
);
2636 bfd_put_32 (abfd
, src
->l_stlen
, dst
->l_stlen
);
2637 bfd_put_32 (abfd
, src
->l_stoff
, dst
->l_stoff
);
2640 /* Swap in the ldsym structure. */
2643 xcoff_swap_ldsym_in (abfd
, s
, dst
)
2646 struct internal_ldsym
*dst
;
2648 const struct external_ldsym
*src
= (const struct external_ldsym
*) s
;
2650 if (bfd_get_32 (abfd
, src
->_l
._l_l
._l_zeroes
) != 0) {
2651 memcpy (dst
->_l
._l_name
, src
->_l
._l_name
, SYMNMLEN
);
2653 dst
->_l
._l_l
._l_zeroes
= 0;
2654 dst
->_l
._l_l
._l_offset
= bfd_get_32 (abfd
, src
->_l
._l_l
._l_offset
);
2656 dst
->l_value
= bfd_get_32 (abfd
, src
->l_value
);
2657 dst
->l_scnum
= bfd_get_16 (abfd
, src
->l_scnum
);
2658 dst
->l_smtype
= bfd_get_8 (abfd
, src
->l_smtype
);
2659 dst
->l_smclas
= bfd_get_8 (abfd
, src
->l_smclas
);
2660 dst
->l_ifile
= bfd_get_32 (abfd
, src
->l_ifile
);
2661 dst
->l_parm
= bfd_get_32 (abfd
, src
->l_parm
);
2664 /* Swap out the ldsym structure. */
2667 xcoff_swap_ldsym_out (abfd
, src
, d
)
2669 const struct internal_ldsym
*src
;
2672 struct external_ldsym
*dst
= (struct external_ldsym
*) d
;
2674 if (src
->_l
._l_l
._l_zeroes
!= 0)
2675 memcpy (dst
->_l
._l_name
, src
->_l
._l_name
, SYMNMLEN
);
2678 bfd_put_32 (abfd
, (bfd_vma
) 0, dst
->_l
._l_l
._l_zeroes
);
2679 bfd_put_32 (abfd
, (bfd_vma
) src
->_l
._l_l
._l_offset
,
2680 dst
->_l
._l_l
._l_offset
);
2682 bfd_put_32 (abfd
, src
->l_value
, dst
->l_value
);
2683 bfd_put_16 (abfd
, (bfd_vma
) src
->l_scnum
, dst
->l_scnum
);
2684 bfd_put_8 (abfd
, src
->l_smtype
, dst
->l_smtype
);
2685 bfd_put_8 (abfd
, src
->l_smclas
, dst
->l_smclas
);
2686 bfd_put_32 (abfd
, src
->l_ifile
, dst
->l_ifile
);
2687 bfd_put_32 (abfd
, src
->l_parm
, dst
->l_parm
);
2691 xcoff_swap_reloc_in (abfd
, s
, d
)
2696 struct external_reloc
*src
= (struct external_reloc
*) s
;
2697 struct internal_reloc
*dst
= (struct internal_reloc
*) d
;
2699 memset (dst
, 0, sizeof (struct internal_reloc
));
2701 dst
->r_vaddr
= bfd_get_32 (abfd
, src
->r_vaddr
);
2702 dst
->r_symndx
= bfd_get_32 (abfd
, src
->r_symndx
);
2703 dst
->r_size
= bfd_get_8 (abfd
, src
->r_size
);
2704 dst
->r_type
= bfd_get_8 (abfd
, src
->r_type
);
2708 xcoff_swap_reloc_out (abfd
, s
, d
)
2713 struct internal_reloc
*src
= (struct internal_reloc
*) s
;
2714 struct external_reloc
*dst
= (struct external_reloc
*) d
;
2716 bfd_put_32 (abfd
, src
->r_vaddr
, dst
->r_vaddr
);
2717 bfd_put_32 (abfd
, src
->r_symndx
, dst
->r_symndx
);
2718 bfd_put_8 (abfd
, src
->r_type
, dst
->r_type
);
2719 bfd_put_8 (abfd
, src
->r_size
, dst
->r_size
);
2721 return bfd_coff_relsz (abfd
);
2724 /* Swap in the ldrel structure. */
2727 xcoff_swap_ldrel_in (abfd
, s
, dst
)
2730 struct internal_ldrel
*dst
;
2732 const struct external_ldrel
*src
= (const struct external_ldrel
*) s
;
2734 dst
->l_vaddr
= bfd_get_32 (abfd
, src
->l_vaddr
);
2735 dst
->l_symndx
= bfd_get_32 (abfd
, src
->l_symndx
);
2736 dst
->l_rtype
= bfd_get_16 (abfd
, src
->l_rtype
);
2737 dst
->l_rsecnm
= bfd_get_16 (abfd
, src
->l_rsecnm
);
2740 /* Swap out the ldrel structure. */
2743 xcoff_swap_ldrel_out (abfd
, src
, d
)
2745 const struct internal_ldrel
*src
;
2748 struct external_ldrel
*dst
= (struct external_ldrel
*) d
;
2750 bfd_put_32 (abfd
, src
->l_vaddr
, dst
->l_vaddr
);
2751 bfd_put_32 (abfd
, src
->l_symndx
, dst
->l_symndx
);
2752 bfd_put_16 (abfd
, (bfd_vma
) src
->l_rtype
, dst
->l_rtype
);
2753 bfd_put_16 (abfd
, (bfd_vma
) src
->l_rsecnm
, dst
->l_rsecnm
);
2758 xcoff_reloc_type_noop (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2759 val
, addend
, relocation
, contents
)
2760 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2761 asection
*input_section ATTRIBUTE_UNUSED
;
2762 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2763 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2764 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2765 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2766 bfd_vma val ATTRIBUTE_UNUSED
;
2767 bfd_vma addend ATTRIBUTE_UNUSED
;
2768 bfd_vma
*relocation ATTRIBUTE_UNUSED
;
2769 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2775 xcoff_reloc_type_fail (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2776 val
, addend
, relocation
, contents
)
2778 asection
*input_section ATTRIBUTE_UNUSED
;
2779 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2780 struct internal_reloc
*rel
;
2781 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2782 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2783 bfd_vma val ATTRIBUTE_UNUSED
;
2784 bfd_vma addend ATTRIBUTE_UNUSED
;
2785 bfd_vma
*relocation ATTRIBUTE_UNUSED
;
2786 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2788 (*_bfd_error_handler
)
2789 (_("%s: unsupported relocation type 0x%02x"),
2790 bfd_get_filename (input_bfd
), (unsigned int) rel
->r_type
);
2791 bfd_set_error (bfd_error_bad_value
);
2796 xcoff_reloc_type_pos (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2797 val
, addend
, relocation
, contents
)
2798 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2799 asection
*input_section ATTRIBUTE_UNUSED
;
2800 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2801 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2802 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2803 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2806 bfd_vma
*relocation
;
2807 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2809 *relocation
= val
+ addend
;
2814 xcoff_reloc_type_neg (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2815 val
, addend
, relocation
, contents
)
2816 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2817 asection
*input_section ATTRIBUTE_UNUSED
;
2818 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2819 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2820 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2821 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2824 bfd_vma
*relocation
;
2825 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2827 *relocation
= addend
- val
;
2832 xcoff_reloc_type_rel (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2833 val
, addend
, relocation
, contents
)
2834 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2835 asection
*input_section
;
2836 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2837 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2838 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2839 struct reloc_howto_struct
*howto
;
2842 bfd_vma
*relocation
;
2843 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2845 howto
->pc_relative
= TRUE
;
2847 /* A PC relative reloc includes the section address. */
2848 addend
+= input_section
->vma
;
2850 *relocation
= val
+ addend
;
2851 *relocation
-= (input_section
->output_section
->vma
2852 + input_section
->output_offset
);
2857 xcoff_reloc_type_toc (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2858 val
, addend
, relocation
, contents
)
2860 asection
*input_section ATTRIBUTE_UNUSED
;
2862 struct internal_reloc
*rel
;
2863 struct internal_syment
*sym
;
2864 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2866 bfd_vma addend ATTRIBUTE_UNUSED
;
2867 bfd_vma
*relocation
;
2868 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2870 struct xcoff_link_hash_entry
*h
;
2872 if (0 > rel
->r_symndx
)
2875 h
= obj_xcoff_sym_hashes (input_bfd
)[rel
->r_symndx
];
2877 if (h
!= NULL
&& h
->smclas
!= XMC_TD
)
2879 if (h
->toc_section
== NULL
)
2881 (*_bfd_error_handler
)
2882 (_("%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"),
2883 bfd_get_filename (input_bfd
), rel
->r_vaddr
,
2884 h
->root
.root
.string
);
2885 bfd_set_error (bfd_error_bad_value
);
2889 BFD_ASSERT ((h
->flags
& XCOFF_SET_TOC
) == 0);
2890 val
= (h
->toc_section
->output_section
->vma
2891 + h
->toc_section
->output_offset
);
2894 *relocation
= ((val
- xcoff_data (output_bfd
)->toc
)
2895 - (sym
->n_value
- xcoff_data (input_bfd
)->toc
));
2900 xcoff_reloc_type_ba (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2901 val
, addend
, relocation
, contents
)
2902 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2903 asection
*input_section ATTRIBUTE_UNUSED
;
2904 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2905 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2906 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2907 struct reloc_howto_struct
*howto
;
2910 bfd_vma
*relocation
;
2911 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2913 howto
->src_mask
&= ~3;
2914 howto
->dst_mask
= howto
->src_mask
;
2916 *relocation
= val
+ addend
;
2922 xcoff_reloc_type_br (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2923 val
, addend
, relocation
, contents
)
2925 asection
*input_section
;
2926 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2927 struct internal_reloc
*rel
;
2928 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2929 struct reloc_howto_struct
*howto
;
2932 bfd_vma
*relocation
;
2935 struct xcoff_link_hash_entry
*h
;
2937 if (0 > rel
->r_symndx
)
2940 h
= obj_xcoff_sym_hashes (input_bfd
)[rel
->r_symndx
];
2942 /* If we see an R_BR or R_RBR reloc which is jumping to global
2943 linkage code, and it is followed by an appropriate cror nop
2944 instruction, we replace the cror with lwz r2,20(r1). This
2945 restores the TOC after the glink code. Contrariwise, if the
2946 call is followed by a lwz r2,20(r1), but the call is not
2947 going to global linkage code, we can replace the load with a
2950 && bfd_link_hash_defined
== h
->root
.type
2951 && (rel
->r_vaddr
- input_section
->vma
+ 8
2952 <= input_section
->_cooked_size
))
2957 pnext
= contents
+ (rel
->r_vaddr
- input_section
->vma
) + 4;
2958 next
= bfd_get_32 (input_bfd
, pnext
);
2960 /* The _ptrgl function is magic. It is used by the AIX
2961 compiler to call a function through a pointer. */
2962 if (h
->smclas
== XMC_GL
|| strcmp (h
->root
.root
.string
, "._ptrgl") == 0)
2964 if (next
== 0x4def7b82 /* cror 15,15,15 */
2965 || next
== 0x4ffffb82 /* cror 31,31,31 */
2966 || next
== 0x60000000) /* ori r0,r0,0 */
2967 bfd_put_32 (input_bfd
, 0x80410014, pnext
); /* lwz r1,20(r1) */
2972 if (next
== 0x80410014) /* lwz r1,20(r1) */
2973 bfd_put_32 (input_bfd
, 0x60000000, pnext
); /* ori r0,r0,0 */
2976 else if (NULL
!= h
&& bfd_link_hash_undefined
== h
->root
.type
)
2978 /* Normally, this relocation is against a defined symbol. In the
2979 case where this is a partial link and the output section offset
2980 is greater than 2^25, the linker will return an invalid error
2981 message that the relocation has been truncated. Yes it has been
2982 truncated but no it not important. For this case, disable the
2983 overflow checking. */
2985 howto
->complain_on_overflow
= complain_overflow_dont
;
2988 howto
->pc_relative
= TRUE
;
2989 howto
->src_mask
&= ~3;
2990 howto
->dst_mask
= howto
->src_mask
;
2992 /* A PC relative reloc includes the section address. */
2993 addend
+= input_section
->vma
;
2995 *relocation
= val
+ addend
;
2996 *relocation
-= (input_section
->output_section
->vma
2997 + input_section
->output_offset
);
3002 xcoff_reloc_type_crel (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
3003 val
, addend
, relocation
, contents
)
3004 bfd
*input_bfd ATTRIBUTE_UNUSED
;
3005 asection
*input_section
;
3006 bfd
*output_bfd ATTRIBUTE_UNUSED
;
3007 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
3008 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
3009 struct reloc_howto_struct
*howto
;
3010 bfd_vma val ATTRIBUTE_UNUSED
;
3012 bfd_vma
*relocation
;
3013 bfd_byte
*contents ATTRIBUTE_UNUSED
;
3015 howto
->pc_relative
= TRUE
;
3016 howto
->src_mask
&= ~3;
3017 howto
->dst_mask
= howto
->src_mask
;
3019 /* A PC relative reloc includes the section address. */
3020 addend
+= input_section
->vma
;
3022 *relocation
= val
+ addend
;
3023 *relocation
-= (input_section
->output_section
->vma
3024 + input_section
->output_offset
);
3029 xcoff_complain_overflow_dont_func (input_bfd
, val
, relocation
, howto
)
3030 bfd
*input_bfd ATTRIBUTE_UNUSED
;
3031 bfd_vma val ATTRIBUTE_UNUSED
;
3032 bfd_vma relocation ATTRIBUTE_UNUSED
;
3033 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
3039 xcoff_complain_overflow_bitfield_func (input_bfd
, val
, relocation
, howto
)
3043 struct reloc_howto_struct
*howto
;
3045 bfd_vma addrmask
, fieldmask
, signmask
, ss
;
3048 /* Get the values to be added together. For signed and unsigned
3049 relocations, we assume that all values should be truncated to
3050 the size of an address. For bitfields, all the bits matter.
3051 See also bfd_check_overflow. */
3052 fieldmask
= N_ONES (howto
->bitsize
);
3053 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3055 b
= val
& howto
->src_mask
;
3057 /* Much like unsigned, except no trimming with addrmask. In
3058 addition, the sum overflows if there is a carry out of
3059 the bfd_vma, i.e., the sum is less than either input
3061 a
>>= howto
->rightshift
;
3062 b
>>= howto
->bitpos
;
3064 /* Bitfields are sometimes used for signed numbers; for
3065 example, a 13-bit field sometimes represents values in
3066 0..8191 and sometimes represents values in -4096..4095.
3067 If the field is signed and a is -4095 (0x1001) and b is
3068 -1 (0x1fff), the sum is -4096 (0x1000), but (0x1001 +
3069 0x1fff is 0x3000). It's not clear how to handle this
3070 everywhere, since there is not way to know how many bits
3071 are significant in the relocation, but the original code
3072 assumed that it was fully sign extended, and we will keep
3074 signmask
= (fieldmask
>> 1) + 1;
3076 if ((a
& ~ fieldmask
) != 0)
3078 /* Some bits out of the field are set. This might not
3079 be a problem: if this is a signed bitfield, it is OK
3080 iff all the high bits are set, including the sign
3081 bit. We'll try setting all but the most significant
3082 bit in the original relocation value: if this is all
3083 ones, we are OK, assuming a signed bitfield. */
3084 ss
= (signmask
<< howto
->rightshift
) - 1;
3085 if ((ss
| relocation
) != ~ (bfd_vma
) 0)
3090 /* We just assume (b & ~ fieldmask) == 0. */
3092 /* We explicitly permit wrap around if this relocation
3093 covers the high bit of an address. The Linux kernel
3094 relies on it, and it is the only way to write assembler
3095 code which can run when loaded at a location 0x80000000
3096 away from the location at which it is linked. */
3097 if (howto
->bitsize
+ howto
->rightshift
3098 == bfd_arch_bits_per_address (input_bfd
))
3102 if (sum
< a
|| (sum
& ~ fieldmask
) != 0)
3104 /* There was a carry out, or the field overflow. Test
3105 for signed operands again. Here is the overflow test
3106 is as for complain_overflow_signed. */
3107 if (((~ (a
^ b
)) & (a
^ sum
)) & signmask
)
3115 xcoff_complain_overflow_signed_func (input_bfd
, val
, relocation
, howto
)
3119 struct reloc_howto_struct
*howto
;
3121 bfd_vma addrmask
, fieldmask
, signmask
, ss
;
3124 /* Get the values to be added together. For signed and unsigned
3125 relocations, we assume that all values should be truncated to
3126 the size of an address. For bitfields, all the bits matter.
3127 See also bfd_check_overflow. */
3128 fieldmask
= N_ONES (howto
->bitsize
);
3129 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3131 b
= val
& howto
->src_mask
;
3133 a
= (a
& addrmask
) >> howto
->rightshift
;
3135 /* If any sign bits are set, all sign bits must be set.
3136 That is, A must be a valid negative address after
3138 signmask
= ~ (fieldmask
>> 1);
3140 if (ss
!= 0 && ss
!= ((addrmask
>> howto
->rightshift
) & signmask
))
3143 /* We only need this next bit of code if the sign bit of B
3144 is below the sign bit of A. This would only happen if
3145 SRC_MASK had fewer bits than BITSIZE. Note that if
3146 SRC_MASK has more bits than BITSIZE, we can get into
3147 trouble; we would need to verify that B is in range, as
3148 we do for A above. */
3149 signmask
= ((~ howto
->src_mask
) >> 1) & howto
->src_mask
;
3150 if ((b
& signmask
) != 0)
3152 /* Set all the bits above the sign bit. */
3153 b
-= signmask
<<= 1;
3156 b
= (b
& addrmask
) >> howto
->bitpos
;
3158 /* Now we can do the addition. */
3161 /* See if the result has the correct sign. Bits above the
3162 sign bit are junk now; ignore them. If the sum is
3163 positive, make sure we did not have all negative inputs;
3164 if the sum is negative, make sure we did not have all
3165 positive inputs. The test below looks only at the sign
3166 bits, and it really just
3167 SIGN (A) == SIGN (B) && SIGN (A) != SIGN (SUM)
3169 signmask
= (fieldmask
>> 1) + 1;
3170 if (((~ (a
^ b
)) & (a
^ sum
)) & signmask
)
3177 xcoff_complain_overflow_unsigned_func (input_bfd
, val
, relocation
, howto
)
3181 struct reloc_howto_struct
*howto
;
3183 bfd_vma addrmask
, fieldmask
;
3186 /* Get the values to be added together. For signed and unsigned
3187 relocations, we assume that all values should be truncated to
3188 the size of an address. For bitfields, all the bits matter.
3189 See also bfd_check_overflow. */
3190 fieldmask
= N_ONES (howto
->bitsize
);
3191 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3193 b
= val
& howto
->src_mask
;
3195 /* Checking for an unsigned overflow is relatively easy:
3196 trim the addresses and add, and trim the result as well.
3197 Overflow is normally indicated when the result does not
3198 fit in the field. However, we also need to consider the
3199 case when, e.g., fieldmask is 0x7fffffff or smaller, an
3200 input is 0x80000000, and bfd_vma is only 32 bits; then we
3201 will get sum == 0, but there is an overflow, since the
3202 inputs did not fit in the field. Instead of doing a
3203 separate test, we can check for this by or-ing in the
3204 operands when testing for the sum overflowing its final
3206 a
= (a
& addrmask
) >> howto
->rightshift
;
3207 b
= (b
& addrmask
) >> howto
->bitpos
;
3208 sum
= (a
+ b
) & addrmask
;
3209 if ((a
| b
| sum
) & ~ fieldmask
)
3215 /* This is the relocation function for the RS/6000/POWER/PowerPC.
3216 This is currently the only processor which uses XCOFF; I hope that
3219 I took the relocation type definitions from two documents:
3220 the PowerPC AIX Version 4 Application Binary Interface, First
3221 Edition (April 1992), and the PowerOpen ABI, Big-Endian
3222 32-Bit Hardware Implementation (June 30, 1994). Differences
3223 between the documents are noted below.
3225 Unsupported r_type's
3231 These relocs are defined by the PowerPC ABI to be
3232 relative branches which use half of the difference
3233 between the symbol and the program counter. I can't
3234 quite figure out when this is useful. These relocs are
3235 not defined by the PowerOpen ABI.
3240 Simple positive relocation.
3243 Simple negative relocation.
3246 Simple PC relative relocation.
3249 TOC relative relocation. The value in the instruction in
3250 the input file is the offset from the input file TOC to
3251 the desired location. We want the offset from the final
3252 TOC to the desired location. We have:
3257 so we must change insn by on - in.
3260 GL linkage relocation. The value of this relocation
3261 is the address of the entry in the TOC section.
3264 Local object TOC address. I can't figure out the
3265 difference between this and case R_GL.
3268 TOC relative relocation. A TOC relative load instruction
3269 which may be changed to a load address instruction.
3270 FIXME: We don't currently implement this optimization.
3273 TOC relative relocation. This is a TOC relative load
3274 address instruction which may be changed to a load
3275 instruction. FIXME: I don't know if this is the correct
3279 Absolute branch. We don't want to mess with the lower
3280 two bits of the instruction.
3283 The PowerPC ABI defines this as an absolute call which
3284 may be modified to become a relative call. The PowerOpen
3285 ABI does not define this relocation type.
3288 Absolute branch which may be modified to become a
3292 The PowerPC ABI defines this as an absolute branch to a
3293 fixed address which may be modified to an absolute branch
3294 to a symbol. The PowerOpen ABI does not define this
3298 The PowerPC ABI defines this as an absolute branch to a
3299 fixed address which may be modified to a relative branch.
3300 The PowerOpen ABI does not define this relocation type.
3303 Relative branch. We don't want to mess with the lower
3304 two bits of the instruction.
3307 The PowerPC ABI defines this as a relative call which may
3308 be modified to become an absolute call. The PowerOpen
3309 ABI does not define this relocation type.
3312 A relative branch which may be modified to become an
3313 absolute branch. FIXME: We don't implement this,
3314 although we should for symbols of storage mapping class
3318 The PowerPC AIX ABI describes this as a load which may be
3319 changed to a load address. The PowerOpen ABI says this
3320 is the same as case R_POS.
3323 The PowerPC AIX ABI describes this as a load address
3324 which may be changed to a load. The PowerOpen ABI says
3325 this is the same as R_POS.
3329 xcoff_ppc_relocate_section (output_bfd
, info
, input_bfd
,
3330 input_section
, contents
, relocs
, syms
,
3333 struct bfd_link_info
*info
;
3335 asection
*input_section
;
3337 struct internal_reloc
*relocs
;
3338 struct internal_syment
*syms
;
3339 asection
**sections
;
3341 struct internal_reloc
*rel
;
3342 struct internal_reloc
*relend
;
3345 relend
= rel
+ input_section
->reloc_count
;
3346 for (; rel
< relend
; rel
++)
3349 struct xcoff_link_hash_entry
*h
;
3350 struct internal_syment
*sym
;
3353 struct reloc_howto_struct howto
;
3355 bfd_vma value_to_relocate
;
3359 /* Relocation type R_REF is a special relocation type which is
3360 merely used to prevent garbage collection from occurring for
3361 the csect including the symbol which it references. */
3362 if (rel
->r_type
== R_REF
)
3366 howto
.type
= rel
->r_type
;
3367 howto
.rightshift
= 0;
3368 howto
.bitsize
= (rel
->r_size
& 0x1f) + 1;
3369 howto
.size
= howto
.bitsize
> 16 ? 2 : 1;
3370 howto
.pc_relative
= FALSE
;
3372 howto
.complain_on_overflow
= (rel
->r_size
& 0x80
3373 ? complain_overflow_signed
3374 : complain_overflow_bitfield
);
3375 howto
.special_function
= NULL
;
3376 howto
.name
= "internal";
3377 howto
.partial_inplace
= TRUE
;
3378 howto
.src_mask
= howto
.dst_mask
= N_ONES (howto
.bitsize
);
3379 howto
.pcrel_offset
= FALSE
;
3386 symndx
= rel
->r_symndx
;
3392 h
= obj_xcoff_sym_hashes (input_bfd
)[symndx
];
3393 sym
= syms
+ symndx
;
3394 addend
= - sym
->n_value
;
3398 sec
= sections
[symndx
];
3399 /* Hack to make sure we use the right TOC anchor value
3400 if this reloc is against the TOC anchor. */
3401 if (sec
->name
[3] == '0'
3402 && strcmp (sec
->name
, ".tc0") == 0)
3403 val
= xcoff_data (output_bfd
)->toc
;
3405 val
= (sec
->output_section
->vma
3406 + sec
->output_offset
3412 if (h
->root
.type
== bfd_link_hash_defined
3413 || h
->root
.type
== bfd_link_hash_defweak
)
3415 sec
= h
->root
.u
.def
.section
;
3416 val
= (h
->root
.u
.def
.value
3417 + sec
->output_section
->vma
3418 + sec
->output_offset
);
3420 else if (h
->root
.type
== bfd_link_hash_common
)
3422 sec
= h
->root
.u
.c
.p
->section
;
3423 val
= (sec
->output_section
->vma
3424 + sec
->output_offset
);
3427 else if ((0 == (h
->flags
& (XCOFF_DEF_DYNAMIC
| XCOFF_IMPORT
)))
3428 && ! info
->relocatable
)
3430 if (! ((*info
->callbacks
->undefined_symbol
)
3431 (info
, h
->root
.root
.string
, input_bfd
, input_section
,
3432 rel
->r_vaddr
- input_section
->vma
, TRUE
)))
3435 /* Don't try to process the reloc. It can't help, and
3436 it may generate another error. */
3442 if (rel
->r_type
>= XCOFF_MAX_CALCULATE_RELOCATION
3443 || !((*xcoff_calculate_relocation
[rel
->r_type
])
3444 (input_bfd
, input_section
, output_bfd
, rel
, sym
, &howto
, val
,
3445 addend
, &relocation
, contents
)))
3449 address
= rel
->r_vaddr
- input_section
->vma
;
3450 location
= contents
+ address
;
3452 if (address
> input_section
->_raw_size
)
3455 /* Get the value we are going to relocate. */
3456 if (1 == howto
.size
)
3457 value_to_relocate
= bfd_get_16 (input_bfd
, location
);
3459 value_to_relocate
= bfd_get_32 (input_bfd
, location
);
3463 FIXME: We may drop bits during the addition
3464 which we don't check for. We must either check at every single
3465 operation, which would be tedious, or we must do the computations
3466 in a type larger than bfd_vma, which would be inefficient. */
3468 if ((unsigned int) howto
.complain_on_overflow
3469 >= XCOFF_MAX_COMPLAIN_OVERFLOW
)
3472 if (((*xcoff_complain_overflow
[howto
.complain_on_overflow
])
3473 (input_bfd
, value_to_relocate
, relocation
, &howto
)))
3476 char buf
[SYMNMLEN
+ 1];
3477 char reloc_type_name
[10];
3485 name
= h
->root
.root
.string
;
3489 name
= _bfd_coff_internal_syment_name (input_bfd
, sym
, buf
);
3493 sprintf (reloc_type_name
, "0x%02x", rel
->r_type
);
3495 if (! ((*info
->callbacks
->reloc_overflow
)
3496 (info
, name
, reloc_type_name
, (bfd_vma
) 0, input_bfd
,
3497 input_section
, rel
->r_vaddr
- input_section
->vma
)))
3501 /* Add RELOCATION to the right bits of VALUE_TO_RELOCATE. */
3502 value_to_relocate
= ((value_to_relocate
& ~howto
.dst_mask
)
3503 | (((value_to_relocate
& howto
.src_mask
)
3504 + relocation
) & howto
.dst_mask
));
3506 /* Put the value back in the object file. */
3507 if (1 == howto
.size
)
3508 bfd_put_16 (input_bfd
, value_to_relocate
, location
);
3510 bfd_put_32 (input_bfd
, value_to_relocate
, location
);
3517 _bfd_xcoff_put_ldsymbol_name (abfd
, ldinfo
, ldsym
, name
)
3518 bfd
*abfd ATTRIBUTE_UNUSED
;
3519 struct xcoff_loader_info
*ldinfo
;
3520 struct internal_ldsym
*ldsym
;
3524 len
= strlen (name
);
3526 if (len
<= SYMNMLEN
)
3527 strncpy (ldsym
->_l
._l_name
, name
, SYMNMLEN
);
3530 if (ldinfo
->string_size
+ len
+ 3 > ldinfo
->string_alc
)
3532 bfd_size_type newalc
;
3533 bfd_byte
*newstrings
;
3535 newalc
= ldinfo
->string_alc
* 2;
3538 while (ldinfo
->string_size
+ len
+ 3 > newalc
)
3541 newstrings
= ((bfd_byte
*)
3542 bfd_realloc ((PTR
) ldinfo
->strings
, newalc
));
3543 if (newstrings
== NULL
)
3545 ldinfo
->failed
= TRUE
;
3548 ldinfo
->string_alc
= newalc
;
3549 ldinfo
->strings
= newstrings
;
3552 bfd_put_16 (ldinfo
->output_bfd
, (bfd_vma
) (len
+ 1),
3553 ldinfo
->strings
+ ldinfo
->string_size
);
3554 strcpy (ldinfo
->strings
+ ldinfo
->string_size
+ 2, name
);
3555 ldsym
->_l
._l_l
._l_zeroes
= 0;
3556 ldsym
->_l
._l_l
._l_offset
= ldinfo
->string_size
+ 2;
3557 ldinfo
->string_size
+= len
+ 3;
3564 _bfd_xcoff_put_symbol_name (bfd
*abfd
, struct bfd_strtab_hash
*strtab
,
3565 struct internal_syment
*sym
,
3568 if (strlen (name
) <= SYMNMLEN
)
3570 strncpy (sym
->_n
._n_name
, name
, SYMNMLEN
);
3578 if ((abfd
->flags
& BFD_TRADITIONAL_FORMAT
) != 0)
3580 indx
= _bfd_stringtab_add (strtab
, name
, hash
, FALSE
);
3581 if (indx
== (bfd_size_type
) -1)
3583 sym
->_n
._n_n
._n_zeroes
= 0;
3584 sym
->_n
._n_n
._n_offset
= STRING_SIZE_SIZE
+ indx
;
3590 xcoff_create_csect_from_smclas (abfd
, aux
, symbol_name
)
3592 union internal_auxent
*aux
;
3593 const char *symbol_name
;
3595 asection
*return_value
= NULL
;
3597 /* .sv64 = x_smclas == 17
3598 This is an invalid csect for 32 bit apps. */
3599 static const char *names
[19] =
3601 ".pr", ".ro", ".db", ".tc", ".ua", ".rw", ".gl", ".xo",
3602 ".sv", ".bs", ".ds", ".uc", ".ti", ".tb", NULL
, ".tc0",
3603 ".td", NULL
, ".sv3264"
3606 if ((19 >= aux
->x_csect
.x_smclas
)
3607 && (NULL
!= names
[aux
->x_csect
.x_smclas
]))
3609 return_value
= bfd_make_section_anyway
3610 (abfd
, names
[aux
->x_csect
.x_smclas
]);
3614 (*_bfd_error_handler
)
3615 (_("%s: symbol `%s' has unrecognized smclas %d"),
3616 bfd_archive_filename (abfd
), symbol_name
, aux
->x_csect
.x_smclas
);
3617 bfd_set_error (bfd_error_bad_value
);
3620 return return_value
;
3624 xcoff_is_lineno_count_overflow (abfd
, value
)
3625 bfd
*abfd ATTRIBUTE_UNUSED
;
3628 if (0xffff <= value
)
3635 xcoff_is_reloc_count_overflow (abfd
, value
)
3636 bfd
*abfd ATTRIBUTE_UNUSED
;
3639 if (0xffff <= value
)
3646 xcoff_loader_symbol_offset (abfd
, ldhdr
)
3648 struct internal_ldhdr
*ldhdr ATTRIBUTE_UNUSED
;
3650 return bfd_xcoff_ldhdrsz (abfd
);
3654 xcoff_loader_reloc_offset (abfd
, ldhdr
)
3656 struct internal_ldhdr
*ldhdr
;
3658 return bfd_xcoff_ldhdrsz (abfd
) + ldhdr
->l_nsyms
* bfd_xcoff_ldsymsz (abfd
);
3662 xcoff_generate_rtinit (abfd
, init
, fini
, rtld
)
3668 bfd_byte filehdr_ext
[FILHSZ
];
3669 bfd_byte scnhdr_ext
[SCNHSZ
];
3670 bfd_byte syment_ext
[SYMESZ
* 10];
3671 bfd_byte reloc_ext
[RELSZ
* 3];
3672 bfd_byte
*data_buffer
;
3673 bfd_size_type data_buffer_size
;
3674 bfd_byte
*string_table
= NULL
, *st_tmp
= NULL
;
3675 bfd_size_type string_table_size
;
3677 size_t initsz
, finisz
;
3678 struct internal_filehdr filehdr
;
3679 struct internal_scnhdr scnhdr
;
3680 struct internal_syment syment
;
3681 union internal_auxent auxent
;
3682 struct internal_reloc reloc
;
3684 char *data_name
= ".data";
3685 char *rtinit_name
= "__rtinit";
3686 char *rtld_name
= "__rtld";
3688 if (! bfd_xcoff_rtinit_size (abfd
))
3691 initsz
= (init
== NULL
? 0 : 1 + strlen (init
));
3692 finisz
= (fini
== NULL
? 0 : 1 + strlen (fini
));
3695 memset (filehdr_ext
, 0, FILHSZ
);
3696 memset (&filehdr
, 0, sizeof (struct internal_filehdr
));
3697 filehdr
.f_magic
= bfd_xcoff_magic_number (abfd
);
3698 filehdr
.f_nscns
= 1;
3699 filehdr
.f_timdat
= 0;
3700 filehdr
.f_nsyms
= 0; /* at least 6, no more than 10 */
3701 filehdr
.f_symptr
= 0; /* set below */
3702 filehdr
.f_opthdr
= 0;
3703 filehdr
.f_flags
= 0;
3705 /* section header */
3706 memset (scnhdr_ext
, 0, SCNHSZ
);
3707 memset (&scnhdr
, 0, sizeof (struct internal_scnhdr
));
3708 memcpy (scnhdr
.s_name
, data_name
, strlen (data_name
));
3711 scnhdr
.s_size
= 0; /* set below */
3712 scnhdr
.s_scnptr
= FILHSZ
+ SCNHSZ
;
3713 scnhdr
.s_relptr
= 0; /* set below */
3714 scnhdr
.s_lnnoptr
= 0;
3715 scnhdr
.s_nreloc
= 0; /* either 1 or 2 */
3717 scnhdr
.s_flags
= STYP_DATA
;
3720 0x0000 0x00000000 : rtl
3721 0x0004 0x00000010 : offset to init, or 0
3722 0x0008 0x00000028 : offset to fini, or 0
3723 0x000C 0x0000000C : size of descriptor
3724 0x0010 0x00000000 : init, needs a reloc
3725 0x0014 0x00000040 : offset to init name
3726 0x0018 0x00000000 : flags, padded to a word
3727 0x001C 0x00000000 : empty init
3730 0x0028 0x00000000 : fini, needs a reloc
3731 0x002C 0x00000??? : offset to fini name
3732 0x0030 0x00000000 : flags, padded to a word
3733 0x0034 0x00000000 : empty fini
3737 0x0040 + initsz fini name */
3739 data_buffer_size
= 0x0040 + initsz
+ finisz
;
3740 data_buffer_size
= (data_buffer_size
+ 7) &~ (bfd_size_type
) 7;
3742 data_buffer
= (bfd_byte
*) bfd_zmalloc (data_buffer_size
);
3743 if (data_buffer
== NULL
)
3749 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x04]);
3751 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x14]);
3752 memcpy (&data_buffer
[val
], init
, initsz
);
3758 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x08]);
3759 val
= 0x40 + initsz
;
3760 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x2C]);
3761 memcpy (&data_buffer
[val
], fini
, finisz
);
3765 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x0C]);
3767 scnhdr
.s_size
= data_buffer_size
;
3770 string_table_size
= 0;
3772 string_table_size
+= initsz
;
3774 string_table_size
+= finisz
;
3775 if (string_table_size
)
3777 string_table_size
+= 4;
3778 string_table
= (bfd_byte
*) bfd_zmalloc (string_table_size
);
3779 if (string_table
== NULL
)
3782 val
= string_table_size
;
3783 bfd_h_put_32 (abfd
, val
, &string_table
[0]);
3784 st_tmp
= string_table
+ 4;
3793 memset (syment_ext
, 0, 10 * SYMESZ
);
3794 memset (reloc_ext
, 0, 3 * RELSZ
);
3797 memset (&syment
, 0, sizeof (struct internal_syment
));
3798 memset (&auxent
, 0, sizeof (union internal_auxent
));
3799 memcpy (syment
._n
._n_name
, data_name
, strlen (data_name
));
3801 syment
.n_sclass
= C_HIDEXT
;
3802 syment
.n_numaux
= 1;
3803 auxent
.x_csect
.x_scnlen
.l
= data_buffer_size
;
3804 auxent
.x_csect
.x_smtyp
= 3 << 3 | XTY_SD
;
3805 auxent
.x_csect
.x_smclas
= XMC_RW
;
3806 bfd_coff_swap_sym_out (abfd
, &syment
,
3807 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3808 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3810 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3811 filehdr
.f_nsyms
+= 2;
3814 memset (&syment
, 0, sizeof (struct internal_syment
));
3815 memset (&auxent
, 0, sizeof (union internal_auxent
));
3816 memcpy (syment
._n
._n_name
, rtinit_name
, strlen (rtinit_name
));
3818 syment
.n_sclass
= C_EXT
;
3819 syment
.n_numaux
= 1;
3820 auxent
.x_csect
.x_smtyp
= XTY_LD
;
3821 auxent
.x_csect
.x_smclas
= XMC_RW
;
3822 bfd_coff_swap_sym_out (abfd
, &syment
,
3823 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3824 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3826 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3827 filehdr
.f_nsyms
+= 2;
3832 memset (&syment
, 0, sizeof (struct internal_syment
));
3833 memset (&auxent
, 0, sizeof (union internal_auxent
));
3837 syment
._n
._n_n
._n_offset
= st_tmp
- string_table
;
3838 memcpy (st_tmp
, init
, initsz
);
3842 memcpy (syment
._n
._n_name
, init
, initsz
- 1);
3844 syment
.n_sclass
= C_EXT
;
3845 syment
.n_numaux
= 1;
3846 bfd_coff_swap_sym_out (abfd
, &syment
,
3847 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3848 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3850 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3853 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3854 reloc
.r_vaddr
= 0x0010;
3855 reloc
.r_symndx
= filehdr
.f_nsyms
;
3856 reloc
.r_type
= R_POS
;
3858 bfd_coff_swap_reloc_out (abfd
, &reloc
, &reloc_ext
[0]);
3860 filehdr
.f_nsyms
+= 2;
3861 scnhdr
.s_nreloc
+= 1;
3867 memset (&syment
, 0, sizeof (struct internal_syment
));
3868 memset (&auxent
, 0, sizeof (union internal_auxent
));
3872 syment
._n
._n_n
._n_offset
= st_tmp
- string_table
;
3873 memcpy (st_tmp
, fini
, finisz
);
3877 memcpy (syment
._n
._n_name
, fini
, finisz
- 1);
3879 syment
.n_sclass
= C_EXT
;
3880 syment
.n_numaux
= 1;
3881 bfd_coff_swap_sym_out (abfd
, &syment
,
3882 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3883 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3885 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3888 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3889 reloc
.r_vaddr
= 0x0028;
3890 reloc
.r_symndx
= filehdr
.f_nsyms
;
3891 reloc
.r_type
= R_POS
;
3893 bfd_coff_swap_reloc_out (abfd
, &reloc
,
3894 &reloc_ext
[scnhdr
.s_nreloc
* RELSZ
]);
3896 filehdr
.f_nsyms
+= 2;
3897 scnhdr
.s_nreloc
+= 1;
3902 memset (&syment
, 0, sizeof (struct internal_syment
));
3903 memset (&auxent
, 0, sizeof (union internal_auxent
));
3904 memcpy (syment
._n
._n_name
, rtld_name
, strlen (rtld_name
));
3905 syment
.n_sclass
= C_EXT
;
3906 syment
.n_numaux
= 1;
3907 bfd_coff_swap_sym_out (abfd
, &syment
,
3908 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3909 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3911 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3914 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3915 reloc
.r_vaddr
= 0x0000;
3916 reloc
.r_symndx
= filehdr
.f_nsyms
;
3917 reloc
.r_type
= R_POS
;
3919 bfd_coff_swap_reloc_out (abfd
, &reloc
,
3920 &reloc_ext
[scnhdr
.s_nreloc
* RELSZ
]);
3922 filehdr
.f_nsyms
+= 2;
3923 scnhdr
.s_nreloc
+= 1;
3926 scnhdr
.s_relptr
= scnhdr
.s_scnptr
+ data_buffer_size
;
3927 filehdr
.f_symptr
= scnhdr
.s_relptr
+ scnhdr
.s_nreloc
* RELSZ
;
3929 bfd_coff_swap_filehdr_out (abfd
, &filehdr
, filehdr_ext
);
3930 bfd_bwrite (filehdr_ext
, FILHSZ
, abfd
);
3931 bfd_coff_swap_scnhdr_out (abfd
, &scnhdr
, scnhdr_ext
);
3932 bfd_bwrite (scnhdr_ext
, SCNHSZ
, abfd
);
3933 bfd_bwrite (data_buffer
, data_buffer_size
, abfd
);
3934 bfd_bwrite (reloc_ext
, scnhdr
.s_nreloc
* RELSZ
, abfd
);
3935 bfd_bwrite (syment_ext
, filehdr
.f_nsyms
* SYMESZ
, abfd
);
3936 bfd_bwrite (string_table
, string_table_size
, abfd
);
3945 static reloc_howto_type xcoff_dynamic_reloc
=
3946 HOWTO (0, /* type */
3948 2, /* size (0 = byte, 1 = short, 2 = long) */
3950 FALSE
, /* pc_relative */
3952 complain_overflow_bitfield
, /* complain_on_overflow */
3953 0, /* special_function */
3955 TRUE
, /* partial_inplace */
3956 0xffffffff, /* src_mask */
3957 0xffffffff, /* dst_mask */
3958 FALSE
); /* pcrel_offset */
3962 The first word of global linkage code must be modified by filling in
3963 the correct TOC offset. */
3965 static unsigned long xcoff_glink_code
[9] =
3967 0x81820000, /* lwz r12,0(r2) */
3968 0x90410014, /* stw r2,20(r1) */
3969 0x800c0000, /* lwz r0,0(r12) */
3970 0x804c0004, /* lwz r2,4(r12) */
3971 0x7c0903a6, /* mtctr r0 */
3972 0x4e800420, /* bctr */
3973 0x00000000, /* start of traceback table */
3974 0x000c8000, /* traceback table */
3975 0x00000000, /* traceback table */
3979 static const struct xcoff_backend_data_rec bfd_xcoff_backend_data
=
3981 { /* COFF backend, defined in libcoff.h. */
3982 _bfd_xcoff_swap_aux_in
,
3983 _bfd_xcoff_swap_sym_in
,
3984 coff_swap_lineno_in
,
3985 _bfd_xcoff_swap_aux_out
,
3986 _bfd_xcoff_swap_sym_out
,
3987 coff_swap_lineno_out
,
3988 xcoff_swap_reloc_out
,
3989 coff_swap_filehdr_out
,
3990 coff_swap_aouthdr_out
,
3991 coff_swap_scnhdr_out
,
4000 TRUE
, /* _bfd_coff_long_filenames */
4001 FALSE
, /* _bfd_coff_long_section_names */
4002 3, /* _bfd_coff_default_section_alignment_power */
4003 FALSE
, /* _bfd_coff_force_symnames_in_strings */
4004 2, /* _bfd_coff_debug_string_prefix_length */
4005 coff_swap_filehdr_in
,
4006 coff_swap_aouthdr_in
,
4007 coff_swap_scnhdr_in
,
4008 xcoff_swap_reloc_in
,
4009 coff_bad_format_hook
,
4010 coff_set_arch_mach_hook
,
4013 coff_set_alignment_hook
,
4014 coff_slurp_symbol_table
,
4015 symname_in_debug_hook
,
4016 coff_pointerize_aux_hook
,
4018 dummy_reloc16_extra_cases
,
4019 dummy_reloc16_estimate
,
4020 NULL
, /* bfd_coff_sym_is_global */
4021 coff_compute_section_file_positions
,
4022 NULL
, /* _bfd_coff_start_final_link */
4023 xcoff_ppc_relocate_section
,
4024 coff_rtype_to_howto
,
4025 NULL
, /* _bfd_coff_adjust_symndx */
4026 _bfd_generic_link_add_one_symbol
,
4027 coff_link_output_has_begun
,
4028 coff_final_link_postscript
4031 0x01DF, /* magic number */
4035 /* Function pointers to xcoff specific swap routines. */
4036 xcoff_swap_ldhdr_in
,
4037 xcoff_swap_ldhdr_out
,
4038 xcoff_swap_ldsym_in
,
4039 xcoff_swap_ldsym_out
,
4040 xcoff_swap_ldrel_in
,
4041 xcoff_swap_ldrel_out
,
4047 12, /* _xcoff_function_descriptor_size */
4051 1, /* _xcoff_ldhdr_version */
4053 _bfd_xcoff_put_symbol_name
,
4054 _bfd_xcoff_put_ldsymbol_name
,
4055 &xcoff_dynamic_reloc
,
4056 xcoff_create_csect_from_smclas
,
4058 /* Lineno and reloc count overflow. */
4059 xcoff_is_lineno_count_overflow
,
4060 xcoff_is_reloc_count_overflow
,
4062 xcoff_loader_symbol_offset
,
4063 xcoff_loader_reloc_offset
,
4066 &xcoff_glink_code
[0],
4067 36, /* _xcoff_glink_size */
4070 64, /* _xcoff_rtinit_size */
4071 xcoff_generate_rtinit
,
4074 /* The transfer vector that leads the outside world to all of the above. */
4075 const bfd_target rs6000coff_vec
=
4078 bfd_target_xcoff_flavour
,
4079 BFD_ENDIAN_BIG
, /* data byte order is big */
4080 BFD_ENDIAN_BIG
, /* header byte order is big */
4082 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| DYNAMIC
4083 | HAS_SYMS
| HAS_LOCALS
| WP_TEXT
),
4085 SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_CODE
| SEC_DATA
,
4086 0, /* leading char */
4087 '/', /* ar_pad_char */
4088 15, /* ar_max_namelen */
4112 { /* bfd_check_format */
4115 _bfd_xcoff_archive_p
,
4119 { /* bfd_set_format */
4122 _bfd_generic_mkarchive
,
4126 {/* bfd_write_contents */
4128 coff_write_object_contents
,
4129 _bfd_xcoff_write_archive_contents
,
4136 coff_new_section_hook
,
4137 _bfd_generic_get_section_contents
,
4138 _bfd_generic_get_section_contents_in_window
,
4141 _bfd_xcoff_copy_private_bfd_data
,
4142 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4143 ((bfd_boolean (*) (bfd
*, asection
*, bfd
*, asection
*)) bfd_true
),
4144 ((bfd_boolean (*) (bfd
*, asymbol
*, bfd
*, asymbol
*)) bfd_true
),
4145 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4146 ((bfd_boolean (*) (bfd
*, flagword
)) bfd_true
),
4147 ((bfd_boolean (*) (bfd
*, void * )) bfd_true
),
4150 coff_core_file_failing_command
,
4151 coff_core_file_failing_signal
,
4152 coff_core_file_matches_executable_p
,
4155 _bfd_xcoff_slurp_armap
,
4157 ((bfd_boolean (*) (bfd
*, char **, bfd_size_type
*, const char **)) bfd_false
),
4158 bfd_dont_truncate_arname
,
4159 _bfd_xcoff_write_armap
,
4160 _bfd_xcoff_read_ar_hdr
,
4161 _bfd_xcoff_openr_next_archived_file
,
4162 _bfd_generic_get_elt_at_index
,
4163 _bfd_xcoff_stat_arch_elt
,
4167 coff_get_symtab_upper_bound
,
4168 coff_canonicalize_symtab
,
4169 coff_make_empty_symbol
,
4171 coff_get_symbol_info
,
4172 _bfd_xcoff_is_local_label_name
,
4174 coff_find_nearest_line
,
4175 coff_bfd_make_debug_symbol
,
4176 _bfd_generic_read_minisymbols
,
4177 _bfd_generic_minisymbol_to_symbol
,
4180 coff_get_reloc_upper_bound
,
4181 coff_canonicalize_reloc
,
4182 _bfd_xcoff_reloc_type_lookup
,
4186 coff_set_section_contents
,
4189 _bfd_xcoff_sizeof_headers
,
4190 bfd_generic_get_relocated_section_contents
,
4191 bfd_generic_relax_section
,
4192 _bfd_xcoff_bfd_link_hash_table_create
,
4193 _bfd_generic_link_hash_table_free
,
4194 _bfd_xcoff_bfd_link_add_symbols
,
4195 _bfd_generic_link_just_syms
,
4196 _bfd_xcoff_bfd_final_link
,
4197 _bfd_generic_link_split_section
,
4198 bfd_generic_gc_sections
,
4199 bfd_generic_merge_sections
,
4200 bfd_generic_is_group_section
,
4201 bfd_generic_discard_group
,
4204 _bfd_xcoff_get_dynamic_symtab_upper_bound
,
4205 _bfd_xcoff_canonicalize_dynamic_symtab
,
4206 _bfd_nodynamic_get_synthetic_symtab
,
4207 _bfd_xcoff_get_dynamic_reloc_upper_bound
,
4208 _bfd_xcoff_canonicalize_dynamic_reloc
,
4210 /* Opposite endian version, none exists */
4213 (void *) &bfd_xcoff_backend_data
,
4216 /* xcoff-powermac target
4218 Only difference between this target and the rs6000 target is the
4219 the default architecture and machine type used in coffcode.h
4221 PowerPC Macs use the same magic numbers as RS/6000
4222 (because that's how they were bootstrapped originally),
4223 but they are always PowerPC architecture. */
4224 static const struct xcoff_backend_data_rec bfd_pmac_xcoff_backend_data
=
4226 { /* COFF backend, defined in libcoff.h. */
4227 _bfd_xcoff_swap_aux_in
,
4228 _bfd_xcoff_swap_sym_in
,
4229 coff_swap_lineno_in
,
4230 _bfd_xcoff_swap_aux_out
,
4231 _bfd_xcoff_swap_sym_out
,
4232 coff_swap_lineno_out
,
4233 xcoff_swap_reloc_out
,
4234 coff_swap_filehdr_out
,
4235 coff_swap_aouthdr_out
,
4236 coff_swap_scnhdr_out
,
4245 TRUE
, /* _bfd_coff_long_filenames */
4246 FALSE
, /* _bfd_coff_long_section_names */
4247 3, /* _bfd_coff_default_section_alignment_power */
4248 FALSE
, /* _bfd_coff_force_symnames_in_strings */
4249 2, /* _bfd_coff_debug_string_prefix_length */
4250 coff_swap_filehdr_in
,
4251 coff_swap_aouthdr_in
,
4252 coff_swap_scnhdr_in
,
4253 xcoff_swap_reloc_in
,
4254 coff_bad_format_hook
,
4255 coff_set_arch_mach_hook
,
4258 coff_set_alignment_hook
,
4259 coff_slurp_symbol_table
,
4260 symname_in_debug_hook
,
4261 coff_pointerize_aux_hook
,
4263 dummy_reloc16_extra_cases
,
4264 dummy_reloc16_estimate
,
4265 NULL
, /* bfd_coff_sym_is_global */
4266 coff_compute_section_file_positions
,
4267 NULL
, /* _bfd_coff_start_final_link */
4268 xcoff_ppc_relocate_section
,
4269 coff_rtype_to_howto
,
4270 NULL
, /* _bfd_coff_adjust_symndx */
4271 _bfd_generic_link_add_one_symbol
,
4272 coff_link_output_has_begun
,
4273 coff_final_link_postscript
4276 0x01DF, /* magic number */
4280 /* Function pointers to xcoff specific swap routines. */
4281 xcoff_swap_ldhdr_in
,
4282 xcoff_swap_ldhdr_out
,
4283 xcoff_swap_ldsym_in
,
4284 xcoff_swap_ldsym_out
,
4285 xcoff_swap_ldrel_in
,
4286 xcoff_swap_ldrel_out
,
4292 12, /* _xcoff_function_descriptor_size */
4296 1, /* _xcoff_ldhdr_version */
4298 _bfd_xcoff_put_symbol_name
,
4299 _bfd_xcoff_put_ldsymbol_name
,
4300 &xcoff_dynamic_reloc
,
4301 xcoff_create_csect_from_smclas
,
4303 /* Lineno and reloc count overflow. */
4304 xcoff_is_lineno_count_overflow
,
4305 xcoff_is_reloc_count_overflow
,
4307 xcoff_loader_symbol_offset
,
4308 xcoff_loader_reloc_offset
,
4311 &xcoff_glink_code
[0],
4312 36, /* _xcoff_glink_size */
4315 0, /* _xcoff_rtinit_size */
4316 xcoff_generate_rtinit
,
4319 /* The transfer vector that leads the outside world to all of the above. */
4320 const bfd_target pmac_xcoff_vec
=
4323 bfd_target_xcoff_flavour
,
4324 BFD_ENDIAN_BIG
, /* data byte order is big */
4325 BFD_ENDIAN_BIG
, /* header byte order is big */
4327 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| DYNAMIC
4328 | HAS_SYMS
| HAS_LOCALS
| WP_TEXT
),
4330 SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_CODE
| SEC_DATA
,
4331 0, /* leading char */
4332 '/', /* ar_pad_char */
4333 15, /* ar_max_namelen */
4357 { /* bfd_check_format */
4360 _bfd_xcoff_archive_p
,
4364 { /* bfd_set_format */
4367 _bfd_generic_mkarchive
,
4371 {/* bfd_write_contents */
4373 coff_write_object_contents
,
4374 _bfd_xcoff_write_archive_contents
,
4381 coff_new_section_hook
,
4382 _bfd_generic_get_section_contents
,
4383 _bfd_generic_get_section_contents_in_window
,
4386 _bfd_xcoff_copy_private_bfd_data
,
4387 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4388 ((bfd_boolean (*) (bfd
*, asection
*, bfd
*, asection
*)) bfd_true
),
4389 ((bfd_boolean (*) (bfd
*, asymbol
*, bfd
*, asymbol
*)) bfd_true
),
4390 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4391 ((bfd_boolean (*) (bfd
*, flagword
)) bfd_true
),
4392 ((bfd_boolean (*) (bfd
*, void * )) bfd_true
),
4395 coff_core_file_failing_command
,
4396 coff_core_file_failing_signal
,
4397 coff_core_file_matches_executable_p
,
4400 _bfd_xcoff_slurp_armap
,
4402 ((bfd_boolean (*) (bfd
*, char **, bfd_size_type
*, const char **)) bfd_false
),
4403 bfd_dont_truncate_arname
,
4404 _bfd_xcoff_write_armap
,
4405 _bfd_xcoff_read_ar_hdr
,
4406 _bfd_xcoff_openr_next_archived_file
,
4407 _bfd_generic_get_elt_at_index
,
4408 _bfd_xcoff_stat_arch_elt
,
4412 coff_get_symtab_upper_bound
,
4413 coff_canonicalize_symtab
,
4414 coff_make_empty_symbol
,
4416 coff_get_symbol_info
,
4417 _bfd_xcoff_is_local_label_name
,
4419 coff_find_nearest_line
,
4420 coff_bfd_make_debug_symbol
,
4421 _bfd_generic_read_minisymbols
,
4422 _bfd_generic_minisymbol_to_symbol
,
4425 coff_get_reloc_upper_bound
,
4426 coff_canonicalize_reloc
,
4427 _bfd_xcoff_reloc_type_lookup
,
4431 coff_set_section_contents
,
4434 _bfd_xcoff_sizeof_headers
,
4435 bfd_generic_get_relocated_section_contents
,
4436 bfd_generic_relax_section
,
4437 _bfd_xcoff_bfd_link_hash_table_create
,
4438 _bfd_generic_link_hash_table_free
,
4439 _bfd_xcoff_bfd_link_add_symbols
,
4440 _bfd_generic_link_just_syms
,
4441 _bfd_xcoff_bfd_final_link
,
4442 _bfd_generic_link_split_section
,
4443 bfd_generic_gc_sections
,
4444 bfd_generic_merge_sections
,
4445 bfd_generic_is_group_section
,
4446 bfd_generic_discard_group
,
4449 _bfd_xcoff_get_dynamic_symtab_upper_bound
,
4450 _bfd_xcoff_canonicalize_dynamic_symtab
,
4451 _bfd_nodynamic_get_synthetic_symtab
,
4452 _bfd_xcoff_get_dynamic_reloc_upper_bound
,
4453 _bfd_xcoff_canonicalize_dynamic_reloc
,
4455 /* Opposite endian version, none exists */
4458 (void *) &bfd_pmac_xcoff_backend_data
,