Touches most files in bfd/, so likely will be blamed for everything..
[binutils.git] / bfd / coff-rs6000.c
blob44ede2534a4ddafdd7aa487d14fc92ba7c586032
1 /* BFD back-end for IBM RS/6000 "XCOFF" files.
2 Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 2000, 2001
4 Free Software Foundation, Inc.
5 FIXME: Can someone provide a transliteration of this name into ASCII?
6 Using the following chars caused a compiler warning on HIUX (so I replaced
7 them with octal escapes), and isn't useful without an understanding of what
8 character set it is.
9 Written by Metin G. Ozisik, Mimi Ph\373\364ng-Th\345o V\365,
10 and John Gilmore.
11 Archive support from Damon A. Permezel.
12 Contributed by IBM Corporation and Cygnus Support.
14 This file is part of BFD, the Binary File Descriptor library.
16 This program is free software; you can redistribute it and/or modify
17 it under the terms of the GNU General Public License as published by
18 the Free Software Foundation; either version 2 of the License, or
19 (at your option) any later version.
21 This program is distributed in the hope that it will be useful,
22 but WITHOUT ANY WARRANTY; without even the implied warranty of
23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details.
26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
30 #include "bfd.h"
31 #include "sysdep.h"
32 #include "bfdlink.h"
33 #include "libbfd.h"
34 #include "coff/internal.h"
35 #include "coff/xcoff.h"
36 #include "coff/rs6000.h"
37 #include "libcoff.h"
38 #include "libxcoff.h"
40 extern boolean _bfd_xcoff_mkobject PARAMS ((bfd *));
41 extern boolean _bfd_xcoff_copy_private_bfd_data PARAMS ((bfd *, bfd *));
42 extern boolean _bfd_xcoff_is_local_label_name PARAMS ((bfd *, const char *));
43 extern reloc_howto_type *_bfd_xcoff_reloc_type_lookup
44 PARAMS ((bfd *, bfd_reloc_code_real_type));
45 extern boolean _bfd_xcoff_slurp_armap PARAMS ((bfd *));
46 extern const bfd_target *_bfd_xcoff_archive_p PARAMS ((bfd *));
47 extern PTR _bfd_xcoff_read_ar_hdr PARAMS ((bfd *));
48 extern bfd *_bfd_xcoff_openr_next_archived_file PARAMS ((bfd *, bfd *));
49 extern int _bfd_xcoff_generic_stat_arch_elt PARAMS ((bfd *, struct stat *));
50 extern boolean _bfd_xcoff_write_armap
51 PARAMS ((bfd *, unsigned int, struct orl *, unsigned int, int));
52 extern boolean _bfd_xcoff_write_archive_contents PARAMS ((bfd *));
53 extern int _bfd_xcoff_sizeof_headers PARAMS ((bfd *, boolean));
54 extern void _bfd_xcoff_swap_sym_in PARAMS ((bfd *, PTR, PTR));
55 extern unsigned int _bfd_xcoff_swap_sym_out PARAMS ((bfd *, PTR, PTR));
56 extern void _bfd_xcoff_swap_aux_in PARAMS ((bfd *, PTR, int, int, int, int, PTR));
57 extern unsigned int _bfd_xcoff_swap_aux_out PARAMS ((bfd *, PTR, int, int, int, int, PTR));
59 /* Forward declare _bfd_xcoff_rtype2howto for coffcode.h macro. */
60 void _bfd_xcoff_rtype2howto PARAMS ((arelent *, struct internal_reloc *));
62 /* coffcode.h needs these to be defined. */
63 #define RS6000COFF_C 1
65 #define SELECT_RELOC(internal, howto) \
66 { \
67 internal.r_type = howto->type; \
68 internal.r_size = \
69 ((howto->complain_on_overflow == complain_overflow_signed \
70 ? 0x80 \
71 : 0) \
72 | (howto->bitsize - 1)); \
75 #define COFF_DEFAULT_SECTION_ALIGNMENT_POWER (3)
76 #define COFF_LONG_FILENAMES
77 #define NO_COFF_SYMBOLS
78 #define RTYPE2HOWTO(cache_ptr, dst) _bfd_xcoff_rtype2howto (cache_ptr, dst)
79 #define coff_mkobject _bfd_xcoff_mkobject
80 #define coff_bfd_copy_private_bfd_data _bfd_xcoff_copy_private_bfd_data
81 #define coff_bfd_is_local_label_name _bfd_xcoff_is_local_label_name
82 #define coff_bfd_reloc_type_lookup _bfd_xcoff_reloc_type_lookup
83 #ifdef AIX_CORE
84 extern const bfd_target * rs6000coff_core_p ();
85 extern boolean rs6000coff_core_file_matches_executable_p ();
86 extern char *rs6000coff_core_file_failing_command PARAMS ((bfd *abfd));
87 extern int rs6000coff_core_file_failing_signal PARAMS ((bfd *abfd));
88 #define CORE_FILE_P rs6000coff_core_p
89 #define coff_core_file_failing_command \
90 rs6000coff_core_file_failing_command
91 #define coff_core_file_failing_signal \
92 rs6000coff_core_file_failing_signal
93 #define coff_core_file_matches_executable_p \
94 rs6000coff_core_file_matches_executable_p
95 #else
96 #define CORE_FILE_P _bfd_dummy_target
97 #define coff_core_file_failing_command \
98 _bfd_nocore_core_file_failing_command
99 #define coff_core_file_failing_signal \
100 _bfd_nocore_core_file_failing_signal
101 #define coff_core_file_matches_executable_p \
102 _bfd_nocore_core_file_matches_executable_p
103 #endif
104 #define coff_SWAP_sym_in _bfd_xcoff_swap_sym_in
105 #define coff_SWAP_sym_out _bfd_xcoff_swap_sym_out
106 #define coff_SWAP_aux_in _bfd_xcoff_swap_aux_in
107 #define coff_SWAP_aux_out _bfd_xcoff_swap_aux_out
109 #include "coffcode.h"
111 /* The main body of code is in coffcode.h. */
113 static const char *normalize_filename PARAMS ((bfd *));
114 static boolean xcoff_write_armap_old
115 PARAMS ((bfd *, unsigned int, struct orl *, unsigned int, int));
116 static boolean xcoff_write_one_armap_big
117 PARAMS ((bfd *, struct orl *, unsigned int, unsigned int, unsigned int,
118 int, const char *, char *));
119 static boolean xcoff_write_armap_big
120 PARAMS ((bfd *, unsigned int, struct orl *, unsigned int, int));
121 static boolean xcoff_write_archive_contents_old PARAMS ((bfd *));
122 static boolean xcoff_write_archive_contents_big PARAMS ((bfd *));
123 static void xcoff_swap_ldhdr_in
124 PARAMS ((bfd *, const PTR, struct internal_ldhdr *));
125 static void xcoff_swap_ldhdr_out
126 PARAMS ((bfd *, const struct internal_ldhdr *, PTR));
127 static void xcoff_swap_ldsym_in
128 PARAMS ((bfd *, const PTR, struct internal_ldsym *));
129 static void xcoff_swap_ldsym_out
130 PARAMS ((bfd *, const struct internal_ldsym *, PTR));
131 static void xcoff_swap_ldrel_in
132 PARAMS ((bfd *, const PTR, struct internal_ldrel *));
133 static void xcoff_swap_ldrel_out
134 PARAMS ((bfd *, const struct internal_ldrel *, PTR));
135 static boolean xcoff_ppc_relocate_section
136 PARAMS ((bfd *, struct bfd_link_info *, bfd *, asection *, bfd_byte *,
137 struct internal_reloc *, struct internal_syment *, asection **));
138 static boolean _bfd_xcoff_put_ldsymbol_name
139 PARAMS ((bfd *, struct xcoff_loader_info *, struct internal_ldsym *,
140 const char *));
141 static asection *xcoff_create_csect_from_smclas
142 PARAMS ((bfd *, union internal_auxent *, const char *));
143 static boolean xcoff_is_lineno_count_overflow PARAMS ((bfd *, bfd_vma));
144 static boolean xcoff_is_reloc_count_overflow PARAMS ((bfd *, bfd_vma));
145 static bfd_vma xcoff_loader_symbol_offset
146 PARAMS ((bfd *, struct internal_ldhdr *));
147 static bfd_vma xcoff_loader_reloc_offset
148 PARAMS ((bfd *, struct internal_ldhdr *));
150 /* We use our own tdata type. Its first field is the COFF tdata type,
151 so the COFF routines are compatible. */
153 boolean
154 _bfd_xcoff_mkobject (abfd)
155 bfd *abfd;
157 coff_data_type *coff;
158 bfd_size_type amt = sizeof (struct xcoff_tdata);
160 abfd->tdata.xcoff_obj_data = (struct xcoff_tdata *) bfd_zalloc (abfd, amt);
161 if (abfd->tdata.xcoff_obj_data == NULL)
162 return false;
163 coff = coff_data (abfd);
164 coff->symbols = (coff_symbol_type *) NULL;
165 coff->conversion_table = (unsigned int *) NULL;
166 coff->raw_syments = (struct coff_ptr_struct *) NULL;
167 coff->relocbase = 0;
169 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
171 /* We set cputype to -1 to indicate that it has not been
172 initialized. */
173 xcoff_data (abfd)->cputype = -1;
175 xcoff_data (abfd)->csects = NULL;
176 xcoff_data (abfd)->debug_indices = NULL;
178 /* text section alignment is different than the default */
179 /* xcoff_data (abfd)->text_align_power = 5; */
181 return true;
184 /* Copy XCOFF data from one BFD to another. */
186 boolean
187 _bfd_xcoff_copy_private_bfd_data (ibfd, obfd)
188 bfd *ibfd;
189 bfd *obfd;
191 struct xcoff_tdata *ix, *ox;
192 asection *sec;
194 if (ibfd->xvec != obfd->xvec)
195 return true;
196 ix = xcoff_data (ibfd);
197 ox = xcoff_data (obfd);
198 ox->full_aouthdr = ix->full_aouthdr;
199 ox->toc = ix->toc;
200 if (ix->sntoc == 0)
201 ox->sntoc = 0;
202 else
204 sec = coff_section_from_bfd_index (ibfd, ix->sntoc);
205 if (sec == NULL)
206 ox->sntoc = 0;
207 else
208 ox->sntoc = sec->output_section->target_index;
210 if (ix->snentry == 0)
211 ox->snentry = 0;
212 else
214 sec = coff_section_from_bfd_index (ibfd, ix->snentry);
215 if (sec == NULL)
216 ox->snentry = 0;
217 else
218 ox->snentry = sec->output_section->target_index;
220 ox->text_align_power = ix->text_align_power;
221 ox->data_align_power = ix->data_align_power;
222 ox->modtype = ix->modtype;
223 ox->cputype = ix->cputype;
224 ox->maxdata = ix->maxdata;
225 ox->maxstack = ix->maxstack;
226 return true;
229 /* I don't think XCOFF really has a notion of local labels based on
230 name. This will mean that ld -X doesn't actually strip anything.
231 The AIX native linker does not have a -X option, and it ignores the
232 -x option. */
234 boolean
235 _bfd_xcoff_is_local_label_name (abfd, name)
236 bfd *abfd ATTRIBUTE_UNUSED;
237 const char *name ATTRIBUTE_UNUSED;
239 return false;
242 void
243 _bfd_xcoff_swap_sym_in (abfd, ext1, in1)
244 bfd *abfd;
245 PTR ext1;
246 PTR in1;
248 SYMENT *ext = (SYMENT *)ext1;
249 struct internal_syment * in = (struct internal_syment *)in1;
251 if (ext->e.e_name[0] != 0)
253 memcpy(in->_n._n_name, ext->e.e_name, SYMNMLEN);
255 else
257 in->_n._n_n._n_zeroes = 0;
258 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e.e.e_offset);
261 in->n_value = H_GET_32 (abfd, ext->e_value);
262 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
263 in->n_type = H_GET_16 (abfd, ext->e_type);
264 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
265 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
268 unsigned int
269 _bfd_xcoff_swap_sym_out (abfd, inp, extp)
270 bfd *abfd;
271 PTR inp;
272 PTR extp;
274 struct internal_syment *in = (struct internal_syment *)inp;
275 SYMENT *ext =(SYMENT *)extp;
277 if (in->_n._n_name[0] != 0)
279 memcpy(ext->e.e_name, in->_n._n_name, SYMNMLEN);
281 else
283 H_PUT_32 (abfd, 0, ext->e.e.e_zeroes);
284 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e.e.e_offset);
287 H_PUT_32 (abfd, in->n_value, ext->e_value);
288 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
289 H_PUT_16 (abfd, in->n_type, ext->e_type);
290 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass);
291 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux);
292 return bfd_coff_symesz (abfd);
295 void
296 _bfd_xcoff_swap_aux_in (abfd, ext1, type, class, indx, numaux, in1)
297 bfd *abfd;
298 PTR ext1;
299 int type;
300 int class;
301 int indx;
302 int numaux;
303 PTR in1;
305 AUXENT * ext = (AUXENT *)ext1;
306 union internal_auxent *in = (union internal_auxent *)in1;
308 switch (class)
310 case C_FILE:
311 if (ext->x_file.x_fname[0] == 0)
313 in->x_file.x_n.x_zeroes = 0;
314 in->x_file.x_n.x_offset =
315 H_GET_32 (abfd, ext->x_file.x_n.x_offset);
317 else
319 if (numaux > 1)
321 if (indx == 0)
322 memcpy (in->x_file.x_fname, ext->x_file.x_fname,
323 numaux * sizeof (AUXENT));
325 else
327 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
330 goto end;
332 /* RS/6000 "csect" auxents */
333 case C_EXT:
334 case C_HIDEXT:
335 if (indx + 1 == numaux)
337 in->x_csect.x_scnlen.l = H_GET_32 (abfd, ext->x_csect.x_scnlen);
338 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
339 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
340 /* We don't have to hack bitfields in x_smtyp because it's
341 defined by shifts-and-ands, which are equivalent on all
342 byte orders. */
343 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
344 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
345 in->x_csect.x_stab = H_GET_32 (abfd, ext->x_csect.x_stab);
346 in->x_csect.x_snstab = H_GET_16 (abfd, ext->x_csect.x_snstab);
347 goto end;
349 break;
351 case C_STAT:
352 case C_LEAFSTAT:
353 case C_HIDDEN:
354 if (type == T_NULL)
356 in->x_scn.x_scnlen = H_GET_32 (abfd, ext->x_scn.x_scnlen);
357 in->x_scn.x_nreloc = H_GET_16 (abfd, ext->x_scn.x_nreloc);
358 in->x_scn.x_nlinno = H_GET_16 (abfd, ext->x_scn.x_nlinno);
359 /* PE defines some extra fields; we zero them out for
360 safety. */
361 in->x_scn.x_checksum = 0;
362 in->x_scn.x_associated = 0;
363 in->x_scn.x_comdat = 0;
365 goto end;
367 break;
370 in->x_sym.x_tagndx.l = H_GET_32 (abfd, ext->x_sym.x_tagndx);
371 in->x_sym.x_tvndx = H_GET_16 (abfd, ext->x_sym.x_tvndx);
373 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
375 in->x_sym.x_fcnary.x_fcn.x_lnnoptr =
376 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
377 in->x_sym.x_fcnary.x_fcn.x_endndx.l =
378 H_GET_32 (abfd, ext->x_sym.x_fcnary.x_fcn.x_endndx);
380 else
382 in->x_sym.x_fcnary.x_ary.x_dimen[0] =
383 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
384 in->x_sym.x_fcnary.x_ary.x_dimen[1] =
385 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
386 in->x_sym.x_fcnary.x_ary.x_dimen[2] =
387 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
388 in->x_sym.x_fcnary.x_ary.x_dimen[3] =
389 H_GET_16 (abfd, ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
392 if (ISFCN (type))
394 in->x_sym.x_misc.x_fsize = H_GET_32 (abfd, ext->x_sym.x_misc.x_fsize);
396 else
398 in->x_sym.x_misc.x_lnsz.x_lnno =
399 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_lnno);
400 in->x_sym.x_misc.x_lnsz.x_size =
401 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size);
404 end: ;
405 /* The semicolon is because MSVC doesn't like labels at
406 end of block. */
410 unsigned int _bfd_xcoff_swap_aux_out PARAMS ((bfd *, PTR, int, int, int, int, PTR));
412 unsigned int
413 _bfd_xcoff_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
414 bfd * abfd;
415 PTR inp;
416 int type;
417 int class;
418 int indx ATTRIBUTE_UNUSED;
419 int numaux ATTRIBUTE_UNUSED;
420 PTR extp;
422 union internal_auxent *in = (union internal_auxent *)inp;
423 AUXENT *ext = (AUXENT *)extp;
425 memset((PTR)ext, 0, bfd_coff_auxesz (abfd));
426 switch (class)
428 case C_FILE:
429 if (in->x_file.x_fname[0] == 0)
431 H_PUT_32 (abfd, 0, ext->x_file.x_n.x_zeroes);
432 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
434 else
436 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
438 goto end;
440 /* RS/6000 "csect" auxents */
441 case C_EXT:
442 case C_HIDEXT:
443 if (indx + 1 == numaux)
445 H_PUT_32 (abfd, in->x_csect.x_scnlen.l, ext->x_csect.x_scnlen);
446 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash);
447 H_PUT_16 (abfd, in->x_csect.x_snhash, ext->x_csect.x_snhash);
448 /* We don't have to hack bitfields in x_smtyp because it's
449 defined by shifts-and-ands, which are equivalent on all
450 byte orders. */
451 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp);
452 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas);
453 H_PUT_32 (abfd, in->x_csect.x_stab, ext->x_csect.x_stab);
454 H_PUT_16 (abfd, in->x_csect.x_snstab, ext->x_csect.x_snstab);
455 goto end;
457 break;
459 case C_STAT:
460 case C_LEAFSTAT:
461 case C_HIDDEN:
462 if (type == T_NULL)
464 H_PUT_32 (abfd, in->x_scn.x_scnlen, ext->x_scn.x_scnlen);
465 H_PUT_16 (abfd, in->x_scn.x_nreloc, ext->x_scn.x_nreloc);
466 H_PUT_16 (abfd, in->x_scn.x_nlinno, ext->x_scn.x_nlinno);
467 goto end;
469 break;
472 H_PUT_32 (abfd, in->x_sym.x_tagndx.l, ext->x_sym.x_tagndx);
473 H_PUT_16 (abfd, in->x_sym.x_tvndx, ext->x_sym.x_tvndx);
475 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
477 H_PUT_32 (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr,
478 ext->x_sym.x_fcnary.x_fcn.x_lnnoptr);
479 H_PUT_32 (abfd, in->x_sym.x_fcnary.x_fcn.x_endndx.l,
480 ext->x_sym.x_fcnary.x_fcn.x_endndx);
482 else
484 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[0],
485 ext->x_sym.x_fcnary.x_ary.x_dimen[0]);
486 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[1],
487 ext->x_sym.x_fcnary.x_ary.x_dimen[1]);
488 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[2],
489 ext->x_sym.x_fcnary.x_ary.x_dimen[2]);
490 H_PUT_16 (abfd, in->x_sym.x_fcnary.x_ary.x_dimen[3],
491 ext->x_sym.x_fcnary.x_ary.x_dimen[3]);
494 if (ISFCN (type))
495 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize, ext->x_sym.x_misc.x_fsize);
496 else
498 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_lnno,
499 ext->x_sym.x_misc.x_lnsz.x_lnno);
500 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_size,
501 ext->x_sym.x_misc.x_lnsz.x_size);
504 end:
505 return bfd_coff_auxesz (abfd);
510 /* The XCOFF reloc table. Actually, XCOFF relocations specify the
511 bitsize and whether they are signed or not, along with a
512 conventional type. This table is for the types, which are used for
513 different algorithms for putting in the reloc. Many of these
514 relocs need special_function entries, which I have not written. */
517 reloc_howto_type xcoff_howto_table[] =
519 /* Standard 32 bit relocation. */
520 HOWTO (0, /* type */
521 0, /* rightshift */
522 2, /* size (0 = byte, 1 = short, 2 = long) */
523 32, /* bitsize */
524 false, /* pc_relative */
525 0, /* bitpos */
526 complain_overflow_bitfield, /* complain_on_overflow */
527 0, /* special_function */
528 "R_POS", /* name */
529 true, /* partial_inplace */
530 0xffffffff, /* src_mask */
531 0xffffffff, /* dst_mask */
532 false), /* pcrel_offset */
534 /* 32 bit relocation, but store negative value. */
535 HOWTO (1, /* type */
536 0, /* rightshift */
537 -2, /* size (0 = byte, 1 = short, 2 = long) */
538 32, /* bitsize */
539 false, /* pc_relative */
540 0, /* bitpos */
541 complain_overflow_bitfield, /* complain_on_overflow */
542 0, /* special_function */
543 "R_NEG", /* name */
544 true, /* partial_inplace */
545 0xffffffff, /* src_mask */
546 0xffffffff, /* dst_mask */
547 false), /* pcrel_offset */
549 /* 32 bit PC relative relocation. */
550 HOWTO (2, /* type */
551 0, /* rightshift */
552 2, /* size (0 = byte, 1 = short, 2 = long) */
553 32, /* bitsize */
554 true, /* pc_relative */
555 0, /* bitpos */
556 complain_overflow_signed, /* complain_on_overflow */
557 0, /* special_function */
558 "R_REL", /* name */
559 true, /* partial_inplace */
560 0xffffffff, /* src_mask */
561 0xffffffff, /* dst_mask */
562 false), /* pcrel_offset */
564 /* 16 bit TOC relative relocation. */
565 HOWTO (3, /* type */
566 0, /* rightshift */
567 1, /* size (0 = byte, 1 = short, 2 = long) */
568 16, /* bitsize */
569 false, /* pc_relative */
570 0, /* bitpos */
571 complain_overflow_bitfield, /* complain_on_overflow */
572 0, /* special_function */
573 "R_TOC", /* name */
574 true, /* partial_inplace */
575 0xffff, /* src_mask */
576 0xffff, /* dst_mask */
577 false), /* pcrel_offset */
579 /* I don't really know what this is. */
580 HOWTO (4, /* type */
581 1, /* rightshift */
582 2, /* size (0 = byte, 1 = short, 2 = long) */
583 32, /* bitsize */
584 false, /* pc_relative */
585 0, /* bitpos */
586 complain_overflow_bitfield, /* complain_on_overflow */
587 0, /* special_function */
588 "R_RTB", /* name */
589 true, /* partial_inplace */
590 0xffffffff, /* src_mask */
591 0xffffffff, /* dst_mask */
592 false), /* pcrel_offset */
594 /* External TOC relative symbol. */
595 HOWTO (5, /* type */
596 0, /* rightshift */
597 2, /* size (0 = byte, 1 = short, 2 = long) */
598 16, /* bitsize */
599 false, /* pc_relative */
600 0, /* bitpos */
601 complain_overflow_bitfield, /* complain_on_overflow */
602 0, /* special_function */
603 "R_GL", /* name */
604 true, /* partial_inplace */
605 0xffff, /* src_mask */
606 0xffff, /* dst_mask */
607 false), /* pcrel_offset */
609 /* Local TOC relative symbol. */
610 HOWTO (6, /* type */
611 0, /* rightshift */
612 2, /* size (0 = byte, 1 = short, 2 = long) */
613 16, /* bitsize */
614 false, /* pc_relative */
615 0, /* bitpos */
616 complain_overflow_bitfield, /* complain_on_overflow */
617 0, /* special_function */
618 "R_TCL", /* name */
619 true, /* partial_inplace */
620 0xffff, /* src_mask */
621 0xffff, /* dst_mask */
622 false), /* pcrel_offset */
624 EMPTY_HOWTO (7),
626 /* Non modifiable absolute branch. */
627 HOWTO (8, /* type */
628 0, /* rightshift */
629 2, /* size (0 = byte, 1 = short, 2 = long) */
630 26, /* bitsize */
631 false, /* pc_relative */
632 0, /* bitpos */
633 complain_overflow_bitfield, /* complain_on_overflow */
634 0, /* special_function */
635 "R_BA", /* name */
636 true, /* partial_inplace */
637 0x3fffffc, /* src_mask */
638 0x3fffffc, /* dst_mask */
639 false), /* pcrel_offset */
641 EMPTY_HOWTO (9),
643 /* Non modifiable relative branch. */
644 HOWTO (0xa, /* type */
645 0, /* rightshift */
646 2, /* size (0 = byte, 1 = short, 2 = long) */
647 26, /* bitsize */
648 true, /* pc_relative */
649 0, /* bitpos */
650 complain_overflow_signed, /* complain_on_overflow */
651 0, /* special_function */
652 "R_BR", /* name */
653 true, /* partial_inplace */
654 0x3fffffc, /* src_mask */
655 0x3fffffc, /* dst_mask */
656 false), /* pcrel_offset */
658 EMPTY_HOWTO (0xb),
660 /* Indirect load. */
661 HOWTO (0xc, /* type */
662 0, /* rightshift */
663 2, /* size (0 = byte, 1 = short, 2 = long) */
664 16, /* bitsize */
665 false, /* pc_relative */
666 0, /* bitpos */
667 complain_overflow_bitfield, /* complain_on_overflow */
668 0, /* special_function */
669 "R_RL", /* name */
670 true, /* partial_inplace */
671 0xffff, /* src_mask */
672 0xffff, /* dst_mask */
673 false), /* pcrel_offset */
675 /* Load address. */
676 HOWTO (0xd, /* type */
677 0, /* rightshift */
678 2, /* size (0 = byte, 1 = short, 2 = long) */
679 16, /* bitsize */
680 false, /* pc_relative */
681 0, /* bitpos */
682 complain_overflow_bitfield, /* complain_on_overflow */
683 0, /* special_function */
684 "R_RLA", /* name */
685 true, /* partial_inplace */
686 0xffff, /* src_mask */
687 0xffff, /* dst_mask */
688 false), /* pcrel_offset */
690 EMPTY_HOWTO (0xe),
692 /* Non-relocating reference. */
693 HOWTO (0xf, /* type */
694 0, /* rightshift */
695 2, /* size (0 = byte, 1 = short, 2 = long) */
696 32, /* bitsize */
697 false, /* pc_relative */
698 0, /* bitpos */
699 complain_overflow_bitfield, /* complain_on_overflow */
700 0, /* special_function */
701 "R_REF", /* name */
702 false, /* partial_inplace */
703 0, /* src_mask */
704 0, /* dst_mask */
705 false), /* pcrel_offset */
707 EMPTY_HOWTO (0x10),
708 EMPTY_HOWTO (0x11),
710 /* TOC relative indirect load. */
711 HOWTO (0x12, /* type */
712 0, /* rightshift */
713 2, /* size (0 = byte, 1 = short, 2 = long) */
714 16, /* bitsize */
715 false, /* pc_relative */
716 0, /* bitpos */
717 complain_overflow_bitfield, /* complain_on_overflow */
718 0, /* special_function */
719 "R_TRL", /* name */
720 true, /* partial_inplace */
721 0xffff, /* src_mask */
722 0xffff, /* dst_mask */
723 false), /* pcrel_offset */
725 /* TOC relative load address. */
726 HOWTO (0x13, /* type */
727 0, /* rightshift */
728 2, /* size (0 = byte, 1 = short, 2 = long) */
729 16, /* bitsize */
730 false, /* pc_relative */
731 0, /* bitpos */
732 complain_overflow_bitfield, /* complain_on_overflow */
733 0, /* special_function */
734 "R_TRLA", /* name */
735 true, /* partial_inplace */
736 0xffff, /* src_mask */
737 0xffff, /* dst_mask */
738 false), /* pcrel_offset */
740 /* Modifiable relative branch. */
741 HOWTO (0x14, /* type */
742 1, /* rightshift */
743 2, /* size (0 = byte, 1 = short, 2 = long) */
744 32, /* bitsize */
745 false, /* pc_relative */
746 0, /* bitpos */
747 complain_overflow_bitfield, /* complain_on_overflow */
748 0, /* special_function */
749 "R_RRTBI", /* name */
750 true, /* partial_inplace */
751 0xffffffff, /* src_mask */
752 0xffffffff, /* dst_mask */
753 false), /* pcrel_offset */
755 /* Modifiable absolute branch. */
756 HOWTO (0x15, /* type */
757 1, /* rightshift */
758 2, /* size (0 = byte, 1 = short, 2 = long) */
759 32, /* bitsize */
760 false, /* pc_relative */
761 0, /* bitpos */
762 complain_overflow_bitfield, /* complain_on_overflow */
763 0, /* special_function */
764 "R_RRTBA", /* name */
765 true, /* partial_inplace */
766 0xffffffff, /* src_mask */
767 0xffffffff, /* dst_mask */
768 false), /* pcrel_offset */
770 /* Modifiable call absolute indirect. */
771 HOWTO (0x16, /* type */
772 0, /* rightshift */
773 2, /* size (0 = byte, 1 = short, 2 = long) */
774 16, /* bitsize */
775 false, /* pc_relative */
776 0, /* bitpos */
777 complain_overflow_bitfield, /* complain_on_overflow */
778 0, /* special_function */
779 "R_CAI", /* name */
780 true, /* partial_inplace */
781 0xffff, /* src_mask */
782 0xffff, /* dst_mask */
783 false), /* pcrel_offset */
785 /* Modifiable call relative. */
786 HOWTO (0x17, /* type */
787 0, /* rightshift */
788 2, /* size (0 = byte, 1 = short, 2 = long) */
789 16, /* bitsize */
790 false, /* pc_relative */
791 0, /* bitpos */
792 complain_overflow_bitfield, /* complain_on_overflow */
793 0, /* special_function */
794 "R_CREL", /* name */
795 true, /* partial_inplace */
796 0xffff, /* src_mask */
797 0xffff, /* dst_mask */
798 false), /* pcrel_offset */
800 /* Modifiable branch absolute. */
801 HOWTO (0x18, /* type */
802 0, /* rightshift */
803 2, /* size (0 = byte, 1 = short, 2 = long) */
804 26, /* bitsize */
805 false, /* pc_relative */
806 0, /* bitpos */
807 complain_overflow_bitfield, /* complain_on_overflow */
808 0, /* special_function */
809 "R_RBA", /* name */
810 true, /* partial_inplace */
811 0xffff, /* src_mask */
812 0xffff, /* dst_mask */
813 false), /* pcrel_offset */
815 /* Modifiable branch absolute. */
816 HOWTO (0x19, /* type */
817 0, /* rightshift */
818 2, /* size (0 = byte, 1 = short, 2 = long) */
819 32, /* bitsize */
820 false, /* pc_relative */
821 0, /* bitpos */
822 complain_overflow_bitfield, /* complain_on_overflow */
823 0, /* special_function */
824 "R_RBAC", /* name */
825 true, /* partial_inplace */
826 0xffff, /* src_mask */
827 0xffff, /* dst_mask */
828 false), /* pcrel_offset */
830 /* Modifiable branch relative. */
831 HOWTO (0x1a, /* type */
832 0, /* rightshift */
833 2, /* size (0 = byte, 1 = short, 2 = long) */
834 26, /* bitsize */
835 false, /* pc_relative */
836 0, /* bitpos */
837 complain_overflow_signed, /* complain_on_overflow */
838 0, /* special_function */
839 "R_RBR", /* name */
840 true, /* partial_inplace */
841 0xffff, /* src_mask */
842 0xffff, /* dst_mask */
843 false), /* pcrel_offset */
845 /* Modifiable branch absolute. */
846 HOWTO (0x1b, /* type */
847 0, /* rightshift */
848 2, /* size (0 = byte, 1 = short, 2 = long) */
849 16, /* bitsize */
850 false, /* pc_relative */
851 0, /* bitpos */
852 complain_overflow_bitfield, /* complain_on_overflow */
853 0, /* special_function */
854 "R_RBRC", /* name */
855 true, /* partial_inplace */
856 0xffff, /* src_mask */
857 0xffff, /* dst_mask */
858 false), /* pcrel_offset */
860 HOWTO (0, /* type */
861 0, /* rightshift */
862 4, /* size (0 = byte, 1 = short, 2 = long) */
863 64, /* bitsize */
864 false, /* pc_relative */
865 0, /* bitpos */
866 complain_overflow_bitfield, /* complain_on_overflow */
867 0, /* special_function */
868 "R_POS", /* name */
869 true, /* partial_inplace */
870 MINUS_ONE, /* src_mask */
871 MINUS_ONE, /* dst_mask */
872 false) /* pcrel_offset */
876 void
877 _bfd_xcoff_rtype2howto (relent, internal)
878 arelent *relent;
879 struct internal_reloc *internal;
881 relent->howto = xcoff_howto_table + internal->r_type;
883 /* Check for relocs we don't know of. */
884 if (internal->r_type
885 >= sizeof (xcoff_howto_table) / sizeof (xcoff_howto_table[0]))
886 abort ();
887 if (internal->r_type != relent->howto->type)
888 abort ();
890 /* The r_size field of an XCOFF reloc encodes the bitsize of the
891 relocation, as well as indicating whether it is signed or not.
892 Doublecheck that the relocation information gathered from the
893 type matches this information. The bitsize is not significant
894 for R_REF relocs. */
895 if (relent->howto->dst_mask != 0
896 && (relent->howto->bitsize
897 != ((unsigned int) internal->r_size & 0x3f) + 1))
898 abort ();
899 #if 0
900 if ((internal->r_size & 0x80) != 0
901 ? (relent->howto->complain_on_overflow != complain_overflow_signed)
902 : (relent->howto->complain_on_overflow != complain_overflow_bitfield))
903 abort ();
904 #endif
907 reloc_howto_type *
908 _bfd_xcoff_reloc_type_lookup (abfd, code)
909 bfd *abfd ATTRIBUTE_UNUSED;
910 bfd_reloc_code_real_type code;
912 switch (code)
914 case BFD_RELOC_PPC_B26:
915 return &xcoff_howto_table[0xa];
916 case BFD_RELOC_PPC_BA26:
917 return &xcoff_howto_table[8];
918 case BFD_RELOC_PPC_TOC16:
919 return &xcoff_howto_table[3];
920 case BFD_RELOC_32:
921 case BFD_RELOC_CTOR:
922 return &xcoff_howto_table[0];
923 case BFD_RELOC_64:
924 return &xcoff_howto_table[0x1c];
925 default:
926 return NULL;
931 /* XCOFF archive support. The original version of this code was by
932 Damon A. Permezel. It was enhanced to permit cross support, and
933 writing archive files, by Ian Lance Taylor, Cygnus Support.
935 XCOFF uses its own archive format. Everything is hooked together
936 with file offset links, so it is possible to rapidly update an
937 archive in place. Of course, we don't do that. An XCOFF archive
938 has a real file header, not just an ARMAG string. The structure of
939 the file header and of each archive header appear below.
941 An XCOFF archive also has a member table, which is a list of
942 elements in the archive (you can get that by looking through the
943 linked list, but you have to read a lot more of the file). The
944 member table has a normal archive header with an empty name. It is
945 normally (and perhaps must be) the second to last entry in the
946 archive. The member table data is almost printable ASCII. It
947 starts with a 12 character decimal string which is the number of
948 entries in the table. For each entry it has a 12 character decimal
949 string which is the offset in the archive of that member. These
950 entries are followed by a series of null terminated strings which
951 are the member names for each entry.
953 Finally, an XCOFF archive has a global symbol table, which is what
954 we call the armap. The global symbol table has a normal archive
955 header with an empty name. It is normally (and perhaps must be)
956 the last entry in the archive. The contents start with a four byte
957 binary number which is the number of entries. This is followed by
958 a that many four byte binary numbers; each is the file offset of an
959 entry in the archive. These numbers are followed by a series of
960 null terminated strings, which are symbol names.
962 AIX 4.3 introduced a new archive format which can handle larger
963 files and also 32- and 64-bit objects in the same archive. The
964 things said above remain true except that there is now more than
965 one global symbol table. The one is used to index 32-bit objects,
966 the other for 64-bit objects.
968 The new archives (recognizable by the new ARMAG string) has larger
969 field lengths so that we cannot really share any code. Also we have
970 to take care that we are not generating the new form of archives
971 on AIX 4.2 or earlier systems. */
973 /* XCOFF archives use this as a magic string. Note that both strings
974 have the same length. */
978 /* Read in the armap of an XCOFF archive. */
980 boolean
981 _bfd_xcoff_slurp_armap (abfd)
982 bfd *abfd;
984 file_ptr off;
985 size_t namlen;
986 bfd_size_type sz;
987 bfd_byte *contents, *cend;
988 bfd_vma c, i;
989 carsym *arsym;
990 bfd_byte *p;
992 if (xcoff_ardata (abfd) == NULL)
994 bfd_has_map (abfd) = false;
995 return true;
998 if (! xcoff_big_format_p (abfd))
1000 /* This is for the old format. */
1001 struct xcoff_ar_hdr hdr;
1003 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10);
1004 if (off == 0)
1006 bfd_has_map (abfd) = false;
1007 return true;
1010 if (bfd_seek (abfd, off, SEEK_SET) != 0)
1011 return false;
1013 /* The symbol table starts with a normal archive header. */
1014 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1015 != SIZEOF_AR_HDR)
1016 return false;
1018 /* Skip the name (normally empty). */
1019 namlen = strtol (hdr.namlen, (char **) NULL, 10);
1020 off = ((namlen + 1) & ~ (size_t) 1) + SXCOFFARFMAG;
1021 if (bfd_seek (abfd, off, SEEK_CUR) != 0)
1022 return false;
1024 sz = strtol (hdr.size, (char **) NULL, 10);
1026 /* Read in the entire symbol table. */
1027 contents = (bfd_byte *) bfd_alloc (abfd, sz);
1028 if (contents == NULL)
1029 return false;
1030 if (bfd_bread ((PTR) contents, sz, abfd) != sz)
1031 return false;
1033 /* The symbol table starts with a four byte count. */
1034 c = H_GET_32 (abfd, contents);
1036 if (c * 4 >= sz)
1038 bfd_set_error (bfd_error_bad_value);
1039 return false;
1042 bfd_ardata (abfd)->symdefs =
1043 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
1044 if (bfd_ardata (abfd)->symdefs == NULL)
1045 return false;
1047 /* After the count comes a list of four byte file offsets. */
1048 for (i = 0, arsym = bfd_ardata (abfd)->symdefs, p = contents + 4;
1049 i < c;
1050 ++i, ++arsym, p += 4)
1051 arsym->file_offset = H_GET_32 (abfd, p);
1053 else
1055 /* This is for the new format. */
1056 struct xcoff_ar_hdr_big hdr;
1058 off = strtol (xcoff_ardata_big (abfd)->symoff, (char **) NULL, 10);
1059 if (off == 0)
1061 bfd_has_map (abfd) = false;
1062 return true;
1065 if (bfd_seek (abfd, off, SEEK_SET) != 0)
1066 return false;
1068 /* The symbol table starts with a normal archive header. */
1069 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
1070 != SIZEOF_AR_HDR_BIG)
1071 return false;
1073 /* Skip the name (normally empty). */
1074 namlen = strtol (hdr.namlen, (char **) NULL, 10);
1075 off = ((namlen + 1) & ~ (size_t) 1) + SXCOFFARFMAG;
1076 if (bfd_seek (abfd, off, SEEK_CUR) != 0)
1077 return false;
1079 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1080 machines) since the field width is 20 and there numbers with more
1081 than 32 bits can be represented. */
1082 sz = strtol (hdr.size, (char **) NULL, 10);
1084 /* Read in the entire symbol table. */
1085 contents = (bfd_byte *) bfd_alloc (abfd, sz);
1086 if (contents == NULL)
1087 return false;
1088 if (bfd_bread ((PTR) contents, sz, abfd) != sz)
1089 return false;
1091 /* The symbol table starts with an eight byte count. */
1092 c = H_GET_64 (abfd, contents);
1094 if (c * 8 >= sz)
1096 bfd_set_error (bfd_error_bad_value);
1097 return false;
1100 bfd_ardata (abfd)->symdefs =
1101 ((carsym *) bfd_alloc (abfd, c * sizeof (carsym)));
1102 if (bfd_ardata (abfd)->symdefs == NULL)
1103 return false;
1105 /* After the count comes a list of eight byte file offsets. */
1106 for (i = 0, arsym = bfd_ardata (abfd)->symdefs, p = contents + 8;
1107 i < c;
1108 ++i, ++arsym, p += 8)
1109 arsym->file_offset = H_GET_64 (abfd, p);
1112 /* After the file offsets come null terminated symbol names. */
1113 cend = contents + sz;
1114 for (i = 0, arsym = bfd_ardata (abfd)->symdefs;
1115 i < c;
1116 ++i, ++arsym, p += strlen ((char *) p) + 1)
1118 if (p >= cend)
1120 bfd_set_error (bfd_error_bad_value);
1121 return false;
1123 arsym->name = (char *) p;
1126 bfd_ardata (abfd)->symdef_count = c;
1127 bfd_has_map (abfd) = true;
1129 return true;
1132 /* See if this is an XCOFF archive. */
1134 const bfd_target *
1135 _bfd_xcoff_archive_p (abfd)
1136 bfd *abfd;
1138 char magic[SXCOFFARMAG];
1139 bfd_size_type amt;
1141 if (bfd_bread ((PTR) magic, (bfd_size_type) SXCOFFARMAG, abfd) != SXCOFFARMAG)
1143 if (bfd_get_error () != bfd_error_system_call)
1144 bfd_set_error (bfd_error_wrong_format);
1145 return NULL;
1148 if (strncmp (magic, XCOFFARMAG, SXCOFFARMAG) != 0
1149 && strncmp (magic, XCOFFARMAGBIG, SXCOFFARMAG) != 0)
1151 bfd_set_error (bfd_error_wrong_format);
1152 return NULL;
1155 /* We are setting bfd_ardata(abfd) here, but since bfd_ardata
1156 involves a cast, we can't do it as the left operand of
1157 assignment. */
1158 amt = sizeof (struct artdata);
1159 abfd->tdata.aout_ar_data = (struct artdata *) bfd_zalloc (abfd, amt);
1160 if (bfd_ardata (abfd) == (struct artdata *) NULL)
1161 return NULL;
1163 bfd_ardata (abfd)->cache = NULL;
1164 bfd_ardata (abfd)->archive_head = NULL;
1165 bfd_ardata (abfd)->symdefs = NULL;
1166 bfd_ardata (abfd)->extended_names = NULL;
1168 /* Now handle the two formats. */
1169 if (magic[1] != 'b')
1171 /* This is the old format. */
1172 struct xcoff_ar_file_hdr hdr;
1174 /* Copy over the magic string. */
1175 memcpy (hdr.magic, magic, SXCOFFARMAG);
1177 /* Now read the rest of the file header. */
1178 if (bfd_bread ((PTR) &hdr.memoff,
1179 (bfd_size_type) SIZEOF_AR_FILE_HDR - SXCOFFARMAG, abfd)
1180 != SIZEOF_AR_FILE_HDR - SXCOFFARMAG)
1182 if (bfd_get_error () != bfd_error_system_call)
1183 bfd_set_error (bfd_error_wrong_format);
1184 return NULL;
1187 bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff,
1188 (char **) NULL, 10);
1190 amt = SIZEOF_AR_FILE_HDR;
1191 bfd_ardata (abfd)->tdata = bfd_zalloc (abfd, amt);
1192 if (bfd_ardata (abfd)->tdata == NULL)
1193 return NULL;
1195 memcpy (bfd_ardata (abfd)->tdata, &hdr, SIZEOF_AR_FILE_HDR);
1197 else
1199 /* This is the new format. */
1200 struct xcoff_ar_file_hdr_big hdr;
1202 /* Copy over the magic string. */
1203 memcpy (hdr.magic, magic, SXCOFFARMAG);
1205 /* Now read the rest of the file header. */
1206 if (bfd_bread ((PTR) &hdr.memoff,
1207 (bfd_size_type) SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG, abfd)
1208 != SIZEOF_AR_FILE_HDR_BIG - SXCOFFARMAG)
1210 if (bfd_get_error () != bfd_error_system_call)
1211 bfd_set_error (bfd_error_wrong_format);
1212 return NULL;
1215 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1216 machines) since the field width is 20 and there numbers with more
1217 than 32 bits can be represented. */
1218 bfd_ardata (abfd)->first_file_filepos = strtol (hdr.firstmemoff,
1219 (char **) NULL, 10);
1221 amt = SIZEOF_AR_FILE_HDR_BIG;
1222 bfd_ardata (abfd)->tdata = bfd_zalloc (abfd, amt);
1223 if (bfd_ardata (abfd)->tdata == NULL)
1224 return NULL;
1226 memcpy (bfd_ardata (abfd)->tdata, &hdr, SIZEOF_AR_FILE_HDR_BIG);
1229 if (! _bfd_xcoff_slurp_armap (abfd))
1231 bfd_release (abfd, bfd_ardata (abfd));
1232 abfd->tdata.aout_ar_data = (struct artdata *) NULL;
1233 return NULL;
1236 return abfd->xvec;
1239 /* Read the archive header in an XCOFF archive. */
1242 _bfd_xcoff_read_ar_hdr (abfd)
1243 bfd *abfd;
1245 bfd_size_type namlen;
1246 struct areltdata *ret;
1247 bfd_size_type amt = sizeof (struct areltdata);
1249 ret = (struct areltdata *) bfd_alloc (abfd, amt);
1250 if (ret == NULL)
1251 return NULL;
1253 if (! xcoff_big_format_p (abfd))
1255 struct xcoff_ar_hdr hdr;
1256 struct xcoff_ar_hdr *hdrp;
1258 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1259 != SIZEOF_AR_HDR)
1261 free (ret);
1262 return NULL;
1265 namlen = strtol (hdr.namlen, (char **) NULL, 10);
1266 amt = SIZEOF_AR_HDR + namlen + 1;
1267 hdrp = (struct xcoff_ar_hdr *) bfd_alloc (abfd, amt);
1268 if (hdrp == NULL)
1270 free (ret);
1271 return NULL;
1273 memcpy (hdrp, &hdr, SIZEOF_AR_HDR);
1274 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR, namlen, abfd) != namlen)
1276 free (ret);
1277 return NULL;
1279 ((char *) hdrp)[SIZEOF_AR_HDR + namlen] = '\0';
1281 ret->arch_header = (char *) hdrp;
1282 ret->parsed_size = strtol (hdr.size, (char **) NULL, 10);
1283 ret->filename = (char *) hdrp + SIZEOF_AR_HDR;
1285 else
1287 struct xcoff_ar_hdr_big hdr;
1288 struct xcoff_ar_hdr_big *hdrp;
1290 if (bfd_bread ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
1291 != SIZEOF_AR_HDR_BIG)
1293 free (ret);
1294 return NULL;
1297 namlen = strtol (hdr.namlen, (char **) NULL, 10);
1298 amt = SIZEOF_AR_HDR_BIG + namlen + 1;
1299 hdrp = (struct xcoff_ar_hdr_big *) bfd_alloc (abfd, amt);
1300 if (hdrp == NULL)
1302 free (ret);
1303 return NULL;
1305 memcpy (hdrp, &hdr, SIZEOF_AR_HDR_BIG);
1306 if (bfd_bread ((char *) hdrp + SIZEOF_AR_HDR_BIG, namlen, abfd) != namlen)
1308 free (ret);
1309 return NULL;
1311 ((char *) hdrp)[SIZEOF_AR_HDR_BIG + namlen] = '\0';
1313 ret->arch_header = (char *) hdrp;
1314 /* XXX This actually has to be a call to strtoll (at least on 32-bit
1315 machines) since the field width is 20 and there numbers with more
1316 than 32 bits can be represented. */
1317 ret->parsed_size = strtol (hdr.size, (char **) NULL, 10);
1318 ret->filename = (char *) hdrp + SIZEOF_AR_HDR_BIG;
1321 /* Skip over the XCOFFARFMAG at the end of the file name. */
1322 if (bfd_seek (abfd, (file_ptr) ((namlen & 1) + SXCOFFARFMAG), SEEK_CUR) != 0)
1323 return NULL;
1325 return (PTR) ret;
1328 /* Open the next element in an XCOFF archive. */
1330 bfd *
1331 _bfd_xcoff_openr_next_archived_file (archive, last_file)
1332 bfd *archive;
1333 bfd *last_file;
1335 file_ptr filestart;
1337 if (xcoff_ardata (archive) == NULL)
1339 bfd_set_error (bfd_error_invalid_operation);
1340 return NULL;
1343 if (! xcoff_big_format_p (archive))
1345 if (last_file == NULL)
1346 filestart = bfd_ardata (archive)->first_file_filepos;
1347 else
1348 filestart = strtol (arch_xhdr (last_file)->nextoff, (char **) NULL,
1349 10);
1351 if (filestart == 0
1352 || filestart == strtol (xcoff_ardata (archive)->memoff,
1353 (char **) NULL, 10)
1354 || filestart == strtol (xcoff_ardata (archive)->symoff,
1355 (char **) NULL, 10))
1357 bfd_set_error (bfd_error_no_more_archived_files);
1358 return NULL;
1361 else
1363 if (last_file == NULL)
1364 filestart = bfd_ardata (archive)->first_file_filepos;
1365 else
1366 /* XXX These actually have to be a calls to strtoll (at least
1367 on 32-bit machines) since the fields's width is 20 and
1368 there numbers with more than 32 bits can be represented. */
1369 filestart = strtol (arch_xhdr_big (last_file)->nextoff, (char **) NULL,
1370 10);
1372 /* XXX These actually have to be calls to strtoll (at least on 32-bit
1373 machines) since the fields's width is 20 and there numbers with more
1374 than 32 bits can be represented. */
1375 if (filestart == 0
1376 || filestart == strtol (xcoff_ardata_big (archive)->memoff,
1377 (char **) NULL, 10)
1378 || filestart == strtol (xcoff_ardata_big (archive)->symoff,
1379 (char **) NULL, 10))
1381 bfd_set_error (bfd_error_no_more_archived_files);
1382 return NULL;
1386 return _bfd_get_elt_at_filepos (archive, filestart);
1389 /* Stat an element in an XCOFF archive. */
1392 _bfd_xcoff_generic_stat_arch_elt (abfd, s)
1393 bfd *abfd;
1394 struct stat *s;
1396 if (abfd->arelt_data == NULL)
1398 bfd_set_error (bfd_error_invalid_operation);
1399 return -1;
1402 if (! xcoff_big_format_p (abfd))
1404 struct xcoff_ar_hdr *hdrp = arch_xhdr (abfd);
1406 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
1407 s->st_uid = strtol (hdrp->uid, (char **) NULL, 10);
1408 s->st_gid = strtol (hdrp->gid, (char **) NULL, 10);
1409 s->st_mode = strtol (hdrp->mode, (char **) NULL, 8);
1410 s->st_size = arch_eltdata (abfd)->parsed_size;
1412 else
1414 struct xcoff_ar_hdr_big *hdrp = arch_xhdr_big (abfd);
1416 s->st_mtime = strtol (hdrp->date, (char **) NULL, 10);
1417 s->st_uid = strtol (hdrp->uid, (char **) NULL, 10);
1418 s->st_gid = strtol (hdrp->gid, (char **) NULL, 10);
1419 s->st_mode = strtol (hdrp->mode, (char **) NULL, 8);
1420 s->st_size = arch_eltdata (abfd)->parsed_size;
1423 return 0;
1426 /* Normalize a file name for inclusion in an archive. */
1428 static const char *
1429 normalize_filename (abfd)
1430 bfd *abfd;
1432 const char *file;
1433 const char *filename;
1435 file = bfd_get_filename (abfd);
1436 filename = strrchr (file, '/');
1437 if (filename != NULL)
1438 filename++;
1439 else
1440 filename = file;
1441 return filename;
1444 /* Write out an XCOFF armap. */
1446 /*ARGSUSED*/
1447 static boolean
1448 xcoff_write_armap_old (abfd, elength, map, orl_count, stridx)
1449 bfd *abfd;
1450 unsigned int elength ATTRIBUTE_UNUSED;
1451 struct orl *map;
1452 unsigned int orl_count;
1453 int stridx;
1455 struct xcoff_ar_hdr hdr;
1456 char *p;
1457 unsigned char buf[4];
1458 bfd *sub;
1459 file_ptr fileoff;
1460 unsigned int i;
1462 memset (&hdr, 0, sizeof hdr);
1463 sprintf (hdr.size, "%ld", (long) (4 + orl_count * 4 + stridx));
1464 sprintf (hdr.nextoff, "%d", 0);
1465 memcpy (hdr.prevoff, xcoff_ardata (abfd)->memoff, 12);
1466 sprintf (hdr.date, "%d", 0);
1467 sprintf (hdr.uid, "%d", 0);
1468 sprintf (hdr.gid, "%d", 0);
1469 sprintf (hdr.mode, "%d", 0);
1470 sprintf (hdr.namlen, "%d", 0);
1472 /* We need spaces, not null bytes, in the header. */
1473 for (p = (char *) &hdr; p < (char *) &hdr + SIZEOF_AR_HDR; p++)
1474 if (*p == '\0')
1475 *p = ' ';
1477 if (bfd_bwrite ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1478 != SIZEOF_AR_HDR
1479 || (bfd_bwrite (XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
1480 != SXCOFFARFMAG))
1481 return false;
1483 H_PUT_32 (abfd, orl_count, buf);
1484 if (bfd_bwrite (buf, (bfd_size_type) 4, abfd) != 4)
1485 return false;
1487 sub = abfd->archive_head;
1488 fileoff = SIZEOF_AR_FILE_HDR;
1489 i = 0;
1490 while (sub != NULL && i < orl_count)
1492 size_t namlen;
1494 while (map[i].u.abfd == sub)
1496 H_PUT_32 (abfd, fileoff, buf);
1497 if (bfd_bwrite (buf, (bfd_size_type) 4, abfd) != 4)
1498 return false;
1499 ++i;
1501 namlen = strlen (normalize_filename (sub));
1502 namlen = (namlen + 1) &~ (size_t) 1;
1503 fileoff += (SIZEOF_AR_HDR
1504 + namlen
1505 + SXCOFFARFMAG
1506 + arelt_size (sub));
1507 fileoff = (fileoff + 1) &~ 1;
1508 sub = sub->next;
1511 for (i = 0; i < orl_count; i++)
1513 const char *name;
1514 size_t namlen;
1516 name = *map[i].name;
1517 namlen = strlen (name);
1518 if (bfd_bwrite (name, (bfd_size_type) (namlen + 1), abfd) != namlen + 1)
1519 return false;
1522 if ((stridx & 1) != 0)
1524 char b;
1526 b = '\0';
1527 if (bfd_bwrite (&b, (bfd_size_type) 1, abfd) != 1)
1528 return false;
1531 return true;
1534 /* Write a single armap in the big format. */
1536 static boolean
1537 xcoff_write_one_armap_big (abfd, map, orl_count, orl_ccount, stridx, bits64,
1538 prevoff, nextoff)
1539 bfd *abfd;
1540 struct orl *map;
1541 unsigned int orl_count;
1542 unsigned int orl_ccount;
1543 unsigned int stridx;
1544 int bits64;
1545 const char *prevoff;
1546 char *nextoff;
1548 struct xcoff_ar_hdr_big hdr;
1549 char *p;
1550 unsigned char buf[4];
1551 bfd *sub;
1552 file_ptr fileoff;
1553 const bfd_arch_info_type *arch_info = NULL;
1554 bfd *object_bfd;
1555 unsigned int i;
1557 memset (&hdr, 0, sizeof hdr);
1558 /* XXX This call actually should use %lld (at least on 32-bit
1559 machines) since the fields's width is 20 and there numbers with
1560 more than 32 bits can be represented. */
1561 sprintf (hdr.size, "%ld", (long) (4 + orl_ccount * 4 + stridx));
1562 if (bits64)
1564 sprintf (hdr.nextoff, "%d", 0);
1566 else
1568 /* Do explict cast to long to remove compiler warning. */
1569 sprintf (hdr.nextoff, "%ld", (strtol (prevoff, (char **) NULL, 10)
1570 + (long) (4 + orl_ccount * 4 + stridx)));
1573 memcpy (hdr.prevoff, prevoff, sizeof (hdr.prevoff));
1574 sprintf (hdr.date, "%d", 0);
1575 sprintf (hdr.uid, "%d", 0);
1576 sprintf (hdr.gid, "%d", 0);
1577 sprintf (hdr.mode, "%d", 0);
1578 sprintf (hdr.namlen, "%d", 0);
1580 /* We need spaces, not null bytes, in the header. */
1581 for (p = (char *) &hdr; p < (char *) &hdr + SIZEOF_AR_HDR_BIG; p++)
1582 if (*p == '\0')
1583 *p = ' ';
1585 memcpy (nextoff, hdr.nextoff, sizeof (hdr.nextoff));
1587 if ((bfd_bwrite ((PTR) &hdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
1588 != SIZEOF_AR_HDR_BIG)
1589 || (bfd_bwrite (XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
1590 != SXCOFFARFMAG))
1591 return false;
1593 H_PUT_32 (abfd, orl_ccount, buf);
1594 if (bfd_bwrite (buf, (bfd_size_type) 4, abfd) != 4)
1595 return false;
1597 sub = abfd->archive_head;
1598 fileoff = SIZEOF_AR_FILE_HDR_BIG;
1599 i = 0;
1600 while (sub != NULL && i < orl_count)
1602 size_t namlen;
1604 if ((bfd_arch_bits_per_address (map[i].u.abfd) == 64) == bits64)
1605 while (map[i].u.abfd == sub)
1607 H_PUT_32 (abfd, fileoff, buf);
1608 if (bfd_bwrite (buf, (bfd_size_type) 4, abfd) != 4)
1609 return false;
1610 i++;
1612 else
1613 while (map[i].u.abfd == sub)
1614 i++;
1616 namlen = strlen (normalize_filename (sub));
1617 namlen = (namlen + 1) &~ (size_t) 1;
1618 fileoff += (SIZEOF_AR_HDR_BIG
1619 + namlen
1620 + SXCOFFARFMAG
1621 + arelt_size (sub));
1622 fileoff = (fileoff + 1) &~ 1;
1623 sub = sub->next;
1626 object_bfd = NULL;
1627 for (i = 0; i < orl_count; i++)
1629 const char *name;
1630 size_t namlen;
1631 bfd *ob = map[i].u.abfd;
1633 if (ob != object_bfd)
1634 arch_info = bfd_get_arch_info (ob);
1635 if ((arch_info->bits_per_address == 64) != bits64)
1636 continue;
1638 name = *map[i].name;
1639 namlen = strlen (name);
1640 if (bfd_bwrite (name, (bfd_size_type) (namlen + 1), abfd) != namlen + 1)
1641 return false;
1644 if ((stridx & 1) != 0)
1646 char b;
1648 b = '\0';
1649 if (bfd_bwrite (&b, (bfd_size_type) 1, abfd) != 1)
1650 return false;
1653 return true;
1656 static boolean
1657 xcoff_write_armap_big (abfd, elength, map, orl_count, stridx)
1658 bfd *abfd;
1659 unsigned int elength ATTRIBUTE_UNUSED;
1660 struct orl *map;
1661 unsigned int orl_count;
1662 int stridx;
1664 unsigned int i;
1665 unsigned int orl_count_32, orl_count_64;
1666 unsigned int stridx_32, stridx_64;
1667 const bfd_arch_info_type *arch_info = NULL;
1668 bfd *object_bfd;
1670 /* First, we look through the symbols and work out which are
1671 from 32-bit objects and which from 64-bit ones. */
1672 orl_count_32 = 0;
1673 orl_count_64 = 0;
1674 stridx_32 = 0;
1675 stridx_64 = 0;
1676 object_bfd = NULL;
1677 for (i = 0; i < orl_count; i++)
1679 bfd *ob = map[i].u.abfd;
1680 unsigned int len;
1681 if (ob != object_bfd)
1682 arch_info = bfd_get_arch_info (ob);
1683 len = strlen (*map[i].name) + 1;
1684 if (arch_info->bits_per_address == 64)
1686 orl_count_64++;
1687 stridx_64 += len;
1689 else
1691 orl_count_32++;
1692 stridx_32 += len;
1694 object_bfd = ob;
1696 /* A quick sanity check... */
1697 BFD_ASSERT (orl_count_64 + orl_count_32 == orl_count);
1698 /* Explicit cast to int for compiler. */
1699 BFD_ASSERT ((int)(stridx_64 + stridx_32) == stridx);
1701 /* Now write out each map. */
1702 if (! xcoff_write_one_armap_big (abfd, map, orl_count, orl_count_32,
1703 stridx_32, false,
1704 xcoff_ardata_big (abfd)->memoff,
1705 xcoff_ardata_big (abfd)->symoff))
1706 return false;
1707 if (! xcoff_write_one_armap_big (abfd, map, orl_count, orl_count_64,
1708 stridx_64, true,
1709 xcoff_ardata_big (abfd)->symoff,
1710 xcoff_ardata_big (abfd)->symoff64))
1711 return false;
1713 return true;
1716 boolean
1717 _bfd_xcoff_write_armap (abfd, elength, map, orl_count, stridx)
1718 bfd *abfd;
1719 unsigned int elength ATTRIBUTE_UNUSED;
1720 struct orl *map;
1721 unsigned int orl_count;
1722 int stridx;
1724 if (! xcoff_big_format_p (abfd))
1725 return xcoff_write_armap_old (abfd, elength, map, orl_count, stridx);
1726 else
1727 return xcoff_write_armap_big (abfd, elength, map, orl_count, stridx);
1730 /* Write out an XCOFF archive. We always write an entire archive,
1731 rather than fussing with the freelist and so forth. */
1733 static boolean
1734 xcoff_write_archive_contents_old (abfd)
1735 bfd *abfd;
1737 struct xcoff_ar_file_hdr fhdr;
1738 bfd_size_type count;
1739 bfd_size_type total_namlen;
1740 file_ptr *offsets;
1741 boolean makemap;
1742 boolean hasobjects;
1743 ufile_ptr prevoff, nextoff;
1744 bfd *sub;
1745 size_t i;
1746 struct xcoff_ar_hdr ahdr;
1747 bfd_size_type size;
1748 char *p;
1749 char decbuf[13];
1751 memset (&fhdr, 0, sizeof fhdr);
1752 strncpy (fhdr.magic, XCOFFARMAG, SXCOFFARMAG);
1753 sprintf (fhdr.firstmemoff, "%d", SIZEOF_AR_FILE_HDR);
1754 sprintf (fhdr.freeoff, "%d", 0);
1756 count = 0;
1757 total_namlen = 0;
1758 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)
1760 ++count;
1761 total_namlen += strlen (normalize_filename (sub)) + 1;
1763 offsets = (file_ptr *) bfd_alloc (abfd, count * sizeof (file_ptr));
1764 if (offsets == NULL)
1765 return false;
1767 if (bfd_seek (abfd, (file_ptr) SIZEOF_AR_FILE_HDR, SEEK_SET) != 0)
1768 return false;
1770 makemap = bfd_has_map (abfd);
1771 hasobjects = false;
1772 prevoff = 0;
1773 nextoff = SIZEOF_AR_FILE_HDR;
1774 for (sub = abfd->archive_head, i = 0; sub != NULL; sub = sub->next, i++)
1776 const char *name;
1777 bfd_size_type namlen;
1778 struct xcoff_ar_hdr *ahdrp;
1779 bfd_size_type remaining;
1781 if (makemap && ! hasobjects)
1783 if (bfd_check_format (sub, bfd_object))
1784 hasobjects = true;
1787 name = normalize_filename (sub);
1788 namlen = strlen (name);
1790 if (sub->arelt_data != NULL)
1791 ahdrp = arch_xhdr (sub);
1792 else
1793 ahdrp = NULL;
1795 if (ahdrp == NULL)
1797 struct stat s;
1799 memset (&ahdr, 0, sizeof ahdr);
1800 ahdrp = &ahdr;
1801 if (stat (bfd_get_filename (sub), &s) != 0)
1803 bfd_set_error (bfd_error_system_call);
1804 return false;
1807 sprintf (ahdrp->size, "%ld", (long) s.st_size);
1808 sprintf (ahdrp->date, "%ld", (long) s.st_mtime);
1809 sprintf (ahdrp->uid, "%ld", (long) s.st_uid);
1810 sprintf (ahdrp->gid, "%ld", (long) s.st_gid);
1811 sprintf (ahdrp->mode, "%o", (unsigned int) s.st_mode);
1813 if (sub->arelt_data == NULL)
1815 size = sizeof (struct areltdata);
1816 sub->arelt_data = bfd_alloc (sub, size);
1817 if (sub->arelt_data == NULL)
1818 return false;
1821 arch_eltdata (sub)->parsed_size = s.st_size;
1824 sprintf (ahdrp->prevoff, "%ld", (long) prevoff);
1825 sprintf (ahdrp->namlen, "%ld", (long) namlen);
1827 /* If the length of the name is odd, we write out the null byte
1828 after the name as well. */
1829 namlen = (namlen + 1) &~ (bfd_size_type) 1;
1831 remaining = arelt_size (sub);
1832 size = (SIZEOF_AR_HDR
1833 + namlen
1834 + SXCOFFARFMAG
1835 + remaining);
1837 BFD_ASSERT (nextoff == bfd_tell (abfd));
1839 offsets[i] = nextoff;
1841 prevoff = nextoff;
1842 nextoff += size + (size & 1);
1844 sprintf (ahdrp->nextoff, "%ld", (long) nextoff);
1846 /* We need spaces, not null bytes, in the header. */
1847 for (p = (char *) ahdrp; p < (char *) ahdrp + SIZEOF_AR_HDR; p++)
1848 if (*p == '\0')
1849 *p = ' ';
1851 if ((bfd_bwrite ((PTR) ahdrp, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1852 != SIZEOF_AR_HDR)
1853 || (bfd_bwrite ((PTR) name, namlen, abfd) != namlen)
1854 || (bfd_bwrite ((PTR) XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
1855 != SXCOFFARFMAG))
1856 return false;
1858 if (bfd_seek (sub, (file_ptr) 0, SEEK_SET) != 0)
1859 return false;
1860 while (remaining != 0)
1862 bfd_size_type amt;
1863 bfd_byte buffer[DEFAULT_BUFFERSIZE];
1865 amt = sizeof buffer;
1866 if (amt > remaining)
1867 amt = remaining;
1868 if (bfd_bread (buffer, amt, sub) != amt
1869 || bfd_bwrite (buffer, amt, abfd) != amt)
1870 return false;
1871 remaining -= amt;
1874 if ((size & 1) != 0)
1876 bfd_byte b;
1878 b = '\0';
1879 if (bfd_bwrite (&b, (bfd_size_type) 1, abfd) != 1)
1880 return false;
1884 sprintf (fhdr.lastmemoff, "%ld", (long) prevoff);
1886 /* Write out the member table. */
1888 BFD_ASSERT (nextoff == bfd_tell (abfd));
1889 sprintf (fhdr.memoff, "%ld", (long) nextoff);
1891 memset (&ahdr, 0, sizeof ahdr);
1892 sprintf (ahdr.size, "%ld", (long) (12 + count * 12 + total_namlen));
1893 sprintf (ahdr.prevoff, "%ld", (long) prevoff);
1894 sprintf (ahdr.date, "%d", 0);
1895 sprintf (ahdr.uid, "%d", 0);
1896 sprintf (ahdr.gid, "%d", 0);
1897 sprintf (ahdr.mode, "%d", 0);
1898 sprintf (ahdr.namlen, "%d", 0);
1900 size = (SIZEOF_AR_HDR
1901 + 12
1902 + count * 12
1903 + total_namlen
1904 + SXCOFFARFMAG);
1906 prevoff = nextoff;
1907 nextoff += size + (size & 1);
1909 if (makemap && hasobjects)
1910 sprintf (ahdr.nextoff, "%ld", (long) nextoff);
1911 else
1912 sprintf (ahdr.nextoff, "%d", 0);
1914 /* We need spaces, not null bytes, in the header. */
1915 for (p = (char *) &ahdr; p < (char *) &ahdr + SIZEOF_AR_HDR; p++)
1916 if (*p == '\0')
1917 *p = ' ';
1919 if ((bfd_bwrite ((PTR) &ahdr, (bfd_size_type) SIZEOF_AR_HDR, abfd)
1920 != SIZEOF_AR_HDR)
1921 || (bfd_bwrite ((PTR) XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
1922 != SXCOFFARFMAG))
1923 return false;
1925 sprintf (decbuf, "%-12ld", (long) count);
1926 if (bfd_bwrite ((PTR) decbuf, (bfd_size_type) 12, abfd) != 12)
1927 return false;
1928 for (i = 0; i < (size_t) count; i++)
1930 sprintf (decbuf, "%-12ld", (long) offsets[i]);
1931 if (bfd_bwrite ((PTR) decbuf, (bfd_size_type) 12, abfd) != 12)
1932 return false;
1934 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)
1936 const char *name;
1937 bfd_size_type namlen;
1939 name = normalize_filename (sub);
1940 namlen = strlen (name);
1941 if (bfd_bwrite ((PTR) name, namlen + 1, abfd) != namlen + 1)
1942 return false;
1944 if ((size & 1) != 0)
1946 bfd_byte b;
1948 b = '\0';
1949 if (bfd_bwrite ((PTR) &b, (bfd_size_type) 1, abfd) != 1)
1950 return false;
1953 /* Write out the armap, if appropriate. */
1955 if (! makemap || ! hasobjects)
1956 sprintf (fhdr.symoff, "%d", 0);
1957 else
1959 BFD_ASSERT (nextoff == bfd_tell (abfd));
1960 sprintf (fhdr.symoff, "%ld", (long) nextoff);
1961 bfd_ardata (abfd)->tdata = (PTR) &fhdr;
1962 if (! _bfd_compute_and_write_armap (abfd, 0))
1963 return false;
1966 /* Write out the archive file header. */
1968 /* We need spaces, not null bytes, in the header. */
1969 for (p = (char *) &fhdr; p < (char *) &fhdr + SIZEOF_AR_FILE_HDR; p++)
1970 if (*p == '\0')
1971 *p = ' ';
1973 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
1974 || (bfd_bwrite ((PTR) &fhdr, (bfd_size_type) SIZEOF_AR_FILE_HDR, abfd)
1975 != SIZEOF_AR_FILE_HDR))
1976 return false;
1978 return true;
1981 static boolean
1982 xcoff_write_archive_contents_big (abfd)
1983 bfd *abfd;
1985 struct xcoff_ar_file_hdr_big fhdr;
1986 bfd_size_type count;
1987 bfd_size_type total_namlen;
1988 file_ptr *offsets;
1989 boolean makemap;
1990 boolean hasobjects;
1991 ufile_ptr prevoff, nextoff;
1992 bfd *sub;
1993 size_t i;
1994 struct xcoff_ar_hdr_big ahdr;
1995 bfd_size_type size;
1996 char *p;
1997 char decbuf[13];
1999 memset (&fhdr, 0, sizeof fhdr);
2000 strncpy (fhdr.magic, XCOFFARMAGBIG, SXCOFFARMAG);
2001 sprintf (fhdr.firstmemoff, "%d", SIZEOF_AR_FILE_HDR_BIG);
2002 sprintf (fhdr.freeoff, "%d", 0);
2004 count = 0;
2005 total_namlen = 0;
2006 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)
2008 ++count;
2009 total_namlen += strlen (normalize_filename (sub)) + 1;
2011 offsets = (file_ptr *) bfd_alloc (abfd, count * sizeof (file_ptr));
2012 if (offsets == NULL)
2013 return false;
2015 if (bfd_seek (abfd, (file_ptr) SIZEOF_AR_FILE_HDR_BIG, SEEK_SET) != 0)
2016 return false;
2018 makemap = bfd_has_map (abfd);
2019 hasobjects = false;
2020 prevoff = 0;
2021 nextoff = SIZEOF_AR_FILE_HDR_BIG;
2022 for (sub = abfd->archive_head, i = 0; sub != NULL; sub = sub->next, i++)
2024 const char *name;
2025 bfd_size_type namlen;
2026 struct xcoff_ar_hdr_big *ahdrp;
2027 bfd_size_type remaining;
2029 if (makemap && ! hasobjects)
2031 if (bfd_check_format (sub, bfd_object))
2032 hasobjects = true;
2035 name = normalize_filename (sub);
2036 namlen = strlen (name);
2038 if (sub->arelt_data != NULL)
2039 ahdrp = arch_xhdr_big (sub);
2040 else
2041 ahdrp = NULL;
2043 if (ahdrp == NULL)
2045 struct stat s;
2047 memset (&ahdr, 0, sizeof ahdr);
2048 ahdrp = &ahdr;
2049 /* XXX This should actually be a call to stat64 (at least on
2050 32-bit machines). */
2051 if (stat (bfd_get_filename (sub), &s) != 0)
2053 bfd_set_error (bfd_error_system_call);
2054 return false;
2057 /* XXX This call actually should use %lld (at least on 32-bit
2058 machines) since the fields's width is 20 and there numbers with
2059 more than 32 bits can be represented. */
2060 sprintf (ahdrp->size, "%ld", (long) s.st_size);
2061 sprintf (ahdrp->date, "%ld", (long) s.st_mtime);
2062 sprintf (ahdrp->uid, "%ld", (long) s.st_uid);
2063 sprintf (ahdrp->gid, "%ld", (long) s.st_gid);
2064 sprintf (ahdrp->mode, "%o", (unsigned int) s.st_mode);
2066 if (sub->arelt_data == NULL)
2068 size = sizeof (struct areltdata);
2069 sub->arelt_data = bfd_alloc (sub, size);
2070 if (sub->arelt_data == NULL)
2071 return false;
2074 arch_eltdata (sub)->parsed_size = s.st_size;
2077 /* XXX These calls actually should use %lld (at least on 32-bit
2078 machines) since the fields's width is 20 and there numbers with
2079 more than 32 bits can be represented. */
2080 sprintf (ahdrp->prevoff, "%ld", (long) prevoff);
2081 sprintf (ahdrp->namlen, "%ld", (long) namlen);
2083 /* If the length of the name is odd, we write out the null byte
2084 after the name as well. */
2085 namlen = (namlen + 1) &~ (bfd_size_type) 1;
2087 remaining = arelt_size (sub);
2088 size = (SIZEOF_AR_HDR_BIG
2089 + namlen
2090 + SXCOFFARFMAG
2091 + remaining);
2093 BFD_ASSERT (nextoff == bfd_tell (abfd));
2095 offsets[i] = nextoff;
2097 prevoff = nextoff;
2098 nextoff += size + (size & 1);
2100 sprintf (ahdrp->nextoff, "%ld", (long) nextoff);
2102 /* We need spaces, not null bytes, in the header. */
2103 for (p = (char *) ahdrp; p < (char *) ahdrp + SIZEOF_AR_HDR_BIG; p++)
2104 if (*p == '\0')
2105 *p = ' ';
2107 if ((bfd_bwrite ((PTR) ahdrp, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
2108 != SIZEOF_AR_HDR_BIG)
2109 || bfd_bwrite ((PTR) name, (bfd_size_type) namlen, abfd) != namlen
2110 || (bfd_bwrite ((PTR) XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
2111 != SXCOFFARFMAG))
2112 return false;
2114 if (bfd_seek (sub, (file_ptr) 0, SEEK_SET) != 0)
2115 return false;
2116 while (remaining != 0)
2118 bfd_size_type amt;
2119 bfd_byte buffer[DEFAULT_BUFFERSIZE];
2121 amt = sizeof buffer;
2122 if (amt > remaining)
2123 amt = remaining;
2124 if (bfd_bread (buffer, amt, sub) != amt
2125 || bfd_bwrite (buffer, amt, abfd) != amt)
2126 return false;
2127 remaining -= amt;
2130 if ((size & 1) != 0)
2132 bfd_byte b;
2134 b = '\0';
2135 if (bfd_bwrite (&b, (bfd_size_type) 1, abfd) != 1)
2136 return false;
2140 /* XXX This call actually should use %lld (at least on 32-bit
2141 machines) since the fields's width is 20 and there numbers with
2142 more than 32 bits can be represented. */
2143 sprintf (fhdr.lastmemoff, "%ld", (long) prevoff);
2145 /* Write out the member table. */
2147 BFD_ASSERT (nextoff == bfd_tell (abfd));
2148 /* XXX This call actually should use %lld (at least on 32-bit
2149 machines) since the fields's width is 20 and there numbers with
2150 more than 32 bits can be represented. */
2151 sprintf (fhdr.memoff, "%ld", (long) nextoff);
2153 memset (&ahdr, 0, sizeof ahdr);
2154 /* XXX The next two calls actually should use %lld (at least on 32-bit
2155 machines) since the fields's width is 20 and there numbers with
2156 more than 32 bits can be represented. */
2157 sprintf (ahdr.size, "%ld", (long) (12 + count * 12 + total_namlen));
2158 sprintf (ahdr.prevoff, "%ld", (long) prevoff);
2159 sprintf (ahdr.date, "%d", 0);
2160 sprintf (ahdr.uid, "%d", 0);
2161 sprintf (ahdr.gid, "%d", 0);
2162 sprintf (ahdr.mode, "%d", 0);
2163 sprintf (ahdr.namlen, "%d", 0);
2165 size = (SIZEOF_AR_HDR_BIG
2166 + 12
2167 + count * 12
2168 + total_namlen
2169 + SXCOFFARFMAG);
2171 prevoff = nextoff;
2172 nextoff += size + (size & 1);
2174 if (makemap && hasobjects)
2175 /* XXX This call actually should use %lld (at least on 32-bit
2176 machines) since the fields's width is 20 and there numbers with
2177 more than 32 bits can be represented. */
2178 sprintf (ahdr.nextoff, "%ld", (long) nextoff);
2179 else
2180 sprintf (ahdr.nextoff, "%d", 0);
2182 /* We need spaces, not null bytes, in the header. */
2183 for (p = (char *) &ahdr; p < (char *) &ahdr + SIZEOF_AR_HDR_BIG; p++)
2184 if (*p == '\0')
2185 *p = ' ';
2187 if ((bfd_bwrite ((PTR) &ahdr, (bfd_size_type) SIZEOF_AR_HDR_BIG, abfd)
2188 != SIZEOF_AR_HDR_BIG)
2189 || (bfd_bwrite ((PTR) XCOFFARFMAG, (bfd_size_type) SXCOFFARFMAG, abfd)
2190 != SXCOFFARFMAG))
2191 return false;
2193 sprintf (decbuf, "%-12ld", (long) count);
2194 if (bfd_bwrite ((PTR) decbuf, (bfd_size_type) 12, abfd) != 12)
2195 return false;
2196 for (i = 0; i < (size_t) count; i++)
2198 sprintf (decbuf, "%-12ld", (long) offsets[i]);
2199 if (bfd_bwrite ((PTR) decbuf, (bfd_size_type) 12, abfd) != 12)
2200 return false;
2202 for (sub = abfd->archive_head; sub != NULL; sub = sub->next)
2204 const char *name;
2205 size_t namlen;
2207 name = normalize_filename (sub);
2208 namlen = strlen (name);
2209 if (bfd_bwrite ((PTR) name, (bfd_size_type) (namlen + 1), abfd)
2210 != namlen + 1)
2211 return false;
2213 if ((size & 1) != 0)
2215 bfd_byte b;
2217 b = '\0';
2218 if (bfd_bwrite ((PTR) &b, (bfd_size_type) 1, abfd) != 1)
2219 return false;
2222 /* Write out the armap, if appropriate. */
2224 if (! makemap || ! hasobjects)
2225 sprintf (fhdr.symoff, "%d", 0);
2226 else
2228 BFD_ASSERT (nextoff == bfd_tell (abfd));
2229 /* XXX This call actually should use %lld (at least on 32-bit
2230 machines) since the fields's width is 20 and there numbers with
2231 more than 32 bits can be represented. */
2232 bfd_ardata (abfd)->tdata = (PTR) &fhdr;
2233 if (! _bfd_compute_and_write_armap (abfd, 0))
2234 return false;
2237 /* Write out the archive file header. */
2239 /* We need spaces, not null bytes, in the header. */
2240 for (p = (char *) &fhdr; p < (char *) &fhdr + SIZEOF_AR_FILE_HDR_BIG; p++)
2241 if (*p == '\0')
2242 *p = ' ';
2244 if (bfd_seek (abfd, (file_ptr) 0, SEEK_SET) != 0
2245 || (bfd_bwrite ((PTR) &fhdr, (bfd_size_type) SIZEOF_AR_FILE_HDR_BIG, abfd)
2246 != SIZEOF_AR_FILE_HDR_BIG))
2247 return false;
2249 return true;
2252 boolean
2253 _bfd_xcoff_write_archive_contents (abfd)
2254 bfd *abfd;
2256 if (! xcoff_big_format_p (abfd))
2257 return xcoff_write_archive_contents_old (abfd);
2258 else
2259 return xcoff_write_archive_contents_big (abfd);
2262 /* We can't use the usual coff_sizeof_headers routine, because AIX
2263 always uses an a.out header. */
2266 _bfd_xcoff_sizeof_headers (abfd, reloc)
2267 bfd *abfd;
2268 boolean reloc ATTRIBUTE_UNUSED;
2270 int size;
2272 size = FILHSZ;
2273 if (xcoff_data (abfd)->full_aouthdr)
2274 size += AOUTSZ;
2275 else
2276 size += SMALL_AOUTSZ;
2277 size += abfd->section_count * SCNHSZ;
2278 return size;
2281 /* Routines to swap information in the XCOFF .loader section. If we
2282 ever need to write an XCOFF loader, this stuff will need to be
2283 moved to another file shared by the linker (which XCOFF calls the
2284 ``binder'') and the loader. */
2286 /* Swap in the ldhdr structure. */
2288 static void
2289 xcoff_swap_ldhdr_in (abfd, s, dst)
2290 bfd *abfd;
2291 const PTR s;
2292 struct internal_ldhdr *dst;
2294 const struct external_ldhdr *src = (const struct external_ldhdr *) s;
2296 dst->l_version = bfd_get_32 (abfd, src->l_version);
2297 dst->l_nsyms = bfd_get_32 (abfd, src->l_nsyms);
2298 dst->l_nreloc = bfd_get_32 (abfd, src->l_nreloc);
2299 dst->l_istlen = bfd_get_32 (abfd, src->l_istlen);
2300 dst->l_nimpid = bfd_get_32 (abfd, src->l_nimpid);
2301 dst->l_impoff = bfd_get_32 (abfd, src->l_impoff);
2302 dst->l_stlen = bfd_get_32 (abfd, src->l_stlen);
2303 dst->l_stoff = bfd_get_32 (abfd, src->l_stoff);
2306 /* Swap out the ldhdr structure. */
2308 static void
2309 xcoff_swap_ldhdr_out (abfd, src, d)
2310 bfd *abfd;
2311 const struct internal_ldhdr *src;
2312 PTR d;
2314 struct external_ldhdr *dst = (struct external_ldhdr *) d;
2316 bfd_put_32 (abfd, (bfd_vma) src->l_version, dst->l_version);
2317 bfd_put_32 (abfd, src->l_nsyms, dst->l_nsyms);
2318 bfd_put_32 (abfd, src->l_nreloc, dst->l_nreloc);
2319 bfd_put_32 (abfd, src->l_istlen, dst->l_istlen);
2320 bfd_put_32 (abfd, src->l_nimpid, dst->l_nimpid);
2321 bfd_put_32 (abfd, src->l_impoff, dst->l_impoff);
2322 bfd_put_32 (abfd, src->l_stlen, dst->l_stlen);
2323 bfd_put_32 (abfd, src->l_stoff, dst->l_stoff);
2326 /* Swap in the ldsym structure. */
2328 static void
2329 xcoff_swap_ldsym_in (abfd, s, dst)
2330 bfd *abfd;
2331 const PTR s;
2332 struct internal_ldsym *dst;
2334 const struct external_ldsym *src = (const struct external_ldsym *) s;
2336 if (bfd_get_32 (abfd, src->_l._l_l._l_zeroes) != 0) {
2337 memcpy (dst->_l._l_name, src->_l._l_name, SYMNMLEN);
2338 } else {
2339 dst->_l._l_l._l_zeroes = 0;
2340 dst->_l._l_l._l_offset = bfd_get_32 (abfd, src->_l._l_l._l_offset);
2342 dst->l_value = bfd_get_32 (abfd, src->l_value);
2343 dst->l_scnum = bfd_get_16 (abfd, src->l_scnum);
2344 dst->l_smtype = bfd_get_8 (abfd, src->l_smtype);
2345 dst->l_smclas = bfd_get_8 (abfd, src->l_smclas);
2346 dst->l_ifile = bfd_get_32 (abfd, src->l_ifile);
2347 dst->l_parm = bfd_get_32 (abfd, src->l_parm);
2350 /* Swap out the ldsym structure. */
2352 static void
2353 xcoff_swap_ldsym_out (abfd, src, d)
2354 bfd *abfd;
2355 const struct internal_ldsym *src;
2356 PTR d;
2358 struct external_ldsym *dst = (struct external_ldsym *) d;
2360 if (src->_l._l_l._l_zeroes != 0)
2361 memcpy (dst->_l._l_name, src->_l._l_name, SYMNMLEN);
2362 else
2364 bfd_put_32 (abfd, (bfd_vma) 0, dst->_l._l_l._l_zeroes);
2365 bfd_put_32 (abfd, (bfd_vma) src->_l._l_l._l_offset,
2366 dst->_l._l_l._l_offset);
2368 bfd_put_32 (abfd, src->l_value, dst->l_value);
2369 bfd_put_16 (abfd, (bfd_vma) src->l_scnum, dst->l_scnum);
2370 bfd_put_8 (abfd, src->l_smtype, dst->l_smtype);
2371 bfd_put_8 (abfd, src->l_smclas, dst->l_smclas);
2372 bfd_put_32 (abfd, src->l_ifile, dst->l_ifile);
2373 bfd_put_32 (abfd, src->l_parm, dst->l_parm);
2376 /* Swap in the ldrel structure. */
2378 static void
2379 xcoff_swap_ldrel_in (abfd, s, dst)
2380 bfd *abfd;
2381 const PTR s;
2382 struct internal_ldrel *dst;
2384 const struct external_ldrel *src = (const struct external_ldrel *) s;
2386 dst->l_vaddr = bfd_get_32 (abfd, src->l_vaddr);
2387 dst->l_symndx = bfd_get_32 (abfd, src->l_symndx);
2388 dst->l_rtype = bfd_get_16 (abfd, src->l_rtype);
2389 dst->l_rsecnm = bfd_get_16 (abfd, src->l_rsecnm);
2392 /* Swap out the ldrel structure. */
2394 static void
2395 xcoff_swap_ldrel_out (abfd, src, d)
2396 bfd *abfd;
2397 const struct internal_ldrel *src;
2398 PTR d;
2400 struct external_ldrel *dst = (struct external_ldrel *) d;
2402 bfd_put_32 (abfd, src->l_vaddr, dst->l_vaddr);
2403 bfd_put_32 (abfd, src->l_symndx, dst->l_symndx);
2404 bfd_put_16 (abfd, (bfd_vma) src->l_rtype, dst->l_rtype);
2405 bfd_put_16 (abfd, (bfd_vma) src->l_rsecnm, dst->l_rsecnm);
2410 /* This is the relocation function for the RS/6000/POWER/PowerPC.
2411 This is currently the only processor which uses XCOFF; I hope that
2412 will never change. */
2414 static boolean
2415 xcoff_ppc_relocate_section (output_bfd, info, input_bfd,
2416 input_section, contents, relocs, syms,
2417 sections)
2418 bfd *output_bfd;
2419 struct bfd_link_info *info;
2420 bfd *input_bfd;
2421 asection *input_section;
2422 bfd_byte *contents;
2423 struct internal_reloc *relocs;
2424 struct internal_syment *syms;
2425 asection **sections;
2427 struct internal_reloc *rel;
2428 struct internal_reloc *relend;
2430 rel = relocs;
2431 relend = rel + input_section->reloc_count;
2433 for (; rel < relend; rel++)
2435 long symndx;
2436 struct xcoff_link_hash_entry *h;
2437 struct internal_syment *sym;
2438 bfd_vma addend;
2439 bfd_vma val;
2440 struct reloc_howto_struct howto;
2441 bfd_reloc_status_type rstat;
2443 /* Relocation type R_REF is a special relocation type which is
2444 merely used to prevent garbage collection from occurring for
2445 the csect including the symbol which it references. */
2446 if (rel->r_type == R_REF)
2447 continue;
2449 symndx = rel->r_symndx;
2451 if (symndx == -1)
2453 h = NULL;
2454 sym = NULL;
2455 addend = 0;
2457 else
2459 h = obj_xcoff_sym_hashes (input_bfd)[symndx];
2460 sym = syms + symndx;
2461 addend = - sym->n_value;
2465 /* We build the howto information on the fly. */
2467 howto.type = rel->r_type;
2468 howto.rightshift = 0;
2469 howto.size = 2;
2470 howto.bitsize = (rel->r_size & 0x1f) + 1;
2471 howto.pc_relative = false;
2472 howto.bitpos = 0;
2473 if ((rel->r_size & 0x80) != 0)
2474 howto.complain_on_overflow = complain_overflow_signed;
2475 else
2476 howto.complain_on_overflow = complain_overflow_bitfield;
2477 howto.special_function = NULL;
2478 howto.name = "internal";
2479 howto.partial_inplace = true;
2480 if (howto.bitsize == 32)
2481 howto.src_mask = howto.dst_mask = 0xffffffff;
2482 else
2484 howto.src_mask = howto.dst_mask = (1 << howto.bitsize) - 1;
2485 if (howto.bitsize == 16)
2486 howto.size = 1;
2488 howto.pcrel_offset = false;
2490 val = 0;
2492 if (h == NULL)
2494 asection *sec;
2496 if (symndx == -1)
2498 sec = bfd_abs_section_ptr;
2499 val = 0;
2501 else
2503 sec = sections[symndx];
2504 /* Hack to make sure we use the right TOC anchor value
2505 if this reloc is against the TOC anchor. */
2507 if (sec->name[3] == '0'
2508 && strcmp (sec->name, ".tc0") == 0)
2510 val = xcoff_data (output_bfd)->toc;
2512 else
2514 val = (sec->output_section->vma
2515 + sec->output_offset
2516 + sym->n_value
2517 - sec->vma);
2521 else
2523 if (h->root.type == bfd_link_hash_defined
2524 || h->root.type == bfd_link_hash_defweak)
2526 asection *sec;
2528 sec = h->root.u.def.section;
2529 val = (h->root.u.def.value
2530 + sec->output_section->vma
2531 + sec->output_offset);
2533 else if (h->root.type == bfd_link_hash_common)
2535 asection *sec;
2537 sec = h->root.u.c.p->section;
2538 val = (sec->output_section->vma
2539 + sec->output_offset);
2541 else if ((h->flags & XCOFF_DEF_DYNAMIC) != 0
2542 || (h->flags & XCOFF_IMPORT) != 0)
2544 /* Every symbol in a shared object is defined somewhere. */
2545 val = 0;
2547 else if (! info->relocateable)
2549 if (! ((*info->callbacks->undefined_symbol)
2550 (info, h->root.root.string, input_bfd, input_section,
2551 rel->r_vaddr - input_section->vma, true)))
2552 return false;
2554 /* Don't try to process the reloc. It can't help, and
2555 it may generate another error. */
2556 continue;
2560 /* I took the relocation type definitions from two documents:
2561 the PowerPC AIX Version 4 Application Binary Interface, First
2562 Edition (April 1992), and the PowerOpen ABI, Big-Endian
2563 32-Bit Hardware Implementation (June 30, 1994). Differences
2564 between the documents are noted below. */
2566 switch (rel->r_type)
2568 case R_RTB:
2569 case R_RRTBI:
2570 case R_RRTBA:
2571 /* These relocs are defined by the PowerPC ABI to be
2572 relative branches which use half of the difference
2573 between the symbol and the program counter. I can't
2574 quite figure out when this is useful. These relocs are
2575 not defined by the PowerOpen ABI. */
2576 default:
2577 (*_bfd_error_handler)
2578 (_("%s: unsupported relocation type 0x%02x"),
2579 bfd_get_filename (input_bfd), (unsigned int) rel->r_type);
2580 bfd_set_error (bfd_error_bad_value);
2581 return false;
2582 case R_POS:
2583 /* Simple positive relocation. */
2584 break;
2585 case R_NEG:
2586 /* Simple negative relocation. */
2587 val = - val;
2588 break;
2589 case R_REL:
2590 /* Simple PC relative relocation. */
2591 howto.pc_relative = true;
2592 break;
2593 case R_TOC:
2594 /* TOC relative relocation. The value in the instruction in
2595 the input file is the offset from the input file TOC to
2596 the desired location. We want the offset from the final
2597 TOC to the desired location. We have:
2598 isym = iTOC + in
2599 iinsn = in + o
2600 osym = oTOC + on
2601 oinsn = on + o
2602 so we must change insn by on - in.
2604 case R_GL:
2605 /* Global linkage relocation. The value of this relocation
2606 is the address of the entry in the TOC section. */
2607 case R_TCL:
2608 /* Local object TOC address. I can't figure out the
2609 difference between this and case R_GL. */
2610 case R_TRL:
2611 /* TOC relative relocation. A TOC relative load instruction
2612 which may be changed to a load address instruction.
2613 FIXME: We don't currently implement this optimization. */
2614 case R_TRLA:
2615 /* TOC relative relocation. This is a TOC relative load
2616 address instruction which may be changed to a load
2617 instruction. FIXME: I don't know if this is the correct
2618 implementation. */
2619 if (h != NULL && h->smclas != XMC_TD)
2621 if (h->toc_section == NULL)
2623 (*_bfd_error_handler)
2624 (_("%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry"),
2625 bfd_get_filename (input_bfd), rel->r_vaddr,
2626 h->root.root.string);
2627 bfd_set_error (bfd_error_bad_value);
2628 return false;
2631 BFD_ASSERT ((h->flags & XCOFF_SET_TOC) == 0);
2632 val = (h->toc_section->output_section->vma
2633 + h->toc_section->output_offset);
2636 val = ((val - xcoff_data (output_bfd)->toc)
2637 - (sym->n_value - xcoff_data (input_bfd)->toc));
2638 addend = 0;
2639 break;
2640 case R_BA:
2641 /* Absolute branch. We don't want to mess with the lower
2642 two bits of the instruction. */
2643 case R_CAI:
2644 /* The PowerPC ABI defines this as an absolute call which
2645 may be modified to become a relative call. The PowerOpen
2646 ABI does not define this relocation type. */
2647 case R_RBA:
2648 /* Absolute branch which may be modified to become a
2649 relative branch. */
2650 case R_RBAC:
2651 /* The PowerPC ABI defines this as an absolute branch to a
2652 fixed address which may be modified to an absolute branch
2653 to a symbol. The PowerOpen ABI does not define this
2654 relocation type. */
2655 case R_RBRC:
2656 /* The PowerPC ABI defines this as an absolute branch to a
2657 fixed address which may be modified to a relative branch.
2658 The PowerOpen ABI does not define this relocation type. */
2659 howto.src_mask &= ~3;
2660 howto.dst_mask = howto.src_mask;
2661 break;
2662 case R_BR:
2663 /* Relative branch. We don't want to mess with the lower
2664 two bits of the instruction. */
2665 case R_CREL:
2666 /* The PowerPC ABI defines this as a relative call which may
2667 be modified to become an absolute call. The PowerOpen
2668 ABI does not define this relocation type. */
2669 case R_RBR:
2670 /* A relative branch which may be modified to become an
2671 absolute branch. FIXME: We don't implement this,
2672 although we should for symbols of storage mapping class
2673 XMC_XO. */
2674 howto.pc_relative = true;
2675 howto.src_mask &= ~3;
2676 howto.dst_mask = howto.src_mask;
2677 break;
2678 case R_RL:
2679 /* The PowerPC AIX ABI describes this as a load which may be
2680 changed to a load address. The PowerOpen ABI says this
2681 is the same as case R_POS. */
2682 break;
2683 case R_RLA:
2684 /* The PowerPC AIX ABI describes this as a load address
2685 which may be changed to a load. The PowerOpen ABI says
2686 this is the same as R_POS. */
2687 break;
2690 /* If we see an R_BR or R_RBR reloc which is jumping to global
2691 linkage code, and it is followed by an appropriate cror nop
2692 instruction, we replace the cror with lwz r2,20(r1). This
2693 restores the TOC after the glink code. Contrariwise, if the
2694 call is followed by a lwz r2,20(r1), but the call is not
2695 going to global linkage code, we can replace the load with a
2696 cror. */
2697 if ((rel->r_type == R_BR || rel->r_type == R_RBR)
2698 && h != NULL
2699 && h->root.type == bfd_link_hash_defined
2700 && (rel->r_vaddr - input_section->vma + 8
2701 <= input_section->_cooked_size))
2703 bfd_byte *pnext;
2704 unsigned long next;
2706 pnext = contents + (rel->r_vaddr - input_section->vma) + 4;
2707 next = bfd_get_32 (input_bfd, pnext);
2709 /* The _ptrgl function is magic. It is used by the AIX
2710 compiler to call a function through a pointer. */
2711 if (h->smclas == XMC_GL
2712 || strcmp (h->root.root.string, "._ptrgl") == 0)
2714 if (next == 0x4def7b82 /* cror 15,15,15 */
2715 || next == 0x4ffffb82 /* cror 31,31,31 */
2716 || next == 0x60000000) /* ori r0,r0,0 */
2717 bfd_put_32 (input_bfd,
2718 (bfd_vma) 0x80410014, /* lwz r1,20(r1) */
2719 pnext);
2721 else
2723 if (next == 0x80410014) /* lwz r1,20(r1) */
2724 bfd_put_32 (input_bfd,
2725 (bfd_vma) 0x60000000, /* ori r0,r0,0 */
2726 pnext);
2730 /* A PC relative reloc includes the section address. */
2731 if (howto.pc_relative)
2732 addend += input_section->vma;
2734 rstat = _bfd_final_link_relocate (&howto, input_bfd, input_section,
2735 contents,
2736 rel->r_vaddr - input_section->vma,
2737 val, addend);
2739 switch (rstat)
2741 default:
2742 abort ();
2743 case bfd_reloc_ok:
2744 break;
2745 case bfd_reloc_overflow:
2747 const char *name;
2748 char buf[SYMNMLEN + 1];
2749 char howto_name[10];
2751 if (symndx == -1)
2752 name = "*ABS*";
2753 else if (h != NULL)
2754 name = h->root.root.string;
2755 else
2757 name = _bfd_coff_internal_syment_name (input_bfd, sym, buf);
2759 if (name == NULL)
2760 return false;
2762 sprintf (howto_name, "0x%02x", rel->r_type);
2764 if (! ((*info->callbacks->reloc_overflow)
2765 (info, name, howto_name, (bfd_vma) 0, input_bfd,
2766 input_section, rel->r_vaddr - input_section->vma)))
2767 return false;
2772 return true;
2775 static boolean
2776 _bfd_xcoff_put_ldsymbol_name (abfd, ldinfo, ldsym, name)
2777 bfd *abfd ATTRIBUTE_UNUSED;
2778 struct xcoff_loader_info *ldinfo;
2779 struct internal_ldsym *ldsym;
2780 const char *name;
2782 size_t len;
2783 len = strlen (name);
2785 if (len <= SYMNMLEN)
2786 strncpy (ldsym->_l._l_name, name, SYMNMLEN);
2787 else
2789 if (ldinfo->string_size + len + 3 > ldinfo->string_alc)
2791 bfd_size_type newalc;
2792 bfd_byte *newstrings;
2794 newalc = ldinfo->string_alc * 2;
2795 if (newalc == 0)
2796 newalc = 32;
2797 while (ldinfo->string_size + len + 3 > newalc)
2798 newalc *= 2;
2800 newstrings = ((bfd_byte *)
2801 bfd_realloc ((PTR) ldinfo->strings, newalc));
2802 if (newstrings == NULL)
2804 ldinfo->failed = true;
2805 return false;
2807 ldinfo->string_alc = newalc;
2808 ldinfo->strings = newstrings;
2811 bfd_put_16 (ldinfo->output_bfd, (bfd_vma) (len + 1),
2812 ldinfo->strings + ldinfo->string_size);
2813 strcpy (ldinfo->strings + ldinfo->string_size + 2, name);
2814 ldsym->_l._l_l._l_zeroes = 0;
2815 ldsym->_l._l_l._l_offset = ldinfo->string_size + 2;
2816 ldinfo->string_size += len + 3;
2819 return true;
2822 static boolean
2823 _bfd_xcoff_put_symbol_name (bfd *abfd, struct bfd_strtab_hash *strtab,
2824 struct internal_syment *sym,
2825 const char *name)
2827 if (strlen (name) <= SYMNMLEN)
2829 strncpy (sym->_n._n_name, name, SYMNMLEN);
2831 else
2833 boolean hash;
2834 bfd_size_type indx;
2836 hash = true;
2837 if ((abfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
2838 hash = false;
2839 indx = _bfd_stringtab_add (strtab, name, hash, false);
2840 if (indx == (bfd_size_type) -1)
2841 return false;
2842 sym->_n._n_n._n_zeroes = 0;
2843 sym->_n._n_n._n_offset = STRING_SIZE_SIZE + indx;
2845 return true;
2848 static asection *
2849 xcoff_create_csect_from_smclas (abfd, aux, symbol_name)
2850 bfd *abfd;
2851 union internal_auxent *aux;
2852 const char *symbol_name;
2854 asection *return_value = NULL;
2856 /* .sv64 = x_smclas == 17
2857 This is an invalid csect for 32 bit apps. */
2858 static const char *names[19] =
2860 ".pr", ".ro", ".db", ".tc", ".ua", ".rw", ".gl", ".xo",
2861 ".sv", ".bs", ".ds", ".uc", ".ti", ".tb", NULL, ".tc0",
2862 ".td", NULL, ".sv3264"
2865 if ((19 >= aux->x_csect.x_smclas) &&
2866 (NULL != names[aux->x_csect.x_smclas]))
2868 return_value = bfd_make_section_anyway
2869 (abfd, names[aux->x_csect.x_smclas]);
2871 else
2873 (*_bfd_error_handler)
2874 (_("%s: symbol `%s' has unrecognized smclas %d"),
2875 bfd_get_filename (abfd), symbol_name, aux->x_csect.x_smclas);
2876 bfd_set_error (bfd_error_bad_value);
2879 return return_value;
2882 static boolean
2883 xcoff_is_lineno_count_overflow (abfd, value)
2884 bfd *abfd ATTRIBUTE_UNUSED;
2885 bfd_vma value;
2887 if (0xffff <= value)
2888 return true;
2890 return false;
2893 static boolean
2894 xcoff_is_reloc_count_overflow (abfd, value)
2895 bfd *abfd ATTRIBUTE_UNUSED;
2896 bfd_vma value;
2898 if (0xffff <= value)
2899 return true;
2901 return false;
2904 static bfd_vma
2905 xcoff_loader_symbol_offset (abfd, ldhdr)
2906 bfd *abfd;
2907 struct internal_ldhdr *ldhdr ATTRIBUTE_UNUSED;
2909 return bfd_xcoff_ldhdrsz(abfd);
2912 static bfd_vma
2913 xcoff_loader_reloc_offset (abfd, ldhdr)
2914 bfd *abfd;
2915 struct internal_ldhdr *ldhdr;
2917 return bfd_xcoff_ldhdrsz(abfd) +
2918 (ldhdr->l_nsyms * bfd_xcoff_ldsymsz(abfd));
2922 static reloc_howto_type xcoff_dynamic_reloc =
2923 HOWTO (0, /* type */
2924 0, /* rightshift */
2925 2, /* size (0 = byte, 1 = short, 2 = long) */
2926 32, /* bitsize */
2927 false, /* pc_relative */
2928 0, /* bitpos */
2929 complain_overflow_bitfield, /* complain_on_overflow */
2930 0, /* special_function */
2931 "R_POS", /* name */
2932 true, /* partial_inplace */
2933 0xffffffff, /* src_mask */
2934 0xffffffff, /* dst_mask */
2935 false); /* pcrel_offset */
2937 /* glink
2939 The first word of global linkage code must be modified by filling in
2940 the correct TOC offset. */
2942 static unsigned long xcoff_glink_code[9] =
2944 0x81820000, /* lwz r12,0(r2) */
2945 0x90410014, /* stw r2,20(r1) */
2946 0x800c0000, /* lwz r0,0(r12) */
2947 0x804c0004, /* lwz r2,4(r12) */
2948 0x7c0903a6, /* mtctr r0 */
2949 0x4e800420, /* bctr */
2950 0x00000000, /* start of traceback table */
2951 0x000c8000, /* traceback table */
2952 0x00000000, /* traceback table */
2956 static const struct xcoff_backend_data_rec bfd_xcoff_backend_data =
2958 { /* COFF backend, defined in libcoff.h. */
2959 _bfd_xcoff_swap_aux_in, /* _bfd_coff_swap_aux_in */
2960 _bfd_xcoff_swap_sym_in, /* _bfd_coff_swap_sym_in */
2961 coff_swap_lineno_in, /* _bfd_coff_swap_lineno_in */
2962 _bfd_xcoff_swap_aux_out, /* _bfd_swap_aux_out */
2963 _bfd_xcoff_swap_sym_out, /* _bfd_swap_sym_out */
2964 coff_swap_lineno_out, /* _bfd_swap_lineno_out */
2965 coff_swap_reloc_out, /* _bfd_swap_reloc_out */
2966 coff_swap_filehdr_out, /* _bfd_swap_filehdr_out */
2967 coff_swap_aouthdr_out, /* _bfd_swap_aouthdr_out */
2968 coff_swap_scnhdr_out, /* _bfd_swap_scnhdr_out */
2969 FILHSZ, /* _bfd_filhsz */
2970 AOUTSZ, /* _bfd_aoutsz */
2971 SCNHSZ, /* _bfd_scnhsz */
2972 SYMESZ, /* _bfd_symesz */
2973 AUXESZ, /* _bfd_auxesz */
2974 RELSZ, /* _bfd_relsz */
2975 LINESZ, /* _bfd_linesz */
2976 FILNMLEN, /* _bfd_filnmlen */
2977 true, /* _bfd_coff_long_filenames */
2978 false, /* _bfd_coff_long_section_names */
2979 (3), /* _bfd_coff_default_section_alignment_power */
2980 false, /* _bfd_coff_force_symnames_in_strings */
2981 2, /* _bfd_coff_debug_string_prefix_length */
2982 coff_swap_filehdr_in, /* _bfd_coff_swap_filehdr_in */
2983 coff_swap_aouthdr_in, /* _bfd_swap_aouthdr_in */
2984 coff_swap_scnhdr_in, /* _bfd_swap_scnhdr_in */
2985 coff_swap_reloc_in, /* _bfd_reloc_in */
2986 coff_bad_format_hook, /* _bfd_bad_format_hook */
2987 coff_set_arch_mach_hook, /* _bfd_set_arch_mach_hook */
2988 coff_mkobject_hook, /* _bfd_mkobject_hook */
2989 styp_to_sec_flags, /* _bfd_syp_to_sec_flags */
2990 coff_set_alignment_hook, /* _bfd_set_alignment_hook */
2991 coff_slurp_symbol_table, /* _bfd_coff_slurp_symbol_table */
2992 symname_in_debug_hook, /* _coff_symname_in_debug_hook */
2993 coff_pointerize_aux_hook, /* _bfd_coff_pointerize_aux_hook */
2994 coff_print_aux, /* bfd_coff_print_aux */
2995 dummy_reloc16_extra_cases, /* _bfd_coff_reloc16_extra_cases */
2996 dummy_reloc16_estimate, /* _bfd_coff_reloc16_estimate */
2997 NULL, /* bfd_coff_sym_is_global */
2998 coff_compute_section_file_positions, /* _bfd_coff_compute_section_file_positions */
2999 NULL, /* _bfd_coff_start_final_link */
3000 xcoff_ppc_relocate_section, /* _bfd_coff_relocate_section */
3001 coff_rtype_to_howto, /* _bfd_coff_rtype_to_howto */
3002 NULL, /* _bfd_coff_addust_symndx */
3003 _bfd_generic_link_add_one_symbol, /* _bfd_coff_add_one_symbol */
3004 coff_link_output_has_begun, /* _bfd_coff_link_output_has_begun */
3005 coff_final_link_postscript /* _bfd_coff_final_link_postscript */
3008 0x01DF, /* magic number */
3009 bfd_arch_rs6000, /* architecture */
3010 bfd_mach_rs6k, /* machine */
3012 /* Function pointers to xcoff specific swap routines. */
3013 xcoff_swap_ldhdr_in, /* _xcoff_swap_ldhdr_in */
3014 xcoff_swap_ldhdr_out, /* _xcoff_swap_ldhdr_out */
3015 xcoff_swap_ldsym_in, /* _xcoff_swap_ldsym_in */
3016 xcoff_swap_ldsym_out, /* _xcoff_swap_ldsym_out */
3017 xcoff_swap_ldrel_in, /* _xcoff_swap_ldrel_in */
3018 xcoff_swap_ldrel_out, /* _xcoff_swap_ldrel_out */
3020 /* Sizes. */
3021 LDHDRSZ, /* _xcoff_ldhdrsz */
3022 LDSYMSZ, /* _xcoff_ldsymsz */
3023 LDRELSZ, /* _xcoff_ldrelsz */
3024 12, /* _xcoff_function_descriptor_size */
3025 SMALL_AOUTSZ, /* _xcoff_small_aout_header_size */
3027 /* Versions. */
3028 1, /* _xcoff_ldhdr_version */
3030 /* Xcoff vs xcoff64 putting symbol names. */
3031 _bfd_xcoff_put_symbol_name, /* _xcoff_put_symbol_name */
3032 _bfd_xcoff_put_ldsymbol_name, /* _xcoff_put_ldsymbol_name */
3034 & xcoff_dynamic_reloc, /* dynamic reloc howto */
3036 xcoff_create_csect_from_smclas, /* _xcoff_create_csect_from_smclas */
3038 /* Lineno and reloc count overflow. */
3039 xcoff_is_lineno_count_overflow,
3040 xcoff_is_reloc_count_overflow,
3042 xcoff_loader_symbol_offset,
3043 xcoff_loader_reloc_offset,
3045 /* glink. */
3046 & xcoff_glink_code[0],
3047 (36), /* _xcoff_glink_size */
3050 /* The transfer vector that leads the outside world to all of the above. */
3051 const bfd_target rs6000coff_vec =
3053 "aixcoff-rs6000",
3054 bfd_target_xcoff_flavour,
3055 BFD_ENDIAN_BIG, /* data byte order is big */
3056 BFD_ENDIAN_BIG, /* header byte order is big */
3058 (HAS_RELOC | EXEC_P | /* object flags */
3059 HAS_LINENO | HAS_DEBUG | DYNAMIC |
3060 HAS_SYMS | HAS_LOCALS | WP_TEXT),
3062 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
3063 0, /* leading char */
3064 '/', /* ar_pad_char */
3065 15, /* ar_max_namelen??? FIXMEmgo */
3067 /* data */
3068 bfd_getb64, /* bfd_getx64 */
3069 bfd_getb_signed_64, /* bfd_getx_signed_64 */
3070 bfd_putb64, /* bfd_putx64 */
3071 bfd_getb32, /* bfd_getx32 */
3072 bfd_getb_signed_32, /* bfd_getx_signed_32 */
3073 bfd_putb32, /* bfd_putx32 */
3074 bfd_getb16, /* bfd_getx16 */
3075 bfd_getb_signed_16, /* bfd_getx_signed_16 */
3076 bfd_putb16, /* bfd_putx16 */
3078 /* hdrs */
3079 bfd_getb64, /* bfd_h_getx64 */
3080 bfd_getb_signed_64, /* bfd_h_getx_signed_64 */
3081 bfd_putb64, /* bfd_h_putx64 */
3082 bfd_getb32, /* bfd_h_getx32 */
3083 bfd_getb_signed_32, /* bfd_h_getx_signed_32 */
3084 bfd_putb32, /* bfd_h_putx32 */
3085 bfd_getb16, /* bfd_h_getx16 */
3086 bfd_getb_signed_16, /* bfd_h_getx_signed_16 */
3087 bfd_putb16, /* bfd_h_putx16 */
3089 { /* bfd_check_format */
3090 _bfd_dummy_target,
3091 coff_object_p,
3092 _bfd_xcoff_archive_p,
3093 CORE_FILE_P
3096 { /* bfd_set_format */
3097 bfd_false,
3098 coff_mkobject,
3099 _bfd_generic_mkarchive,
3100 bfd_false
3103 {/* bfd_write_contents */
3104 bfd_false,
3105 coff_write_object_contents,
3106 _bfd_xcoff_write_archive_contents,
3107 bfd_false
3110 /* Generic */
3111 bfd_true, /* _close_and_cleanup */
3112 bfd_true, /* _bfd_free_cached_info */
3113 coff_new_section_hook, /* _new_section_hook */
3114 _bfd_generic_get_section_contents, /* _bfd_get_section_contents */
3115 /* _bfd_get_section_contents_in_window */
3116 _bfd_generic_get_section_contents_in_window,
3118 /* Copy */
3119 _bfd_xcoff_copy_private_bfd_data, /* _bfd_copy_private_bfd */
3120 /* _bfd_merge_private_bfd_data */
3121 ((boolean (*) (bfd *, bfd *)) bfd_true),
3122 /* _bfd_copy_pivate_section_data */
3123 ((boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
3124 /* _bfd_copy_private_symbol_data */
3125 ((boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
3126 ((boolean (*) (bfd *, flagword)) bfd_true), /* _bfd_set_private_flags */
3127 ((boolean (*) (bfd *, void * )) bfd_true), /* _bfd_print_private_bfd_data */
3129 /* Core */
3130 coff_core_file_failing_command, /* _core_file_failing_command */
3131 coff_core_file_failing_signal, /* _core_file_failing_signal */
3132 /* _core_file_matches_executable_p */
3133 coff_core_file_matches_executable_p,
3135 /* Archive */
3136 _bfd_xcoff_slurp_armap, /* _slurp_armap */
3137 /* XCOFF archives do not have
3138 anything which corresponds to
3139 an extended name table. */
3140 bfd_false, /* _slurp_extended_name_table */
3141 /* _construct_extended_name_table */
3142 ((boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
3143 bfd_dont_truncate_arname, /* _truncate_arname */
3144 _bfd_xcoff_write_armap, /* _write_armap */
3145 _bfd_xcoff_read_ar_hdr, /* _read_ar_hdr */
3146 _bfd_xcoff_openr_next_archived_file, /* _openr_next_archived_file */
3147 _bfd_generic_get_elt_at_index, /* _get_elt_at_index */
3148 _bfd_xcoff_generic_stat_arch_elt, /* _generic_dtat_arch_elt */
3149 /* XCOFF archives do not have
3150 a timestamp. */
3151 bfd_true, /* _update_armap_timestamp */
3153 /* Symbols */
3154 coff_get_symtab_upper_bound, /* _get_symtab_upper_bound */
3155 coff_get_symtab, /* _get_symtab */
3156 coff_make_empty_symbol, /* _make_empty_symbol */
3157 coff_print_symbol, /* _print_symbol */
3158 coff_get_symbol_info, /* _get_symbol_info */
3159 _bfd_xcoff_is_local_label_name, /* _bfd_is_local_label_name */
3160 coff_get_lineno, /* _get_lineno */
3161 coff_find_nearest_line, /* _find_nearest_line */
3162 coff_bfd_make_debug_symbol, /* _bfd_make_debug_symbol */
3163 _bfd_generic_read_minisymbols, /* _read_minisymbols */
3164 _bfd_generic_minisymbol_to_symbol, /* _minsymbol_to_symbol */
3166 /* Reloc */
3167 coff_get_reloc_upper_bound, /* _get_reloc_upper_bound */
3168 coff_canonicalize_reloc, /* _cononicalize_reloc */
3169 _bfd_xcoff_reloc_type_lookup, /* _bfd_reloc_type_lookup */
3171 /* Write */
3172 coff_set_arch_mach, /* _set_arch_mach */
3173 coff_set_section_contents, /* _set_section_contents */
3175 /* Link */
3176 _bfd_xcoff_sizeof_headers, /* _sizeof_headers */
3177 /* _bfd_get_relocated_section_contents */
3178 bfd_generic_get_relocated_section_contents,
3179 bfd_generic_relax_section, /* _bfd_relax_section */
3180 _bfd_xcoff_bfd_link_hash_table_create, /* _bfd_link_hash_table_create */
3181 _bfd_xcoff_bfd_link_add_symbols, /* _bfd_link_add_symbols */
3182 _bfd_xcoff_bfd_final_link, /* _bfd_filnal_link */
3183 _bfd_generic_link_split_section, /* _bfd_link_split_section */
3184 bfd_generic_gc_sections, /* _bfd_gc_sections */
3185 bfd_generic_merge_sections, /* _bfd_merge_sections */
3187 /* Dynamic */
3188 /* _get_dynamic_symtab_upper_bound */
3189 _bfd_xcoff_get_dynamic_symtab_upper_bound,
3190 _bfd_xcoff_canonicalize_dynamic_symtab, /* _cononicalize_dynamic_symtab */
3191 _bfd_xcoff_get_dynamic_reloc_upper_bound,/* _get_dynamic_reloc_upper_bound */
3192 _bfd_xcoff_canonicalize_dynamic_reloc, /* _cononicalize_dynamic_reloc */
3194 /* Opposite endian version, none exists */
3195 NULL,
3197 /* back end data */
3198 (void *) &bfd_xcoff_backend_data,
3202 * xcoff-powermac target
3203 * Old target.
3204 * Only difference between this target and the rs6000 target is the
3205 * the default architecture and machine type used in coffcode.h
3207 * PowerPC Macs use the same magic numbers as RS/6000
3208 * (because that's how they were bootstrapped originally),
3209 * but they are always PowerPC architecture.
3211 static const struct xcoff_backend_data_rec bfd_pmac_xcoff_backend_data =
3213 { /* COFF backend, defined in libcoff.h */
3214 _bfd_xcoff_swap_aux_in, /* _bfd_coff_swap_aux_in */
3215 _bfd_xcoff_swap_sym_in, /* _bfd_coff_swap_sym_in */
3216 coff_swap_lineno_in, /* _bfd_coff_swap_lineno_in */
3217 _bfd_xcoff_swap_aux_out, /* _bfd_swap_aux_out */
3218 _bfd_xcoff_swap_sym_out, /* _bfd_swap_sym_out */
3219 coff_swap_lineno_out, /* _bfd_swap_lineno_out */
3220 coff_swap_reloc_out, /* _bfd_swap_reloc_out */
3221 coff_swap_filehdr_out, /* _bfd_swap_filehdr_out */
3222 coff_swap_aouthdr_out, /* _bfd_swap_aouthdr_out */
3223 coff_swap_scnhdr_out, /* _bfd_swap_scnhdr_out */
3224 FILHSZ, /* _bfd_filhsz */
3225 AOUTSZ, /* _bfd_aoutsz */
3226 SCNHSZ, /* _bfd_scnhsz */
3227 SYMESZ, /* _bfd_symesz */
3228 AUXESZ, /* _bfd_auxesz */
3229 RELSZ, /* _bfd_relsz */
3230 LINESZ, /* _bfd_linesz */
3231 FILNMLEN, /* _bfd_filnmlen */
3232 true, /* _bfd_coff_long_filenames */
3233 false, /* _bfd_coff_long_section_names */
3234 (3), /* _bfd_coff_default_section_alignment_power */
3235 false, /* _bfd_coff_force_symnames_in_strings */
3236 2, /* _bfd_coff_debug_string_prefix_length */
3237 coff_swap_filehdr_in, /* _bfd_coff_swap_filehdr_in */
3238 coff_swap_aouthdr_in, /* _bfd_swap_aouthdr_in */
3239 coff_swap_scnhdr_in, /* _bfd_swap_scnhdr_in */
3240 coff_swap_reloc_in, /* _bfd_reloc_in */
3241 coff_bad_format_hook, /* _bfd_bad_format_hook */
3242 coff_set_arch_mach_hook, /* _bfd_set_arch_mach_hook */
3243 coff_mkobject_hook, /* _bfd_mkobject_hook */
3244 styp_to_sec_flags, /* _bfd_syp_to_sec_flags */
3245 coff_set_alignment_hook, /* _bfd_set_alignment_hook */
3246 coff_slurp_symbol_table, /* _bfd_coff_slurp_symbol_table */
3247 symname_in_debug_hook, /* _coff_symname_in_debug_hook */
3248 coff_pointerize_aux_hook, /* _bfd_coff_pointerize_aux_hook */
3249 coff_print_aux, /* bfd_coff_print_aux */
3250 dummy_reloc16_extra_cases, /* _bfd_coff_reloc16_extra_cases */
3251 dummy_reloc16_estimate, /* _bfd_coff_reloc16_estimate */
3252 NULL, /* bfd_coff_sym_is_global */
3253 /* _bfd_coff_compute_section_file_positions */
3254 coff_compute_section_file_positions,
3255 NULL, /* _bfd_coff_start_final_link */
3256 xcoff_ppc_relocate_section, /* _bfd_coff_relocate_section */
3257 coff_rtype_to_howto, /* _bfd_coff_rtype_to_howto */
3258 NULL, /* _bfd_coff_addust_symndx */
3259 _bfd_generic_link_add_one_symbol, /* _bfd_coff_add_one_symbol */
3260 coff_link_output_has_begun, /* _bfd_coff_link_output_has_begun */
3261 coff_final_link_postscript /* _bfd_coff_final_link_postscript */
3264 0x01DF, /* magic number */
3265 bfd_arch_powerpc, /* architecture */
3266 bfd_mach_ppc, /* machine */
3268 /* function pointers to xcoff specific swap routines */
3269 xcoff_swap_ldhdr_in, /* _xcoff_swap_ldhdr_in */
3270 xcoff_swap_ldhdr_out, /* _xcoff_swap_ldhdr_out */
3271 xcoff_swap_ldsym_in, /* _xcoff_swap_ldsym_in */
3272 xcoff_swap_ldsym_out, /* _xcoff_swap_ldsym_out */
3273 xcoff_swap_ldrel_in, /* _xcoff_swap_ldrel_in */
3274 xcoff_swap_ldrel_out, /* _xcoff_swap_ldrel_out */
3276 /* sizes */
3277 LDHDRSZ, /* _xcoff_ldhdrsz */
3278 LDSYMSZ, /* _xcoff_ldsymsz */
3279 LDRELSZ, /* _xcoff_ldrelsz */
3280 12, /* _xcoff_function_descriptor_size */
3281 SMALL_AOUTSZ, /* _xcoff_small_aout_header_size */
3283 /* versions */
3284 1, /* _xcoff_ldhdr_version */
3286 /* xcoff vs xcoff64 putting symbol names */
3287 _bfd_xcoff_put_symbol_name, /* _xcoff_put_symbol_name */
3288 _bfd_xcoff_put_ldsymbol_name, /* _xcoff_put_ldsymbol_name */
3290 &xcoff_dynamic_reloc, /* dynamic reloc howto */
3292 xcoff_create_csect_from_smclas, /* _xcoff_create_csect_from_smclas */
3294 /* lineno and reloc count overflow */
3295 xcoff_is_lineno_count_overflow,
3296 xcoff_is_reloc_count_overflow,
3298 xcoff_loader_symbol_offset,
3299 xcoff_loader_reloc_offset,
3301 /* glink */
3302 &xcoff_glink_code[0],
3303 (36), /* _xcoff_glink_size */
3307 /* The transfer vector that leads the outside world to all of the above. */
3308 const bfd_target pmac_xcoff_vec =
3310 "xcoff-powermac",
3311 bfd_target_xcoff_flavour,
3312 BFD_ENDIAN_BIG, /* data byte order is big */
3313 BFD_ENDIAN_BIG, /* header byte order is big */
3315 (HAS_RELOC | EXEC_P | /* object flags */
3316 HAS_LINENO | HAS_DEBUG | DYNAMIC |
3317 HAS_SYMS | HAS_LOCALS | WP_TEXT),
3319 (SEC_HAS_CONTENTS | SEC_ALLOC | SEC_LOAD | SEC_RELOC), /* section flags */
3320 0, /* leading char */
3321 '/', /* ar_pad_char */
3322 15, /* ar_max_namelen??? FIXMEmgo */
3324 /* data */
3325 bfd_getb64, /* bfd_getx64 */
3326 bfd_getb_signed_64, /* bfd_getx_signed_64 */
3327 bfd_putb64, /* bfd_putx64 */
3328 bfd_getb32, /* bfd_getx32 */
3329 bfd_getb_signed_32, /* bfd_getx_signed_32 */
3330 bfd_putb32, /* bfd_putx32 */
3331 bfd_getb16, /* bfd_getx16 */
3332 bfd_getb_signed_16, /* bfd_getx_signed_16 */
3333 bfd_putb16, /* bfd_putx16 */
3335 /* hdrs */
3336 bfd_getb64, /* bfd_h_getx64 */
3337 bfd_getb_signed_64, /* bfd_h_getx_signed_64 */
3338 bfd_putb64, /* bfd_h_putx64 */
3339 bfd_getb32, /* bfd_h_getx32 */
3340 bfd_getb_signed_32, /* bfd_h_getx_signed_32 */
3341 bfd_putb32, /* bfd_h_putx32 */
3342 bfd_getb16, /* bfd_h_getx16 */
3343 bfd_getb_signed_16, /* bfd_h_getx_signed_16 */
3344 bfd_putb16, /* bfd_h_putx16 */
3346 { /* bfd_check_format */
3347 _bfd_dummy_target,
3348 coff_object_p,
3349 _bfd_xcoff_archive_p,
3350 CORE_FILE_P
3353 { /* bfd_set_format */
3354 bfd_false,
3355 coff_mkobject,
3356 _bfd_generic_mkarchive,
3357 bfd_false
3360 {/* bfd_write_contents */
3361 bfd_false,
3362 coff_write_object_contents,
3363 _bfd_xcoff_write_archive_contents,
3364 bfd_false
3367 /* Generic */
3368 bfd_true, /* _close_and_cleanup */
3369 bfd_true, /* _bfd_free_cached_info */
3370 coff_new_section_hook, /* _new_section_hook */
3371 _bfd_generic_get_section_contents, /* _bfd_get_section_contents */
3372 /* _bfd_get_section_contents_in_window */
3373 _bfd_generic_get_section_contents_in_window,
3375 /* Copy */
3376 _bfd_xcoff_copy_private_bfd_data, /* _bfd_copy_private_bfd */
3377 /* _bfd_merge_private_bfd_data */
3378 ((boolean (*) (bfd *, bfd *)) bfd_true),
3379 /* _bfd_copy_pivate_section_data */
3380 ((boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true),
3381 /* _bfd_copy_private_symbol_data */
3382 ((boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true),
3383 ((boolean (*) (bfd *, flagword)) bfd_true), /* _bfd_set_private_flags */
3384 ((boolean (*) (bfd *, void * )) bfd_true), /* _bfd_print_private_bfd_data */
3386 /* Core */
3387 coff_core_file_failing_command, /* _core_file_failing_command */
3388 coff_core_file_failing_signal, /* _core_file_failing_signal */
3389 /* _core_file_matches_executable_p */
3390 coff_core_file_matches_executable_p,
3392 /* Archive */
3393 _bfd_xcoff_slurp_armap, /* _slurp_armap */
3394 /* XCOFF archives do not have
3395 anything which corresponds to
3396 an extended name table. */
3397 bfd_false, /* _slurp_extended_name_table */
3398 /* _construct_extended_name_table */
3399 ((boolean (*) (bfd *, char **, bfd_size_type *, const char **)) bfd_false),
3400 bfd_dont_truncate_arname, /* _truncate_arname */
3401 _bfd_xcoff_write_armap, /* _write_armap */
3402 _bfd_xcoff_read_ar_hdr, /* _read_ar_hdr */
3403 _bfd_xcoff_openr_next_archived_file, /* _openr_next_archived_file */
3404 _bfd_generic_get_elt_at_index, /* _get_elt_at_index */
3405 _bfd_xcoff_generic_stat_arch_elt, /* _generic_dtat_arch_elt */
3406 /* XCOFF archives do not have
3407 a timestamp. */
3408 bfd_true, /* _update_armap_timestamp */
3410 /* Symbols */
3411 coff_get_symtab_upper_bound, /* _get_symtab_upper_bound */
3412 coff_get_symtab, /* _get_symtab */
3413 coff_make_empty_symbol, /* _make_empty_symbol */
3414 coff_print_symbol, /* _print_symbol */
3415 coff_get_symbol_info, /* _get_symbol_info */
3416 _bfd_xcoff_is_local_label_name, /* _bfd_is_local_label_name */
3417 coff_get_lineno, /* _get_lineno */
3418 coff_find_nearest_line, /* _find_nearest_line */
3419 coff_bfd_make_debug_symbol, /* _bfd_make_debug_symbol */
3420 _bfd_generic_read_minisymbols, /* _read_minisymbols */
3421 _bfd_generic_minisymbol_to_symbol, /* _minsymbol_to_symbol */
3423 /* Reloc */
3424 coff_get_reloc_upper_bound, /* _get_reloc_upper_bound */
3425 coff_canonicalize_reloc, /* _cononicalize_reloc */
3426 _bfd_xcoff_reloc_type_lookup, /* _bfd_reloc_type_lookup */
3428 /* Write */
3429 coff_set_arch_mach, /* _set_arch_mach */
3430 coff_set_section_contents, /* _set_section_contents */
3432 /* Link */
3433 _bfd_xcoff_sizeof_headers, /* _sizeof_headers */
3434 /* _bfd_get_relocated_section_contents */
3435 bfd_generic_get_relocated_section_contents,
3436 bfd_generic_relax_section, /* _bfd_relax_section */
3437 _bfd_xcoff_bfd_link_hash_table_create, /* _bfd_link_hash_table_create */
3438 _bfd_xcoff_bfd_link_add_symbols, /* _bfd_link_add_symbols */
3439 _bfd_xcoff_bfd_final_link, /* _bfd_filnal_link */
3440 _bfd_generic_link_split_section, /* _bfd_link_split_section */
3441 bfd_generic_gc_sections, /* _bfd_gc_sections */
3442 bfd_generic_merge_sections, /* _bfd_merge_sections */
3444 /* Dynamic */
3445 /* _get_dynamic_symtab_upper_bound */
3446 _bfd_xcoff_get_dynamic_symtab_upper_bound,
3447 _bfd_xcoff_canonicalize_dynamic_symtab, /* _cononicalize_dynamic_symtab */
3448 _bfd_xcoff_get_dynamic_reloc_upper_bound,/* _get_dynamic_reloc_upper_bound */
3449 _bfd_xcoff_canonicalize_dynamic_reloc, /* _cononicalize_dynamic_reloc */
3451 /* Opposite endian version, none exists */
3452 NULL,
3454 /* back end data */
3455 (void *) &bfd_pmac_xcoff_backend_data,