1 /* BFD back-end for IBM RS/6000 "XCOFF" files.
2 Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
3 2008, 2009 Free Software Foundation, Inc.
4 Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
5 Archive support from Damon A. Permezel.
6 Contributed by IBM Corporation and Cygnus Support.
8 This file is part of BFD, the Binary File Descriptor library.
10 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation; either version 3 of the License, or
13 (at your option) any later version.
15 This program is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
20 You should have received a copy of the GNU General Public License
21 along with this program; if not, write to the Free Software
22 Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
23 MA 02110-1301, USA. */
29 #include "coff/internal.h"
30 #include "coff/xcoff.h"
31 #include "coff/rs6000.h"
35 extern bfd_boolean _bfd_xcoff_mkobject
37 extern bfd_boolean _bfd_xcoff_copy_private_bfd_data
38 PARAMS ((bfd
*, bfd
*));
39 extern bfd_boolean _bfd_xcoff_is_local_label_name
40 PARAMS ((bfd
*, const char *));
41 extern reloc_howto_type
*_bfd_xcoff_reloc_type_lookup
42 PARAMS ((bfd
*, bfd_reloc_code_real_type
));
43 extern bfd_boolean _bfd_xcoff_slurp_armap
45 extern const bfd_target
*_bfd_xcoff_archive_p
47 extern PTR _bfd_xcoff_read_ar_hdr
49 extern bfd
*_bfd_xcoff_openr_next_archived_file
50 PARAMS ((bfd
*, bfd
*));
51 extern int _bfd_xcoff_stat_arch_elt
52 PARAMS ((bfd
*, struct stat
*));
53 extern bfd_boolean _bfd_xcoff_write_armap
54 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
55 extern bfd_boolean _bfd_xcoff_write_archive_contents
57 extern int _bfd_xcoff_sizeof_headers
58 PARAMS ((bfd
*, struct bfd_link_info
*));
59 extern void _bfd_xcoff_swap_sym_in
60 PARAMS ((bfd
*, PTR
, PTR
));
61 extern unsigned int _bfd_xcoff_swap_sym_out
62 PARAMS ((bfd
*, PTR
, PTR
));
63 extern void _bfd_xcoff_swap_aux_in
64 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
65 extern unsigned int _bfd_xcoff_swap_aux_out
66 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
67 static void xcoff_swap_reloc_in
68 PARAMS ((bfd
*, PTR
, PTR
));
69 static unsigned int xcoff_swap_reloc_out
70 PARAMS ((bfd
*, PTR
, PTR
));
72 /* Forward declare xcoff_rtype2howto for coffcode.h macro. */
73 void xcoff_rtype2howto
74 PARAMS ((arelent
*, struct internal_reloc
*));
76 /* coffcode.h needs these to be defined. */
77 #define RS6000COFF_C 1
79 #define SELECT_RELOC(internal, howto) \
81 internal.r_type = howto->type; \
83 ((howto->complain_on_overflow == complain_overflow_signed \
86 | (howto->bitsize - 1)); \
89 #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3)
90 #define COFF_LONG_FILENAMES
91 #define NO_COFF_SYMBOLS
92 #define RTYPE2HOWTO(cache_ptr, dst) xcoff_rtype2howto (cache_ptr, dst)
93 #define coff_mkobject _bfd_xcoff_mkobject
94 #define coff_bfd_copy_private_bfd_data _bfd_xcoff_copy_private_bfd_data
95 #define coff_bfd_is_local_label_name _bfd_xcoff_is_local_label_name
96 #define coff_bfd_reloc_type_lookup _bfd_xcoff_reloc_type_lookup
97 #define coff_bfd_reloc_name_lookup _bfd_xcoff_reloc_name_lookup
99 extern const bfd_target
* rs6000coff_core_p
100 PARAMS ((bfd
*abfd
));
101 extern bfd_boolean rs6000coff_core_file_matches_executable_p
102 PARAMS ((bfd
*cbfd
, bfd
*ebfd
));
103 extern char *rs6000coff_core_file_failing_command
104 PARAMS ((bfd
*abfd
));
105 extern int rs6000coff_core_file_failing_signal
106 PARAMS ((bfd
*abfd
));
107 #define CORE_FILE_P rs6000coff_core_p
108 #define coff_core_file_failing_command \
109 rs6000coff_core_file_failing_command
110 #define coff_core_file_failing_signal \
111 rs6000coff_core_file_failing_signal
112 #define coff_core_file_matches_executable_p \
113 rs6000coff_core_file_matches_executable_p
115 #define CORE_FILE_P _bfd_dummy_target
116 #define coff_core_file_failing_command \
117 _bfd_nocore_core_file_failing_command
118 #define coff_core_file_failing_signal \
119 _bfd_nocore_core_file_failing_signal
120 #define coff_core_file_matches_executable_p \
121 _bfd_nocore_core_file_matches_executable_p
123 #define coff_SWAP_sym_in _bfd_xcoff_swap_sym_in
124 #define coff_SWAP_sym_out _bfd_xcoff_swap_sym_out
125 #define coff_SWAP_aux_in _bfd_xcoff_swap_aux_in
126 #define coff_SWAP_aux_out _bfd_xcoff_swap_aux_out
127 #define coff_swap_reloc_in xcoff_swap_reloc_in
128 #define coff_swap_reloc_out xcoff_swap_reloc_out
129 #define NO_COFF_RELOCS
131 #ifndef bfd_pe_print_pdata
132 #define bfd_pe_print_pdata NULL
135 #include "coffcode.h"
137 /* The main body of code is in coffcode.h. */
139 static const char *normalize_filename
141 static bfd_boolean xcoff_write_armap_old
142 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
143 static bfd_boolean xcoff_write_armap_big
144 PARAMS ((bfd
*, unsigned int, struct orl
*, unsigned int, int));
145 static bfd_boolean xcoff_write_archive_contents_old
147 static bfd_boolean xcoff_write_archive_contents_big
149 static void xcoff_swap_ldhdr_in
150 PARAMS ((bfd
*, const PTR
, struct internal_ldhdr
*));
151 static void xcoff_swap_ldhdr_out
152 PARAMS ((bfd
*, const struct internal_ldhdr
*, PTR
));
153 static void xcoff_swap_ldsym_in
154 PARAMS ((bfd
*, const PTR
, struct internal_ldsym
*));
155 static void xcoff_swap_ldsym_out
156 PARAMS ((bfd
*, const struct internal_ldsym
*, PTR
));
157 static void xcoff_swap_ldrel_in
158 PARAMS ((bfd
*, const PTR
, struct internal_ldrel
*));
159 static void xcoff_swap_ldrel_out
160 PARAMS ((bfd
*, const struct internal_ldrel
*, PTR
));
161 static bfd_boolean xcoff_ppc_relocate_section
162 PARAMS ((bfd
*, struct bfd_link_info
*, bfd
*, asection
*, bfd_byte
*,
163 struct internal_reloc
*, struct internal_syment
*, asection
**));
164 static bfd_boolean _bfd_xcoff_put_ldsymbol_name
165 PARAMS ((bfd
*, struct xcoff_loader_info
*, struct internal_ldsym
*,
167 static asection
*xcoff_create_csect_from_smclas
168 PARAMS ((bfd
*, union internal_auxent
*, const char *));
169 static bfd_boolean xcoff_is_lineno_count_overflow
170 PARAMS ((bfd
*, bfd_vma
));
171 static bfd_boolean xcoff_is_reloc_count_overflow
172 PARAMS ((bfd
*, bfd_vma
));
173 static bfd_vma xcoff_loader_symbol_offset
174 PARAMS ((bfd
*, struct internal_ldhdr
*));
175 static bfd_vma xcoff_loader_reloc_offset
176 PARAMS ((bfd
*, struct internal_ldhdr
*));
177 static bfd_boolean xcoff_generate_rtinit
178 PARAMS ((bfd
*, const char *, const char *, bfd_boolean
));
179 static bfd_boolean do_pad
180 PARAMS ((bfd
*, unsigned int));
181 static bfd_boolean do_copy
182 PARAMS ((bfd
*, bfd
*));
184 /* Relocation functions */
185 static bfd_boolean xcoff_reloc_type_br
186 PARAMS ((XCOFF_RELOC_FUNCTION_ARGS
));
188 static bfd_boolean xcoff_complain_overflow_dont_func
189 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
190 static bfd_boolean xcoff_complain_overflow_bitfield_func
191 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
192 static bfd_boolean xcoff_complain_overflow_signed_func
193 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
194 static bfd_boolean xcoff_complain_overflow_unsigned_func
195 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
));
197 bfd_boolean (*xcoff_calculate_relocation
[XCOFF_MAX_CALCULATE_RELOCATION
])
198 PARAMS ((XCOFF_RELOC_FUNCTION_ARGS
)) =
200 xcoff_reloc_type_pos
, /* R_POS (0x00) */
201 xcoff_reloc_type_neg
, /* R_NEG (0x01) */
202 xcoff_reloc_type_rel
, /* R_REL (0x02) */
203 xcoff_reloc_type_toc
, /* R_TOC (0x03) */
204 xcoff_reloc_type_fail
, /* R_RTB (0x04) */
205 xcoff_reloc_type_toc
, /* R_GL (0x05) */
206 xcoff_reloc_type_toc
, /* R_TCL (0x06) */
207 xcoff_reloc_type_fail
, /* (0x07) */
208 xcoff_reloc_type_ba
, /* R_BA (0x08) */
209 xcoff_reloc_type_fail
, /* (0x09) */
210 xcoff_reloc_type_br
, /* R_BR (0x0a) */
211 xcoff_reloc_type_fail
, /* (0x0b) */
212 xcoff_reloc_type_pos
, /* R_RL (0x0c) */
213 xcoff_reloc_type_pos
, /* R_RLA (0x0d) */
214 xcoff_reloc_type_fail
, /* (0x0e) */
215 xcoff_reloc_type_noop
, /* R_REF (0x0f) */
216 xcoff_reloc_type_fail
, /* (0x10) */
217 xcoff_reloc_type_fail
, /* (0x11) */
218 xcoff_reloc_type_toc
, /* R_TRL (0x12) */
219 xcoff_reloc_type_toc
, /* R_TRLA (0x13) */
220 xcoff_reloc_type_fail
, /* R_RRTBI (0x14) */
221 xcoff_reloc_type_fail
, /* R_RRTBA (0x15) */
222 xcoff_reloc_type_ba
, /* R_CAI (0x16) */
223 xcoff_reloc_type_crel
, /* R_CREL (0x17) */
224 xcoff_reloc_type_ba
, /* R_RBA (0x18) */
225 xcoff_reloc_type_ba
, /* R_RBAC (0x19) */
226 xcoff_reloc_type_br
, /* R_RBR (0x1a) */
227 xcoff_reloc_type_ba
, /* R_RBRC (0x1b) */
230 bfd_boolean (*xcoff_complain_overflow
[XCOFF_MAX_COMPLAIN_OVERFLOW
])
231 PARAMS ((XCOFF_COMPLAIN_FUNCTION_ARGS
)) =
233 xcoff_complain_overflow_dont_func
,
234 xcoff_complain_overflow_bitfield_func
,
235 xcoff_complain_overflow_signed_func
,
236 xcoff_complain_overflow_unsigned_func
,
239 /* Information about one member of an archive. */
240 struct member_layout
{
241 /* The archive member that this structure describes. */
244 /* The number of bytes of padding that must be inserted before the
245 start of the member in order to ensure that the section contents
246 are correctly aligned. */
247 unsigned int leading_padding
;
249 /* The offset of MEMBER from the start of the archive (i.e. the end
250 of the leading padding). */
253 /* The normalized name of MEMBER. */
256 /* The length of NAME, without padding. */
257 bfd_size_type namlen
;
259 /* The length of NAME, with padding. */
260 bfd_size_type padded_namlen
;
262 /* The size of MEMBER's header, including the name and magic sequence. */
263 bfd_size_type header_size
;
265 /* The size of the MEMBER's contents. */
266 bfd_size_type contents_size
;
268 /* The number of bytes of padding that must be inserted after MEMBER
269 in order to preserve even alignment. */
270 bfd_size_type trailing_padding
;
273 /* A structure used for iterating over the members of an archive. */
274 struct archive_iterator
{
275 /* The archive itself. */
278 /* Information about the current archive member. */
279 struct member_layout current
;
281 /* Information about the next archive member. MEMBER is null if there
282 are no more archive members, in which case OFFSET is the offset of
283 the first unused byte. */
284 struct member_layout next
;
287 /* Initialize INFO so that it describes member MEMBER of archive ARCHIVE.
288 OFFSET is the even-padded offset of MEMBER, not including any leading
289 padding needed for section alignment. */
292 member_layout_init (struct member_layout
*info
, bfd
*archive
,
293 bfd
*member
, file_ptr offset
)
295 info
->member
= member
;
296 info
->leading_padding
= 0;
299 info
->name
= normalize_filename (member
);
300 info
->namlen
= strlen (info
->name
);
301 info
->padded_namlen
= info
->namlen
+ (info
->namlen
& 1);
302 if (xcoff_big_format_p (archive
))
303 info
->header_size
= SIZEOF_AR_HDR_BIG
;
305 info
->header_size
= SIZEOF_AR_HDR
;
306 info
->header_size
+= info
->padded_namlen
+ SXCOFFARFMAG
;
307 info
->contents_size
= arelt_size (member
);
308 info
->trailing_padding
= info
->contents_size
& 1;
310 if (bfd_check_format (member
, bfd_object
)
311 && bfd_get_flavour (member
) == bfd_target_xcoff_flavour
312 && (member
->flags
& DYNAMIC
) != 0)
313 info
->leading_padding
314 = (-(offset
+ info
->header_size
)
315 & ((1 << bfd_xcoff_text_align_power (member
)) - 1));
317 info
->offset
= offset
+ info
->leading_padding
;
320 /* Set up ITERATOR to iterate through archive ARCHIVE. */
323 archive_iterator_begin (struct archive_iterator
*iterator
,
326 iterator
->archive
= archive
;
327 member_layout_init (&iterator
->next
, archive
, archive
->archive_head
,
328 xcoff_big_format_p (archive
)
329 ? SIZEOF_AR_FILE_HDR_BIG
330 : SIZEOF_AR_FILE_HDR
);
333 /* Make ITERATOR visit the first unvisited archive member. Return true
334 on success; return false if all members have been visited. */
337 archive_iterator_next (struct archive_iterator
*iterator
)
339 if (!iterator
->next
.member
)
342 iterator
->current
= iterator
->next
;
343 member_layout_init (&iterator
->next
, iterator
->archive
,
344 iterator
->current
.member
->archive_next
,
345 iterator
->current
.offset
346 + iterator
->current
.header_size
347 + iterator
->current
.contents_size
348 + iterator
->current
.trailing_padding
);
352 /* We use our own tdata type. Its first field is the COFF tdata type,
353 so the COFF routines are compatible. */
356 _bfd_xcoff_mkobject (abfd
)
359 coff_data_type
*coff
;
360 bfd_size_type amt
= sizeof (struct xcoff_tdata
);
362 abfd
->tdata
.xcoff_obj_data
= (struct xcoff_tdata
*) bfd_zalloc (abfd
, amt
);
363 if (abfd
->tdata
.xcoff_obj_data
== NULL
)
365 coff
= coff_data (abfd
);
366 coff
->symbols
= (coff_symbol_type
*) NULL
;
367 coff
->conversion_table
= (unsigned int *) NULL
;
368 coff
->raw_syments
= (struct coff_ptr_struct
*) NULL
;
371 xcoff_data (abfd
)->modtype
= ('1' << 8) | 'L';
373 /* We set cputype to -1 to indicate that it has not been
375 xcoff_data (abfd
)->cputype
= -1;
377 xcoff_data (abfd
)->csects
= NULL
;
378 xcoff_data (abfd
)->debug_indices
= NULL
;
380 /* text section alignment is different than the default */
381 bfd_xcoff_text_align_power (abfd
) = 2;
386 /* Copy XCOFF data from one BFD to another. */
389 _bfd_xcoff_copy_private_bfd_data (ibfd
, obfd
)
393 struct xcoff_tdata
*ix
, *ox
;
396 if (ibfd
->xvec
!= obfd
->xvec
)
398 ix
= xcoff_data (ibfd
);
399 ox
= xcoff_data (obfd
);
400 ox
->full_aouthdr
= ix
->full_aouthdr
;
406 sec
= coff_section_from_bfd_index (ibfd
, ix
->sntoc
);
410 ox
->sntoc
= sec
->output_section
->target_index
;
412 if (ix
->snentry
== 0)
416 sec
= coff_section_from_bfd_index (ibfd
, ix
->snentry
);
420 ox
->snentry
= sec
->output_section
->target_index
;
422 bfd_xcoff_text_align_power (obfd
) = bfd_xcoff_text_align_power (ibfd
);
423 bfd_xcoff_data_align_power (obfd
) = bfd_xcoff_data_align_power (ibfd
);
424 ox
->modtype
= ix
->modtype
;
425 ox
->cputype
= ix
->cputype
;
426 ox
->maxdata
= ix
->maxdata
;
427 ox
->maxstack
= ix
->maxstack
;
431 /* I don't think XCOFF really has a notion of local labels based on
432 name. This will mean that ld -X doesn't actually strip anything.
433 The AIX native linker does not have a -X option, and it ignores the
437 _bfd_xcoff_is_local_label_name (abfd
, name
)
438 bfd
*abfd ATTRIBUTE_UNUSED
;
439 const char *name ATTRIBUTE_UNUSED
;
445 _bfd_xcoff_swap_sym_in (abfd
, ext1
, in1
)
450 SYMENT
*ext
= (SYMENT
*)ext1
;
451 struct internal_syment
* in
= (struct internal_syment
*)in1
;
453 if (ext
->e
.e_name
[0] != 0)
455 memcpy (in
->_n
._n_name
, ext
->e
.e_name
, SYMNMLEN
);
459 in
->_n
._n_n
._n_zeroes
= 0;
460 in
->_n
._n_n
._n_offset
= H_GET_32 (abfd
, ext
->e
.e
.e_offset
);
463 in
->n_value
= H_GET_32 (abfd
, ext
->e_value
);
464 in
->n_scnum
= H_GET_16 (abfd
, ext
->e_scnum
);
465 in
->n_type
= H_GET_16 (abfd
, ext
->e_type
);
466 in
->n_sclass
= H_GET_8 (abfd
, ext
->e_sclass
);
467 in
->n_numaux
= H_GET_8 (abfd
, ext
->e_numaux
);
471 _bfd_xcoff_swap_sym_out (abfd
, inp
, extp
)
476 struct internal_syment
*in
= (struct internal_syment
*)inp
;
477 SYMENT
*ext
=(SYMENT
*)extp
;
479 if (in
->_n
._n_name
[0] != 0)
481 memcpy (ext
->e
.e_name
, in
->_n
._n_name
, SYMNMLEN
);
485 H_PUT_32 (abfd
, 0, ext
->e
.e
.e_zeroes
);
486 H_PUT_32 (abfd
, in
->_n
._n_n
._n_offset
, ext
->e
.e
.e_offset
);
489 H_PUT_32 (abfd
, in
->n_value
, ext
->e_value
);
490 H_PUT_16 (abfd
, in
->n_scnum
, ext
->e_scnum
);
491 H_PUT_16 (abfd
, in
->n_type
, ext
->e_type
);
492 H_PUT_8 (abfd
, in
->n_sclass
, ext
->e_sclass
);
493 H_PUT_8 (abfd
, in
->n_numaux
, ext
->e_numaux
);
494 return bfd_coff_symesz (abfd
);
498 _bfd_xcoff_swap_aux_in (abfd
, ext1
, type
, in_class
, indx
, numaux
, in1
)
507 AUXENT
* ext
= (AUXENT
*)ext1
;
508 union internal_auxent
*in
= (union internal_auxent
*)in1
;
513 if (ext
->x_file
.x_fname
[0] == 0)
515 in
->x_file
.x_n
.x_zeroes
= 0;
516 in
->x_file
.x_n
.x_offset
=
517 H_GET_32 (abfd
, ext
->x_file
.x_n
.x_offset
);
524 memcpy (in
->x_file
.x_fname
, ext
->x_file
.x_fname
,
525 numaux
* sizeof (AUXENT
));
529 memcpy (in
->x_file
.x_fname
, ext
->x_file
.x_fname
, FILNMLEN
);
534 /* RS/6000 "csect" auxents */
538 if (indx
+ 1 == numaux
)
540 in
->x_csect
.x_scnlen
.l
= H_GET_32 (abfd
, ext
->x_csect
.x_scnlen
);
541 in
->x_csect
.x_parmhash
= H_GET_32 (abfd
, ext
->x_csect
.x_parmhash
);
542 in
->x_csect
.x_snhash
= H_GET_16 (abfd
, ext
->x_csect
.x_snhash
);
543 /* We don't have to hack bitfields in x_smtyp because it's
544 defined by shifts-and-ands, which are equivalent on all
546 in
->x_csect
.x_smtyp
= H_GET_8 (abfd
, ext
->x_csect
.x_smtyp
);
547 in
->x_csect
.x_smclas
= H_GET_8 (abfd
, ext
->x_csect
.x_smclas
);
548 in
->x_csect
.x_stab
= H_GET_32 (abfd
, ext
->x_csect
.x_stab
);
549 in
->x_csect
.x_snstab
= H_GET_16 (abfd
, ext
->x_csect
.x_snstab
);
559 in
->x_scn
.x_scnlen
= H_GET_32 (abfd
, ext
->x_scn
.x_scnlen
);
560 in
->x_scn
.x_nreloc
= H_GET_16 (abfd
, ext
->x_scn
.x_nreloc
);
561 in
->x_scn
.x_nlinno
= H_GET_16 (abfd
, ext
->x_scn
.x_nlinno
);
562 /* PE defines some extra fields; we zero them out for
564 in
->x_scn
.x_checksum
= 0;
565 in
->x_scn
.x_associated
= 0;
566 in
->x_scn
.x_comdat
= 0;
573 in
->x_sym
.x_tagndx
.l
= H_GET_32 (abfd
, ext
->x_sym
.x_tagndx
);
574 in
->x_sym
.x_tvndx
= H_GET_16 (abfd
, ext
->x_sym
.x_tvndx
);
576 if (in_class
== C_BLOCK
|| in_class
== C_FCN
|| ISFCN (type
)
579 in
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
=
580 H_GET_32 (abfd
, ext
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
);
581 in
->x_sym
.x_fcnary
.x_fcn
.x_endndx
.l
=
582 H_GET_32 (abfd
, ext
->x_sym
.x_fcnary
.x_fcn
.x_endndx
);
586 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0] =
587 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0]);
588 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1] =
589 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1]);
590 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2] =
591 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2]);
592 in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3] =
593 H_GET_16 (abfd
, ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3]);
598 in
->x_sym
.x_misc
.x_fsize
= H_GET_32 (abfd
, ext
->x_sym
.x_misc
.x_fsize
);
602 in
->x_sym
.x_misc
.x_lnsz
.x_lnno
=
603 H_GET_16 (abfd
, ext
->x_sym
.x_misc
.x_lnsz
.x_lnno
);
604 in
->x_sym
.x_misc
.x_lnsz
.x_size
=
605 H_GET_16 (abfd
, ext
->x_sym
.x_misc
.x_lnsz
.x_size
);
609 /* The semicolon is because MSVC doesn't like labels at
614 unsigned int _bfd_xcoff_swap_aux_out
615 PARAMS ((bfd
*, PTR
, int, int, int, int, PTR
));
618 _bfd_xcoff_swap_aux_out (abfd
, inp
, type
, in_class
, indx
, numaux
, extp
)
623 int indx ATTRIBUTE_UNUSED
;
624 int numaux ATTRIBUTE_UNUSED
;
627 union internal_auxent
*in
= (union internal_auxent
*)inp
;
628 AUXENT
*ext
= (AUXENT
*)extp
;
630 memset ((PTR
)ext
, 0, bfd_coff_auxesz (abfd
));
634 if (in
->x_file
.x_fname
[0] == 0)
636 H_PUT_32 (abfd
, 0, ext
->x_file
.x_n
.x_zeroes
);
637 H_PUT_32 (abfd
, in
->x_file
.x_n
.x_offset
, ext
->x_file
.x_n
.x_offset
);
641 memcpy (ext
->x_file
.x_fname
, in
->x_file
.x_fname
, FILNMLEN
);
645 /* RS/6000 "csect" auxents */
649 if (indx
+ 1 == numaux
)
651 H_PUT_32 (abfd
, in
->x_csect
.x_scnlen
.l
, ext
->x_csect
.x_scnlen
);
652 H_PUT_32 (abfd
, in
->x_csect
.x_parmhash
, ext
->x_csect
.x_parmhash
);
653 H_PUT_16 (abfd
, in
->x_csect
.x_snhash
, ext
->x_csect
.x_snhash
);
654 /* We don't have to hack bitfields in x_smtyp because it's
655 defined by shifts-and-ands, which are equivalent on all
657 H_PUT_8 (abfd
, in
->x_csect
.x_smtyp
, ext
->x_csect
.x_smtyp
);
658 H_PUT_8 (abfd
, in
->x_csect
.x_smclas
, ext
->x_csect
.x_smclas
);
659 H_PUT_32 (abfd
, in
->x_csect
.x_stab
, ext
->x_csect
.x_stab
);
660 H_PUT_16 (abfd
, in
->x_csect
.x_snstab
, ext
->x_csect
.x_snstab
);
670 H_PUT_32 (abfd
, in
->x_scn
.x_scnlen
, ext
->x_scn
.x_scnlen
);
671 H_PUT_16 (abfd
, in
->x_scn
.x_nreloc
, ext
->x_scn
.x_nreloc
);
672 H_PUT_16 (abfd
, in
->x_scn
.x_nlinno
, ext
->x_scn
.x_nlinno
);
678 H_PUT_32 (abfd
, in
->x_sym
.x_tagndx
.l
, ext
->x_sym
.x_tagndx
);
679 H_PUT_16 (abfd
, in
->x_sym
.x_tvndx
, ext
->x_sym
.x_tvndx
);
681 if (in_class
== C_BLOCK
|| in_class
== C_FCN
|| ISFCN (type
)
684 H_PUT_32 (abfd
, in
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
,
685 ext
->x_sym
.x_fcnary
.x_fcn
.x_lnnoptr
);
686 H_PUT_32 (abfd
, in
->x_sym
.x_fcnary
.x_fcn
.x_endndx
.l
,
687 ext
->x_sym
.x_fcnary
.x_fcn
.x_endndx
);
691 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0],
692 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[0]);
693 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1],
694 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[1]);
695 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2],
696 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[2]);
697 H_PUT_16 (abfd
, in
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3],
698 ext
->x_sym
.x_fcnary
.x_ary
.x_dimen
[3]);
702 H_PUT_32 (abfd
, in
->x_sym
.x_misc
.x_fsize
, ext
->x_sym
.x_misc
.x_fsize
);
705 H_PUT_16 (abfd
, in
->x_sym
.x_misc
.x_lnsz
.x_lnno
,
706 ext
->x_sym
.x_misc
.x_lnsz
.x_lnno
);
707 H_PUT_16 (abfd
, in
->x_sym
.x_misc
.x_lnsz
.x_size
,
708 ext
->x_sym
.x_misc
.x_lnsz
.x_size
);
712 return bfd_coff_auxesz (abfd
);
717 /* The XCOFF reloc table. Actually, XCOFF relocations specify the
718 bitsize and whether they are signed or not, along with a
719 conventional type. This table is for the types, which are used for
720 different algorithms for putting in the reloc. Many of these
721 relocs need special_function entries, which I have not written. */
724 reloc_howto_type xcoff_howto_table
[] =
726 /* Standard 32 bit relocation. */
727 HOWTO (R_POS
, /* type */
729 2, /* size (0 = byte, 1 = short, 2 = long) */
731 FALSE
, /* pc_relative */
733 complain_overflow_bitfield
, /* complain_on_overflow */
734 0, /* special_function */
736 TRUE
, /* partial_inplace */
737 0xffffffff, /* src_mask */
738 0xffffffff, /* dst_mask */
739 FALSE
), /* pcrel_offset */
741 /* 32 bit relocation, but store negative value. */
742 HOWTO (R_NEG
, /* type */
744 -2, /* size (0 = byte, 1 = short, 2 = long) */
746 FALSE
, /* pc_relative */
748 complain_overflow_bitfield
, /* complain_on_overflow */
749 0, /* special_function */
751 TRUE
, /* partial_inplace */
752 0xffffffff, /* src_mask */
753 0xffffffff, /* dst_mask */
754 FALSE
), /* pcrel_offset */
756 /* 32 bit PC relative relocation. */
757 HOWTO (R_REL
, /* type */
759 2, /* size (0 = byte, 1 = short, 2 = long) */
761 TRUE
, /* pc_relative */
763 complain_overflow_signed
, /* complain_on_overflow */
764 0, /* special_function */
766 TRUE
, /* partial_inplace */
767 0xffffffff, /* src_mask */
768 0xffffffff, /* dst_mask */
769 FALSE
), /* pcrel_offset */
771 /* 16 bit TOC relative relocation. */
772 HOWTO (R_TOC
, /* type */
774 1, /* size (0 = byte, 1 = short, 2 = long) */
776 FALSE
, /* pc_relative */
778 complain_overflow_bitfield
, /* complain_on_overflow */
779 0, /* special_function */
781 TRUE
, /* partial_inplace */
782 0xffff, /* src_mask */
783 0xffff, /* dst_mask */
784 FALSE
), /* pcrel_offset */
786 /* I don't really know what this is. */
787 HOWTO (R_RTB
, /* type */
789 2, /* size (0 = byte, 1 = short, 2 = long) */
791 FALSE
, /* pc_relative */
793 complain_overflow_bitfield
, /* complain_on_overflow */
794 0, /* special_function */
796 TRUE
, /* partial_inplace */
797 0xffffffff, /* src_mask */
798 0xffffffff, /* dst_mask */
799 FALSE
), /* pcrel_offset */
801 /* External TOC relative symbol. */
802 HOWTO (R_GL
, /* 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 /* Local TOC relative symbol. */
817 HOWTO (R_TCL
, /* 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 */
833 /* Non modifiable absolute branch. */
834 HOWTO (R_BA
, /* type */
836 2, /* size (0 = byte, 1 = short, 2 = long) */
838 FALSE
, /* pc_relative */
840 complain_overflow_bitfield
, /* complain_on_overflow */
841 0, /* special_function */
842 "R_BA_26", /* name */
843 TRUE
, /* partial_inplace */
844 0x03fffffc, /* src_mask */
845 0x03fffffc, /* dst_mask */
846 FALSE
), /* pcrel_offset */
850 /* Non modifiable relative branch. */
851 HOWTO (R_BR
, /* type */
853 2, /* size (0 = byte, 1 = short, 2 = long) */
855 TRUE
, /* pc_relative */
857 complain_overflow_signed
, /* complain_on_overflow */
858 0, /* special_function */
860 TRUE
, /* partial_inplace */
861 0x03fffffc, /* src_mask */
862 0x03fffffc, /* dst_mask */
863 FALSE
), /* pcrel_offset */
868 HOWTO (R_RL
, /* type */
870 1, /* size (0 = byte, 1 = short, 2 = long) */
872 FALSE
, /* pc_relative */
874 complain_overflow_bitfield
, /* complain_on_overflow */
875 0, /* special_function */
877 TRUE
, /* partial_inplace */
878 0xffff, /* src_mask */
879 0xffff, /* dst_mask */
880 FALSE
), /* pcrel_offset */
883 HOWTO (R_RLA
, /* type */
885 1, /* size (0 = byte, 1 = short, 2 = long) */
887 FALSE
, /* pc_relative */
889 complain_overflow_bitfield
, /* complain_on_overflow */
890 0, /* special_function */
892 TRUE
, /* partial_inplace */
893 0xffff, /* src_mask */
894 0xffff, /* dst_mask */
895 FALSE
), /* pcrel_offset */
899 /* Non-relocating reference. */
900 HOWTO (R_REF
, /* type */
902 2, /* size (0 = byte, 1 = short, 2 = long) */
904 FALSE
, /* pc_relative */
906 complain_overflow_dont
, /* complain_on_overflow */
907 0, /* special_function */
909 FALSE
, /* partial_inplace */
912 FALSE
), /* pcrel_offset */
917 /* TOC relative indirect load. */
918 HOWTO (R_TRL
, /* type */
920 1, /* size (0 = byte, 1 = short, 2 = long) */
922 FALSE
, /* pc_relative */
924 complain_overflow_bitfield
, /* complain_on_overflow */
925 0, /* special_function */
927 TRUE
, /* partial_inplace */
928 0xffff, /* src_mask */
929 0xffff, /* dst_mask */
930 FALSE
), /* pcrel_offset */
932 /* TOC relative load address. */
933 HOWTO (R_TRLA
, /* type */
935 1, /* size (0 = byte, 1 = short, 2 = long) */
937 FALSE
, /* pc_relative */
939 complain_overflow_bitfield
, /* complain_on_overflow */
940 0, /* special_function */
942 TRUE
, /* partial_inplace */
943 0xffff, /* src_mask */
944 0xffff, /* dst_mask */
945 FALSE
), /* pcrel_offset */
947 /* Modifiable relative branch. */
948 HOWTO (R_RRTBI
, /* type */
950 2, /* size (0 = byte, 1 = short, 2 = long) */
952 FALSE
, /* pc_relative */
954 complain_overflow_bitfield
, /* complain_on_overflow */
955 0, /* special_function */
956 "R_RRTBI", /* name */
957 TRUE
, /* partial_inplace */
958 0xffffffff, /* src_mask */
959 0xffffffff, /* dst_mask */
960 FALSE
), /* pcrel_offset */
962 /* Modifiable absolute branch. */
963 HOWTO (R_RRTBA
, /* type */
965 2, /* size (0 = byte, 1 = short, 2 = long) */
967 FALSE
, /* pc_relative */
969 complain_overflow_bitfield
, /* complain_on_overflow */
970 0, /* special_function */
971 "R_RRTBA", /* name */
972 TRUE
, /* partial_inplace */
973 0xffffffff, /* src_mask */
974 0xffffffff, /* dst_mask */
975 FALSE
), /* pcrel_offset */
977 /* Modifiable call absolute indirect. */
978 HOWTO (R_CAI
, /* type */
980 1, /* size (0 = byte, 1 = short, 2 = long) */
982 FALSE
, /* pc_relative */
984 complain_overflow_bitfield
, /* complain_on_overflow */
985 0, /* special_function */
987 TRUE
, /* partial_inplace */
988 0xffff, /* src_mask */
989 0xffff, /* dst_mask */
990 FALSE
), /* pcrel_offset */
992 /* Modifiable call relative. */
993 HOWTO (R_CREL
, /* type */
995 1, /* size (0 = byte, 1 = short, 2 = long) */
997 FALSE
, /* pc_relative */
999 complain_overflow_bitfield
, /* complain_on_overflow */
1000 0, /* special_function */
1001 "R_CREL", /* name */
1002 TRUE
, /* partial_inplace */
1003 0xffff, /* src_mask */
1004 0xffff, /* dst_mask */
1005 FALSE
), /* pcrel_offset */
1007 /* Modifiable branch absolute. */
1008 HOWTO (R_RBA
, /* type */
1010 2, /* size (0 = byte, 1 = short, 2 = long) */
1012 FALSE
, /* pc_relative */
1014 complain_overflow_bitfield
, /* complain_on_overflow */
1015 0, /* special_function */
1017 TRUE
, /* partial_inplace */
1018 0x03fffffc, /* src_mask */
1019 0x03fffffc, /* dst_mask */
1020 FALSE
), /* pcrel_offset */
1022 /* Modifiable branch absolute. */
1023 HOWTO (R_RBAC
, /* type */
1025 2, /* size (0 = byte, 1 = short, 2 = long) */
1027 FALSE
, /* pc_relative */
1029 complain_overflow_bitfield
, /* complain_on_overflow */
1030 0, /* special_function */
1031 "R_RBAC", /* name */
1032 TRUE
, /* partial_inplace */
1033 0xffffffff, /* src_mask */
1034 0xffffffff, /* dst_mask */
1035 FALSE
), /* pcrel_offset */
1037 /* Modifiable branch relative. */
1038 HOWTO (R_RBR
, /* type */
1040 2, /* size (0 = byte, 1 = short, 2 = long) */
1042 FALSE
, /* pc_relative */
1044 complain_overflow_signed
, /* complain_on_overflow */
1045 0, /* special_function */
1046 "R_RBR_26", /* name */
1047 TRUE
, /* partial_inplace */
1048 0x03fffffc, /* src_mask */
1049 0x03fffffc, /* dst_mask */
1050 FALSE
), /* pcrel_offset */
1052 /* Modifiable branch absolute. */
1053 HOWTO (R_RBRC
, /* type */
1055 1, /* size (0 = byte, 1 = short, 2 = long) */
1057 FALSE
, /* pc_relative */
1059 complain_overflow_bitfield
, /* complain_on_overflow */
1060 0, /* special_function */
1061 "R_RBRC", /* name */
1062 TRUE
, /* partial_inplace */
1063 0xffff, /* src_mask */
1064 0xffff, /* dst_mask */
1065 FALSE
), /* pcrel_offset */
1067 /* 16 bit Non modifiable absolute branch. */
1068 HOWTO (R_BA
, /* type */
1070 1, /* size (0 = byte, 1 = short, 2 = long) */
1072 FALSE
, /* pc_relative */
1074 complain_overflow_bitfield
, /* complain_on_overflow */
1075 0, /* special_function */
1076 "R_BA_16", /* name */
1077 TRUE
, /* partial_inplace */
1078 0xfffc, /* src_mask */
1079 0xfffc, /* dst_mask */
1080 FALSE
), /* pcrel_offset */
1082 /* Modifiable branch relative. */
1083 HOWTO (R_RBR
, /* type */
1085 1, /* size (0 = byte, 1 = short, 2 = long) */
1087 FALSE
, /* pc_relative */
1089 complain_overflow_signed
, /* complain_on_overflow */
1090 0, /* special_function */
1091 "R_RBR_16", /* name */
1092 TRUE
, /* partial_inplace */
1093 0xffff, /* src_mask */
1094 0xffff, /* dst_mask */
1095 FALSE
), /* pcrel_offset */
1097 /* Modifiable branch relative. */
1098 HOWTO (R_RBA
, /* type */
1100 1, /* size (0 = byte, 1 = short, 2 = long) */
1102 FALSE
, /* pc_relative */
1104 complain_overflow_signed
, /* complain_on_overflow */
1105 0, /* special_function */
1106 "R_RBA_16", /* name */
1107 TRUE
, /* partial_inplace */
1108 0xffff, /* src_mask */
1109 0xffff, /* dst_mask */
1110 FALSE
), /* pcrel_offset */
1115 xcoff_rtype2howto (relent
, internal
)
1117 struct internal_reloc
*internal
;
1119 if (internal
->r_type
> R_RBRC
)
1122 /* Default howto layout works most of the time */
1123 relent
->howto
= &xcoff_howto_table
[internal
->r_type
];
1125 /* Special case some 16 bit reloc */
1126 if (15 == (internal
->r_size
& 0x1f))
1128 if (R_BA
== internal
->r_type
)
1129 relent
->howto
= &xcoff_howto_table
[0x1c];
1130 else if (R_RBR
== internal
->r_type
)
1131 relent
->howto
= &xcoff_howto_table
[0x1d];
1132 else if (R_RBA
== internal
->r_type
)
1133 relent
->howto
= &xcoff_howto_table
[0x1e];
1136 /* The r_size field of an XCOFF reloc encodes the bitsize of the
1137 relocation, as well as indicating whether it is signed or not.
1138 Doublecheck that the relocation information gathered from the
1139 type matches this information. The bitsize is not significant
1140 for R_REF relocs. */
1141 if (relent
->howto
->dst_mask
!= 0
1142 && (relent
->howto
->bitsize
1143 != ((unsigned int) internal
->r_size
& 0x1f) + 1))
1148 _bfd_xcoff_reloc_type_lookup (abfd
, code
)
1149 bfd
*abfd ATTRIBUTE_UNUSED
;
1150 bfd_reloc_code_real_type code
;
1154 case BFD_RELOC_PPC_B26
:
1155 return &xcoff_howto_table
[0xa];
1156 case BFD_RELOC_PPC_BA16
:
1157 return &xcoff_howto_table
[0x1c];
1158 case BFD_RELOC_PPC_BA26
:
1159 return &xcoff_howto_table
[8];
1160 case BFD_RELOC_PPC_TOC16
:
1161 return &xcoff_howto_table
[3];
1163 case BFD_RELOC_CTOR
:
1164 return &xcoff_howto_table
[0];
1170 static reloc_howto_type
*
1171 _bfd_xcoff_reloc_name_lookup (bfd
*abfd ATTRIBUTE_UNUSED
,
1177 i
< sizeof (xcoff_howto_table
) / sizeof (xcoff_howto_table
[0]);
1179 if (xcoff_howto_table
[i
].name
!= NULL
1180 && strcasecmp (xcoff_howto_table
[i
].name
, r_name
) == 0)
1181 return &xcoff_howto_table
[i
];
1186 /* XCOFF archive support. The original version of this code was by
1187 Damon A. Permezel. It was enhanced to permit cross support, and
1188 writing archive files, by Ian Lance Taylor, Cygnus Support.
1190 XCOFF uses its own archive format. Everything is hooked together
1191 with file offset links, so it is possible to rapidly update an
1192 archive in place. Of course, we don't do that. An XCOFF archive
1193 has a real file header, not just an ARMAG string. The structure of
1194 the file header and of each archive header appear below.
1196 An XCOFF archive also has a member table, which is a list of
1197 elements in the archive (you can get that by looking through the
1198 linked list, but you have to read a lot more of the file). The
1199 member table has a normal archive header with an empty name. It is
1200 normally (and perhaps must be) the second to last entry in the
1201 archive. The member table data is almost printable ASCII. It
1202 starts with a 12 character decimal string which is the number of
1203 entries in the table. For each entry it has a 12 character decimal
1204 string which is the offset in the archive of that member. These
1205 entries are followed by a series of null terminated strings which
1206 are the member names for each entry.
1208 Finally, an XCOFF archive has a global symbol table, which is what
1209 we call the armap. The global symbol table has a normal archive
1210 header with an empty name. It is normally (and perhaps must be)
1211 the last entry in the archive. The contents start with a four byte
1212 binary number which is the number of entries. This is followed by
1213 a that many four byte binary numbers; each is the file offset of an
1214 entry in the archive. These numbers are followed by a series of
1215 null terminated strings, which are symbol names.
1217 AIX 4.3 introduced a new archive format which can handle larger
1218 files and also 32- and 64-bit objects in the same archive. The
1219 things said above remain true except that there is now more than
1220 one global symbol table. The one is used to index 32-bit objects,
1221 the other for 64-bit objects.
1223 The new archives (recognizable by the new ARMAG string) has larger
1224 field lengths so that we cannot really share any code. Also we have
1225 to take care that we are not generating the new form of archives
1226 on AIX 4.2 or earlier systems. */
1228 /* XCOFF archives use this as a magic string. Note that both strings
1229 have the same length. */
1231 /* Set the magic for archive. */
1234 bfd_xcoff_ar_archive_set_magic (abfd
, magic
)
1235 bfd
*abfd ATTRIBUTE_UNUSED
;
1236 char *magic ATTRIBUTE_UNUSED
;
1238 /* Not supported yet. */
1240 /* bfd_xcoff_archive_set_magic (abfd, magic); */
1243 /* Read in the armap of an XCOFF archive. */
1246 _bfd_xcoff_slurp_armap (abfd
)
1252 bfd_byte
*contents
, *cend
;
1257 if (xcoff_ardata (abfd
) == NULL
)
1259 bfd_has_map (abfd
) = FALSE
;
1263 if (! xcoff_big_format_p (abfd
))
1265 /* This is for the old format. */
1266 struct xcoff_ar_hdr hdr
;
1268 off
= strtol (xcoff_ardata (abfd
)->symoff
, (char **) NULL
, 10);
1271 bfd_has_map (abfd
) = FALSE
;
1275 if (bfd_seek (abfd
, off
, SEEK_SET
) != 0)
1278 /* The symbol table starts with a normal archive header. */
1279 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1283 /* Skip the name (normally empty). */
1284 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1285 off
= ((namlen
+ 1) & ~ (size_t) 1) + SXCOFFARFMAG
;
1286 if (bfd_seek (abfd
, off
, SEEK_CUR
) != 0)
1289 sz
= strtol (hdr
.size
, (char **) NULL
, 10);
1291 /* Read in the entire symbol table. */
1292 contents
= (bfd_byte
*) bfd_alloc (abfd
, sz
);
1293 if (contents
== NULL
)
1295 if (bfd_bread ((PTR
) contents
, sz
, abfd
) != sz
)
1298 /* The symbol table starts with a four byte count. */
1299 c
= H_GET_32 (abfd
, contents
);
1303 bfd_set_error (bfd_error_bad_value
);
1307 bfd_ardata (abfd
)->symdefs
=
1308 ((carsym
*) bfd_alloc (abfd
, c
* sizeof (carsym
)));
1309 if (bfd_ardata (abfd
)->symdefs
== NULL
)
1312 /* After the count comes a list of four byte file offsets. */
1313 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
, p
= contents
+ 4;
1315 ++i
, ++arsym
, p
+= 4)
1316 arsym
->file_offset
= H_GET_32 (abfd
, p
);
1320 /* This is for the new format. */
1321 struct xcoff_ar_hdr_big hdr
;
1323 off
= strtol (xcoff_ardata_big (abfd
)->symoff
, (char **) NULL
, 10);
1326 bfd_has_map (abfd
) = FALSE
;
1330 if (bfd_seek (abfd
, off
, SEEK_SET
) != 0)
1333 /* The symbol table starts with a normal archive header. */
1334 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR_BIG
, abfd
)
1335 != SIZEOF_AR_HDR_BIG
)
1338 /* Skip the name (normally empty). */
1339 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1340 off
= ((namlen
+ 1) & ~ (size_t) 1) + SXCOFFARFMAG
;
1341 if (bfd_seek (abfd
, off
, SEEK_CUR
) != 0)
1344 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1345 machines) since the field width is 20 and there numbers with more
1346 than 32 bits can be represented. */
1347 sz
= strtol (hdr
.size
, (char **) NULL
, 10);
1349 /* Read in the entire symbol table. */
1350 contents
= (bfd_byte
*) bfd_alloc (abfd
, sz
);
1351 if (contents
== NULL
)
1353 if (bfd_bread ((PTR
) contents
, sz
, abfd
) != sz
)
1356 /* The symbol table starts with an eight byte count. */
1357 c
= H_GET_64 (abfd
, contents
);
1361 bfd_set_error (bfd_error_bad_value
);
1365 bfd_ardata (abfd
)->symdefs
=
1366 ((carsym
*) bfd_alloc (abfd
, c
* sizeof (carsym
)));
1367 if (bfd_ardata (abfd
)->symdefs
== NULL
)
1370 /* After the count comes a list of eight byte file offsets. */
1371 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
, p
= contents
+ 8;
1373 ++i
, ++arsym
, p
+= 8)
1374 arsym
->file_offset
= H_GET_64 (abfd
, p
);
1377 /* After the file offsets come null terminated symbol names. */
1378 cend
= contents
+ sz
;
1379 for (i
= 0, arsym
= bfd_ardata (abfd
)->symdefs
;
1381 ++i
, ++arsym
, p
+= strlen ((char *) p
) + 1)
1385 bfd_set_error (bfd_error_bad_value
);
1388 arsym
->name
= (char *) p
;
1391 bfd_ardata (abfd
)->symdef_count
= c
;
1392 bfd_has_map (abfd
) = TRUE
;
1397 /* See if this is an XCOFF archive. */
1400 _bfd_xcoff_archive_p (abfd
)
1403 struct artdata
*tdata_hold
;
1404 char magic
[SXCOFFARMAG
];
1405 bfd_size_type amt
= SXCOFFARMAG
;
1407 if (bfd_bread ((PTR
) magic
, amt
, abfd
) != amt
)
1409 if (bfd_get_error () != bfd_error_system_call
)
1410 bfd_set_error (bfd_error_wrong_format
);
1414 if (strncmp (magic
, XCOFFARMAG
, SXCOFFARMAG
) != 0
1415 && strncmp (magic
, XCOFFARMAGBIG
, SXCOFFARMAG
) != 0)
1417 bfd_set_error (bfd_error_wrong_format
);
1421 tdata_hold
= bfd_ardata (abfd
);
1423 amt
= sizeof (struct artdata
);
1424 bfd_ardata (abfd
) = (struct artdata
*) bfd_zalloc (abfd
, amt
);
1425 if (bfd_ardata (abfd
) == (struct artdata
*) NULL
)
1426 goto error_ret_restore
;
1428 /* Cleared by bfd_zalloc above.
1429 bfd_ardata (abfd)->cache = NULL;
1430 bfd_ardata (abfd)->archive_head = NULL;
1431 bfd_ardata (abfd)->symdefs = NULL;
1432 bfd_ardata (abfd)->extended_names = NULL;
1433 bfd_ardata (abfd)->extended_names_size = 0; */
1435 /* Now handle the two formats. */
1436 if (magic
[1] != 'b')
1438 /* This is the old format. */
1439 struct xcoff_ar_file_hdr hdr
;
1441 /* Copy over the magic string. */
1442 memcpy (hdr
.magic
, magic
, SXCOFFARMAG
);
1444 /* Now read the rest of the file header. */
1445 amt
= SIZEOF_AR_FILE_HDR
- SXCOFFARMAG
;
1446 if (bfd_bread ((PTR
) &hdr
.memoff
, amt
, abfd
) != amt
)
1448 if (bfd_get_error () != bfd_error_system_call
)
1449 bfd_set_error (bfd_error_wrong_format
);
1453 bfd_ardata (abfd
)->first_file_filepos
= strtol (hdr
.firstmemoff
,
1454 (char **) NULL
, 10);
1456 amt
= SIZEOF_AR_FILE_HDR
;
1457 bfd_ardata (abfd
)->tdata
= bfd_zalloc (abfd
, amt
);
1458 if (bfd_ardata (abfd
)->tdata
== NULL
)
1461 memcpy (bfd_ardata (abfd
)->tdata
, &hdr
, SIZEOF_AR_FILE_HDR
);
1465 /* This is the new format. */
1466 struct xcoff_ar_file_hdr_big hdr
;
1468 /* Copy over the magic string. */
1469 memcpy (hdr
.magic
, magic
, SXCOFFARMAG
);
1471 /* Now read the rest of the file header. */
1472 amt
= SIZEOF_AR_FILE_HDR_BIG
- SXCOFFARMAG
;
1473 if (bfd_bread ((PTR
) &hdr
.memoff
, amt
, abfd
) != amt
)
1475 if (bfd_get_error () != bfd_error_system_call
)
1476 bfd_set_error (bfd_error_wrong_format
);
1480 bfd_ardata (abfd
)->first_file_filepos
= bfd_scan_vma (hdr
.firstmemoff
,
1484 amt
= SIZEOF_AR_FILE_HDR_BIG
;
1485 bfd_ardata (abfd
)->tdata
= bfd_zalloc (abfd
, amt
);
1486 if (bfd_ardata (abfd
)->tdata
== NULL
)
1489 memcpy (bfd_ardata (abfd
)->tdata
, &hdr
, SIZEOF_AR_FILE_HDR_BIG
);
1492 if (! _bfd_xcoff_slurp_armap (abfd
))
1495 bfd_release (abfd
, bfd_ardata (abfd
));
1497 bfd_ardata (abfd
) = tdata_hold
;
1504 /* Read the archive header in an XCOFF archive. */
1507 _bfd_xcoff_read_ar_hdr (abfd
)
1510 bfd_size_type namlen
;
1511 struct areltdata
*ret
;
1512 bfd_size_type amt
= sizeof (struct areltdata
);
1514 ret
= (struct areltdata
*) bfd_alloc (abfd
, amt
);
1518 if (! xcoff_big_format_p (abfd
))
1520 struct xcoff_ar_hdr hdr
;
1521 struct xcoff_ar_hdr
*hdrp
;
1523 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1530 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1531 amt
= SIZEOF_AR_HDR
+ namlen
+ 1;
1532 hdrp
= (struct xcoff_ar_hdr
*) bfd_alloc (abfd
, amt
);
1538 memcpy (hdrp
, &hdr
, SIZEOF_AR_HDR
);
1539 if (bfd_bread ((char *) hdrp
+ SIZEOF_AR_HDR
, namlen
, abfd
) != namlen
)
1544 ((char *) hdrp
)[SIZEOF_AR_HDR
+ namlen
] = '\0';
1546 ret
->arch_header
= (char *) hdrp
;
1547 ret
->parsed_size
= strtol (hdr
.size
, (char **) NULL
, 10);
1548 ret
->filename
= (char *) hdrp
+ SIZEOF_AR_HDR
;
1552 struct xcoff_ar_hdr_big hdr
;
1553 struct xcoff_ar_hdr_big
*hdrp
;
1555 if (bfd_bread ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR_BIG
, abfd
)
1556 != SIZEOF_AR_HDR_BIG
)
1562 namlen
= strtol (hdr
.namlen
, (char **) NULL
, 10);
1563 amt
= SIZEOF_AR_HDR_BIG
+ namlen
+ 1;
1564 hdrp
= (struct xcoff_ar_hdr_big
*) bfd_alloc (abfd
, amt
);
1570 memcpy (hdrp
, &hdr
, SIZEOF_AR_HDR_BIG
);
1571 if (bfd_bread ((char *) hdrp
+ SIZEOF_AR_HDR_BIG
, namlen
, abfd
) != namlen
)
1576 ((char *) hdrp
)[SIZEOF_AR_HDR_BIG
+ namlen
] = '\0';
1578 ret
->arch_header
= (char *) hdrp
;
1579 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1580 machines) since the field width is 20 and there numbers with more
1581 than 32 bits can be represented. */
1582 ret
->parsed_size
= strtol (hdr
.size
, (char **) NULL
, 10);
1583 ret
->filename
= (char *) hdrp
+ SIZEOF_AR_HDR_BIG
;
1586 /* Skip over the XCOFFARFMAG at the end of the file name. */
1587 if (bfd_seek (abfd
, (file_ptr
) ((namlen
& 1) + SXCOFFARFMAG
), SEEK_CUR
) != 0)
1593 /* Open the next element in an XCOFF archive. */
1596 _bfd_xcoff_openr_next_archived_file (archive
, last_file
)
1602 if (xcoff_ardata (archive
) == NULL
)
1604 bfd_set_error (bfd_error_invalid_operation
);
1608 if (! xcoff_big_format_p (archive
))
1610 if (last_file
== NULL
)
1611 filestart
= bfd_ardata (archive
)->first_file_filepos
;
1613 filestart
= strtol (arch_xhdr (last_file
)->nextoff
, (char **) NULL
,
1617 || filestart
== strtol (xcoff_ardata (archive
)->memoff
,
1619 || filestart
== strtol (xcoff_ardata (archive
)->symoff
,
1620 (char **) NULL
, 10))
1622 bfd_set_error (bfd_error_no_more_archived_files
);
1628 if (last_file
== NULL
)
1629 filestart
= bfd_ardata (archive
)->first_file_filepos
;
1631 /* XXX These actually have to be a calls to strtoll (at least
1632 on 32-bit machines) since the fields's width is 20 and
1633 there numbers with more than 32 bits can be represented. */
1634 filestart
= strtol (arch_xhdr_big (last_file
)->nextoff
, (char **) NULL
,
1637 /* XXX These actually have to be calls to strtoll (at least on 32-bit
1638 machines) since the fields's width is 20 and there numbers with more
1639 than 32 bits can be represented. */
1641 || filestart
== strtol (xcoff_ardata_big (archive
)->memoff
,
1643 || filestart
== strtol (xcoff_ardata_big (archive
)->symoff
,
1644 (char **) NULL
, 10))
1646 bfd_set_error (bfd_error_no_more_archived_files
);
1651 return _bfd_get_elt_at_filepos (archive
, filestart
);
1654 /* Stat an element in an XCOFF archive. */
1657 _bfd_xcoff_stat_arch_elt (abfd
, s
)
1661 if (abfd
->arelt_data
== NULL
)
1663 bfd_set_error (bfd_error_invalid_operation
);
1667 if (! xcoff_big_format_p (abfd
->my_archive
))
1669 struct xcoff_ar_hdr
*hdrp
= arch_xhdr (abfd
);
1671 s
->st_mtime
= strtol (hdrp
->date
, (char **) NULL
, 10);
1672 s
->st_uid
= strtol (hdrp
->uid
, (char **) NULL
, 10);
1673 s
->st_gid
= strtol (hdrp
->gid
, (char **) NULL
, 10);
1674 s
->st_mode
= strtol (hdrp
->mode
, (char **) NULL
, 8);
1675 s
->st_size
= arch_eltdata (abfd
)->parsed_size
;
1679 struct xcoff_ar_hdr_big
*hdrp
= arch_xhdr_big (abfd
);
1681 s
->st_mtime
= strtol (hdrp
->date
, (char **) NULL
, 10);
1682 s
->st_uid
= strtol (hdrp
->uid
, (char **) NULL
, 10);
1683 s
->st_gid
= strtol (hdrp
->gid
, (char **) NULL
, 10);
1684 s
->st_mode
= strtol (hdrp
->mode
, (char **) NULL
, 8);
1685 s
->st_size
= arch_eltdata (abfd
)->parsed_size
;
1691 /* Normalize a file name for inclusion in an archive. */
1694 normalize_filename (abfd
)
1698 const char *filename
;
1700 file
= bfd_get_filename (abfd
);
1701 filename
= strrchr (file
, '/');
1702 if (filename
!= NULL
)
1709 /* Write out an XCOFF armap. */
1712 xcoff_write_armap_old (abfd
, elength
, map
, orl_count
, stridx
)
1714 unsigned int elength ATTRIBUTE_UNUSED
;
1716 unsigned int orl_count
;
1719 struct archive_iterator iterator
;
1720 struct xcoff_ar_hdr hdr
;
1722 unsigned char buf
[4];
1725 memset (&hdr
, 0, sizeof hdr
);
1726 sprintf (hdr
.size
, "%ld", (long) (4 + orl_count
* 4 + stridx
));
1727 sprintf (hdr
.nextoff
, "%d", 0);
1728 memcpy (hdr
.prevoff
, xcoff_ardata (abfd
)->memoff
, XCOFFARMAG_ELEMENT_SIZE
);
1729 sprintf (hdr
.date
, "%d", 0);
1730 sprintf (hdr
.uid
, "%d", 0);
1731 sprintf (hdr
.gid
, "%d", 0);
1732 sprintf (hdr
.mode
, "%d", 0);
1733 sprintf (hdr
.namlen
, "%d", 0);
1735 /* We need spaces, not null bytes, in the header. */
1736 for (p
= (char *) &hdr
; p
< (char *) &hdr
+ SIZEOF_AR_HDR
; p
++)
1740 if (bfd_bwrite ((PTR
) &hdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
1742 || (bfd_bwrite (XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
, abfd
)
1746 H_PUT_32 (abfd
, orl_count
, buf
);
1747 if (bfd_bwrite (buf
, (bfd_size_type
) 4, abfd
) != 4)
1751 archive_iterator_begin (&iterator
, abfd
);
1752 while (i
< orl_count
&& archive_iterator_next (&iterator
))
1753 while (map
[i
].u
.abfd
== iterator
.current
.member
)
1755 H_PUT_32 (abfd
, iterator
.current
.offset
, buf
);
1756 if (bfd_bwrite (buf
, (bfd_size_type
) 4, abfd
) != 4)
1761 for (i
= 0; i
< orl_count
; i
++)
1766 name
= *map
[i
].name
;
1767 namlen
= strlen (name
);
1768 if (bfd_bwrite (name
, (bfd_size_type
) (namlen
+ 1), abfd
) != namlen
+ 1)
1772 if ((stridx
& 1) != 0)
1777 if (bfd_bwrite (&b
, (bfd_size_type
) 1, abfd
) != 1)
1784 static char buff20
[XCOFFARMAGBIG_ELEMENT_SIZE
+ 1];
1785 #define FMT20 "%-20lld"
1786 #define FMT12 "%-12d"
1787 #define FMT12_OCTAL "%-12o"
1789 #define PRINT20(d, v) \
1790 sprintf (buff20, FMT20, (long long)(v)), \
1791 memcpy ((void *) (d), buff20, 20)
1793 #define PRINT12(d, v) \
1794 sprintf (buff20, FMT12, (int)(v)), \
1795 memcpy ((void *) (d), buff20, 12)
1797 #define PRINT12_OCTAL(d, v) \
1798 sprintf (buff20, FMT12_OCTAL, (unsigned int)(v)), \
1799 memcpy ((void *) (d), buff20, 12)
1801 #define PRINT4(d, v) \
1802 sprintf (buff20, FMT4, (int)(v)), \
1803 memcpy ((void *) (d), buff20, 4)
1805 #define READ20(d, v) \
1807 memcpy (buff20, (d), 20), \
1808 (v) = bfd_scan_vma (buff20, (const char **) NULL, 10)
1811 do_pad (abfd
, number
)
1813 unsigned int number
;
1817 /* Limit pad to <= 4096. */
1822 if (bfd_bwrite (&b
, (bfd_size_type
) 1, abfd
) != 1)
1829 do_copy (out_bfd
, in_bfd
)
1833 bfd_size_type remaining
;
1834 bfd_byte buffer
[DEFAULT_BUFFERSIZE
];
1836 if (bfd_seek (in_bfd
, (file_ptr
) 0, SEEK_SET
) != 0)
1839 remaining
= arelt_size (in_bfd
);
1841 while (remaining
>= DEFAULT_BUFFERSIZE
)
1843 if (bfd_bread (buffer
, DEFAULT_BUFFERSIZE
, in_bfd
) != DEFAULT_BUFFERSIZE
1844 || bfd_bwrite (buffer
, DEFAULT_BUFFERSIZE
, out_bfd
) != DEFAULT_BUFFERSIZE
)
1847 remaining
-= DEFAULT_BUFFERSIZE
;
1852 if (bfd_bread (buffer
, remaining
, in_bfd
) != remaining
1853 || bfd_bwrite (buffer
, remaining
, out_bfd
) != remaining
)
1861 xcoff_write_armap_big (abfd
, elength
, map
, orl_count
, stridx
)
1863 unsigned int elength ATTRIBUTE_UNUSED
;
1865 unsigned int orl_count
;
1868 struct archive_iterator iterator
;
1869 struct xcoff_ar_file_hdr_big
*fhdr
;
1870 bfd_vma i
, sym_32
, sym_64
, str_32
, str_64
;
1871 const bfd_arch_info_type
*arch_info
;
1873 size_t string_length
;
1874 file_ptr nextoff
, prevoff
;
1876 /* First, we look through the symbols and work out which are
1877 from 32-bit objects and which from 64-bit ones. */
1878 sym_32
= sym_64
= str_32
= str_64
= 0;
1881 for (current_bfd
= abfd
->archive_head
;
1882 current_bfd
!= NULL
&& i
< orl_count
;
1883 current_bfd
= current_bfd
->archive_next
)
1885 arch_info
= bfd_get_arch_info (current_bfd
);
1886 while (map
[i
].u
.abfd
== current_bfd
)
1888 string_length
= strlen (*map
[i
].name
) + 1;
1889 if (arch_info
->bits_per_address
== 64)
1892 str_64
+= string_length
;
1897 str_32
+= string_length
;
1903 /* A quick sanity check... */
1904 BFD_ASSERT (sym_64
+ sym_32
== orl_count
);
1905 /* Explicit cast to int for compiler. */
1906 BFD_ASSERT ((int)(str_64
+ str_32
) == stridx
);
1908 fhdr
= xcoff_ardata_big (abfd
);
1910 /* xcoff_write_archive_contents_big passes nextoff in symoff. */
1911 READ20 (fhdr
->memoff
, prevoff
);
1912 READ20 (fhdr
->symoff
, nextoff
);
1914 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
1916 /* Write out the symbol table.
1919 standard big archive header
1920 0x0000 ar_size [0x14]
1921 0x0014 ar_nxtmem [0x14]
1922 0x0028 ar_prvmem [0x14]
1923 0x003C ar_date [0x0C]
1924 0x0048 ar_uid [0x0C]
1925 0x0054 ar_gid [0x0C]
1926 0x0060 ar_mod [0x0C]
1927 0x006C ar_namelen[0x04]
1928 0x0070 ar_fmag [SXCOFFARFMAG]
1931 0x0072 num_syms [0x08], binary
1932 0x0078 offsets [0x08 * num_syms], binary
1933 0x0086 + 0x08 * num_syms names [??]
1934 ?? pad to even bytes.
1939 struct xcoff_ar_hdr_big
*hdr
;
1943 bfd_vma symbol_table_size
=
1948 + str_32
+ (str_32
& 1);
1950 symbol_table
= bfd_zmalloc (symbol_table_size
);
1951 if (symbol_table
== NULL
)
1954 hdr
= (struct xcoff_ar_hdr_big
*) symbol_table
;
1956 PRINT20 (hdr
->size
, 8 + 8 * sym_32
+ str_32
+ (str_32
& 1));
1959 PRINT20 (hdr
->nextoff
, nextoff
+ symbol_table_size
);
1961 PRINT20 (hdr
->nextoff
, 0);
1963 PRINT20 (hdr
->prevoff
, prevoff
);
1964 PRINT12 (hdr
->date
, 0);
1965 PRINT12 (hdr
->uid
, 0);
1966 PRINT12 (hdr
->gid
, 0);
1967 PRINT12 (hdr
->mode
, 0);
1968 PRINT4 (hdr
->namlen
, 0) ;
1970 st
= symbol_table
+ SIZEOF_AR_HDR_BIG
;
1971 memcpy (st
, XCOFFARFMAG
, SXCOFFARFMAG
);
1974 bfd_h_put_64 (abfd
, sym_32
, st
);
1977 /* loop over the 32 bit offsets */
1979 archive_iterator_begin (&iterator
, abfd
);
1980 while (i
< orl_count
&& archive_iterator_next (&iterator
))
1982 arch_info
= bfd_get_arch_info (iterator
.current
.member
);
1983 while (map
[i
].u
.abfd
== iterator
.current
.member
)
1985 if (arch_info
->bits_per_address
== 32)
1987 bfd_h_put_64 (abfd
, iterator
.current
.offset
, st
);
1994 /* loop over the 32 bit symbol names */
1996 for (current_bfd
= abfd
->archive_head
;
1997 current_bfd
!= NULL
&& i
< orl_count
;
1998 current_bfd
= current_bfd
->archive_next
)
2000 arch_info
= bfd_get_arch_info (current_bfd
);
2001 while (map
[i
].u
.abfd
== current_bfd
)
2003 if (arch_info
->bits_per_address
== 32)
2005 string_length
= sprintf (st
, "%s", *map
[i
].name
);
2006 st
+= string_length
+ 1;
2012 bfd_bwrite (symbol_table
, symbol_table_size
, abfd
);
2014 free (symbol_table
);
2017 nextoff
= nextoff
+ symbol_table_size
;
2020 PRINT20 (fhdr
->symoff
, 0);
2024 struct xcoff_ar_hdr_big
*hdr
;
2028 bfd_vma symbol_table_size
=
2033 + str_64
+ (str_64
& 1);
2035 symbol_table
= bfd_zmalloc (symbol_table_size
);
2036 if (symbol_table
== NULL
)
2039 hdr
= (struct xcoff_ar_hdr_big
*) symbol_table
;
2041 PRINT20 (hdr
->size
, 8 + 8 * sym_64
+ str_64
+ (str_64
& 1));
2042 PRINT20 (hdr
->nextoff
, 0);
2043 PRINT20 (hdr
->prevoff
, prevoff
);
2044 PRINT12 (hdr
->date
, 0);
2045 PRINT12 (hdr
->uid
, 0);
2046 PRINT12 (hdr
->gid
, 0);
2047 PRINT12 (hdr
->mode
, 0);
2048 PRINT4 (hdr
->namlen
, 0);
2050 st
= symbol_table
+ SIZEOF_AR_HDR_BIG
;
2051 memcpy (st
, XCOFFARFMAG
, SXCOFFARFMAG
);
2054 bfd_h_put_64 (abfd
, sym_64
, st
);
2057 /* loop over the 64 bit offsets */
2059 archive_iterator_begin (&iterator
, abfd
);
2060 while (i
< orl_count
&& archive_iterator_next (&iterator
))
2062 arch_info
= bfd_get_arch_info (iterator
.current
.member
);
2063 while (map
[i
].u
.abfd
== iterator
.current
.member
)
2065 if (arch_info
->bits_per_address
== 64)
2067 bfd_h_put_64 (abfd
, iterator
.current
.offset
, st
);
2074 /* loop over the 64 bit symbol names */
2076 for (current_bfd
= abfd
->archive_head
;
2077 current_bfd
!= NULL
&& i
< orl_count
;
2078 current_bfd
= current_bfd
->archive_next
)
2080 arch_info
= bfd_get_arch_info (current_bfd
);
2081 while (map
[i
].u
.abfd
== current_bfd
)
2083 if (arch_info
->bits_per_address
== 64)
2085 string_length
= sprintf (st
, "%s", *map
[i
].name
);
2086 st
+= string_length
+ 1;
2092 bfd_bwrite (symbol_table
, symbol_table_size
, abfd
);
2094 free (symbol_table
);
2096 PRINT20 (fhdr
->symoff64
, nextoff
);
2099 PRINT20 (fhdr
->symoff64
, 0);
2105 _bfd_xcoff_write_armap (abfd
, elength
, map
, orl_count
, stridx
)
2107 unsigned int elength ATTRIBUTE_UNUSED
;
2109 unsigned int orl_count
;
2112 if (! xcoff_big_format_p (abfd
))
2113 return xcoff_write_armap_old (abfd
, elength
, map
, orl_count
, stridx
);
2115 return xcoff_write_armap_big (abfd
, elength
, map
, orl_count
, stridx
);
2118 /* Write out an XCOFF archive. We always write an entire archive,
2119 rather than fussing with the freelist and so forth. */
2122 xcoff_write_archive_contents_old (abfd
)
2125 struct archive_iterator iterator
;
2126 struct xcoff_ar_file_hdr fhdr
;
2127 bfd_size_type count
;
2128 bfd_size_type total_namlen
;
2130 bfd_boolean makemap
;
2131 bfd_boolean hasobjects
;
2132 file_ptr prevoff
, nextoff
;
2135 struct xcoff_ar_hdr ahdr
;
2138 char decbuf
[XCOFFARMAG_ELEMENT_SIZE
+ 1];
2140 memset (&fhdr
, 0, sizeof fhdr
);
2141 (void) strncpy (fhdr
.magic
, XCOFFARMAG
, SXCOFFARMAG
);
2142 sprintf (fhdr
.firstmemoff
, "%d", SIZEOF_AR_FILE_HDR
);
2143 sprintf (fhdr
.freeoff
, "%d", 0);
2147 for (sub
= abfd
->archive_head
; sub
!= NULL
; sub
= sub
->archive_next
)
2150 total_namlen
+= strlen (normalize_filename (sub
)) + 1;
2151 if (sub
->arelt_data
== NULL
)
2153 sub
->arelt_data
= bfd_zalloc (sub
, sizeof (struct areltdata
));
2154 if (sub
->arelt_data
== NULL
)
2157 if (arch_xhdr (sub
) == NULL
)
2159 struct xcoff_ar_hdr
*ahdrp
;
2162 if (stat (bfd_get_filename (sub
), &s
) != 0)
2164 bfd_set_error (bfd_error_system_call
);
2168 ahdrp
= bfd_zalloc (sub
, sizeof (*ahdrp
));
2172 sprintf (ahdrp
->size
, "%ld", (long) s
.st_size
);
2173 sprintf (ahdrp
->date
, "%ld", (long) s
.st_mtime
);
2174 sprintf (ahdrp
->uid
, "%ld", (long) s
.st_uid
);
2175 sprintf (ahdrp
->gid
, "%ld", (long) s
.st_gid
);
2176 sprintf (ahdrp
->mode
, "%o", (unsigned int) s
.st_mode
);
2178 arch_eltdata (sub
)->arch_header
= (char *) ahdrp
;
2179 arch_eltdata (sub
)->parsed_size
= s
.st_size
;
2182 offsets
= (file_ptr
*) bfd_alloc (abfd
, count
* sizeof (file_ptr
));
2183 if (offsets
== NULL
)
2186 if (bfd_seek (abfd
, (file_ptr
) SIZEOF_AR_FILE_HDR
, SEEK_SET
) != 0)
2189 makemap
= bfd_has_map (abfd
);
2192 for (archive_iterator_begin (&iterator
, abfd
), i
= 0;
2193 archive_iterator_next (&iterator
);
2196 bfd_size_type namlen
;
2197 struct xcoff_ar_hdr
*ahdrp
;
2199 if (makemap
&& ! hasobjects
)
2201 if (bfd_check_format (iterator
.current
.member
, bfd_object
))
2205 ahdrp
= arch_xhdr (iterator
.current
.member
);
2206 sprintf (ahdrp
->prevoff
, "%ld", (long) prevoff
);
2207 sprintf (ahdrp
->namlen
, "%ld", (long) iterator
.current
.namlen
);
2208 sprintf (ahdrp
->nextoff
, "%ld", (long) iterator
.next
.offset
);
2210 /* We need spaces, not null bytes, in the header. */
2211 for (p
= (char *) ahdrp
; p
< (char *) ahdrp
+ SIZEOF_AR_HDR
; p
++)
2215 if (!do_pad (abfd
, iterator
.current
.leading_padding
))
2218 BFD_ASSERT (iterator
.current
.offset
== bfd_tell (abfd
));
2219 namlen
= iterator
.current
.padded_namlen
;
2220 if (bfd_bwrite (ahdrp
, SIZEOF_AR_HDR
, abfd
) != SIZEOF_AR_HDR
2221 || bfd_bwrite (iterator
.current
.name
, namlen
, abfd
) != namlen
2222 || bfd_bwrite (XCOFFARFMAG
, SXCOFFARFMAG
, abfd
) != SXCOFFARFMAG
2223 || bfd_seek (iterator
.current
.member
, 0, SEEK_SET
) != 0
2224 || !do_copy (abfd
, iterator
.current
.member
)
2225 || !do_pad (abfd
, iterator
.current
.trailing_padding
))
2228 offsets
[i
] = iterator
.current
.offset
;
2229 prevoff
= iterator
.current
.offset
;
2232 sprintf (fhdr
.lastmemoff
, "%ld", (long) prevoff
);
2234 /* Write out the member table. */
2236 nextoff
= iterator
.next
.offset
;
2237 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2238 sprintf (fhdr
.memoff
, "%ld", (long) nextoff
);
2240 memset (&ahdr
, 0, sizeof ahdr
);
2241 sprintf (ahdr
.size
, "%ld", (long) (XCOFFARMAG_ELEMENT_SIZE
2242 + count
* XCOFFARMAG_ELEMENT_SIZE
2244 sprintf (ahdr
.prevoff
, "%ld", (long) prevoff
);
2245 sprintf (ahdr
.date
, "%d", 0);
2246 sprintf (ahdr
.uid
, "%d", 0);
2247 sprintf (ahdr
.gid
, "%d", 0);
2248 sprintf (ahdr
.mode
, "%d", 0);
2249 sprintf (ahdr
.namlen
, "%d", 0);
2251 size
= (SIZEOF_AR_HDR
2252 + XCOFFARMAG_ELEMENT_SIZE
2253 + count
* XCOFFARMAG_ELEMENT_SIZE
2258 nextoff
+= size
+ (size
& 1);
2260 if (makemap
&& hasobjects
)
2261 sprintf (ahdr
.nextoff
, "%ld", (long) nextoff
);
2263 sprintf (ahdr
.nextoff
, "%d", 0);
2265 /* We need spaces, not null bytes, in the header. */
2266 for (p
= (char *) &ahdr
; p
< (char *) &ahdr
+ SIZEOF_AR_HDR
; p
++)
2270 if ((bfd_bwrite ((PTR
) &ahdr
, (bfd_size_type
) SIZEOF_AR_HDR
, abfd
)
2272 || (bfd_bwrite ((PTR
) XCOFFARFMAG
, (bfd_size_type
) SXCOFFARFMAG
, abfd
)
2276 sprintf (decbuf
, "%-12ld", (long) count
);
2277 if (bfd_bwrite ((PTR
) decbuf
, (bfd_size_type
) XCOFFARMAG_ELEMENT_SIZE
, abfd
)
2278 != XCOFFARMAG_ELEMENT_SIZE
)
2280 for (i
= 0; i
< (size_t) count
; i
++)
2282 sprintf (decbuf
, "%-12ld", (long) offsets
[i
]);
2283 if (bfd_bwrite ((PTR
) decbuf
, (bfd_size_type
) XCOFFARMAG_ELEMENT_SIZE
,
2284 abfd
) != XCOFFARMAG_ELEMENT_SIZE
)
2287 for (sub
= abfd
->archive_head
; sub
!= NULL
; sub
= sub
->archive_next
)
2290 bfd_size_type namlen
;
2292 name
= normalize_filename (sub
);
2293 namlen
= strlen (name
);
2294 if (bfd_bwrite ((PTR
) name
, namlen
+ 1, abfd
) != namlen
+ 1)
2298 if (! do_pad (abfd
, size
& 1))
2301 /* Write out the armap, if appropriate. */
2302 if (! makemap
|| ! hasobjects
)
2303 sprintf (fhdr
.symoff
, "%d", 0);
2306 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2307 sprintf (fhdr
.symoff
, "%ld", (long) nextoff
);
2308 bfd_ardata (abfd
)->tdata
= (PTR
) &fhdr
;
2309 if (! _bfd_compute_and_write_armap (abfd
, 0))
2313 /* Write out the archive file header. */
2315 /* We need spaces, not null bytes, in the header. */
2316 for (p
= (char *) &fhdr
; p
< (char *) &fhdr
+ SIZEOF_AR_FILE_HDR
; p
++)
2320 if (bfd_seek (abfd
, (file_ptr
) 0, SEEK_SET
) != 0
2321 || (bfd_bwrite ((PTR
) &fhdr
, (bfd_size_type
) SIZEOF_AR_FILE_HDR
, abfd
)
2322 != SIZEOF_AR_FILE_HDR
))
2329 xcoff_write_archive_contents_big (abfd
)
2332 struct xcoff_ar_file_hdr_big fhdr
;
2333 bfd_size_type count
;
2334 bfd_size_type total_namlen
;
2336 bfd_boolean makemap
;
2337 bfd_boolean hasobjects
;
2338 file_ptr prevoff
, nextoff
;
2341 struct xcoff_ar_hdr_big
*hdr
;
2343 char *member_table
, *mt
;
2344 bfd_vma member_table_size
;
2345 struct archive_iterator iterator
;
2347 memset (&fhdr
, 0, SIZEOF_AR_FILE_HDR_BIG
);
2348 memcpy (fhdr
.magic
, XCOFFARMAGBIG
, SXCOFFARMAG
);
2350 if (bfd_seek (abfd
, (file_ptr
) SIZEOF_AR_FILE_HDR_BIG
, SEEK_SET
) != 0)
2353 /* Calculate count and total_namlen. */
2354 makemap
= bfd_has_map (abfd
);
2356 for (current_bfd
= abfd
->archive_head
, count
= 0, total_namlen
= 0;
2357 current_bfd
!= NULL
;
2358 current_bfd
= current_bfd
->archive_next
, count
++)
2360 total_namlen
+= strlen (normalize_filename (current_bfd
)) + 1;
2364 && bfd_check_format (current_bfd
, bfd_object
))
2367 if (current_bfd
->arelt_data
== NULL
)
2369 size
= sizeof (struct areltdata
);
2370 current_bfd
->arelt_data
= bfd_zalloc (current_bfd
, size
);
2371 if (current_bfd
->arelt_data
== NULL
)
2375 if (arch_xhdr_big (current_bfd
) == NULL
)
2377 struct xcoff_ar_hdr_big
*ahdrp
;
2380 /* XXX This should actually be a call to stat64 (at least on
2382 XXX This call will fail if the original object is not found. */
2383 if (stat (bfd_get_filename (current_bfd
), &s
) != 0)
2385 bfd_set_error (bfd_error_system_call
);
2389 ahdrp
= bfd_zalloc (current_bfd
, sizeof (*ahdrp
));
2393 PRINT20 (ahdrp
->size
, s
.st_size
);
2394 PRINT12 (ahdrp
->date
, s
.st_mtime
);
2395 PRINT12 (ahdrp
->uid
, s
.st_uid
);
2396 PRINT12 (ahdrp
->gid
, s
.st_gid
);
2397 PRINT12_OCTAL (ahdrp
->mode
, s
.st_mode
);
2399 arch_eltdata (current_bfd
)->arch_header
= (char *) ahdrp
;
2400 arch_eltdata (current_bfd
)->parsed_size
= s
.st_size
;
2407 offsets
= (file_ptr
*) bfd_malloc (count
* sizeof (file_ptr
));
2408 if (offsets
== NULL
)
2413 for (archive_iterator_begin (&iterator
, abfd
), i
= 0;
2414 archive_iterator_next (&iterator
);
2417 bfd_size_type namlen
;
2418 struct xcoff_ar_hdr_big
*ahdrp
;
2420 ahdrp
= arch_xhdr_big (iterator
.current
.member
);
2421 PRINT20 (ahdrp
->prevoff
, prevoff
);
2422 PRINT4 (ahdrp
->namlen
, iterator
.current
.namlen
);
2423 PRINT20 (ahdrp
->nextoff
, iterator
.next
.offset
);
2425 if (!do_pad (abfd
, iterator
.current
.leading_padding
))
2428 BFD_ASSERT (iterator
.current
.offset
== bfd_tell (abfd
));
2429 namlen
= iterator
.current
.padded_namlen
;
2430 if (bfd_bwrite (ahdrp
, SIZEOF_AR_HDR_BIG
, abfd
) != SIZEOF_AR_HDR_BIG
2431 || bfd_bwrite (iterator
.current
.name
, namlen
, abfd
) != namlen
2432 || bfd_bwrite (XCOFFARFMAG
, SXCOFFARFMAG
, abfd
) != SXCOFFARFMAG
2433 || bfd_seek (iterator
.current
.member
, 0, SEEK_SET
) != 0
2434 || !do_copy (abfd
, iterator
.current
.member
)
2435 || !do_pad (abfd
, iterator
.current
.trailing_padding
))
2438 offsets
[i
] = iterator
.current
.offset
;
2439 prevoff
= iterator
.current
.offset
;
2444 PRINT20 (fhdr
.firstmemoff
, offsets
[0]);
2445 PRINT20 (fhdr
.lastmemoff
, prevoff
);
2448 /* Write out the member table.
2451 standard big archive header
2452 0x0000 ar_size [0x14]
2453 0x0014 ar_nxtmem [0x14]
2454 0x0028 ar_prvmem [0x14]
2455 0x003C ar_date [0x0C]
2456 0x0048 ar_uid [0x0C]
2457 0x0054 ar_gid [0x0C]
2458 0x0060 ar_mod [0x0C]
2459 0x006C ar_namelen[0x04]
2460 0x0070 ar_fmag [0x02]
2464 0x0086 offsets [0x14 * counts]
2465 0x0086 + 0x14 * counts names [??]
2466 ?? pad to even bytes.
2469 nextoff
= iterator
.next
.offset
;
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
= bfd_zmalloc (member_table_size
);
2480 if (member_table
== NULL
)
2483 hdr
= (struct xcoff_ar_hdr_big
*) member_table
;
2485 PRINT20 (hdr
->size
, (XCOFFARMAGBIG_ELEMENT_SIZE
2486 + count
* XCOFFARMAGBIG_ELEMENT_SIZE
2487 + total_namlen
+ (total_namlen
& 1)));
2488 if (makemap
&& hasobjects
)
2489 PRINT20 (hdr
->nextoff
, nextoff
+ member_table_size
);
2491 PRINT20 (hdr
->nextoff
, 0);
2492 PRINT20 (hdr
->prevoff
, prevoff
);
2493 PRINT12 (hdr
->date
, 0);
2494 PRINT12 (hdr
->uid
, 0);
2495 PRINT12 (hdr
->gid
, 0);
2496 PRINT12 (hdr
->mode
, 0);
2497 PRINT4 (hdr
->namlen
, 0);
2499 mt
= member_table
+ SIZEOF_AR_HDR_BIG
;
2500 memcpy (mt
, XCOFFARFMAG
, SXCOFFARFMAG
);
2503 PRINT20 (mt
, count
);
2504 mt
+= XCOFFARMAGBIG_ELEMENT_SIZE
;
2505 for (i
= 0; i
< (size_t) count
; i
++)
2507 PRINT20 (mt
, offsets
[i
]);
2508 mt
+= XCOFFARMAGBIG_ELEMENT_SIZE
;
2517 for (current_bfd
= abfd
->archive_head
;
2518 current_bfd
!= NULL
;
2519 current_bfd
= current_bfd
->archive_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
);
2534 PRINT20 (fhdr
.memoff
, nextoff
);
2537 nextoff
+= member_table_size
;
2539 /* Write out the armap, if appropriate. */
2541 if (! makemap
|| ! hasobjects
)
2542 PRINT20 (fhdr
.symoff
, 0);
2545 BFD_ASSERT (nextoff
== bfd_tell (abfd
));
2547 /* Save nextoff in fhdr.symoff so the armap routine can use it. */
2548 PRINT20 (fhdr
.symoff
, nextoff
);
2550 bfd_ardata (abfd
)->tdata
= (PTR
) &fhdr
;
2551 if (! _bfd_compute_and_write_armap (abfd
, 0))
2555 /* Write out the archive file header. */
2557 if (bfd_seek (abfd
, (file_ptr
) 0, SEEK_SET
) != 0
2558 || (bfd_bwrite ((PTR
) &fhdr
, (bfd_size_type
) SIZEOF_AR_FILE_HDR_BIG
,
2559 abfd
) != SIZEOF_AR_FILE_HDR_BIG
))
2566 _bfd_xcoff_write_archive_contents (abfd
)
2569 if (! xcoff_big_format_p (abfd
))
2570 return xcoff_write_archive_contents_old (abfd
);
2572 return xcoff_write_archive_contents_big (abfd
);
2575 /* We can't use the usual coff_sizeof_headers routine, because AIX
2576 always uses an a.out header. */
2579 _bfd_xcoff_sizeof_headers (bfd
*abfd
,
2580 struct bfd_link_info
*info ATTRIBUTE_UNUSED
)
2585 if (xcoff_data (abfd
)->full_aouthdr
)
2588 size
+= SMALL_AOUTSZ
;
2589 size
+= abfd
->section_count
* SCNHSZ
;
2593 /* Routines to swap information in the XCOFF .loader section. If we
2594 ever need to write an XCOFF loader, this stuff will need to be
2595 moved to another file shared by the linker (which XCOFF calls the
2596 ``binder'') and the loader. */
2598 /* Swap in the ldhdr structure. */
2601 xcoff_swap_ldhdr_in (abfd
, s
, dst
)
2604 struct internal_ldhdr
*dst
;
2606 const struct external_ldhdr
*src
= (const struct external_ldhdr
*) s
;
2608 dst
->l_version
= bfd_get_32 (abfd
, src
->l_version
);
2609 dst
->l_nsyms
= bfd_get_32 (abfd
, src
->l_nsyms
);
2610 dst
->l_nreloc
= bfd_get_32 (abfd
, src
->l_nreloc
);
2611 dst
->l_istlen
= bfd_get_32 (abfd
, src
->l_istlen
);
2612 dst
->l_nimpid
= bfd_get_32 (abfd
, src
->l_nimpid
);
2613 dst
->l_impoff
= bfd_get_32 (abfd
, src
->l_impoff
);
2614 dst
->l_stlen
= bfd_get_32 (abfd
, src
->l_stlen
);
2615 dst
->l_stoff
= bfd_get_32 (abfd
, src
->l_stoff
);
2618 /* Swap out the ldhdr structure. */
2621 xcoff_swap_ldhdr_out (abfd
, src
, d
)
2623 const struct internal_ldhdr
*src
;
2626 struct external_ldhdr
*dst
= (struct external_ldhdr
*) d
;
2628 bfd_put_32 (abfd
, (bfd_vma
) src
->l_version
, dst
->l_version
);
2629 bfd_put_32 (abfd
, src
->l_nsyms
, dst
->l_nsyms
);
2630 bfd_put_32 (abfd
, src
->l_nreloc
, dst
->l_nreloc
);
2631 bfd_put_32 (abfd
, src
->l_istlen
, dst
->l_istlen
);
2632 bfd_put_32 (abfd
, src
->l_nimpid
, dst
->l_nimpid
);
2633 bfd_put_32 (abfd
, src
->l_impoff
, dst
->l_impoff
);
2634 bfd_put_32 (abfd
, src
->l_stlen
, dst
->l_stlen
);
2635 bfd_put_32 (abfd
, src
->l_stoff
, dst
->l_stoff
);
2638 /* Swap in the ldsym structure. */
2641 xcoff_swap_ldsym_in (abfd
, s
, dst
)
2644 struct internal_ldsym
*dst
;
2646 const struct external_ldsym
*src
= (const struct external_ldsym
*) s
;
2648 if (bfd_get_32 (abfd
, src
->_l
._l_l
._l_zeroes
) != 0) {
2649 memcpy (dst
->_l
._l_name
, src
->_l
._l_name
, SYMNMLEN
);
2651 dst
->_l
._l_l
._l_zeroes
= 0;
2652 dst
->_l
._l_l
._l_offset
= bfd_get_32 (abfd
, src
->_l
._l_l
._l_offset
);
2654 dst
->l_value
= bfd_get_32 (abfd
, src
->l_value
);
2655 dst
->l_scnum
= bfd_get_16 (abfd
, src
->l_scnum
);
2656 dst
->l_smtype
= bfd_get_8 (abfd
, src
->l_smtype
);
2657 dst
->l_smclas
= bfd_get_8 (abfd
, src
->l_smclas
);
2658 dst
->l_ifile
= bfd_get_32 (abfd
, src
->l_ifile
);
2659 dst
->l_parm
= bfd_get_32 (abfd
, src
->l_parm
);
2662 /* Swap out the ldsym structure. */
2665 xcoff_swap_ldsym_out (abfd
, src
, d
)
2667 const struct internal_ldsym
*src
;
2670 struct external_ldsym
*dst
= (struct external_ldsym
*) d
;
2672 if (src
->_l
._l_l
._l_zeroes
!= 0)
2673 memcpy (dst
->_l
._l_name
, src
->_l
._l_name
, SYMNMLEN
);
2676 bfd_put_32 (abfd
, (bfd_vma
) 0, dst
->_l
._l_l
._l_zeroes
);
2677 bfd_put_32 (abfd
, (bfd_vma
) src
->_l
._l_l
._l_offset
,
2678 dst
->_l
._l_l
._l_offset
);
2680 bfd_put_32 (abfd
, src
->l_value
, dst
->l_value
);
2681 bfd_put_16 (abfd
, (bfd_vma
) src
->l_scnum
, dst
->l_scnum
);
2682 bfd_put_8 (abfd
, src
->l_smtype
, dst
->l_smtype
);
2683 bfd_put_8 (abfd
, src
->l_smclas
, dst
->l_smclas
);
2684 bfd_put_32 (abfd
, src
->l_ifile
, dst
->l_ifile
);
2685 bfd_put_32 (abfd
, src
->l_parm
, dst
->l_parm
);
2689 xcoff_swap_reloc_in (abfd
, s
, d
)
2694 struct external_reloc
*src
= (struct external_reloc
*) s
;
2695 struct internal_reloc
*dst
= (struct internal_reloc
*) d
;
2697 memset (dst
, 0, sizeof (struct internal_reloc
));
2699 dst
->r_vaddr
= bfd_get_32 (abfd
, src
->r_vaddr
);
2700 dst
->r_symndx
= bfd_get_32 (abfd
, src
->r_symndx
);
2701 dst
->r_size
= bfd_get_8 (abfd
, src
->r_size
);
2702 dst
->r_type
= bfd_get_8 (abfd
, src
->r_type
);
2706 xcoff_swap_reloc_out (abfd
, s
, d
)
2711 struct internal_reloc
*src
= (struct internal_reloc
*) s
;
2712 struct external_reloc
*dst
= (struct external_reloc
*) d
;
2714 bfd_put_32 (abfd
, src
->r_vaddr
, dst
->r_vaddr
);
2715 bfd_put_32 (abfd
, src
->r_symndx
, dst
->r_symndx
);
2716 bfd_put_8 (abfd
, src
->r_type
, dst
->r_type
);
2717 bfd_put_8 (abfd
, src
->r_size
, dst
->r_size
);
2719 return bfd_coff_relsz (abfd
);
2722 /* Swap in the ldrel structure. */
2725 xcoff_swap_ldrel_in (abfd
, s
, dst
)
2728 struct internal_ldrel
*dst
;
2730 const struct external_ldrel
*src
= (const struct external_ldrel
*) s
;
2732 dst
->l_vaddr
= bfd_get_32 (abfd
, src
->l_vaddr
);
2733 dst
->l_symndx
= bfd_get_32 (abfd
, src
->l_symndx
);
2734 dst
->l_rtype
= bfd_get_16 (abfd
, src
->l_rtype
);
2735 dst
->l_rsecnm
= bfd_get_16 (abfd
, src
->l_rsecnm
);
2738 /* Swap out the ldrel structure. */
2741 xcoff_swap_ldrel_out (abfd
, src
, d
)
2743 const struct internal_ldrel
*src
;
2746 struct external_ldrel
*dst
= (struct external_ldrel
*) d
;
2748 bfd_put_32 (abfd
, src
->l_vaddr
, dst
->l_vaddr
);
2749 bfd_put_32 (abfd
, src
->l_symndx
, dst
->l_symndx
);
2750 bfd_put_16 (abfd
, (bfd_vma
) src
->l_rtype
, dst
->l_rtype
);
2751 bfd_put_16 (abfd
, (bfd_vma
) src
->l_rsecnm
, dst
->l_rsecnm
);
2756 xcoff_reloc_type_noop (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2757 val
, addend
, relocation
, contents
)
2758 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2759 asection
*input_section ATTRIBUTE_UNUSED
;
2760 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2761 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2762 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2763 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2764 bfd_vma val ATTRIBUTE_UNUSED
;
2765 bfd_vma addend ATTRIBUTE_UNUSED
;
2766 bfd_vma
*relocation ATTRIBUTE_UNUSED
;
2767 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2773 xcoff_reloc_type_fail (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2774 val
, addend
, relocation
, contents
)
2776 asection
*input_section ATTRIBUTE_UNUSED
;
2777 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2778 struct internal_reloc
*rel
;
2779 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2780 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2781 bfd_vma val ATTRIBUTE_UNUSED
;
2782 bfd_vma addend ATTRIBUTE_UNUSED
;
2783 bfd_vma
*relocation ATTRIBUTE_UNUSED
;
2784 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2786 (*_bfd_error_handler
)
2787 (_("%s: unsupported relocation type 0x%02x"),
2788 bfd_get_filename (input_bfd
), (unsigned int) rel
->r_type
);
2789 bfd_set_error (bfd_error_bad_value
);
2794 xcoff_reloc_type_pos (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2795 val
, addend
, relocation
, contents
)
2796 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2797 asection
*input_section ATTRIBUTE_UNUSED
;
2798 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2799 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2800 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2801 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2804 bfd_vma
*relocation
;
2805 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2807 *relocation
= val
+ addend
;
2812 xcoff_reloc_type_neg (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2813 val
, addend
, relocation
, contents
)
2814 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2815 asection
*input_section ATTRIBUTE_UNUSED
;
2816 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2817 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2818 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2819 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2822 bfd_vma
*relocation
;
2823 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2825 *relocation
= addend
- val
;
2830 xcoff_reloc_type_rel (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2831 val
, addend
, relocation
, contents
)
2832 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2833 asection
*input_section
;
2834 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2835 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2836 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2837 struct reloc_howto_struct
*howto
;
2840 bfd_vma
*relocation
;
2841 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2843 howto
->pc_relative
= TRUE
;
2845 /* A PC relative reloc includes the section address. */
2846 addend
+= input_section
->vma
;
2848 *relocation
= val
+ addend
;
2849 *relocation
-= (input_section
->output_section
->vma
2850 + input_section
->output_offset
);
2855 xcoff_reloc_type_toc (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2856 val
, addend
, relocation
, contents
)
2858 asection
*input_section ATTRIBUTE_UNUSED
;
2860 struct internal_reloc
*rel
;
2861 struct internal_syment
*sym
;
2862 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
2864 bfd_vma addend ATTRIBUTE_UNUSED
;
2865 bfd_vma
*relocation
;
2866 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2868 struct xcoff_link_hash_entry
*h
;
2870 if (0 > rel
->r_symndx
)
2873 h
= obj_xcoff_sym_hashes (input_bfd
)[rel
->r_symndx
];
2875 if (h
!= NULL
&& h
->smclas
!= XMC_TD
)
2877 if (h
->toc_section
== NULL
)
2879 (*_bfd_error_handler
)
2880 (_("%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"),
2881 bfd_get_filename (input_bfd
), rel
->r_vaddr
,
2882 h
->root
.root
.string
);
2883 bfd_set_error (bfd_error_bad_value
);
2887 BFD_ASSERT ((h
->flags
& XCOFF_SET_TOC
) == 0);
2888 val
= (h
->toc_section
->output_section
->vma
2889 + h
->toc_section
->output_offset
);
2892 *relocation
= ((val
- xcoff_data (output_bfd
)->toc
)
2893 - (sym
->n_value
- xcoff_data (input_bfd
)->toc
));
2898 xcoff_reloc_type_ba (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2899 val
, addend
, relocation
, contents
)
2900 bfd
*input_bfd ATTRIBUTE_UNUSED
;
2901 asection
*input_section ATTRIBUTE_UNUSED
;
2902 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2903 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
2904 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2905 struct reloc_howto_struct
*howto
;
2908 bfd_vma
*relocation
;
2909 bfd_byte
*contents ATTRIBUTE_UNUSED
;
2911 howto
->src_mask
&= ~3;
2912 howto
->dst_mask
= howto
->src_mask
;
2914 *relocation
= val
+ addend
;
2920 xcoff_reloc_type_br (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
2921 val
, addend
, relocation
, contents
)
2923 asection
*input_section
;
2924 bfd
*output_bfd ATTRIBUTE_UNUSED
;
2925 struct internal_reloc
*rel
;
2926 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
2927 struct reloc_howto_struct
*howto
;
2930 bfd_vma
*relocation
;
2933 struct xcoff_link_hash_entry
*h
;
2934 bfd_vma section_offset
;
2936 if (0 > rel
->r_symndx
)
2939 h
= obj_xcoff_sym_hashes (input_bfd
)[rel
->r_symndx
];
2940 section_offset
= rel
->r_vaddr
- input_section
->vma
;
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 || bfd_link_hash_defweak
== h
->root
.type
)
2952 && section_offset
+ 8 <= input_section
->size
)
2957 pnext
= contents
+ section_offset
+ 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 r2,20(r1) */
2972 if (next
== 0x80410014) /* lwz r2,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 /* The original PC-relative relocation is biased by -r_vaddr, so adding
2989 the value below will give the absolute target address. */
2990 *relocation
= val
+ addend
+ rel
->r_vaddr
;
2992 howto
->src_mask
&= ~3;
2993 howto
->dst_mask
= howto
->src_mask
;
2996 && (h
->root
.type
== bfd_link_hash_defined
2997 || h
->root
.type
== bfd_link_hash_defweak
)
2998 && bfd_is_abs_section (h
->root
.u
.def
.section
)
2999 && section_offset
+ 4 <= input_section
->size
)
3004 /* Turn the relative branch into an absolute one by setting the
3006 ptr
= contents
+ section_offset
;
3007 insn
= bfd_get_32 (input_bfd
, ptr
);
3009 bfd_put_32 (input_bfd
, insn
, ptr
);
3011 /* Make the howto absolute too. */
3012 howto
->pc_relative
= FALSE
;
3013 howto
->complain_on_overflow
= complain_overflow_bitfield
;
3017 /* Use a PC-relative howto and subtract the instruction's address
3018 from the target address we calculated above. */
3019 howto
->pc_relative
= TRUE
;
3020 *relocation
-= (input_section
->output_section
->vma
3021 + input_section
->output_offset
3028 xcoff_reloc_type_crel (input_bfd
, input_section
, output_bfd
, rel
, sym
, howto
,
3029 val
, addend
, relocation
, contents
)
3030 bfd
*input_bfd ATTRIBUTE_UNUSED
;
3031 asection
*input_section
;
3032 bfd
*output_bfd ATTRIBUTE_UNUSED
;
3033 struct internal_reloc
*rel ATTRIBUTE_UNUSED
;
3034 struct internal_syment
*sym ATTRIBUTE_UNUSED
;
3035 struct reloc_howto_struct
*howto
;
3036 bfd_vma val ATTRIBUTE_UNUSED
;
3038 bfd_vma
*relocation
;
3039 bfd_byte
*contents ATTRIBUTE_UNUSED
;
3041 howto
->pc_relative
= TRUE
;
3042 howto
->src_mask
&= ~3;
3043 howto
->dst_mask
= howto
->src_mask
;
3045 /* A PC relative reloc includes the section address. */
3046 addend
+= input_section
->vma
;
3048 *relocation
= val
+ addend
;
3049 *relocation
-= (input_section
->output_section
->vma
3050 + input_section
->output_offset
);
3055 xcoff_complain_overflow_dont_func (input_bfd
, val
, relocation
, howto
)
3056 bfd
*input_bfd ATTRIBUTE_UNUSED
;
3057 bfd_vma val ATTRIBUTE_UNUSED
;
3058 bfd_vma relocation ATTRIBUTE_UNUSED
;
3059 struct reloc_howto_struct
*howto ATTRIBUTE_UNUSED
;
3065 xcoff_complain_overflow_bitfield_func (input_bfd
, val
, relocation
, howto
)
3069 struct reloc_howto_struct
*howto
;
3071 bfd_vma addrmask
, fieldmask
, signmask
, ss
;
3074 /* Get the values to be added together. For signed and unsigned
3075 relocations, we assume that all values should be truncated to
3076 the size of an address. For bitfields, all the bits matter.
3077 See also bfd_check_overflow. */
3078 fieldmask
= N_ONES (howto
->bitsize
);
3079 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3081 b
= val
& howto
->src_mask
;
3083 /* Much like unsigned, except no trimming with addrmask. In
3084 addition, the sum overflows if there is a carry out of
3085 the bfd_vma, i.e., the sum is less than either input
3087 a
>>= howto
->rightshift
;
3088 b
>>= howto
->bitpos
;
3090 /* Bitfields are sometimes used for signed numbers; for
3091 example, a 13-bit field sometimes represents values in
3092 0..8191 and sometimes represents values in -4096..4095.
3093 If the field is signed and a is -4095 (0x1001) and b is
3094 -1 (0x1fff), the sum is -4096 (0x1000), but (0x1001 +
3095 0x1fff is 0x3000). It's not clear how to handle this
3096 everywhere, since there is not way to know how many bits
3097 are significant in the relocation, but the original code
3098 assumed that it was fully sign extended, and we will keep
3100 signmask
= (fieldmask
>> 1) + 1;
3102 if ((a
& ~ fieldmask
) != 0)
3104 /* Some bits out of the field are set. This might not
3105 be a problem: if this is a signed bitfield, it is OK
3106 iff all the high bits are set, including the sign
3107 bit. We'll try setting all but the most significant
3108 bit in the original relocation value: if this is all
3109 ones, we are OK, assuming a signed bitfield. */
3110 ss
= (signmask
<< howto
->rightshift
) - 1;
3111 if ((ss
| relocation
) != ~ (bfd_vma
) 0)
3116 /* We just assume (b & ~ fieldmask) == 0. */
3118 /* We explicitly permit wrap around if this relocation
3119 covers the high bit of an address. The Linux kernel
3120 relies on it, and it is the only way to write assembler
3121 code which can run when loaded at a location 0x80000000
3122 away from the location at which it is linked. */
3123 if (howto
->bitsize
+ howto
->rightshift
3124 == bfd_arch_bits_per_address (input_bfd
))
3128 if (sum
< a
|| (sum
& ~ fieldmask
) != 0)
3130 /* There was a carry out, or the field overflow. Test
3131 for signed operands again. Here is the overflow test
3132 is as for complain_overflow_signed. */
3133 if (((~ (a
^ b
)) & (a
^ sum
)) & signmask
)
3141 xcoff_complain_overflow_signed_func (input_bfd
, val
, relocation
, howto
)
3145 struct reloc_howto_struct
*howto
;
3147 bfd_vma addrmask
, fieldmask
, signmask
, ss
;
3150 /* Get the values to be added together. For signed and unsigned
3151 relocations, we assume that all values should be truncated to
3152 the size of an address. For bitfields, all the bits matter.
3153 See also bfd_check_overflow. */
3154 fieldmask
= N_ONES (howto
->bitsize
);
3155 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3157 b
= val
& howto
->src_mask
;
3159 a
= (a
& addrmask
) >> howto
->rightshift
;
3161 /* If any sign bits are set, all sign bits must be set.
3162 That is, A must be a valid negative address after
3164 signmask
= ~ (fieldmask
>> 1);
3166 if (ss
!= 0 && ss
!= ((addrmask
>> howto
->rightshift
) & signmask
))
3169 /* We only need this next bit of code if the sign bit of B
3170 is below the sign bit of A. This would only happen if
3171 SRC_MASK had fewer bits than BITSIZE. Note that if
3172 SRC_MASK has more bits than BITSIZE, we can get into
3173 trouble; we would need to verify that B is in range, as
3174 we do for A above. */
3175 signmask
= ((~ howto
->src_mask
) >> 1) & howto
->src_mask
;
3176 if ((b
& signmask
) != 0)
3178 /* Set all the bits above the sign bit. */
3179 b
-= signmask
<<= 1;
3182 b
= (b
& addrmask
) >> howto
->bitpos
;
3184 /* Now we can do the addition. */
3187 /* See if the result has the correct sign. Bits above the
3188 sign bit are junk now; ignore them. If the sum is
3189 positive, make sure we did not have all negative inputs;
3190 if the sum is negative, make sure we did not have all
3191 positive inputs. The test below looks only at the sign
3192 bits, and it really just
3193 SIGN (A) == SIGN (B) && SIGN (A) != SIGN (SUM)
3195 signmask
= (fieldmask
>> 1) + 1;
3196 if (((~ (a
^ b
)) & (a
^ sum
)) & signmask
)
3203 xcoff_complain_overflow_unsigned_func (input_bfd
, val
, relocation
, howto
)
3207 struct reloc_howto_struct
*howto
;
3209 bfd_vma addrmask
, fieldmask
;
3212 /* Get the values to be added together. For signed and unsigned
3213 relocations, we assume that all values should be truncated to
3214 the size of an address. For bitfields, all the bits matter.
3215 See also bfd_check_overflow. */
3216 fieldmask
= N_ONES (howto
->bitsize
);
3217 addrmask
= N_ONES (bfd_arch_bits_per_address (input_bfd
)) | fieldmask
;
3219 b
= val
& howto
->src_mask
;
3221 /* Checking for an unsigned overflow is relatively easy:
3222 trim the addresses and add, and trim the result as well.
3223 Overflow is normally indicated when the result does not
3224 fit in the field. However, we also need to consider the
3225 case when, e.g., fieldmask is 0x7fffffff or smaller, an
3226 input is 0x80000000, and bfd_vma is only 32 bits; then we
3227 will get sum == 0, but there is an overflow, since the
3228 inputs did not fit in the field. Instead of doing a
3229 separate test, we can check for this by or-ing in the
3230 operands when testing for the sum overflowing its final
3232 a
= (a
& addrmask
) >> howto
->rightshift
;
3233 b
= (b
& addrmask
) >> howto
->bitpos
;
3234 sum
= (a
+ b
) & addrmask
;
3235 if ((a
| b
| sum
) & ~ fieldmask
)
3241 /* This is the relocation function for the RS/6000/POWER/PowerPC.
3242 This is currently the only processor which uses XCOFF; I hope that
3245 I took the relocation type definitions from two documents:
3246 the PowerPC AIX Version 4 Application Binary Interface, First
3247 Edition (April 1992), and the PowerOpen ABI, Big-Endian
3248 32-Bit Hardware Implementation (June 30, 1994). Differences
3249 between the documents are noted below.
3251 Unsupported r_type's
3257 These relocs are defined by the PowerPC ABI to be
3258 relative branches which use half of the difference
3259 between the symbol and the program counter. I can't
3260 quite figure out when this is useful. These relocs are
3261 not defined by the PowerOpen ABI.
3266 Simple positive relocation.
3269 Simple negative relocation.
3272 Simple PC relative relocation.
3275 TOC relative relocation. The value in the instruction in
3276 the input file is the offset from the input file TOC to
3277 the desired location. We want the offset from the final
3278 TOC to the desired location. We have:
3283 so we must change insn by on - in.
3286 GL linkage relocation. The value of this relocation
3287 is the address of the entry in the TOC section.
3290 Local object TOC address. I can't figure out the
3291 difference between this and case R_GL.
3294 TOC relative relocation. A TOC relative load instruction
3295 which may be changed to a load address instruction.
3296 FIXME: We don't currently implement this optimization.
3299 TOC relative relocation. This is a TOC relative load
3300 address instruction which may be changed to a load
3301 instruction. FIXME: I don't know if this is the correct
3305 Absolute branch. We don't want to mess with the lower
3306 two bits of the instruction.
3309 The PowerPC ABI defines this as an absolute call which
3310 may be modified to become a relative call. The PowerOpen
3311 ABI does not define this relocation type.
3314 Absolute branch which may be modified to become a
3318 The PowerPC ABI defines this as an absolute branch to a
3319 fixed address which may be modified to an absolute branch
3320 to a symbol. The PowerOpen ABI does not define this
3324 The PowerPC ABI defines this as an absolute branch to a
3325 fixed address which may be modified to a relative branch.
3326 The PowerOpen ABI does not define this relocation type.
3329 Relative branch. We don't want to mess with the lower
3330 two bits of the instruction.
3333 The PowerPC ABI defines this as a relative call which may
3334 be modified to become an absolute call. The PowerOpen
3335 ABI does not define this relocation type.
3338 A relative branch which may be modified to become an
3342 The PowerPC AIX ABI describes this as a load which may be
3343 changed to a load address. The PowerOpen ABI says this
3344 is the same as case R_POS.
3347 The PowerPC AIX ABI describes this as a load address
3348 which may be changed to a load. The PowerOpen ABI says
3349 this is the same as R_POS.
3353 xcoff_ppc_relocate_section (output_bfd
, info
, input_bfd
,
3354 input_section
, contents
, relocs
, syms
,
3357 struct bfd_link_info
*info
;
3359 asection
*input_section
;
3361 struct internal_reloc
*relocs
;
3362 struct internal_syment
*syms
;
3363 asection
**sections
;
3365 struct internal_reloc
*rel
;
3366 struct internal_reloc
*relend
;
3369 relend
= rel
+ input_section
->reloc_count
;
3370 for (; rel
< relend
; rel
++)
3373 struct xcoff_link_hash_entry
*h
;
3374 struct internal_syment
*sym
;
3377 struct reloc_howto_struct howto
;
3379 bfd_vma value_to_relocate
;
3383 /* Relocation type R_REF is a special relocation type which is
3384 merely used to prevent garbage collection from occurring for
3385 the csect including the symbol which it references. */
3386 if (rel
->r_type
== R_REF
)
3390 howto
.type
= rel
->r_type
;
3391 howto
.rightshift
= 0;
3392 howto
.bitsize
= (rel
->r_size
& 0x1f) + 1;
3393 howto
.size
= howto
.bitsize
> 16 ? 2 : 1;
3394 howto
.pc_relative
= FALSE
;
3396 howto
.complain_on_overflow
= (rel
->r_size
& 0x80
3397 ? complain_overflow_signed
3398 : complain_overflow_bitfield
);
3399 howto
.special_function
= NULL
;
3400 howto
.name
= "internal";
3401 howto
.partial_inplace
= TRUE
;
3402 howto
.src_mask
= howto
.dst_mask
= N_ONES (howto
.bitsize
);
3403 howto
.pcrel_offset
= FALSE
;
3410 symndx
= rel
->r_symndx
;
3416 h
= obj_xcoff_sym_hashes (input_bfd
)[symndx
];
3417 sym
= syms
+ symndx
;
3418 addend
= - sym
->n_value
;
3422 sec
= sections
[symndx
];
3423 /* Hack to make sure we use the right TOC anchor value
3424 if this reloc is against the TOC anchor. */
3425 if (sec
->name
[3] == '0'
3426 && strcmp (sec
->name
, ".tc0") == 0)
3427 val
= xcoff_data (output_bfd
)->toc
;
3429 val
= (sec
->output_section
->vma
3430 + sec
->output_offset
3436 if (info
->unresolved_syms_in_objects
!= RM_IGNORE
3437 && (h
->flags
& XCOFF_WAS_UNDEFINED
) != 0)
3439 if (! ((*info
->callbacks
->undefined_symbol
)
3440 (info
, h
->root
.root
.string
,
3441 input_bfd
, input_section
,
3442 rel
->r_vaddr
- input_section
->vma
,
3443 (info
->unresolved_syms_in_objects
3444 == RM_GENERATE_ERROR
))))
3447 if (h
->root
.type
== bfd_link_hash_defined
3448 || h
->root
.type
== bfd_link_hash_defweak
)
3450 sec
= h
->root
.u
.def
.section
;
3451 val
= (h
->root
.u
.def
.value
3452 + sec
->output_section
->vma
3453 + sec
->output_offset
);
3455 else if (h
->root
.type
== bfd_link_hash_common
)
3457 sec
= h
->root
.u
.c
.p
->section
;
3458 val
= (sec
->output_section
->vma
3459 + sec
->output_offset
);
3464 BFD_ASSERT (info
->relocatable
3465 || (info
->static_link
3466 && (h
->flags
& XCOFF_WAS_UNDEFINED
) != 0)
3467 || (h
->flags
& XCOFF_DEF_DYNAMIC
) != 0
3468 || (h
->flags
& XCOFF_IMPORT
) != 0);
3473 if (rel
->r_type
>= XCOFF_MAX_CALCULATE_RELOCATION
3474 || !((*xcoff_calculate_relocation
[rel
->r_type
])
3475 (input_bfd
, input_section
, output_bfd
, rel
, sym
, &howto
, val
,
3476 addend
, &relocation
, contents
)))
3480 address
= rel
->r_vaddr
- input_section
->vma
;
3481 location
= contents
+ address
;
3483 if (address
> input_section
->size
)
3486 /* Get the value we are going to relocate. */
3487 if (1 == howto
.size
)
3488 value_to_relocate
= bfd_get_16 (input_bfd
, location
);
3490 value_to_relocate
= bfd_get_32 (input_bfd
, location
);
3494 FIXME: We may drop bits during the addition
3495 which we don't check for. We must either check at every single
3496 operation, which would be tedious, or we must do the computations
3497 in a type larger than bfd_vma, which would be inefficient. */
3499 if ((unsigned int) howto
.complain_on_overflow
3500 >= XCOFF_MAX_COMPLAIN_OVERFLOW
)
3503 if (((*xcoff_complain_overflow
[howto
.complain_on_overflow
])
3504 (input_bfd
, value_to_relocate
, relocation
, &howto
)))
3507 char buf
[SYMNMLEN
+ 1];
3508 char reloc_type_name
[10];
3520 name
= _bfd_coff_internal_syment_name (input_bfd
, sym
, buf
);
3524 sprintf (reloc_type_name
, "0x%02x", rel
->r_type
);
3526 if (! ((*info
->callbacks
->reloc_overflow
)
3527 (info
, (h
? &h
->root
: NULL
), name
, reloc_type_name
,
3528 (bfd_vma
) 0, input_bfd
, input_section
,
3529 rel
->r_vaddr
- input_section
->vma
)))
3533 /* Add RELOCATION to the right bits of VALUE_TO_RELOCATE. */
3534 value_to_relocate
= ((value_to_relocate
& ~howto
.dst_mask
)
3535 | (((value_to_relocate
& howto
.src_mask
)
3536 + relocation
) & howto
.dst_mask
));
3538 /* Put the value back in the object file. */
3539 if (1 == howto
.size
)
3540 bfd_put_16 (input_bfd
, value_to_relocate
, location
);
3542 bfd_put_32 (input_bfd
, value_to_relocate
, location
);
3549 _bfd_xcoff_put_ldsymbol_name (abfd
, ldinfo
, ldsym
, name
)
3550 bfd
*abfd ATTRIBUTE_UNUSED
;
3551 struct xcoff_loader_info
*ldinfo
;
3552 struct internal_ldsym
*ldsym
;
3556 len
= strlen (name
);
3558 if (len
<= SYMNMLEN
)
3559 strncpy (ldsym
->_l
._l_name
, name
, SYMNMLEN
);
3562 if (ldinfo
->string_size
+ len
+ 3 > ldinfo
->string_alc
)
3564 bfd_size_type newalc
;
3567 newalc
= ldinfo
->string_alc
* 2;
3570 while (ldinfo
->string_size
+ len
+ 3 > newalc
)
3573 newstrings
= bfd_realloc (ldinfo
->strings
, newalc
);
3574 if (newstrings
== NULL
)
3576 ldinfo
->failed
= TRUE
;
3579 ldinfo
->string_alc
= newalc
;
3580 ldinfo
->strings
= newstrings
;
3583 bfd_put_16 (ldinfo
->output_bfd
, (bfd_vma
) (len
+ 1),
3584 ldinfo
->strings
+ ldinfo
->string_size
);
3585 strcpy (ldinfo
->strings
+ ldinfo
->string_size
+ 2, name
);
3586 ldsym
->_l
._l_l
._l_zeroes
= 0;
3587 ldsym
->_l
._l_l
._l_offset
= ldinfo
->string_size
+ 2;
3588 ldinfo
->string_size
+= len
+ 3;
3595 _bfd_xcoff_put_symbol_name (bfd
*abfd
, struct bfd_strtab_hash
*strtab
,
3596 struct internal_syment
*sym
,
3599 if (strlen (name
) <= SYMNMLEN
)
3601 strncpy (sym
->_n
._n_name
, name
, SYMNMLEN
);
3609 if ((abfd
->flags
& BFD_TRADITIONAL_FORMAT
) != 0)
3611 indx
= _bfd_stringtab_add (strtab
, name
, hash
, FALSE
);
3612 if (indx
== (bfd_size_type
) -1)
3614 sym
->_n
._n_n
._n_zeroes
= 0;
3615 sym
->_n
._n_n
._n_offset
= STRING_SIZE_SIZE
+ indx
;
3621 xcoff_create_csect_from_smclas (abfd
, aux
, symbol_name
)
3623 union internal_auxent
*aux
;
3624 const char *symbol_name
;
3626 asection
*return_value
= NULL
;
3628 /* .sv64 = x_smclas == 17
3629 This is an invalid csect for 32 bit apps. */
3630 static const char *names
[19] =
3632 ".pr", ".ro", ".db", ".tc", ".ua", ".rw", ".gl", ".xo",
3633 ".sv", ".bs", ".ds", ".uc", ".ti", ".tb", NULL
, ".tc0",
3634 ".td", NULL
, ".sv3264"
3637 if ((19 >= aux
->x_csect
.x_smclas
)
3638 && (NULL
!= names
[aux
->x_csect
.x_smclas
]))
3640 return_value
= bfd_make_section_anyway
3641 (abfd
, names
[aux
->x_csect
.x_smclas
]);
3645 (*_bfd_error_handler
)
3646 (_("%B: symbol `%s' has unrecognized smclas %d"),
3647 abfd
, symbol_name
, aux
->x_csect
.x_smclas
);
3648 bfd_set_error (bfd_error_bad_value
);
3651 return return_value
;
3655 xcoff_is_lineno_count_overflow (abfd
, value
)
3656 bfd
*abfd ATTRIBUTE_UNUSED
;
3659 if (0xffff <= value
)
3666 xcoff_is_reloc_count_overflow (abfd
, value
)
3667 bfd
*abfd ATTRIBUTE_UNUSED
;
3670 if (0xffff <= value
)
3677 xcoff_loader_symbol_offset (abfd
, ldhdr
)
3679 struct internal_ldhdr
*ldhdr ATTRIBUTE_UNUSED
;
3681 return bfd_xcoff_ldhdrsz (abfd
);
3685 xcoff_loader_reloc_offset (abfd
, ldhdr
)
3687 struct internal_ldhdr
*ldhdr
;
3689 return bfd_xcoff_ldhdrsz (abfd
) + ldhdr
->l_nsyms
* bfd_xcoff_ldsymsz (abfd
);
3693 xcoff_generate_rtinit (abfd
, init
, fini
, rtld
)
3699 bfd_byte filehdr_ext
[FILHSZ
];
3700 bfd_byte scnhdr_ext
[SCNHSZ
];
3701 bfd_byte syment_ext
[SYMESZ
* 10];
3702 bfd_byte reloc_ext
[RELSZ
* 3];
3703 bfd_byte
*data_buffer
;
3704 bfd_size_type data_buffer_size
;
3705 bfd_byte
*string_table
= NULL
, *st_tmp
= NULL
;
3706 bfd_size_type string_table_size
;
3708 size_t initsz
, finisz
;
3709 struct internal_filehdr filehdr
;
3710 struct internal_scnhdr scnhdr
;
3711 struct internal_syment syment
;
3712 union internal_auxent auxent
;
3713 struct internal_reloc reloc
;
3715 char *data_name
= ".data";
3716 char *rtinit_name
= "__rtinit";
3717 char *rtld_name
= "__rtld";
3719 if (! bfd_xcoff_rtinit_size (abfd
))
3722 initsz
= (init
== NULL
? 0 : 1 + strlen (init
));
3723 finisz
= (fini
== NULL
? 0 : 1 + strlen (fini
));
3726 memset (filehdr_ext
, 0, FILHSZ
);
3727 memset (&filehdr
, 0, sizeof (struct internal_filehdr
));
3728 filehdr
.f_magic
= bfd_xcoff_magic_number (abfd
);
3729 filehdr
.f_nscns
= 1;
3730 filehdr
.f_timdat
= 0;
3731 filehdr
.f_nsyms
= 0; /* at least 6, no more than 10 */
3732 filehdr
.f_symptr
= 0; /* set below */
3733 filehdr
.f_opthdr
= 0;
3734 filehdr
.f_flags
= 0;
3736 /* section header */
3737 memset (scnhdr_ext
, 0, SCNHSZ
);
3738 memset (&scnhdr
, 0, sizeof (struct internal_scnhdr
));
3739 memcpy (scnhdr
.s_name
, data_name
, strlen (data_name
));
3742 scnhdr
.s_size
= 0; /* set below */
3743 scnhdr
.s_scnptr
= FILHSZ
+ SCNHSZ
;
3744 scnhdr
.s_relptr
= 0; /* set below */
3745 scnhdr
.s_lnnoptr
= 0;
3746 scnhdr
.s_nreloc
= 0; /* either 1 or 2 */
3748 scnhdr
.s_flags
= STYP_DATA
;
3751 0x0000 0x00000000 : rtl
3752 0x0004 0x00000010 : offset to init, or 0
3753 0x0008 0x00000028 : offset to fini, or 0
3754 0x000C 0x0000000C : size of descriptor
3755 0x0010 0x00000000 : init, needs a reloc
3756 0x0014 0x00000040 : offset to init name
3757 0x0018 0x00000000 : flags, padded to a word
3758 0x001C 0x00000000 : empty init
3761 0x0028 0x00000000 : fini, needs a reloc
3762 0x002C 0x00000??? : offset to fini name
3763 0x0030 0x00000000 : flags, padded to a word
3764 0x0034 0x00000000 : empty fini
3768 0x0040 + initsz fini name */
3770 data_buffer_size
= 0x0040 + initsz
+ finisz
;
3771 data_buffer_size
= (data_buffer_size
+ 7) &~ (bfd_size_type
) 7;
3773 data_buffer
= (bfd_byte
*) bfd_zmalloc (data_buffer_size
);
3774 if (data_buffer
== NULL
)
3780 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x04]);
3782 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x14]);
3783 memcpy (&data_buffer
[val
], init
, initsz
);
3789 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x08]);
3790 val
= 0x40 + initsz
;
3791 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x2C]);
3792 memcpy (&data_buffer
[val
], fini
, finisz
);
3796 bfd_h_put_32 (abfd
, val
, &data_buffer
[0x0C]);
3798 scnhdr
.s_size
= data_buffer_size
;
3801 string_table_size
= 0;
3803 string_table_size
+= initsz
;
3805 string_table_size
+= finisz
;
3806 if (string_table_size
)
3808 string_table_size
+= 4;
3809 string_table
= (bfd_byte
*) bfd_zmalloc (string_table_size
);
3810 if (string_table
== NULL
)
3813 val
= string_table_size
;
3814 bfd_h_put_32 (abfd
, val
, &string_table
[0]);
3815 st_tmp
= string_table
+ 4;
3824 memset (syment_ext
, 0, 10 * SYMESZ
);
3825 memset (reloc_ext
, 0, 3 * RELSZ
);
3828 memset (&syment
, 0, sizeof (struct internal_syment
));
3829 memset (&auxent
, 0, sizeof (union internal_auxent
));
3830 memcpy (syment
._n
._n_name
, data_name
, strlen (data_name
));
3832 syment
.n_sclass
= C_HIDEXT
;
3833 syment
.n_numaux
= 1;
3834 auxent
.x_csect
.x_scnlen
.l
= data_buffer_size
;
3835 auxent
.x_csect
.x_smtyp
= 3 << 3 | XTY_SD
;
3836 auxent
.x_csect
.x_smclas
= XMC_RW
;
3837 bfd_coff_swap_sym_out (abfd
, &syment
,
3838 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3839 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3841 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3842 filehdr
.f_nsyms
+= 2;
3845 memset (&syment
, 0, sizeof (struct internal_syment
));
3846 memset (&auxent
, 0, sizeof (union internal_auxent
));
3847 memcpy (syment
._n
._n_name
, rtinit_name
, strlen (rtinit_name
));
3849 syment
.n_sclass
= C_EXT
;
3850 syment
.n_numaux
= 1;
3851 auxent
.x_csect
.x_smtyp
= XTY_LD
;
3852 auxent
.x_csect
.x_smclas
= XMC_RW
;
3853 bfd_coff_swap_sym_out (abfd
, &syment
,
3854 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3855 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3857 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3858 filehdr
.f_nsyms
+= 2;
3863 memset (&syment
, 0, sizeof (struct internal_syment
));
3864 memset (&auxent
, 0, sizeof (union internal_auxent
));
3868 syment
._n
._n_n
._n_offset
= st_tmp
- string_table
;
3869 memcpy (st_tmp
, init
, initsz
);
3873 memcpy (syment
._n
._n_name
, init
, initsz
- 1);
3875 syment
.n_sclass
= C_EXT
;
3876 syment
.n_numaux
= 1;
3877 bfd_coff_swap_sym_out (abfd
, &syment
,
3878 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3879 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3881 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3884 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3885 reloc
.r_vaddr
= 0x0010;
3886 reloc
.r_symndx
= filehdr
.f_nsyms
;
3887 reloc
.r_type
= R_POS
;
3889 bfd_coff_swap_reloc_out (abfd
, &reloc
, &reloc_ext
[0]);
3891 filehdr
.f_nsyms
+= 2;
3892 scnhdr
.s_nreloc
+= 1;
3898 memset (&syment
, 0, sizeof (struct internal_syment
));
3899 memset (&auxent
, 0, sizeof (union internal_auxent
));
3903 syment
._n
._n_n
._n_offset
= st_tmp
- string_table
;
3904 memcpy (st_tmp
, fini
, finisz
);
3908 memcpy (syment
._n
._n_name
, fini
, finisz
- 1);
3910 syment
.n_sclass
= C_EXT
;
3911 syment
.n_numaux
= 1;
3912 bfd_coff_swap_sym_out (abfd
, &syment
,
3913 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3914 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3916 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3919 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3920 reloc
.r_vaddr
= 0x0028;
3921 reloc
.r_symndx
= filehdr
.f_nsyms
;
3922 reloc
.r_type
= R_POS
;
3924 bfd_coff_swap_reloc_out (abfd
, &reloc
,
3925 &reloc_ext
[scnhdr
.s_nreloc
* RELSZ
]);
3927 filehdr
.f_nsyms
+= 2;
3928 scnhdr
.s_nreloc
+= 1;
3933 memset (&syment
, 0, sizeof (struct internal_syment
));
3934 memset (&auxent
, 0, sizeof (union internal_auxent
));
3935 memcpy (syment
._n
._n_name
, rtld_name
, strlen (rtld_name
));
3936 syment
.n_sclass
= C_EXT
;
3937 syment
.n_numaux
= 1;
3938 bfd_coff_swap_sym_out (abfd
, &syment
,
3939 &syment_ext
[filehdr
.f_nsyms
* SYMESZ
]);
3940 bfd_coff_swap_aux_out (abfd
, &auxent
, syment
.n_type
, syment
.n_sclass
, 0,
3942 &syment_ext
[(filehdr
.f_nsyms
+ 1) * SYMESZ
]);
3945 memset (&reloc
, 0, sizeof (struct internal_reloc
));
3946 reloc
.r_vaddr
= 0x0000;
3947 reloc
.r_symndx
= filehdr
.f_nsyms
;
3948 reloc
.r_type
= R_POS
;
3950 bfd_coff_swap_reloc_out (abfd
, &reloc
,
3951 &reloc_ext
[scnhdr
.s_nreloc
* RELSZ
]);
3953 filehdr
.f_nsyms
+= 2;
3954 scnhdr
.s_nreloc
+= 1;
3957 scnhdr
.s_relptr
= scnhdr
.s_scnptr
+ data_buffer_size
;
3958 filehdr
.f_symptr
= scnhdr
.s_relptr
+ scnhdr
.s_nreloc
* RELSZ
;
3960 bfd_coff_swap_filehdr_out (abfd
, &filehdr
, filehdr_ext
);
3961 bfd_bwrite (filehdr_ext
, FILHSZ
, abfd
);
3962 bfd_coff_swap_scnhdr_out (abfd
, &scnhdr
, scnhdr_ext
);
3963 bfd_bwrite (scnhdr_ext
, SCNHSZ
, abfd
);
3964 bfd_bwrite (data_buffer
, data_buffer_size
, abfd
);
3965 bfd_bwrite (reloc_ext
, scnhdr
.s_nreloc
* RELSZ
, abfd
);
3966 bfd_bwrite (syment_ext
, filehdr
.f_nsyms
* SYMESZ
, abfd
);
3967 bfd_bwrite (string_table
, string_table_size
, abfd
);
3976 static reloc_howto_type xcoff_dynamic_reloc
=
3977 HOWTO (0, /* type */
3979 2, /* size (0 = byte, 1 = short, 2 = long) */
3981 FALSE
, /* pc_relative */
3983 complain_overflow_bitfield
, /* complain_on_overflow */
3984 0, /* special_function */
3986 TRUE
, /* partial_inplace */
3987 0xffffffff, /* src_mask */
3988 0xffffffff, /* dst_mask */
3989 FALSE
); /* pcrel_offset */
3993 The first word of global linkage code must be modified by filling in
3994 the correct TOC offset. */
3996 static unsigned long xcoff_glink_code
[9] =
3998 0x81820000, /* lwz r12,0(r2) */
3999 0x90410014, /* stw r2,20(r1) */
4000 0x800c0000, /* lwz r0,0(r12) */
4001 0x804c0004, /* lwz r2,4(r12) */
4002 0x7c0903a6, /* mtctr r0 */
4003 0x4e800420, /* bctr */
4004 0x00000000, /* start of traceback table */
4005 0x000c8000, /* traceback table */
4006 0x00000000, /* traceback table */
4010 static const struct xcoff_backend_data_rec bfd_xcoff_backend_data
=
4012 { /* COFF backend, defined in libcoff.h. */
4013 _bfd_xcoff_swap_aux_in
,
4014 _bfd_xcoff_swap_sym_in
,
4015 coff_swap_lineno_in
,
4016 _bfd_xcoff_swap_aux_out
,
4017 _bfd_xcoff_swap_sym_out
,
4018 coff_swap_lineno_out
,
4019 xcoff_swap_reloc_out
,
4020 coff_swap_filehdr_out
,
4021 coff_swap_aouthdr_out
,
4022 coff_swap_scnhdr_out
,
4031 TRUE
, /* _bfd_coff_long_filenames */
4032 XCOFF_NO_LONG_SECTION_NAMES
, /* _bfd_coff_long_section_names */
4033 3, /* _bfd_coff_default_section_alignment_power */
4034 FALSE
, /* _bfd_coff_force_symnames_in_strings */
4035 2, /* _bfd_coff_debug_string_prefix_length */
4036 coff_swap_filehdr_in
,
4037 coff_swap_aouthdr_in
,
4038 coff_swap_scnhdr_in
,
4039 xcoff_swap_reloc_in
,
4040 coff_bad_format_hook
,
4041 coff_set_arch_mach_hook
,
4044 coff_set_alignment_hook
,
4045 coff_slurp_symbol_table
,
4046 symname_in_debug_hook
,
4047 coff_pointerize_aux_hook
,
4049 dummy_reloc16_extra_cases
,
4050 dummy_reloc16_estimate
,
4051 NULL
, /* bfd_coff_sym_is_global */
4052 coff_compute_section_file_positions
,
4053 NULL
, /* _bfd_coff_start_final_link */
4054 xcoff_ppc_relocate_section
,
4055 coff_rtype_to_howto
,
4056 NULL
, /* _bfd_coff_adjust_symndx */
4057 _bfd_generic_link_add_one_symbol
,
4058 coff_link_output_has_begun
,
4059 coff_final_link_postscript
,
4060 NULL
/* print_pdata. */
4063 0x01DF, /* magic number */
4067 /* Function pointers to xcoff specific swap routines. */
4068 xcoff_swap_ldhdr_in
,
4069 xcoff_swap_ldhdr_out
,
4070 xcoff_swap_ldsym_in
,
4071 xcoff_swap_ldsym_out
,
4072 xcoff_swap_ldrel_in
,
4073 xcoff_swap_ldrel_out
,
4079 12, /* _xcoff_function_descriptor_size */
4083 1, /* _xcoff_ldhdr_version */
4085 _bfd_xcoff_put_symbol_name
,
4086 _bfd_xcoff_put_ldsymbol_name
,
4087 &xcoff_dynamic_reloc
,
4088 xcoff_create_csect_from_smclas
,
4090 /* Lineno and reloc count overflow. */
4091 xcoff_is_lineno_count_overflow
,
4092 xcoff_is_reloc_count_overflow
,
4094 xcoff_loader_symbol_offset
,
4095 xcoff_loader_reloc_offset
,
4098 &xcoff_glink_code
[0],
4099 36, /* _xcoff_glink_size */
4102 64, /* _xcoff_rtinit_size */
4103 xcoff_generate_rtinit
,
4106 /* The transfer vector that leads the outside world to all of the above. */
4107 const bfd_target rs6000coff_vec
=
4110 bfd_target_xcoff_flavour
,
4111 BFD_ENDIAN_BIG
, /* data byte order is big */
4112 BFD_ENDIAN_BIG
, /* header byte order is big */
4114 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| DYNAMIC
4115 | HAS_SYMS
| HAS_LOCALS
| WP_TEXT
),
4117 SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_CODE
| SEC_DATA
,
4118 0, /* leading char */
4119 '/', /* ar_pad_char */
4120 15, /* ar_max_namelen */
4144 { /* bfd_check_format */
4147 _bfd_xcoff_archive_p
,
4151 { /* bfd_set_format */
4154 _bfd_generic_mkarchive
,
4158 {/* bfd_write_contents */
4160 coff_write_object_contents
,
4161 _bfd_xcoff_write_archive_contents
,
4168 coff_new_section_hook
,
4169 _bfd_generic_get_section_contents
,
4170 _bfd_generic_get_section_contents_in_window
,
4173 _bfd_xcoff_copy_private_bfd_data
,
4174 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4175 _bfd_generic_init_private_section_data
,
4176 ((bfd_boolean (*) (bfd
*, asection
*, bfd
*, asection
*)) bfd_true
),
4177 ((bfd_boolean (*) (bfd
*, asymbol
*, bfd
*, asymbol
*)) bfd_true
),
4178 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4179 ((bfd_boolean (*) (bfd
*, flagword
)) bfd_true
),
4180 ((bfd_boolean (*) (bfd
*, void * )) bfd_true
),
4183 coff_core_file_failing_command
,
4184 coff_core_file_failing_signal
,
4185 coff_core_file_matches_executable_p
,
4188 _bfd_xcoff_slurp_armap
,
4190 ((bfd_boolean (*) (bfd
*, char **, bfd_size_type
*, const char **)) bfd_false
),
4191 bfd_dont_truncate_arname
,
4192 _bfd_xcoff_write_armap
,
4193 _bfd_xcoff_read_ar_hdr
,
4194 _bfd_xcoff_openr_next_archived_file
,
4195 _bfd_generic_get_elt_at_index
,
4196 _bfd_xcoff_stat_arch_elt
,
4200 coff_get_symtab_upper_bound
,
4201 coff_canonicalize_symtab
,
4202 coff_make_empty_symbol
,
4204 coff_get_symbol_info
,
4205 _bfd_xcoff_is_local_label_name
,
4206 coff_bfd_is_target_special_symbol
,
4208 coff_find_nearest_line
,
4209 _bfd_generic_find_line
,
4210 coff_find_inliner_info
,
4211 coff_bfd_make_debug_symbol
,
4212 _bfd_generic_read_minisymbols
,
4213 _bfd_generic_minisymbol_to_symbol
,
4216 coff_get_reloc_upper_bound
,
4217 coff_canonicalize_reloc
,
4218 _bfd_xcoff_reloc_type_lookup
,
4219 _bfd_xcoff_reloc_name_lookup
,
4223 coff_set_section_contents
,
4226 _bfd_xcoff_sizeof_headers
,
4227 bfd_generic_get_relocated_section_contents
,
4228 bfd_generic_relax_section
,
4229 _bfd_xcoff_bfd_link_hash_table_create
,
4230 _bfd_generic_link_hash_table_free
,
4231 _bfd_xcoff_bfd_link_add_symbols
,
4232 _bfd_generic_link_just_syms
,
4233 _bfd_xcoff_bfd_final_link
,
4234 _bfd_generic_link_split_section
,
4235 bfd_generic_gc_sections
,
4236 bfd_generic_merge_sections
,
4237 bfd_generic_is_group_section
,
4238 bfd_generic_discard_group
,
4239 _bfd_generic_section_already_linked
,
4240 _bfd_xcoff_define_common_symbol
,
4243 _bfd_xcoff_get_dynamic_symtab_upper_bound
,
4244 _bfd_xcoff_canonicalize_dynamic_symtab
,
4245 _bfd_nodynamic_get_synthetic_symtab
,
4246 _bfd_xcoff_get_dynamic_reloc_upper_bound
,
4247 _bfd_xcoff_canonicalize_dynamic_reloc
,
4249 /* Opposite endian version, none exists */
4252 (void *) &bfd_xcoff_backend_data
,
4255 /* xcoff-powermac target
4257 Only difference between this target and the rs6000 target is the
4258 the default architecture and machine type used in coffcode.h
4260 PowerPC Macs use the same magic numbers as RS/6000
4261 (because that's how they were bootstrapped originally),
4262 but they are always PowerPC architecture. */
4263 static const struct xcoff_backend_data_rec bfd_pmac_xcoff_backend_data
=
4265 { /* COFF backend, defined in libcoff.h. */
4266 _bfd_xcoff_swap_aux_in
,
4267 _bfd_xcoff_swap_sym_in
,
4268 coff_swap_lineno_in
,
4269 _bfd_xcoff_swap_aux_out
,
4270 _bfd_xcoff_swap_sym_out
,
4271 coff_swap_lineno_out
,
4272 xcoff_swap_reloc_out
,
4273 coff_swap_filehdr_out
,
4274 coff_swap_aouthdr_out
,
4275 coff_swap_scnhdr_out
,
4284 TRUE
, /* _bfd_coff_long_filenames */
4285 XCOFF_NO_LONG_SECTION_NAMES
, /* _bfd_coff_long_section_names */
4286 3, /* _bfd_coff_default_section_alignment_power */
4287 FALSE
, /* _bfd_coff_force_symnames_in_strings */
4288 2, /* _bfd_coff_debug_string_prefix_length */
4289 coff_swap_filehdr_in
,
4290 coff_swap_aouthdr_in
,
4291 coff_swap_scnhdr_in
,
4292 xcoff_swap_reloc_in
,
4293 coff_bad_format_hook
,
4294 coff_set_arch_mach_hook
,
4297 coff_set_alignment_hook
,
4298 coff_slurp_symbol_table
,
4299 symname_in_debug_hook
,
4300 coff_pointerize_aux_hook
,
4302 dummy_reloc16_extra_cases
,
4303 dummy_reloc16_estimate
,
4304 NULL
, /* bfd_coff_sym_is_global */
4305 coff_compute_section_file_positions
,
4306 NULL
, /* _bfd_coff_start_final_link */
4307 xcoff_ppc_relocate_section
,
4308 coff_rtype_to_howto
,
4309 NULL
, /* _bfd_coff_adjust_symndx */
4310 _bfd_generic_link_add_one_symbol
,
4311 coff_link_output_has_begun
,
4312 coff_final_link_postscript
,
4313 NULL
/* print_pdata. */
4316 0x01DF, /* magic number */
4320 /* Function pointers to xcoff specific swap routines. */
4321 xcoff_swap_ldhdr_in
,
4322 xcoff_swap_ldhdr_out
,
4323 xcoff_swap_ldsym_in
,
4324 xcoff_swap_ldsym_out
,
4325 xcoff_swap_ldrel_in
,
4326 xcoff_swap_ldrel_out
,
4332 12, /* _xcoff_function_descriptor_size */
4336 1, /* _xcoff_ldhdr_version */
4338 _bfd_xcoff_put_symbol_name
,
4339 _bfd_xcoff_put_ldsymbol_name
,
4340 &xcoff_dynamic_reloc
,
4341 xcoff_create_csect_from_smclas
,
4343 /* Lineno and reloc count overflow. */
4344 xcoff_is_lineno_count_overflow
,
4345 xcoff_is_reloc_count_overflow
,
4347 xcoff_loader_symbol_offset
,
4348 xcoff_loader_reloc_offset
,
4351 &xcoff_glink_code
[0],
4352 36, /* _xcoff_glink_size */
4355 0, /* _xcoff_rtinit_size */
4356 xcoff_generate_rtinit
,
4359 /* The transfer vector that leads the outside world to all of the above. */
4360 const bfd_target pmac_xcoff_vec
=
4363 bfd_target_xcoff_flavour
,
4364 BFD_ENDIAN_BIG
, /* data byte order is big */
4365 BFD_ENDIAN_BIG
, /* header byte order is big */
4367 (HAS_RELOC
| EXEC_P
| HAS_LINENO
| HAS_DEBUG
| DYNAMIC
4368 | HAS_SYMS
| HAS_LOCALS
| WP_TEXT
),
4370 SEC_HAS_CONTENTS
| SEC_ALLOC
| SEC_LOAD
| SEC_RELOC
| SEC_CODE
| SEC_DATA
,
4371 0, /* leading char */
4372 '/', /* ar_pad_char */
4373 15, /* ar_max_namelen */
4397 { /* bfd_check_format */
4400 _bfd_xcoff_archive_p
,
4404 { /* bfd_set_format */
4407 _bfd_generic_mkarchive
,
4411 {/* bfd_write_contents */
4413 coff_write_object_contents
,
4414 _bfd_xcoff_write_archive_contents
,
4421 coff_new_section_hook
,
4422 _bfd_generic_get_section_contents
,
4423 _bfd_generic_get_section_contents_in_window
,
4426 _bfd_xcoff_copy_private_bfd_data
,
4427 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4428 _bfd_generic_init_private_section_data
,
4429 ((bfd_boolean (*) (bfd
*, asection
*, bfd
*, asection
*)) bfd_true
),
4430 ((bfd_boolean (*) (bfd
*, asymbol
*, bfd
*, asymbol
*)) bfd_true
),
4431 ((bfd_boolean (*) (bfd
*, bfd
*)) bfd_true
),
4432 ((bfd_boolean (*) (bfd
*, flagword
)) bfd_true
),
4433 ((bfd_boolean (*) (bfd
*, void * )) bfd_true
),
4436 coff_core_file_failing_command
,
4437 coff_core_file_failing_signal
,
4438 coff_core_file_matches_executable_p
,
4441 _bfd_xcoff_slurp_armap
,
4443 ((bfd_boolean (*) (bfd
*, char **, bfd_size_type
*, const char **)) bfd_false
),
4444 bfd_dont_truncate_arname
,
4445 _bfd_xcoff_write_armap
,
4446 _bfd_xcoff_read_ar_hdr
,
4447 _bfd_xcoff_openr_next_archived_file
,
4448 _bfd_generic_get_elt_at_index
,
4449 _bfd_xcoff_stat_arch_elt
,
4453 coff_get_symtab_upper_bound
,
4454 coff_canonicalize_symtab
,
4455 coff_make_empty_symbol
,
4457 coff_get_symbol_info
,
4458 _bfd_xcoff_is_local_label_name
,
4459 coff_bfd_is_target_special_symbol
,
4461 coff_find_nearest_line
,
4462 _bfd_generic_find_line
,
4463 coff_find_inliner_info
,
4464 coff_bfd_make_debug_symbol
,
4465 _bfd_generic_read_minisymbols
,
4466 _bfd_generic_minisymbol_to_symbol
,
4469 coff_get_reloc_upper_bound
,
4470 coff_canonicalize_reloc
,
4471 _bfd_xcoff_reloc_type_lookup
,
4472 _bfd_xcoff_reloc_name_lookup
,
4476 coff_set_section_contents
,
4479 _bfd_xcoff_sizeof_headers
,
4480 bfd_generic_get_relocated_section_contents
,
4481 bfd_generic_relax_section
,
4482 _bfd_xcoff_bfd_link_hash_table_create
,
4483 _bfd_generic_link_hash_table_free
,
4484 _bfd_xcoff_bfd_link_add_symbols
,
4485 _bfd_generic_link_just_syms
,
4486 _bfd_xcoff_bfd_final_link
,
4487 _bfd_generic_link_split_section
,
4488 bfd_generic_gc_sections
,
4489 bfd_generic_merge_sections
,
4490 bfd_generic_is_group_section
,
4491 bfd_generic_discard_group
,
4492 _bfd_generic_section_already_linked
,
4493 _bfd_xcoff_define_common_symbol
,
4496 _bfd_xcoff_get_dynamic_symtab_upper_bound
,
4497 _bfd_xcoff_canonicalize_dynamic_symtab
,
4498 _bfd_nodynamic_get_synthetic_symtab
,
4499 _bfd_xcoff_get_dynamic_reloc_upper_bound
,
4500 _bfd_xcoff_canonicalize_dynamic_reloc
,
4502 /* Opposite endian version, none exists */
4505 (void *) &bfd_pmac_xcoff_backend_data
,