* Makefile.am (ALL_MACHINES): Add cpu-cris.lo.
[binutils.git] / bfd / aoutx.h
blob24903034540f18a97282f20b626fd4b08cec71d5
1 /* BFD semi-generic back-end for a.out binaries.
2 Copyright 1990, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
3 Free Software Foundation, Inc.
4 Written by Cygnus Support.
6 This file is part of BFD, the Binary File Descriptor library.
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
23 SECTION
24 a.out backends
27 DESCRIPTION
29 BFD supports a number of different flavours of a.out format,
30 though the major differences are only the sizes of the
31 structures on disk, and the shape of the relocation
32 information.
34 The support is split into a basic support file @file{aoutx.h}
35 and other files which derive functions from the base. One
36 derivation file is @file{aoutf1.h} (for a.out flavour 1), and
37 adds to the basic a.out functions support for sun3, sun4, 386
38 and 29k a.out files, to create a target jump vector for a
39 specific target.
41 This information is further split out into more specific files
42 for each machine, including @file{sunos.c} for sun3 and sun4,
43 @file{newsos3.c} for the Sony NEWS, and @file{demo64.c} for a
44 demonstration of a 64 bit a.out format.
46 The base file @file{aoutx.h} defines general mechanisms for
47 reading and writing records to and from disk and various
48 other methods which BFD requires. It is included by
49 @file{aout32.c} and @file{aout64.c} to form the names
50 <<aout_32_swap_exec_header_in>>, <<aout_64_swap_exec_header_in>>, etc.
52 As an example, this is what goes on to make the back end for a
53 sun4, from @file{aout32.c}:
55 | #define ARCH_SIZE 32
56 | #include "aoutx.h"
58 Which exports names:
60 | ...
61 | aout_32_canonicalize_reloc
62 | aout_32_find_nearest_line
63 | aout_32_get_lineno
64 | aout_32_get_reloc_upper_bound
65 | ...
67 from @file{sunos.c}:
69 | #define TARGET_NAME "a.out-sunos-big"
70 | #define VECNAME sunos_big_vec
71 | #include "aoutf1.h"
73 requires all the names from @file{aout32.c}, and produces the jump vector
75 | sunos_big_vec
77 The file @file{host-aout.c} is a special case. It is for a large set
78 of hosts that use ``more or less standard'' a.out files, and
79 for which cross-debugging is not interesting. It uses the
80 standard 32-bit a.out support routines, but determines the
81 file offsets and addresses of the text, data, and BSS
82 sections, the machine architecture and machine type, and the
83 entry point address, in a host-dependent manner. Once these
84 values have been determined, generic code is used to handle
85 the object file.
87 When porting it to run on a new system, you must supply:
89 | HOST_PAGE_SIZE
90 | HOST_SEGMENT_SIZE
91 | HOST_MACHINE_ARCH (optional)
92 | HOST_MACHINE_MACHINE (optional)
93 | HOST_TEXT_START_ADDR
94 | HOST_STACK_END_ADDR
96 in the file @file{../include/sys/h-@var{XXX}.h} (for your host). These
97 values, plus the structures and macros defined in @file{a.out.h} on
98 your host system, will produce a BFD target that will access
99 ordinary a.out files on your host. To configure a new machine
100 to use @file{host-aout.c}, specify:
102 | TDEFAULTS = -DDEFAULT_VECTOR=host_aout_big_vec
103 | TDEPFILES= host-aout.o trad-core.o
105 in the @file{config/@var{XXX}.mt} file, and modify @file{configure.in}
106 to use the
107 @file{@var{XXX}.mt} file (by setting "<<bfd_target=XXX>>") when your
108 configuration is selected.
112 /* Some assumptions:
113 * Any BFD with D_PAGED set is ZMAGIC, and vice versa.
114 Doesn't matter what the setting of WP_TEXT is on output, but it'll
115 get set on input.
116 * Any BFD with D_PAGED clear and WP_TEXT set is NMAGIC.
117 * Any BFD with both flags clear is OMAGIC.
118 (Just want to make these explicit, so the conditions tested in this
119 file make sense if you're more familiar with a.out than with BFD.) */
121 #define KEEPIT udata.i
123 #include <ctype.h>
124 #include "bfd.h"
125 #include "sysdep.h"
126 #include "bfdlink.h"
128 #include "libaout.h"
129 #include "libbfd.h"
130 #include "aout/aout64.h"
131 #include "aout/stab_gnu.h"
132 #include "aout/ar.h"
134 static boolean aout_get_external_symbols PARAMS ((bfd *));
135 static boolean translate_from_native_sym_flags
136 PARAMS ((bfd *, aout_symbol_type *));
137 static boolean translate_to_native_sym_flags
138 PARAMS ((bfd *, asymbol *, struct external_nlist *));
139 static void adjust_o_magic PARAMS ((bfd *, struct internal_exec *));
140 static void adjust_z_magic PARAMS ((bfd *, struct internal_exec *));
141 static void adjust_n_magic PARAMS ((bfd *, struct internal_exec *));
144 SUBSECTION
145 Relocations
147 DESCRIPTION
148 The file @file{aoutx.h} provides for both the @emph{standard}
149 and @emph{extended} forms of a.out relocation records.
151 The standard records contain only an
152 address, a symbol index, and a type field. The extended records
153 (used on 29ks and sparcs) also have a full integer for an
154 addend.
157 #ifndef CTOR_TABLE_RELOC_HOWTO
158 #define CTOR_TABLE_RELOC_IDX 2
159 #define CTOR_TABLE_RELOC_HOWTO(BFD) ((obj_reloc_entry_size(BFD) == RELOC_EXT_SIZE \
160 ? howto_table_ext : howto_table_std) \
161 + CTOR_TABLE_RELOC_IDX)
162 #endif
164 #ifndef MY_swap_std_reloc_in
165 #define MY_swap_std_reloc_in NAME(aout,swap_std_reloc_in)
166 #endif
168 #ifndef MY_swap_ext_reloc_in
169 #define MY_swap_ext_reloc_in NAME(aout,swap_ext_reloc_in)
170 #endif
172 #ifndef MY_swap_std_reloc_out
173 #define MY_swap_std_reloc_out NAME(aout,swap_std_reloc_out)
174 #endif
176 #ifndef MY_swap_ext_reloc_out
177 #define MY_swap_ext_reloc_out NAME(aout,swap_ext_reloc_out)
178 #endif
180 #ifndef MY_final_link_relocate
181 #define MY_final_link_relocate _bfd_final_link_relocate
182 #endif
184 #ifndef MY_relocate_contents
185 #define MY_relocate_contents _bfd_relocate_contents
186 #endif
188 #define howto_table_ext NAME(aout,ext_howto_table)
189 #define howto_table_std NAME(aout,std_howto_table)
191 reloc_howto_type howto_table_ext[] =
193 /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */
194 HOWTO(RELOC_8, 0, 0, 8, false, 0, complain_overflow_bitfield,0,"8", false, 0,0x000000ff, false),
195 HOWTO(RELOC_16, 0, 1, 16, false, 0, complain_overflow_bitfield,0,"16", false, 0,0x0000ffff, false),
196 HOWTO(RELOC_32, 0, 2, 32, false, 0, complain_overflow_bitfield,0,"32", false, 0,0xffffffff, false),
197 HOWTO(RELOC_DISP8, 0, 0, 8, true, 0, complain_overflow_signed,0,"DISP8", false, 0,0x000000ff, false),
198 HOWTO(RELOC_DISP16, 0, 1, 16, true, 0, complain_overflow_signed,0,"DISP16", false, 0,0x0000ffff, false),
199 HOWTO(RELOC_DISP32, 0, 2, 32, true, 0, complain_overflow_signed,0,"DISP32", false, 0,0xffffffff, false),
200 HOWTO(RELOC_WDISP30,2, 2, 30, true, 0, complain_overflow_signed,0,"WDISP30", false, 0,0x3fffffff, false),
201 HOWTO(RELOC_WDISP22,2, 2, 22, true, 0, complain_overflow_signed,0,"WDISP22", false, 0,0x003fffff, false),
202 HOWTO(RELOC_HI22, 10, 2, 22, false, 0, complain_overflow_bitfield,0,"HI22", false, 0,0x003fffff, false),
203 HOWTO(RELOC_22, 0, 2, 22, false, 0, complain_overflow_bitfield,0,"22", false, 0,0x003fffff, false),
204 HOWTO(RELOC_13, 0, 2, 13, false, 0, complain_overflow_bitfield,0,"13", false, 0,0x00001fff, false),
205 HOWTO(RELOC_LO10, 0, 2, 10, false, 0, complain_overflow_dont,0,"LO10", false, 0,0x000003ff, false),
206 HOWTO(RELOC_SFA_BASE,0, 2, 32, false, 0, complain_overflow_bitfield,0,"SFA_BASE", false, 0,0xffffffff, false),
207 HOWTO(RELOC_SFA_OFF13,0,2, 32, false, 0, complain_overflow_bitfield,0,"SFA_OFF13",false, 0,0xffffffff, false),
208 HOWTO(RELOC_BASE10, 0, 2, 10, false, 0, complain_overflow_dont,0,"BASE10", false, 0,0x000003ff, false),
209 HOWTO(RELOC_BASE13, 0, 2, 13, false, 0, complain_overflow_signed,0,"BASE13", false, 0,0x00001fff, false),
210 HOWTO(RELOC_BASE22, 10, 2, 22, false, 0, complain_overflow_bitfield,0,"BASE22", false, 0,0x003fffff, false),
211 HOWTO(RELOC_PC10, 0, 2, 10, true, 0, complain_overflow_dont,0,"PC10", false, 0,0x000003ff, true),
212 HOWTO(RELOC_PC22, 10, 2, 22, true, 0, complain_overflow_signed,0,"PC22", false, 0,0x003fffff, true),
213 HOWTO(RELOC_JMP_TBL,2, 2, 30, true, 0, complain_overflow_signed,0,"JMP_TBL", false, 0,0x3fffffff, false),
214 HOWTO(RELOC_SEGOFF16,0, 2, 0, false, 0, complain_overflow_bitfield,0,"SEGOFF16", false, 0,0x00000000, false),
215 HOWTO(RELOC_GLOB_DAT,0, 2, 0, false, 0, complain_overflow_bitfield,0,"GLOB_DAT", false, 0,0x00000000, false),
216 HOWTO(RELOC_JMP_SLOT,0, 2, 0, false, 0, complain_overflow_bitfield,0,"JMP_SLOT", false, 0,0x00000000, false),
217 HOWTO(RELOC_RELATIVE,0, 2, 0, false, 0, complain_overflow_bitfield,0,"RELATIVE", false, 0,0x00000000, false),
218 HOWTO(0, 0, 0, 0, false, 0, complain_overflow_dont, 0, "R_SPARC_NONE", false,0,0x00000000,true),
219 HOWTO(0, 0, 0, 0, false, 0, complain_overflow_dont, 0, "R_SPARC_NONE", false,0,0x00000000,true),
220 #define RELOC_SPARC_REV32 RELOC_WDISP19
221 HOWTO(RELOC_SPARC_REV32, 0, 2, 32, false, 0, complain_overflow_dont,0,"R_SPARC_REV32", false, 0,0xffffffff, false),
224 /* Convert standard reloc records to "arelent" format (incl byte swap). */
226 reloc_howto_type howto_table_std[] = {
227 /* type rs size bsz pcrel bitpos ovrf sf name part_inpl readmask setmask pcdone */
228 HOWTO( 0, 0, 0, 8, false, 0, complain_overflow_bitfield,0,"8", true, 0x000000ff,0x000000ff, false),
229 HOWTO( 1, 0, 1, 16, false, 0, complain_overflow_bitfield,0,"16", true, 0x0000ffff,0x0000ffff, false),
230 HOWTO( 2, 0, 2, 32, false, 0, complain_overflow_bitfield,0,"32", true, 0xffffffff,0xffffffff, false),
231 HOWTO( 3, 0, 4, 64, false, 0, complain_overflow_bitfield,0,"64", true, 0xdeaddead,0xdeaddead, false),
232 HOWTO( 4, 0, 0, 8, true, 0, complain_overflow_signed, 0,"DISP8", true, 0x000000ff,0x000000ff, false),
233 HOWTO( 5, 0, 1, 16, true, 0, complain_overflow_signed, 0,"DISP16", true, 0x0000ffff,0x0000ffff, false),
234 HOWTO( 6, 0, 2, 32, true, 0, complain_overflow_signed, 0,"DISP32", true, 0xffffffff,0xffffffff, false),
235 HOWTO( 7, 0, 4, 64, true, 0, complain_overflow_signed, 0,"DISP64", true, 0xfeedface,0xfeedface, false),
236 HOWTO( 8, 0, 2, 0, false, 0, complain_overflow_bitfield,0,"GOT_REL", false, 0,0x00000000, false),
237 HOWTO( 9, 0, 1, 16, false, 0, complain_overflow_bitfield,0,"BASE16", false,0xffffffff,0xffffffff, false),
238 HOWTO(10, 0, 2, 32, false, 0, complain_overflow_bitfield,0,"BASE32", false,0xffffffff,0xffffffff, false),
239 EMPTY_HOWTO (-1),
240 EMPTY_HOWTO (-1),
241 EMPTY_HOWTO (-1),
242 EMPTY_HOWTO (-1),
243 EMPTY_HOWTO (-1),
244 HOWTO(16, 0, 2, 0, false, 0, complain_overflow_bitfield,0,"JMP_TABLE", false, 0,0x00000000, false),
245 EMPTY_HOWTO (-1),
246 EMPTY_HOWTO (-1),
247 EMPTY_HOWTO (-1),
248 EMPTY_HOWTO (-1),
249 EMPTY_HOWTO (-1),
250 EMPTY_HOWTO (-1),
251 EMPTY_HOWTO (-1),
252 EMPTY_HOWTO (-1),
253 EMPTY_HOWTO (-1),
254 EMPTY_HOWTO (-1),
255 EMPTY_HOWTO (-1),
256 EMPTY_HOWTO (-1),
257 EMPTY_HOWTO (-1),
258 EMPTY_HOWTO (-1),
259 EMPTY_HOWTO (-1),
260 HOWTO(32, 0, 2, 0, false, 0, complain_overflow_bitfield,0,"RELATIVE", false, 0,0x00000000, false),
261 EMPTY_HOWTO (-1),
262 EMPTY_HOWTO (-1),
263 EMPTY_HOWTO (-1),
264 EMPTY_HOWTO (-1),
265 EMPTY_HOWTO (-1),
266 EMPTY_HOWTO (-1),
267 EMPTY_HOWTO (-1),
268 HOWTO(40, 0, 2, 0, false, 0, complain_overflow_bitfield,0,"BASEREL", false, 0,0x00000000, false),
271 #define TABLE_SIZE(TABLE) (sizeof(TABLE)/sizeof(TABLE[0]))
273 reloc_howto_type *
274 NAME(aout,reloc_type_lookup) (abfd,code)
275 bfd *abfd;
276 bfd_reloc_code_real_type code;
278 #define EXT(i,j) case i: return &howto_table_ext[j]
279 #define STD(i,j) case i: return &howto_table_std[j]
280 int ext = obj_reloc_entry_size (abfd) == RELOC_EXT_SIZE;
281 if (code == BFD_RELOC_CTOR)
282 switch (bfd_get_arch_info (abfd)->bits_per_address)
284 case 32:
285 code = BFD_RELOC_32;
286 break;
287 case 64:
288 code = BFD_RELOC_64;
289 break;
291 if (ext)
292 switch (code)
294 EXT (BFD_RELOC_8, 0);
295 EXT (BFD_RELOC_16, 1);
296 EXT (BFD_RELOC_32, 2);
297 EXT (BFD_RELOC_HI22, 8);
298 EXT (BFD_RELOC_LO10, 11);
299 EXT (BFD_RELOC_32_PCREL_S2, 6);
300 EXT (BFD_RELOC_SPARC_WDISP22, 7);
301 EXT (BFD_RELOC_SPARC13, 10);
302 EXT (BFD_RELOC_SPARC_GOT10, 14);
303 EXT (BFD_RELOC_SPARC_BASE13, 15);
304 EXT (BFD_RELOC_SPARC_GOT13, 15);
305 EXT (BFD_RELOC_SPARC_GOT22, 16);
306 EXT (BFD_RELOC_SPARC_PC10, 17);
307 EXT (BFD_RELOC_SPARC_PC22, 18);
308 EXT (BFD_RELOC_SPARC_WPLT30, 19);
309 EXT (BFD_RELOC_SPARC_REV32, 26);
310 default: return (reloc_howto_type *) NULL;
312 else
313 /* std relocs */
314 switch (code)
316 STD (BFD_RELOC_16, 1);
317 STD (BFD_RELOC_32, 2);
318 STD (BFD_RELOC_8_PCREL, 4);
319 STD (BFD_RELOC_16_PCREL, 5);
320 STD (BFD_RELOC_32_PCREL, 6);
321 STD (BFD_RELOC_16_BASEREL, 9);
322 STD (BFD_RELOC_32_BASEREL, 10);
323 default: return (reloc_howto_type *) NULL;
328 SUBSECTION
329 Internal entry points
331 DESCRIPTION
332 @file{aoutx.h} exports several routines for accessing the
333 contents of an a.out file, which are gathered and exported in
334 turn by various format specific files (eg sunos.c).
339 FUNCTION
340 aout_@var{size}_swap_exec_header_in
342 SYNOPSIS
343 void aout_@var{size}_swap_exec_header_in,
344 (bfd *abfd,
345 struct external_exec *raw_bytes,
346 struct internal_exec *execp);
348 DESCRIPTION
349 Swap the information in an executable header @var{raw_bytes} taken
350 from a raw byte stream memory image into the internal exec header
351 structure @var{execp}.
354 #ifndef NAME_swap_exec_header_in
355 void
356 NAME(aout,swap_exec_header_in) (abfd, raw_bytes, execp)
357 bfd *abfd;
358 struct external_exec *raw_bytes;
359 struct internal_exec *execp;
361 struct external_exec *bytes = (struct external_exec *)raw_bytes;
363 /* The internal_exec structure has some fields that are unused in this
364 configuration (IE for i960), so ensure that all such uninitialized
365 fields are zero'd out. There are places where two of these structs
366 are memcmp'd, and thus the contents do matter. */
367 memset ((PTR) execp, 0, sizeof (struct internal_exec));
368 /* Now fill in fields in the execp, from the bytes in the raw data. */
369 execp->a_info = bfd_h_get_32 (abfd, bytes->e_info);
370 execp->a_text = GET_WORD (abfd, bytes->e_text);
371 execp->a_data = GET_WORD (abfd, bytes->e_data);
372 execp->a_bss = GET_WORD (abfd, bytes->e_bss);
373 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
374 execp->a_entry = GET_WORD (abfd, bytes->e_entry);
375 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
376 execp->a_drsize = GET_WORD (abfd, bytes->e_drsize);
378 #define NAME_swap_exec_header_in NAME(aout,swap_exec_header_in)
379 #endif
382 FUNCTION
383 aout_@var{size}_swap_exec_header_out
385 SYNOPSIS
386 void aout_@var{size}_swap_exec_header_out
387 (bfd *abfd,
388 struct internal_exec *execp,
389 struct external_exec *raw_bytes);
391 DESCRIPTION
392 Swap the information in an internal exec header structure
393 @var{execp} into the buffer @var{raw_bytes} ready for writing to disk.
395 void
396 NAME(aout,swap_exec_header_out) (abfd, execp, raw_bytes)
397 bfd *abfd;
398 struct internal_exec *execp;
399 struct external_exec *raw_bytes;
401 struct external_exec *bytes = (struct external_exec *)raw_bytes;
403 /* Now fill in fields in the raw data, from the fields in the exec struct. */
404 bfd_h_put_32 (abfd, execp->a_info , bytes->e_info);
405 PUT_WORD (abfd, execp->a_text , bytes->e_text);
406 PUT_WORD (abfd, execp->a_data , bytes->e_data);
407 PUT_WORD (abfd, execp->a_bss , bytes->e_bss);
408 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
409 PUT_WORD (abfd, execp->a_entry , bytes->e_entry);
410 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
411 PUT_WORD (abfd, execp->a_drsize, bytes->e_drsize);
414 /* Make all the section for an a.out file. */
416 boolean
417 NAME(aout,make_sections) (abfd)
418 bfd *abfd;
420 if (obj_textsec (abfd) == (asection *) NULL
421 && bfd_make_section (abfd, ".text") == (asection *) NULL)
422 return false;
423 if (obj_datasec (abfd) == (asection *) NULL
424 && bfd_make_section (abfd, ".data") == (asection *) NULL)
425 return false;
426 if (obj_bsssec (abfd) == (asection *) NULL
427 && bfd_make_section (abfd, ".bss") == (asection *) NULL)
428 return false;
429 return true;
433 FUNCTION
434 aout_@var{size}_some_aout_object_p
436 SYNOPSIS
437 const bfd_target *aout_@var{size}_some_aout_object_p
438 (bfd *abfd,
439 const bfd_target *(*callback_to_real_object_p)());
441 DESCRIPTION
442 Some a.out variant thinks that the file open in @var{abfd}
443 checking is an a.out file. Do some more checking, and set up
444 for access if it really is. Call back to the calling
445 environment's "finish up" function just before returning, to
446 handle any last-minute setup.
449 const bfd_target *
450 NAME(aout,some_aout_object_p) (abfd, execp, callback_to_real_object_p)
451 bfd *abfd;
452 struct internal_exec *execp;
453 const bfd_target *(*callback_to_real_object_p) PARAMS ((bfd *));
455 struct aout_data_struct *rawptr, *oldrawptr;
456 const bfd_target *result;
458 rawptr = (struct aout_data_struct *) bfd_zalloc (abfd, sizeof (struct aout_data_struct ));
459 if (rawptr == NULL)
460 return 0;
462 oldrawptr = abfd->tdata.aout_data;
463 abfd->tdata.aout_data = rawptr;
465 /* Copy the contents of the old tdata struct.
466 In particular, we want the subformat, since for hpux it was set in
467 hp300hpux.c:swap_exec_header_in and will be used in
468 hp300hpux.c:callback. */
469 if (oldrawptr != NULL)
470 *abfd->tdata.aout_data = *oldrawptr;
472 abfd->tdata.aout_data->a.hdr = &rawptr->e;
473 *(abfd->tdata.aout_data->a.hdr) = *execp; /* Copy in the internal_exec struct */
474 execp = abfd->tdata.aout_data->a.hdr;
476 /* Set the file flags */
477 abfd->flags = BFD_NO_FLAGS;
478 if (execp->a_drsize || execp->a_trsize)
479 abfd->flags |= HAS_RELOC;
480 /* Setting of EXEC_P has been deferred to the bottom of this function */
481 if (execp->a_syms)
482 abfd->flags |= HAS_LINENO | HAS_DEBUG | HAS_SYMS | HAS_LOCALS;
483 if (N_DYNAMIC(*execp))
484 abfd->flags |= DYNAMIC;
486 if (N_MAGIC (*execp) == ZMAGIC)
488 abfd->flags |= D_PAGED | WP_TEXT;
489 adata (abfd).magic = z_magic;
491 else if (N_MAGIC (*execp) == QMAGIC)
493 abfd->flags |= D_PAGED | WP_TEXT;
494 adata (abfd).magic = z_magic;
495 adata (abfd).subformat = q_magic_format;
497 else if (N_MAGIC (*execp) == NMAGIC)
499 abfd->flags |= WP_TEXT;
500 adata (abfd).magic = n_magic;
502 else if (N_MAGIC (*execp) == OMAGIC
503 || N_MAGIC (*execp) == BMAGIC)
504 adata (abfd).magic = o_magic;
505 else
507 /* Should have been checked with N_BADMAG before this routine
508 was called. */
509 abort ();
512 bfd_get_start_address (abfd) = execp->a_entry;
514 obj_aout_symbols (abfd) = (aout_symbol_type *)NULL;
515 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
517 /* The default relocation entry size is that of traditional V7 Unix. */
518 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
520 /* The default symbol entry size is that of traditional Unix. */
521 obj_symbol_entry_size (abfd) = EXTERNAL_NLIST_SIZE;
523 #ifdef USE_MMAP
524 bfd_init_window (&obj_aout_sym_window (abfd));
525 bfd_init_window (&obj_aout_string_window (abfd));
526 #endif
527 obj_aout_external_syms (abfd) = NULL;
528 obj_aout_external_strings (abfd) = NULL;
529 obj_aout_sym_hashes (abfd) = NULL;
531 if (! NAME(aout,make_sections) (abfd))
532 return NULL;
534 obj_datasec (abfd)->_raw_size = execp->a_data;
535 obj_bsssec (abfd)->_raw_size = execp->a_bss;
537 obj_textsec (abfd)->flags =
538 (execp->a_trsize != 0
539 ? (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS | SEC_RELOC)
540 : (SEC_ALLOC | SEC_LOAD | SEC_CODE | SEC_HAS_CONTENTS));
541 obj_datasec (abfd)->flags =
542 (execp->a_drsize != 0
543 ? (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS | SEC_RELOC)
544 : (SEC_ALLOC | SEC_LOAD | SEC_DATA | SEC_HAS_CONTENTS));
545 obj_bsssec (abfd)->flags = SEC_ALLOC;
547 #ifdef THIS_IS_ONLY_DOCUMENTATION
548 /* The common code can't fill in these things because they depend
549 on either the start address of the text segment, the rounding
550 up of virtual addresses between segments, or the starting file
551 position of the text segment -- all of which varies among different
552 versions of a.out. */
554 /* Call back to the format-dependent code to fill in the rest of the
555 fields and do any further cleanup. Things that should be filled
556 in by the callback: */
558 struct exec *execp = exec_hdr (abfd);
560 obj_textsec (abfd)->size = N_TXTSIZE(*execp);
561 obj_textsec (abfd)->raw_size = N_TXTSIZE(*execp);
562 /* data and bss are already filled in since they're so standard */
564 /* The virtual memory addresses of the sections */
565 obj_textsec (abfd)->vma = N_TXTADDR(*execp);
566 obj_datasec (abfd)->vma = N_DATADDR(*execp);
567 obj_bsssec (abfd)->vma = N_BSSADDR(*execp);
569 /* The file offsets of the sections */
570 obj_textsec (abfd)->filepos = N_TXTOFF(*execp);
571 obj_datasec (abfd)->filepos = N_DATOFF(*execp);
573 /* The file offsets of the relocation info */
574 obj_textsec (abfd)->rel_filepos = N_TRELOFF(*execp);
575 obj_datasec (abfd)->rel_filepos = N_DRELOFF(*execp);
577 /* The file offsets of the string table and symbol table. */
578 obj_str_filepos (abfd) = N_STROFF (*execp);
579 obj_sym_filepos (abfd) = N_SYMOFF (*execp);
581 /* Determine the architecture and machine type of the object file. */
582 switch (N_MACHTYPE (*exec_hdr (abfd))) {
583 default:
584 abfd->obj_arch = bfd_arch_obscure;
585 break;
588 adata(abfd)->page_size = TARGET_PAGE_SIZE;
589 adata(abfd)->segment_size = SEGMENT_SIZE;
590 adata(abfd)->exec_bytes_size = EXEC_BYTES_SIZE;
592 return abfd->xvec;
594 /* The architecture is encoded in various ways in various a.out variants,
595 or is not encoded at all in some of them. The relocation size depends
596 on the architecture and the a.out variant. Finally, the return value
597 is the bfd_target vector in use. If an error occurs, return zero and
598 set bfd_error to the appropriate error code.
600 Formats such as b.out, which have additional fields in the a.out
601 header, should cope with them in this callback as well. */
602 #endif /* DOCUMENTATION */
604 result = (*callback_to_real_object_p)(abfd);
606 /* Now that the segment addresses have been worked out, take a better
607 guess at whether the file is executable. If the entry point
608 is within the text segment, assume it is. (This makes files
609 executable even if their entry point address is 0, as long as
610 their text starts at zero.).
612 This test had to be changed to deal with systems where the text segment
613 runs at a different location than the default. The problem is that the
614 entry address can appear to be outside the text segment, thus causing an
615 erroneous conclusion that the file isn't executable.
617 To fix this, we now accept any non-zero entry point as an indication of
618 executability. This will work most of the time, since only the linker
619 sets the entry point, and that is likely to be non-zero for most systems. */
621 if (execp->a_entry != 0
622 || (execp->a_entry >= obj_textsec(abfd)->vma
623 && execp->a_entry < obj_textsec(abfd)->vma + obj_textsec(abfd)->_raw_size))
624 abfd->flags |= EXEC_P;
625 #ifdef STAT_FOR_EXEC
626 else
628 struct stat stat_buf;
630 /* The original heuristic doesn't work in some important cases.
631 The a.out file has no information about the text start
632 address. For files (like kernels) linked to non-standard
633 addresses (ld -Ttext nnn) the entry point may not be between
634 the default text start (obj_textsec(abfd)->vma) and
635 (obj_textsec(abfd)->vma) + text size. This is not just a mach
636 issue. Many kernels are loaded at non standard addresses. */
637 if (abfd->iostream != NULL
638 && (abfd->flags & BFD_IN_MEMORY) == 0
639 && (fstat(fileno((FILE *) (abfd->iostream)), &stat_buf) == 0)
640 && ((stat_buf.st_mode & 0111) != 0))
641 abfd->flags |= EXEC_P;
643 #endif /* STAT_FOR_EXEC */
645 if (result)
647 #if 0 /* These should be set correctly anyways. */
648 abfd->sections = obj_textsec (abfd);
649 obj_textsec (abfd)->next = obj_datasec (abfd);
650 obj_datasec (abfd)->next = obj_bsssec (abfd);
651 #endif
653 else
655 free (rawptr);
656 abfd->tdata.aout_data = oldrawptr;
658 return result;
662 FUNCTION
663 aout_@var{size}_mkobject
665 SYNOPSIS
666 boolean aout_@var{size}_mkobject, (bfd *abfd);
668 DESCRIPTION
669 Initialize BFD @var{abfd} for use with a.out files.
672 boolean
673 NAME(aout,mkobject) (abfd)
674 bfd *abfd;
676 struct aout_data_struct *rawptr;
678 bfd_set_error (bfd_error_system_call);
680 /* Use an intermediate variable for clarity */
681 rawptr = (struct aout_data_struct *)bfd_zalloc (abfd, sizeof (struct aout_data_struct ));
683 if (rawptr == NULL)
684 return false;
686 abfd->tdata.aout_data = rawptr;
687 exec_hdr (abfd) = &(rawptr->e);
689 obj_textsec (abfd) = (asection *)NULL;
690 obj_datasec (abfd) = (asection *)NULL;
691 obj_bsssec (abfd) = (asection *)NULL;
693 return true;
698 FUNCTION
699 aout_@var{size}_machine_type
701 SYNOPSIS
702 enum machine_type aout_@var{size}_machine_type
703 (enum bfd_architecture arch,
704 unsigned long machine));
706 DESCRIPTION
707 Keep track of machine architecture and machine type for
708 a.out's. Return the <<machine_type>> for a particular
709 architecture and machine, or <<M_UNKNOWN>> if that exact architecture
710 and machine can't be represented in a.out format.
712 If the architecture is understood, machine type 0 (default)
713 is always understood.
716 enum machine_type
717 NAME(aout,machine_type) (arch, machine, unknown)
718 enum bfd_architecture arch;
719 unsigned long machine;
720 boolean *unknown;
722 enum machine_type arch_flags;
724 arch_flags = M_UNKNOWN;
725 *unknown = true;
727 switch (arch) {
728 case bfd_arch_sparc:
729 if (machine == 0
730 || machine == bfd_mach_sparc
731 || machine == bfd_mach_sparc_sparclite
732 || machine == bfd_mach_sparc_sparclite_le
733 || machine == bfd_mach_sparc_v9)
734 arch_flags = M_SPARC;
735 else if (machine == bfd_mach_sparc_sparclet)
736 arch_flags = M_SPARCLET;
737 break;
739 case bfd_arch_m68k:
740 switch (machine) {
741 case 0: arch_flags = M_68010; break;
742 case bfd_mach_m68000: arch_flags = M_UNKNOWN; *unknown = false; break;
743 case bfd_mach_m68010: arch_flags = M_68010; break;
744 case bfd_mach_m68020: arch_flags = M_68020; break;
745 default: arch_flags = M_UNKNOWN; break;
747 break;
749 case bfd_arch_i386:
750 if (machine == 0) arch_flags = M_386;
751 break;
753 case bfd_arch_a29k:
754 if (machine == 0) arch_flags = M_29K;
755 break;
757 case bfd_arch_arm:
758 if (machine == 0) arch_flags = M_ARM;
759 break;
761 case bfd_arch_mips:
762 switch (machine) {
763 case 0:
764 case bfd_mach_mips3000:
765 case bfd_mach_mips3900:
766 arch_flags = M_MIPS1;
767 break;
768 case bfd_mach_mips6000:
769 arch_flags = M_MIPS2;
770 break;
771 case bfd_mach_mips4000:
772 case bfd_mach_mips4010:
773 case bfd_mach_mips4100:
774 case bfd_mach_mips4300:
775 case bfd_mach_mips4400:
776 case bfd_mach_mips4600:
777 case bfd_mach_mips4650:
778 case bfd_mach_mips8000:
779 case bfd_mach_mips10000:
780 case bfd_mach_mips16:
781 /* FIXME: These should be MIPS3 or MIPS4. */
782 arch_flags = M_MIPS2;
783 break;
784 default:
785 arch_flags = M_UNKNOWN;
786 break;
788 break;
790 case bfd_arch_ns32k:
791 switch (machine) {
792 case 0: arch_flags = M_NS32532; break;
793 case 32032: arch_flags = M_NS32032; break;
794 case 32532: arch_flags = M_NS32532; break;
795 default: arch_flags = M_UNKNOWN; break;
797 break;
799 case bfd_arch_vax:
800 *unknown = false;
801 break;
803 case bfd_arch_cris:
804 if (machine == 0 || machine == 255) arch_flags = M_CRIS;
805 break;
807 default:
808 arch_flags = M_UNKNOWN;
811 if (arch_flags != M_UNKNOWN)
812 *unknown = false;
814 return arch_flags;
819 FUNCTION
820 aout_@var{size}_set_arch_mach
822 SYNOPSIS
823 boolean aout_@var{size}_set_arch_mach,
824 (bfd *,
825 enum bfd_architecture arch,
826 unsigned long machine));
828 DESCRIPTION
829 Set the architecture and the machine of the BFD @var{abfd} to the
830 values @var{arch} and @var{machine}. Verify that @var{abfd}'s format
831 can support the architecture required.
834 boolean
835 NAME(aout,set_arch_mach) (abfd, arch, machine)
836 bfd *abfd;
837 enum bfd_architecture arch;
838 unsigned long machine;
840 if (! bfd_default_set_arch_mach (abfd, arch, machine))
841 return false;
843 if (arch != bfd_arch_unknown)
845 boolean unknown;
847 NAME(aout,machine_type) (arch, machine, &unknown);
848 if (unknown)
849 return false;
852 /* Determine the size of a relocation entry */
853 switch (arch) {
854 case bfd_arch_sparc:
855 case bfd_arch_a29k:
856 case bfd_arch_mips:
857 obj_reloc_entry_size (abfd) = RELOC_EXT_SIZE;
858 break;
859 default:
860 obj_reloc_entry_size (abfd) = RELOC_STD_SIZE;
861 break;
864 return (*aout_backend_info(abfd)->set_sizes) (abfd);
867 static void
868 adjust_o_magic (abfd, execp)
869 bfd *abfd;
870 struct internal_exec *execp;
872 file_ptr pos = adata (abfd).exec_bytes_size;
873 bfd_vma vma = 0;
874 int pad = 0;
876 /* Text. */
877 obj_textsec(abfd)->filepos = pos;
878 if (!obj_textsec(abfd)->user_set_vma)
879 obj_textsec(abfd)->vma = vma;
880 else
881 vma = obj_textsec(abfd)->vma;
883 pos += obj_textsec(abfd)->_raw_size;
884 vma += obj_textsec(abfd)->_raw_size;
886 /* Data. */
887 if (!obj_datasec(abfd)->user_set_vma)
889 #if 0 /* ?? Does alignment in the file image really matter? */
890 pad = align_power (vma, obj_datasec(abfd)->alignment_power) - vma;
891 #endif
892 obj_textsec(abfd)->_raw_size += pad;
893 pos += pad;
894 vma += pad;
895 obj_datasec(abfd)->vma = vma;
897 else
898 vma = obj_datasec(abfd)->vma;
899 obj_datasec(abfd)->filepos = pos;
900 pos += obj_datasec(abfd)->_raw_size;
901 vma += obj_datasec(abfd)->_raw_size;
903 /* BSS. */
904 if (!obj_bsssec(abfd)->user_set_vma)
906 #if 0
907 pad = align_power (vma, obj_bsssec(abfd)->alignment_power) - vma;
908 #endif
909 obj_datasec(abfd)->_raw_size += pad;
910 pos += pad;
911 vma += pad;
912 obj_bsssec(abfd)->vma = vma;
914 else
916 /* The VMA of the .bss section is set by the the VMA of the
917 .data section plus the size of the .data section. We may
918 need to add padding bytes to make this true. */
919 pad = obj_bsssec (abfd)->vma - vma;
920 if (pad > 0)
922 obj_datasec (abfd)->_raw_size += pad;
923 pos += pad;
926 obj_bsssec(abfd)->filepos = pos;
928 /* Fix up the exec header. */
929 execp->a_text = obj_textsec(abfd)->_raw_size;
930 execp->a_data = obj_datasec(abfd)->_raw_size;
931 execp->a_bss = obj_bsssec(abfd)->_raw_size;
932 N_SET_MAGIC (*execp, OMAGIC);
935 static void
936 adjust_z_magic (abfd, execp)
937 bfd *abfd;
938 struct internal_exec *execp;
940 bfd_size_type data_pad, text_pad;
941 file_ptr text_end;
942 CONST struct aout_backend_data *abdp;
943 int ztih; /* Nonzero if text includes exec header. */
945 abdp = aout_backend_info (abfd);
947 /* Text. */
948 ztih = (abdp != NULL
949 && (abdp->text_includes_header
950 || obj_aout_subformat (abfd) == q_magic_format));
951 obj_textsec(abfd)->filepos = (ztih
952 ? adata(abfd).exec_bytes_size
953 : adata(abfd).zmagic_disk_block_size);
954 if (! obj_textsec(abfd)->user_set_vma)
956 /* ?? Do we really need to check for relocs here? */
957 obj_textsec(abfd)->vma = ((abfd->flags & HAS_RELOC)
959 : (ztih
960 ? (abdp->default_text_vma
961 + adata(abfd).exec_bytes_size)
962 : abdp->default_text_vma));
963 text_pad = 0;
965 else
967 /* The .text section is being loaded at an unusual address. We
968 may need to pad it such that the .data section starts at a page
969 boundary. */
970 if (ztih)
971 text_pad = ((obj_textsec (abfd)->filepos - obj_textsec (abfd)->vma)
972 & (adata (abfd).page_size - 1));
973 else
974 text_pad = ((- obj_textsec (abfd)->vma)
975 & (adata (abfd).page_size - 1));
978 /* Find start of data. */
979 if (ztih)
981 text_end = obj_textsec (abfd)->filepos + obj_textsec (abfd)->_raw_size;
982 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
984 else
986 /* Note that if page_size == zmagic_disk_block_size, then
987 filepos == page_size, and this case is the same as the ztih
988 case. */
989 text_end = obj_textsec (abfd)->_raw_size;
990 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
991 text_end += obj_textsec (abfd)->filepos;
993 obj_textsec(abfd)->_raw_size += text_pad;
994 text_end += text_pad;
996 /* Data. */
997 if (!obj_datasec(abfd)->user_set_vma)
999 bfd_vma vma;
1000 vma = obj_textsec(abfd)->vma + obj_textsec(abfd)->_raw_size;
1001 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
1003 if (abdp && abdp->zmagic_mapped_contiguous)
1005 text_pad = (obj_datasec(abfd)->vma
1006 - obj_textsec(abfd)->vma
1007 - obj_textsec(abfd)->_raw_size);
1008 obj_textsec(abfd)->_raw_size += text_pad;
1010 obj_datasec(abfd)->filepos = (obj_textsec(abfd)->filepos
1011 + obj_textsec(abfd)->_raw_size);
1013 /* Fix up exec header while we're at it. */
1014 execp->a_text = obj_textsec(abfd)->_raw_size;
1015 if (ztih && (!abdp || (abdp && !abdp->exec_header_not_counted)))
1016 execp->a_text += adata(abfd).exec_bytes_size;
1017 if (obj_aout_subformat (abfd) == q_magic_format)
1018 N_SET_MAGIC (*execp, QMAGIC);
1019 else
1020 N_SET_MAGIC (*execp, ZMAGIC);
1022 /* Spec says data section should be rounded up to page boundary. */
1023 obj_datasec(abfd)->_raw_size
1024 = align_power (obj_datasec(abfd)->_raw_size,
1025 obj_bsssec(abfd)->alignment_power);
1026 execp->a_data = BFD_ALIGN (obj_datasec(abfd)->_raw_size,
1027 adata(abfd).page_size);
1028 data_pad = execp->a_data - obj_datasec(abfd)->_raw_size;
1030 /* BSS. */
1031 if (!obj_bsssec(abfd)->user_set_vma)
1032 obj_bsssec(abfd)->vma = (obj_datasec(abfd)->vma
1033 + obj_datasec(abfd)->_raw_size);
1034 /* If the BSS immediately follows the data section and extra space
1035 in the page is left after the data section, fudge data
1036 in the header so that the bss section looks smaller by that
1037 amount. We'll start the bss section there, and lie to the OS.
1038 (Note that a linker script, as well as the above assignment,
1039 could have explicitly set the BSS vma to immediately follow
1040 the data section.) */
1041 if (align_power (obj_bsssec(abfd)->vma, obj_bsssec(abfd)->alignment_power)
1042 == obj_datasec(abfd)->vma + obj_datasec(abfd)->_raw_size)
1043 execp->a_bss = (data_pad > obj_bsssec(abfd)->_raw_size) ? 0 :
1044 obj_bsssec(abfd)->_raw_size - data_pad;
1045 else
1046 execp->a_bss = obj_bsssec(abfd)->_raw_size;
1049 static void
1050 adjust_n_magic (abfd, execp)
1051 bfd *abfd;
1052 struct internal_exec *execp;
1054 file_ptr pos = adata(abfd).exec_bytes_size;
1055 bfd_vma vma = 0;
1056 int pad;
1058 /* Text. */
1059 obj_textsec(abfd)->filepos = pos;
1060 if (!obj_textsec(abfd)->user_set_vma)
1061 obj_textsec(abfd)->vma = vma;
1062 else
1063 vma = obj_textsec(abfd)->vma;
1064 pos += obj_textsec(abfd)->_raw_size;
1065 vma += obj_textsec(abfd)->_raw_size;
1067 /* Data. */
1068 obj_datasec(abfd)->filepos = pos;
1069 if (!obj_datasec(abfd)->user_set_vma)
1070 obj_datasec(abfd)->vma = BFD_ALIGN (vma, adata(abfd).segment_size);
1071 vma = obj_datasec(abfd)->vma;
1073 /* Since BSS follows data immediately, see if it needs alignment. */
1074 vma += obj_datasec(abfd)->_raw_size;
1075 pad = align_power (vma, obj_bsssec(abfd)->alignment_power) - vma;
1076 obj_datasec(abfd)->_raw_size += pad;
1077 pos += obj_datasec(abfd)->_raw_size;
1079 /* BSS. */
1080 if (!obj_bsssec(abfd)->user_set_vma)
1081 obj_bsssec(abfd)->vma = vma;
1082 else
1083 vma = obj_bsssec(abfd)->vma;
1085 /* Fix up exec header. */
1086 execp->a_text = obj_textsec(abfd)->_raw_size;
1087 execp->a_data = obj_datasec(abfd)->_raw_size;
1088 execp->a_bss = obj_bsssec(abfd)->_raw_size;
1089 N_SET_MAGIC (*execp, NMAGIC);
1092 boolean
1093 NAME(aout,adjust_sizes_and_vmas) (abfd, text_size, text_end)
1094 bfd *abfd;
1095 bfd_size_type *text_size;
1096 file_ptr *text_end ATTRIBUTE_UNUSED;
1098 struct internal_exec *execp = exec_hdr (abfd);
1100 if (! NAME(aout,make_sections) (abfd))
1101 return false;
1103 if (adata(abfd).magic != undecided_magic)
1104 return true;
1106 obj_textsec(abfd)->_raw_size =
1107 align_power(obj_textsec(abfd)->_raw_size,
1108 obj_textsec(abfd)->alignment_power);
1110 *text_size = obj_textsec (abfd)->_raw_size;
1111 /* Rule (heuristic) for when to pad to a new page. Note that there
1112 are (at least) two ways demand-paged (ZMAGIC) files have been
1113 handled. Most Berkeley-based systems start the text segment at
1114 (TARGET_PAGE_SIZE). However, newer versions of SUNOS start the text
1115 segment right after the exec header; the latter is counted in the
1116 text segment size, and is paged in by the kernel with the rest of
1117 the text. */
1119 /* This perhaps isn't the right way to do this, but made it simpler for me
1120 to understand enough to implement it. Better would probably be to go
1121 right from BFD flags to alignment/positioning characteristics. But the
1122 old code was sloppy enough about handling the flags, and had enough
1123 other magic, that it was a little hard for me to understand. I think
1124 I understand it better now, but I haven't time to do the cleanup this
1125 minute. */
1127 if (abfd->flags & D_PAGED)
1128 /* Whether or not WP_TEXT is set -- let D_PAGED override. */
1129 adata(abfd).magic = z_magic;
1130 else if (abfd->flags & WP_TEXT)
1131 adata(abfd).magic = n_magic;
1132 else
1133 adata(abfd).magic = o_magic;
1135 #ifdef BFD_AOUT_DEBUG /* requires gcc2 */
1136 #if __GNUC__ >= 2
1137 fprintf (stderr, "%s text=<%x,%x,%x> data=<%x,%x,%x> bss=<%x,%x,%x>\n",
1138 ({ char *str;
1139 switch (adata(abfd).magic) {
1140 case n_magic: str = "NMAGIC"; break;
1141 case o_magic: str = "OMAGIC"; break;
1142 case z_magic: str = "ZMAGIC"; break;
1143 default: abort ();
1145 str;
1147 obj_textsec(abfd)->vma, obj_textsec(abfd)->_raw_size,
1148 obj_textsec(abfd)->alignment_power,
1149 obj_datasec(abfd)->vma, obj_datasec(abfd)->_raw_size,
1150 obj_datasec(abfd)->alignment_power,
1151 obj_bsssec(abfd)->vma, obj_bsssec(abfd)->_raw_size,
1152 obj_bsssec(abfd)->alignment_power);
1153 #endif
1154 #endif
1156 switch (adata(abfd).magic)
1158 case o_magic:
1159 adjust_o_magic (abfd, execp);
1160 break;
1161 case z_magic:
1162 adjust_z_magic (abfd, execp);
1163 break;
1164 case n_magic:
1165 adjust_n_magic (abfd, execp);
1166 break;
1167 default:
1168 abort ();
1171 #ifdef BFD_AOUT_DEBUG
1172 fprintf (stderr, " text=<%x,%x,%x> data=<%x,%x,%x> bss=<%x,%x>\n",
1173 obj_textsec(abfd)->vma, obj_textsec(abfd)->_raw_size,
1174 obj_textsec(abfd)->filepos,
1175 obj_datasec(abfd)->vma, obj_datasec(abfd)->_raw_size,
1176 obj_datasec(abfd)->filepos,
1177 obj_bsssec(abfd)->vma, obj_bsssec(abfd)->_raw_size);
1178 #endif
1180 return true;
1184 FUNCTION
1185 aout_@var{size}_new_section_hook
1187 SYNOPSIS
1188 boolean aout_@var{size}_new_section_hook,
1189 (bfd *abfd,
1190 asection *newsect));
1192 DESCRIPTION
1193 Called by the BFD in response to a @code{bfd_make_section}
1194 request.
1196 boolean
1197 NAME(aout,new_section_hook) (abfd, newsect)
1198 bfd *abfd;
1199 asection *newsect;
1201 /* align to double at least */
1202 newsect->alignment_power = bfd_get_arch_info(abfd)->section_align_power;
1205 if (bfd_get_format (abfd) == bfd_object)
1207 if (obj_textsec(abfd) == NULL && !strcmp(newsect->name, ".text")) {
1208 obj_textsec(abfd)= newsect;
1209 newsect->target_index = N_TEXT;
1210 return true;
1213 if (obj_datasec(abfd) == NULL && !strcmp(newsect->name, ".data")) {
1214 obj_datasec(abfd) = newsect;
1215 newsect->target_index = N_DATA;
1216 return true;
1219 if (obj_bsssec(abfd) == NULL && !strcmp(newsect->name, ".bss")) {
1220 obj_bsssec(abfd) = newsect;
1221 newsect->target_index = N_BSS;
1222 return true;
1227 /* We allow more than three sections internally */
1228 return true;
1231 boolean
1232 NAME(aout,set_section_contents) (abfd, section, location, offset, count)
1233 bfd *abfd;
1234 sec_ptr section;
1235 PTR location;
1236 file_ptr offset;
1237 bfd_size_type count;
1239 file_ptr text_end;
1240 bfd_size_type text_size;
1242 if (! abfd->output_has_begun)
1244 if (! NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
1245 return false;
1248 if (section == obj_bsssec (abfd))
1250 bfd_set_error (bfd_error_no_contents);
1251 return false;
1254 if (section != obj_textsec (abfd)
1255 && section != obj_datasec (abfd))
1257 (*_bfd_error_handler)
1258 (_("%s: can not represent section `%s' in a.out object file format"),
1259 bfd_get_filename (abfd), bfd_get_section_name (abfd, section));
1260 bfd_set_error (bfd_error_nonrepresentable_section);
1261 return false;
1264 if (count != 0)
1266 if (bfd_seek (abfd, section->filepos + offset, SEEK_SET) != 0
1267 || bfd_write (location, 1, count, abfd) != count)
1268 return false;
1271 return true;
1274 /* Read the external symbols from an a.out file. */
1276 static boolean
1277 aout_get_external_symbols (abfd)
1278 bfd *abfd;
1280 if (obj_aout_external_syms (abfd) == (struct external_nlist *) NULL)
1282 bfd_size_type count;
1283 struct external_nlist *syms;
1285 count = exec_hdr (abfd)->a_syms / EXTERNAL_NLIST_SIZE;
1287 #ifdef USE_MMAP
1288 if (bfd_get_file_window (abfd,
1289 obj_sym_filepos (abfd), exec_hdr (abfd)->a_syms,
1290 &obj_aout_sym_window (abfd), true) == false)
1291 return false;
1292 syms = (struct external_nlist *) obj_aout_sym_window (abfd).data;
1293 #else
1294 /* We allocate using malloc to make the values easy to free
1295 later on. If we put them on the objalloc it might not be
1296 possible to free them. */
1297 syms = ((struct external_nlist *)
1298 bfd_malloc ((size_t) count * EXTERNAL_NLIST_SIZE));
1299 if (syms == (struct external_nlist *) NULL && count != 0)
1300 return false;
1302 if (bfd_seek (abfd, obj_sym_filepos (abfd), SEEK_SET) != 0
1303 || (bfd_read (syms, 1, exec_hdr (abfd)->a_syms, abfd)
1304 != exec_hdr (abfd)->a_syms))
1306 free (syms);
1307 return false;
1309 #endif
1311 obj_aout_external_syms (abfd) = syms;
1312 obj_aout_external_sym_count (abfd) = count;
1315 if (obj_aout_external_strings (abfd) == NULL
1316 && exec_hdr (abfd)->a_syms != 0)
1318 unsigned char string_chars[BYTES_IN_WORD];
1319 bfd_size_type stringsize;
1320 char *strings;
1322 /* Get the size of the strings. */
1323 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0
1324 || (bfd_read ((PTR) string_chars, BYTES_IN_WORD, 1, abfd)
1325 != BYTES_IN_WORD))
1326 return false;
1327 stringsize = GET_WORD (abfd, string_chars);
1329 #ifdef USE_MMAP
1330 if (bfd_get_file_window (abfd, obj_str_filepos (abfd), stringsize,
1331 &obj_aout_string_window (abfd), true) == false)
1332 return false;
1333 strings = (char *) obj_aout_string_window (abfd).data;
1334 #else
1335 strings = (char *) bfd_malloc ((size_t) stringsize + 1);
1336 if (strings == NULL)
1337 return false;
1339 /* Skip space for the string count in the buffer for convenience
1340 when using indexes. */
1341 if (bfd_read (strings + BYTES_IN_WORD, 1, stringsize - BYTES_IN_WORD,
1342 abfd)
1343 != stringsize - BYTES_IN_WORD)
1345 free (strings);
1346 return false;
1348 #endif
1350 /* Ensure that a zero index yields an empty string. */
1351 strings[0] = '\0';
1353 strings[stringsize - 1] = 0;
1355 obj_aout_external_strings (abfd) = strings;
1356 obj_aout_external_string_size (abfd) = stringsize;
1359 return true;
1362 /* Translate an a.out symbol into a BFD symbol. The desc, other, type
1363 and symbol->value fields of CACHE_PTR will be set from the a.out
1364 nlist structure. This function is responsible for setting
1365 symbol->flags and symbol->section, and adjusting symbol->value. */
1367 static boolean
1368 translate_from_native_sym_flags (abfd, cache_ptr)
1369 bfd *abfd;
1370 aout_symbol_type *cache_ptr;
1372 flagword visible;
1374 if ((cache_ptr->type & N_STAB) != 0
1375 || cache_ptr->type == N_FN)
1377 asection *sec;
1379 /* This is a debugging symbol. */
1381 cache_ptr->symbol.flags = BSF_DEBUGGING;
1383 /* Work out the symbol section. */
1384 switch (cache_ptr->type & N_TYPE)
1386 case N_TEXT:
1387 case N_FN:
1388 sec = obj_textsec (abfd);
1389 break;
1390 case N_DATA:
1391 sec = obj_datasec (abfd);
1392 break;
1393 case N_BSS:
1394 sec = obj_bsssec (abfd);
1395 break;
1396 default:
1397 case N_ABS:
1398 sec = bfd_abs_section_ptr;
1399 break;
1402 cache_ptr->symbol.section = sec;
1403 cache_ptr->symbol.value -= sec->vma;
1405 return true;
1408 /* Get the default visibility. This does not apply to all types, so
1409 we just hold it in a local variable to use if wanted. */
1410 if ((cache_ptr->type & N_EXT) == 0)
1411 visible = BSF_LOCAL;
1412 else
1413 visible = BSF_GLOBAL;
1415 switch (cache_ptr->type)
1417 default:
1418 case N_ABS: case N_ABS | N_EXT:
1419 cache_ptr->symbol.section = bfd_abs_section_ptr;
1420 cache_ptr->symbol.flags = visible;
1421 break;
1423 case N_UNDF | N_EXT:
1424 if (cache_ptr->symbol.value != 0)
1426 /* This is a common symbol. */
1427 cache_ptr->symbol.flags = BSF_GLOBAL;
1428 cache_ptr->symbol.section = bfd_com_section_ptr;
1430 else
1432 cache_ptr->symbol.flags = 0;
1433 cache_ptr->symbol.section = bfd_und_section_ptr;
1435 break;
1437 case N_TEXT: case N_TEXT | N_EXT:
1438 cache_ptr->symbol.section = obj_textsec (abfd);
1439 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1440 cache_ptr->symbol.flags = visible;
1441 break;
1443 /* N_SETV symbols used to represent set vectors placed in the
1444 data section. They are no longer generated. Theoretically,
1445 it was possible to extract the entries and combine them with
1446 new ones, although I don't know if that was ever actually
1447 done. Unless that feature is restored, treat them as data
1448 symbols. */
1449 case N_SETV: case N_SETV | N_EXT:
1450 case N_DATA: case N_DATA | N_EXT:
1451 cache_ptr->symbol.section = obj_datasec (abfd);
1452 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1453 cache_ptr->symbol.flags = visible;
1454 break;
1456 case N_BSS: case N_BSS | N_EXT:
1457 cache_ptr->symbol.section = obj_bsssec (abfd);
1458 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1459 cache_ptr->symbol.flags = visible;
1460 break;
1462 case N_SETA: case N_SETA | N_EXT:
1463 case N_SETT: case N_SETT | N_EXT:
1464 case N_SETD: case N_SETD | N_EXT:
1465 case N_SETB: case N_SETB | N_EXT:
1467 /* This code is no longer needed. It used to be used to make
1468 the linker handle set symbols, but they are now handled in
1469 the add_symbols routine instead. */
1470 #if 0
1471 asection *section;
1472 arelent_chain *reloc;
1473 asection *into_section;
1475 /* This is a set symbol. The name of the symbol is the name
1476 of the set (e.g., __CTOR_LIST__). The value of the symbol
1477 is the value to add to the set. We create a section with
1478 the same name as the symbol, and add a reloc to insert the
1479 appropriate value into the section.
1481 This action is actually obsolete; it used to make the
1482 linker do the right thing, but the linker no longer uses
1483 this function. */
1485 section = bfd_get_section_by_name (abfd, cache_ptr->symbol.name);
1486 if (section == NULL)
1488 char *copy;
1490 copy = bfd_alloc (abfd, strlen (cache_ptr->symbol.name) + 1);
1491 if (copy == NULL)
1492 return false;
1494 strcpy (copy, cache_ptr->symbol.name);
1495 section = bfd_make_section (abfd, copy);
1496 if (section == NULL)
1497 return false;
1500 reloc = (arelent_chain *) bfd_alloc (abfd, sizeof (arelent_chain));
1501 if (reloc == NULL)
1502 return false;
1504 /* Build a relocation entry for the constructor. */
1505 switch (cache_ptr->type & N_TYPE)
1507 case N_SETA:
1508 into_section = bfd_abs_section_ptr;
1509 cache_ptr->type = N_ABS;
1510 break;
1511 case N_SETT:
1512 into_section = obj_textsec (abfd);
1513 cache_ptr->type = N_TEXT;
1514 break;
1515 case N_SETD:
1516 into_section = obj_datasec (abfd);
1517 cache_ptr->type = N_DATA;
1518 break;
1519 case N_SETB:
1520 into_section = obj_bsssec (abfd);
1521 cache_ptr->type = N_BSS;
1522 break;
1525 /* Build a relocation pointing into the constructor section
1526 pointing at the symbol in the set vector specified. */
1527 reloc->relent.addend = cache_ptr->symbol.value;
1528 cache_ptr->symbol.section = into_section;
1529 reloc->relent.sym_ptr_ptr = into_section->symbol_ptr_ptr;
1531 /* We modify the symbol to belong to a section depending upon
1532 the name of the symbol, and add to the size of the section
1533 to contain a pointer to the symbol. Build a reloc entry to
1534 relocate to this symbol attached to this section. */
1535 section->flags = SEC_CONSTRUCTOR | SEC_RELOC;
1537 section->reloc_count++;
1538 section->alignment_power = 2;
1540 reloc->next = section->constructor_chain;
1541 section->constructor_chain = reloc;
1542 reloc->relent.address = section->_raw_size;
1543 section->_raw_size += BYTES_IN_WORD;
1545 reloc->relent.howto = CTOR_TABLE_RELOC_HOWTO(abfd);
1547 #endif /* 0 */
1549 switch (cache_ptr->type & N_TYPE)
1551 case N_SETA:
1552 cache_ptr->symbol.section = bfd_abs_section_ptr;
1553 break;
1554 case N_SETT:
1555 cache_ptr->symbol.section = obj_textsec (abfd);
1556 break;
1557 case N_SETD:
1558 cache_ptr->symbol.section = obj_datasec (abfd);
1559 break;
1560 case N_SETB:
1561 cache_ptr->symbol.section = obj_bsssec (abfd);
1562 break;
1565 cache_ptr->symbol.flags |= BSF_CONSTRUCTOR;
1567 break;
1569 case N_WARNING:
1570 /* This symbol is the text of a warning message. The next
1571 symbol is the symbol to associate the warning with. If a
1572 reference is made to that symbol, a warning is issued. */
1573 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_WARNING;
1574 cache_ptr->symbol.section = bfd_abs_section_ptr;
1575 break;
1577 case N_INDR: case N_INDR | N_EXT:
1578 /* An indirect symbol. This consists of two symbols in a row.
1579 The first symbol is the name of the indirection. The second
1580 symbol is the name of the target. A reference to the first
1581 symbol becomes a reference to the second. */
1582 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_INDIRECT | visible;
1583 cache_ptr->symbol.section = bfd_ind_section_ptr;
1584 break;
1586 case N_WEAKU:
1587 cache_ptr->symbol.section = bfd_und_section_ptr;
1588 cache_ptr->symbol.flags = BSF_WEAK;
1589 break;
1591 case N_WEAKA:
1592 cache_ptr->symbol.section = bfd_abs_section_ptr;
1593 cache_ptr->symbol.flags = BSF_WEAK;
1594 break;
1596 case N_WEAKT:
1597 cache_ptr->symbol.section = obj_textsec (abfd);
1598 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1599 cache_ptr->symbol.flags = BSF_WEAK;
1600 break;
1602 case N_WEAKD:
1603 cache_ptr->symbol.section = obj_datasec (abfd);
1604 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1605 cache_ptr->symbol.flags = BSF_WEAK;
1606 break;
1608 case N_WEAKB:
1609 cache_ptr->symbol.section = obj_bsssec (abfd);
1610 cache_ptr->symbol.value -= cache_ptr->symbol.section->vma;
1611 cache_ptr->symbol.flags = BSF_WEAK;
1612 break;
1615 return true;
1618 /* Set the fields of SYM_POINTER according to CACHE_PTR. */
1620 static boolean
1621 translate_to_native_sym_flags (abfd, cache_ptr, sym_pointer)
1622 bfd *abfd;
1623 asymbol *cache_ptr;
1624 struct external_nlist *sym_pointer;
1626 bfd_vma value = cache_ptr->value;
1627 asection *sec;
1628 bfd_vma off;
1630 /* Mask out any existing type bits in case copying from one section
1631 to another. */
1632 sym_pointer->e_type[0] &= ~N_TYPE;
1634 sec = bfd_get_section (cache_ptr);
1635 off = 0;
1637 if (sec == NULL)
1639 /* This case occurs, e.g., for the *DEBUG* section of a COFF
1640 file. */
1641 (*_bfd_error_handler)
1642 (_("%s: can not represent section for symbol `%s' in a.out object file format"),
1643 bfd_get_filename (abfd),
1644 cache_ptr->name != NULL ? cache_ptr->name : _("*unknown*"));
1645 bfd_set_error (bfd_error_nonrepresentable_section);
1646 return false;
1649 if (sec->output_section != NULL)
1651 off = sec->output_offset;
1652 sec = sec->output_section;
1655 if (bfd_is_abs_section (sec))
1656 sym_pointer->e_type[0] |= N_ABS;
1657 else if (sec == obj_textsec (abfd))
1658 sym_pointer->e_type[0] |= N_TEXT;
1659 else if (sec == obj_datasec (abfd))
1660 sym_pointer->e_type[0] |= N_DATA;
1661 else if (sec == obj_bsssec (abfd))
1662 sym_pointer->e_type[0] |= N_BSS;
1663 else if (bfd_is_und_section (sec))
1664 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1665 else if (bfd_is_ind_section (sec))
1666 sym_pointer->e_type[0] = N_INDR;
1667 else if (bfd_is_com_section (sec))
1668 sym_pointer->e_type[0] = N_UNDF | N_EXT;
1669 else
1671 (*_bfd_error_handler)
1672 (_("%s: can not represent section `%s' in a.out object file format"),
1673 bfd_get_filename (abfd), bfd_get_section_name (abfd, sec));
1674 bfd_set_error (bfd_error_nonrepresentable_section);
1675 return false;
1678 /* Turn the symbol from section relative to absolute again */
1679 value += sec->vma + off;
1681 if ((cache_ptr->flags & BSF_WARNING) != 0)
1682 sym_pointer->e_type[0] = N_WARNING;
1684 if ((cache_ptr->flags & BSF_DEBUGGING) != 0)
1685 sym_pointer->e_type[0] = ((aout_symbol_type *) cache_ptr)->type;
1686 else if ((cache_ptr->flags & BSF_GLOBAL) != 0)
1687 sym_pointer->e_type[0] |= N_EXT;
1688 else if ((cache_ptr->flags & BSF_LOCAL) != 0)
1689 sym_pointer->e_type[0] &= ~N_EXT;
1691 if ((cache_ptr->flags & BSF_CONSTRUCTOR) != 0)
1693 int type = ((aout_symbol_type *) cache_ptr)->type;
1694 switch (type)
1696 case N_ABS: type = N_SETA; break;
1697 case N_TEXT: type = N_SETT; break;
1698 case N_DATA: type = N_SETD; break;
1699 case N_BSS: type = N_SETB; break;
1701 sym_pointer->e_type[0] = type;
1704 if ((cache_ptr->flags & BSF_WEAK) != 0)
1706 int type;
1708 switch (sym_pointer->e_type[0] & N_TYPE)
1710 default:
1711 case N_ABS: type = N_WEAKA; break;
1712 case N_TEXT: type = N_WEAKT; break;
1713 case N_DATA: type = N_WEAKD; break;
1714 case N_BSS: type = N_WEAKB; break;
1715 case N_UNDF: type = N_WEAKU; break;
1717 sym_pointer->e_type[0] = type;
1720 PUT_WORD(abfd, value, sym_pointer->e_value);
1722 return true;
1725 /* Native-level interface to symbols. */
1727 asymbol *
1728 NAME(aout,make_empty_symbol) (abfd)
1729 bfd *abfd;
1731 aout_symbol_type *new =
1732 (aout_symbol_type *)bfd_zalloc (abfd, sizeof (aout_symbol_type));
1733 if (!new)
1734 return NULL;
1735 new->symbol.the_bfd = abfd;
1737 return &new->symbol;
1740 /* Translate a set of internal symbols into external symbols. */
1742 boolean
1743 NAME(aout,translate_symbol_table) (abfd, in, ext, count, str, strsize, dynamic)
1744 bfd *abfd;
1745 aout_symbol_type *in;
1746 struct external_nlist *ext;
1747 bfd_size_type count;
1748 char *str;
1749 bfd_size_type strsize;
1750 boolean dynamic;
1752 struct external_nlist *ext_end;
1754 ext_end = ext + count;
1755 for (; ext < ext_end; ext++, in++)
1757 bfd_vma x;
1759 x = GET_WORD (abfd, ext->e_strx);
1760 in->symbol.the_bfd = abfd;
1762 /* For the normal symbols, the zero index points at the number
1763 of bytes in the string table but is to be interpreted as the
1764 null string. For the dynamic symbols, the number of bytes in
1765 the string table is stored in the __DYNAMIC structure and the
1766 zero index points at an actual string. */
1767 if (x == 0 && ! dynamic)
1768 in->symbol.name = "";
1769 else if (x < strsize)
1770 in->symbol.name = str + x;
1771 else
1772 return false;
1774 in->symbol.value = GET_SWORD (abfd, ext->e_value);
1775 in->desc = bfd_h_get_16 (abfd, ext->e_desc);
1776 in->other = bfd_h_get_8 (abfd, ext->e_other);
1777 in->type = bfd_h_get_8 (abfd, ext->e_type);
1778 in->symbol.udata.p = NULL;
1780 if (! translate_from_native_sym_flags (abfd, in))
1781 return false;
1783 if (dynamic)
1784 in->symbol.flags |= BSF_DYNAMIC;
1787 return true;
1790 /* We read the symbols into a buffer, which is discarded when this
1791 function exits. We read the strings into a buffer large enough to
1792 hold them all plus all the cached symbol entries. */
1794 boolean
1795 NAME(aout,slurp_symbol_table) (abfd)
1796 bfd *abfd;
1798 struct external_nlist *old_external_syms;
1799 aout_symbol_type *cached;
1800 size_t cached_size;
1802 /* If there's no work to be done, don't do any */
1803 if (obj_aout_symbols (abfd) != (aout_symbol_type *) NULL)
1804 return true;
1806 old_external_syms = obj_aout_external_syms (abfd);
1808 if (! aout_get_external_symbols (abfd))
1809 return false;
1811 cached_size = (obj_aout_external_sym_count (abfd)
1812 * sizeof (aout_symbol_type));
1813 cached = (aout_symbol_type *) bfd_malloc (cached_size);
1814 if (cached == NULL && cached_size != 0)
1815 return false;
1816 if (cached_size != 0)
1817 memset (cached, 0, cached_size);
1819 /* Convert from external symbol information to internal. */
1820 if (! (NAME(aout,translate_symbol_table)
1821 (abfd, cached,
1822 obj_aout_external_syms (abfd),
1823 obj_aout_external_sym_count (abfd),
1824 obj_aout_external_strings (abfd),
1825 obj_aout_external_string_size (abfd),
1826 false)))
1828 free (cached);
1829 return false;
1832 bfd_get_symcount (abfd) = obj_aout_external_sym_count (abfd);
1834 obj_aout_symbols (abfd) = cached;
1836 /* It is very likely that anybody who calls this function will not
1837 want the external symbol information, so if it was allocated
1838 because of our call to aout_get_external_symbols, we free it up
1839 right away to save space. */
1840 if (old_external_syms == (struct external_nlist *) NULL
1841 && obj_aout_external_syms (abfd) != (struct external_nlist *) NULL)
1843 #ifdef USE_MMAP
1844 bfd_free_window (&obj_aout_sym_window (abfd));
1845 #else
1846 free (obj_aout_external_syms (abfd));
1847 #endif
1848 obj_aout_external_syms (abfd) = NULL;
1851 return true;
1854 /* We use a hash table when writing out symbols so that we only write
1855 out a particular string once. This helps particularly when the
1856 linker writes out stabs debugging entries, because each different
1857 contributing object file tends to have many duplicate stabs
1858 strings.
1860 This hash table code breaks dbx on SunOS 4.1.3, so we don't do it
1861 if BFD_TRADITIONAL_FORMAT is set. */
1863 static bfd_size_type add_to_stringtab
1864 PARAMS ((bfd *, struct bfd_strtab_hash *, const char *, boolean));
1865 static boolean emit_stringtab PARAMS ((bfd *, struct bfd_strtab_hash *));
1867 /* Get the index of a string in a strtab, adding it if it is not
1868 already present. */
1870 static INLINE bfd_size_type
1871 add_to_stringtab (abfd, tab, str, copy)
1872 bfd *abfd;
1873 struct bfd_strtab_hash *tab;
1874 const char *str;
1875 boolean copy;
1877 boolean hash;
1878 bfd_size_type index;
1880 /* An index of 0 always means the empty string. */
1881 if (str == 0 || *str == '\0')
1882 return 0;
1884 /* Don't hash if BFD_TRADITIONAL_FORMAT is set, because SunOS dbx
1885 doesn't understand a hashed string table. */
1886 hash = true;
1887 if ((abfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
1888 hash = false;
1890 index = _bfd_stringtab_add (tab, str, hash, copy);
1892 if (index != (bfd_size_type) -1)
1894 /* Add BYTES_IN_WORD to the return value to account for the
1895 space taken up by the string table size. */
1896 index += BYTES_IN_WORD;
1899 return index;
1902 /* Write out a strtab. ABFD is already at the right location in the
1903 file. */
1905 static boolean
1906 emit_stringtab (abfd, tab)
1907 register bfd *abfd;
1908 struct bfd_strtab_hash *tab;
1910 bfd_byte buffer[BYTES_IN_WORD];
1912 /* The string table starts with the size. */
1913 PUT_WORD (abfd, _bfd_stringtab_size (tab) + BYTES_IN_WORD, buffer);
1914 if (bfd_write ((PTR) buffer, 1, BYTES_IN_WORD, abfd) != BYTES_IN_WORD)
1915 return false;
1917 return _bfd_stringtab_emit (abfd, tab);
1920 boolean
1921 NAME(aout,write_syms) (abfd)
1922 bfd *abfd;
1924 unsigned int count ;
1925 asymbol **generic = bfd_get_outsymbols (abfd);
1926 struct bfd_strtab_hash *strtab;
1928 strtab = _bfd_stringtab_init ();
1929 if (strtab == NULL)
1930 return false;
1932 for (count = 0; count < bfd_get_symcount (abfd); count++)
1934 asymbol *g = generic[count];
1935 bfd_size_type indx;
1936 struct external_nlist nsp;
1938 indx = add_to_stringtab (abfd, strtab, g->name, false);
1939 if (indx == (bfd_size_type) -1)
1940 goto error_return;
1941 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1943 if (bfd_asymbol_flavour(g) == abfd->xvec->flavour)
1945 bfd_h_put_16(abfd, aout_symbol(g)->desc, nsp.e_desc);
1946 bfd_h_put_8(abfd, aout_symbol(g)->other, nsp.e_other);
1947 bfd_h_put_8(abfd, aout_symbol(g)->type, nsp.e_type);
1949 else
1951 bfd_h_put_16(abfd,0, nsp.e_desc);
1952 bfd_h_put_8(abfd, 0, nsp.e_other);
1953 bfd_h_put_8(abfd, 0, nsp.e_type);
1956 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1957 goto error_return;
1959 if (bfd_write((PTR)&nsp,1,EXTERNAL_NLIST_SIZE, abfd)
1960 != EXTERNAL_NLIST_SIZE)
1961 goto error_return;
1963 /* NB: `KEEPIT' currently overlays `udata.p', so set this only
1964 here, at the end. */
1965 g->KEEPIT = count;
1968 if (! emit_stringtab (abfd, strtab))
1969 goto error_return;
1971 _bfd_stringtab_free (strtab);
1973 return true;
1975 error_return:
1976 _bfd_stringtab_free (strtab);
1977 return false;
1981 long
1982 NAME(aout,get_symtab) (abfd, location)
1983 bfd *abfd;
1984 asymbol **location;
1986 unsigned int counter = 0;
1987 aout_symbol_type *symbase;
1989 if (!NAME(aout,slurp_symbol_table)(abfd))
1990 return -1;
1992 for (symbase = obj_aout_symbols(abfd); counter++ < bfd_get_symcount (abfd);)
1993 *(location++) = (asymbol *)( symbase++);
1994 *location++ =0;
1995 return bfd_get_symcount (abfd);
1999 /* Standard reloc stuff */
2000 /* Output standard relocation information to a file in target byte order. */
2002 extern void NAME(aout,swap_std_reloc_out)
2003 PARAMS ((bfd *, arelent *, struct reloc_std_external *));
2005 void
2006 NAME(aout,swap_std_reloc_out) (abfd, g, natptr)
2007 bfd *abfd;
2008 arelent *g;
2009 struct reloc_std_external *natptr;
2011 int r_index;
2012 asymbol *sym = *(g->sym_ptr_ptr);
2013 int r_extern;
2014 unsigned int r_length;
2015 int r_pcrel;
2016 int r_baserel, r_jmptable, r_relative;
2017 asection *output_section = sym->section->output_section;
2019 PUT_WORD(abfd, g->address, natptr->r_address);
2021 r_length = g->howto->size ; /* Size as a power of two */
2022 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */
2023 /* XXX This relies on relocs coming from a.out files. */
2024 r_baserel = (g->howto->type & 8) != 0;
2025 r_jmptable = (g->howto->type & 16) != 0;
2026 r_relative = (g->howto->type & 32) != 0;
2028 #if 0
2029 /* For a standard reloc, the addend is in the object file. */
2030 r_addend = g->addend + (*(g->sym_ptr_ptr))->section->output_section->vma;
2031 #endif
2033 /* name was clobbered by aout_write_syms to be symbol index */
2035 /* If this relocation is relative to a symbol then set the
2036 r_index to the symbols index, and the r_extern bit.
2038 Absolute symbols can come in in two ways, either as an offset
2039 from the abs section, or as a symbol which has an abs value.
2040 check for that here
2044 if (bfd_is_com_section (output_section)
2045 || bfd_is_abs_section (output_section)
2046 || bfd_is_und_section (output_section))
2048 if (bfd_abs_section_ptr->symbol == sym)
2050 /* Whoops, looked like an abs symbol, but is really an offset
2051 from the abs section */
2052 r_index = N_ABS;
2053 r_extern = 0;
2055 else
2057 /* Fill in symbol */
2058 r_extern = 1;
2059 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2063 else
2065 /* Just an ordinary section */
2066 r_extern = 0;
2067 r_index = output_section->target_index;
2070 /* now the fun stuff */
2071 if (bfd_header_big_endian (abfd)) {
2072 natptr->r_index[0] = r_index >> 16;
2073 natptr->r_index[1] = r_index >> 8;
2074 natptr->r_index[2] = r_index;
2075 natptr->r_type[0] =
2076 (r_extern? RELOC_STD_BITS_EXTERN_BIG: 0)
2077 | (r_pcrel? RELOC_STD_BITS_PCREL_BIG: 0)
2078 | (r_baserel? RELOC_STD_BITS_BASEREL_BIG: 0)
2079 | (r_jmptable? RELOC_STD_BITS_JMPTABLE_BIG: 0)
2080 | (r_relative? RELOC_STD_BITS_RELATIVE_BIG: 0)
2081 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG);
2082 } else {
2083 natptr->r_index[2] = r_index >> 16;
2084 natptr->r_index[1] = r_index >> 8;
2085 natptr->r_index[0] = r_index;
2086 natptr->r_type[0] =
2087 (r_extern? RELOC_STD_BITS_EXTERN_LITTLE: 0)
2088 | (r_pcrel? RELOC_STD_BITS_PCREL_LITTLE: 0)
2089 | (r_baserel? RELOC_STD_BITS_BASEREL_LITTLE: 0)
2090 | (r_jmptable? RELOC_STD_BITS_JMPTABLE_LITTLE: 0)
2091 | (r_relative? RELOC_STD_BITS_RELATIVE_LITTLE: 0)
2092 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE);
2097 /* Extended stuff */
2098 /* Output extended relocation information to a file in target byte order. */
2100 extern void NAME(aout,swap_ext_reloc_out)
2101 PARAMS ((bfd *, arelent *, struct reloc_ext_external *));
2103 void
2104 NAME(aout,swap_ext_reloc_out) (abfd, g, natptr)
2105 bfd *abfd;
2106 arelent *g;
2107 register struct reloc_ext_external *natptr;
2109 int r_index;
2110 int r_extern;
2111 unsigned int r_type;
2112 unsigned int r_addend;
2113 asymbol *sym = *(g->sym_ptr_ptr);
2114 asection *output_section = sym->section->output_section;
2116 PUT_WORD (abfd, g->address, natptr->r_address);
2118 r_type = (unsigned int) g->howto->type;
2120 r_addend = g->addend;
2121 if ((sym->flags & BSF_SECTION_SYM) != 0)
2122 r_addend += (*(g->sym_ptr_ptr))->section->output_section->vma;
2124 /* If this relocation is relative to a symbol then set the
2125 r_index to the symbols index, and the r_extern bit.
2127 Absolute symbols can come in in two ways, either as an offset
2128 from the abs section, or as a symbol which has an abs value.
2129 check for that here. */
2131 if (bfd_is_abs_section (bfd_get_section (sym)))
2133 r_extern = 0;
2134 r_index = N_ABS;
2136 else if ((sym->flags & BSF_SECTION_SYM) == 0)
2138 if (bfd_is_und_section (bfd_get_section (sym))
2139 || (sym->flags & BSF_GLOBAL) != 0)
2140 r_extern = 1;
2141 else
2142 r_extern = 0;
2143 r_index = (*(g->sym_ptr_ptr))->KEEPIT;
2145 else
2147 /* Just an ordinary section */
2148 r_extern = 0;
2149 r_index = output_section->target_index;
2152 /* now the fun stuff */
2153 if (bfd_header_big_endian (abfd)) {
2154 natptr->r_index[0] = r_index >> 16;
2155 natptr->r_index[1] = r_index >> 8;
2156 natptr->r_index[2] = r_index;
2157 natptr->r_type[0] =
2158 ((r_extern? RELOC_EXT_BITS_EXTERN_BIG: 0)
2159 | (r_type << RELOC_EXT_BITS_TYPE_SH_BIG));
2160 } else {
2161 natptr->r_index[2] = r_index >> 16;
2162 natptr->r_index[1] = r_index >> 8;
2163 natptr->r_index[0] = r_index;
2164 natptr->r_type[0] =
2165 (r_extern? RELOC_EXT_BITS_EXTERN_LITTLE: 0)
2166 | (r_type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
2169 PUT_WORD (abfd, r_addend, natptr->r_addend);
2172 /* BFD deals internally with all things based from the section they're
2173 in. so, something in 10 bytes into a text section with a base of
2174 50 would have a symbol (.text+10) and know .text vma was 50.
2176 Aout keeps all it's symbols based from zero, so the symbol would
2177 contain 60. This macro subs the base of each section from the value
2178 to give the true offset from the section */
2181 #define MOVE_ADDRESS(ad) \
2182 if (r_extern) { \
2183 /* undefined symbol */ \
2184 cache_ptr->sym_ptr_ptr = symbols + r_index; \
2185 cache_ptr->addend = ad; \
2186 } else { \
2187 /* defined, section relative. replace symbol with pointer to \
2188 symbol which points to section */ \
2189 switch (r_index) { \
2190 case N_TEXT: \
2191 case N_TEXT | N_EXT: \
2192 cache_ptr->sym_ptr_ptr = obj_textsec(abfd)->symbol_ptr_ptr; \
2193 cache_ptr->addend = ad - su->textsec->vma; \
2194 break; \
2195 case N_DATA: \
2196 case N_DATA | N_EXT: \
2197 cache_ptr->sym_ptr_ptr = obj_datasec(abfd)->symbol_ptr_ptr; \
2198 cache_ptr->addend = ad - su->datasec->vma; \
2199 break; \
2200 case N_BSS: \
2201 case N_BSS | N_EXT: \
2202 cache_ptr->sym_ptr_ptr = obj_bsssec(abfd)->symbol_ptr_ptr; \
2203 cache_ptr->addend = ad - su->bsssec->vma; \
2204 break; \
2205 default: \
2206 case N_ABS: \
2207 case N_ABS | N_EXT: \
2208 cache_ptr->sym_ptr_ptr = bfd_abs_section_ptr->symbol_ptr_ptr; \
2209 cache_ptr->addend = ad; \
2210 break; \
2214 void
2215 NAME(aout,swap_ext_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
2216 bfd *abfd;
2217 struct reloc_ext_external *bytes;
2218 arelent *cache_ptr;
2219 asymbol **symbols;
2220 bfd_size_type symcount;
2222 unsigned int r_index;
2223 int r_extern;
2224 unsigned int r_type;
2225 struct aoutdata *su = &(abfd->tdata.aout_data->a);
2227 cache_ptr->address = (GET_SWORD (abfd, bytes->r_address));
2229 /* now the fun stuff */
2230 if (bfd_header_big_endian (abfd)) {
2231 r_index = (bytes->r_index[0] << 16)
2232 | (bytes->r_index[1] << 8)
2233 | bytes->r_index[2];
2234 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_BIG));
2235 r_type = (bytes->r_type[0] & RELOC_EXT_BITS_TYPE_BIG)
2236 >> RELOC_EXT_BITS_TYPE_SH_BIG;
2237 } else {
2238 r_index = (bytes->r_index[2] << 16)
2239 | (bytes->r_index[1] << 8)
2240 | bytes->r_index[0];
2241 r_extern = (0 != (bytes->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
2242 r_type = (bytes->r_type[0] & RELOC_EXT_BITS_TYPE_LITTLE)
2243 >> RELOC_EXT_BITS_TYPE_SH_LITTLE;
2246 cache_ptr->howto = howto_table_ext + r_type;
2248 /* Base relative relocs are always against the symbol table,
2249 regardless of the setting of r_extern. r_extern just reflects
2250 whether the symbol the reloc is against is local or global. */
2251 if (r_type == RELOC_BASE10
2252 || r_type == RELOC_BASE13
2253 || r_type == RELOC_BASE22)
2254 r_extern = 1;
2256 if (r_extern && r_index > symcount)
2258 /* We could arrange to return an error, but it might be useful
2259 to see the file even if it is bad. */
2260 r_extern = 0;
2261 r_index = N_ABS;
2264 MOVE_ADDRESS(GET_SWORD(abfd, bytes->r_addend));
2267 void
2268 NAME(aout,swap_std_reloc_in) (abfd, bytes, cache_ptr, symbols, symcount)
2269 bfd *abfd;
2270 struct reloc_std_external *bytes;
2271 arelent *cache_ptr;
2272 asymbol **symbols;
2273 bfd_size_type symcount;
2275 unsigned int r_index;
2276 int r_extern;
2277 unsigned int r_length;
2278 int r_pcrel;
2279 int r_baserel, r_jmptable, r_relative;
2280 struct aoutdata *su = &(abfd->tdata.aout_data->a);
2281 unsigned int howto_idx;
2283 cache_ptr->address = bfd_h_get_32 (abfd, bytes->r_address);
2285 /* now the fun stuff */
2286 if (bfd_header_big_endian (abfd)) {
2287 r_index = (bytes->r_index[0] << 16)
2288 | (bytes->r_index[1] << 8)
2289 | bytes->r_index[2];
2290 r_extern = (0 != (bytes->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
2291 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
2292 r_baserel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_BASEREL_BIG));
2293 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG));
2294 r_relative= (0 != (bytes->r_type[0] & RELOC_STD_BITS_RELATIVE_BIG));
2295 r_length = (bytes->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
2296 >> RELOC_STD_BITS_LENGTH_SH_BIG;
2297 } else {
2298 r_index = (bytes->r_index[2] << 16)
2299 | (bytes->r_index[1] << 8)
2300 | bytes->r_index[0];
2301 r_extern = (0 != (bytes->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
2302 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
2303 r_baserel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_BASEREL_LITTLE));
2304 r_jmptable= (0 != (bytes->r_type[0] & RELOC_STD_BITS_JMPTABLE_LITTLE));
2305 r_relative= (0 != (bytes->r_type[0] & RELOC_STD_BITS_RELATIVE_LITTLE));
2306 r_length = (bytes->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
2307 >> RELOC_STD_BITS_LENGTH_SH_LITTLE;
2310 howto_idx = r_length + 4 * r_pcrel + 8 * r_baserel
2311 + 16 * r_jmptable + 32 * r_relative;
2312 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
2313 cache_ptr->howto = howto_table_std + howto_idx;
2314 BFD_ASSERT (cache_ptr->howto->type != (unsigned int) -1);
2316 /* Base relative relocs are always against the symbol table,
2317 regardless of the setting of r_extern. r_extern just reflects
2318 whether the symbol the reloc is against is local or global. */
2319 if (r_baserel)
2320 r_extern = 1;
2322 if (r_extern && r_index > symcount)
2324 /* We could arrange to return an error, but it might be useful
2325 to see the file even if it is bad. */
2326 r_extern = 0;
2327 r_index = N_ABS;
2330 MOVE_ADDRESS(0);
2333 /* Read and swap the relocs for a section. */
2335 boolean
2336 NAME(aout,slurp_reloc_table) (abfd, asect, symbols)
2337 bfd *abfd;
2338 sec_ptr asect;
2339 asymbol **symbols;
2341 unsigned int count;
2342 bfd_size_type reloc_size;
2343 PTR relocs;
2344 arelent *reloc_cache;
2345 size_t each_size;
2346 unsigned int counter = 0;
2347 arelent *cache_ptr;
2349 if (asect->relocation)
2350 return true;
2352 if (asect->flags & SEC_CONSTRUCTOR)
2353 return true;
2355 if (asect == obj_datasec (abfd))
2356 reloc_size = exec_hdr(abfd)->a_drsize;
2357 else if (asect == obj_textsec (abfd))
2358 reloc_size = exec_hdr(abfd)->a_trsize;
2359 else if (asect == obj_bsssec (abfd))
2360 reloc_size = 0;
2361 else
2363 bfd_set_error (bfd_error_invalid_operation);
2364 return false;
2367 if (bfd_seek (abfd, asect->rel_filepos, SEEK_SET) != 0)
2368 return false;
2370 each_size = obj_reloc_entry_size (abfd);
2372 count = reloc_size / each_size;
2374 reloc_cache = (arelent *) bfd_malloc ((size_t) (count * sizeof (arelent)));
2375 if (reloc_cache == NULL && count != 0)
2376 return false;
2377 memset (reloc_cache, 0, count * sizeof (arelent));
2379 relocs = bfd_malloc ((size_t) reloc_size);
2380 if (relocs == NULL && reloc_size != 0)
2382 free (reloc_cache);
2383 return false;
2386 if (bfd_read (relocs, 1, reloc_size, abfd) != reloc_size)
2388 free (relocs);
2389 free (reloc_cache);
2390 return false;
2393 cache_ptr = reloc_cache;
2394 if (each_size == RELOC_EXT_SIZE)
2396 register struct reloc_ext_external *rptr =
2397 (struct reloc_ext_external *) relocs;
2399 for (; counter < count; counter++, rptr++, cache_ptr++)
2400 MY_swap_ext_reloc_in (abfd, rptr, cache_ptr, symbols,
2401 bfd_get_symcount (abfd));
2403 else
2405 register struct reloc_std_external *rptr =
2406 (struct reloc_std_external *) relocs;
2408 for (; counter < count; counter++, rptr++, cache_ptr++)
2409 MY_swap_std_reloc_in (abfd, rptr, cache_ptr, symbols,
2410 bfd_get_symcount (abfd));
2413 free (relocs);
2415 asect->relocation = reloc_cache;
2416 asect->reloc_count = cache_ptr - reloc_cache;
2418 return true;
2421 /* Write out a relocation section into an object file. */
2423 boolean
2424 NAME(aout,squirt_out_relocs) (abfd, section)
2425 bfd *abfd;
2426 asection *section;
2428 arelent **generic;
2429 unsigned char *native, *natptr;
2430 size_t each_size;
2432 unsigned int count = section->reloc_count;
2433 size_t natsize;
2435 if (count == 0 || section->orelocation == NULL)
2436 return true;
2438 each_size = obj_reloc_entry_size (abfd);
2439 natsize = each_size * count;
2440 native = (unsigned char *) bfd_zalloc (abfd, natsize);
2441 if (!native)
2442 return false;
2444 generic = section->orelocation;
2446 if (each_size == RELOC_EXT_SIZE)
2448 for (natptr = native;
2449 count != 0;
2450 --count, natptr += each_size, ++generic)
2451 MY_swap_ext_reloc_out (abfd, *generic,
2452 (struct reloc_ext_external *) natptr);
2454 else
2456 for (natptr = native;
2457 count != 0;
2458 --count, natptr += each_size, ++generic)
2459 MY_swap_std_reloc_out(abfd, *generic, (struct reloc_std_external *)natptr);
2462 if ( bfd_write ((PTR) native, 1, natsize, abfd) != natsize) {
2463 bfd_release(abfd, native);
2464 return false;
2466 bfd_release (abfd, native);
2468 return true;
2471 /* This is stupid. This function should be a boolean predicate */
2472 long
2473 NAME(aout,canonicalize_reloc) (abfd, section, relptr, symbols)
2474 bfd *abfd;
2475 sec_ptr section;
2476 arelent **relptr;
2477 asymbol **symbols;
2479 arelent *tblptr = section->relocation;
2480 unsigned int count;
2482 if (section == obj_bsssec (abfd))
2484 *relptr = NULL;
2485 return 0;
2488 if (!(tblptr || NAME(aout,slurp_reloc_table)(abfd, section, symbols)))
2489 return -1;
2491 if (section->flags & SEC_CONSTRUCTOR) {
2492 arelent_chain *chain = section->constructor_chain;
2493 for (count = 0; count < section->reloc_count; count ++) {
2494 *relptr ++ = &chain->relent;
2495 chain = chain->next;
2498 else {
2499 tblptr = section->relocation;
2501 for (count = 0; count++ < section->reloc_count;)
2503 *relptr++ = tblptr++;
2506 *relptr = 0;
2508 return section->reloc_count;
2511 long
2512 NAME(aout,get_reloc_upper_bound) (abfd, asect)
2513 bfd *abfd;
2514 sec_ptr asect;
2516 if (bfd_get_format (abfd) != bfd_object) {
2517 bfd_set_error (bfd_error_invalid_operation);
2518 return -1;
2520 if (asect->flags & SEC_CONSTRUCTOR) {
2521 return (sizeof (arelent *) * (asect->reloc_count+1));
2524 if (asect == obj_datasec (abfd))
2525 return (sizeof (arelent *)
2526 * ((exec_hdr(abfd)->a_drsize / obj_reloc_entry_size (abfd))
2527 + 1));
2529 if (asect == obj_textsec (abfd))
2530 return (sizeof (arelent *)
2531 * ((exec_hdr(abfd)->a_trsize / obj_reloc_entry_size (abfd))
2532 + 1));
2534 if (asect == obj_bsssec (abfd))
2535 return sizeof (arelent *);
2537 if (asect == obj_bsssec (abfd))
2538 return 0;
2540 bfd_set_error (bfd_error_invalid_operation);
2541 return -1;
2545 long
2546 NAME(aout,get_symtab_upper_bound) (abfd)
2547 bfd *abfd;
2549 if (!NAME(aout,slurp_symbol_table)(abfd))
2550 return -1;
2552 return (bfd_get_symcount (abfd)+1) * (sizeof (aout_symbol_type *));
2555 /*ARGSUSED*/
2556 alent *
2557 NAME(aout,get_lineno) (ignore_abfd, ignore_symbol)
2558 bfd *ignore_abfd ATTRIBUTE_UNUSED;
2559 asymbol *ignore_symbol ATTRIBUTE_UNUSED;
2561 return (alent *)NULL;
2564 /*ARGSUSED*/
2565 void
2566 NAME(aout,get_symbol_info) (ignore_abfd, symbol, ret)
2567 bfd *ignore_abfd ATTRIBUTE_UNUSED;
2568 asymbol *symbol;
2569 symbol_info *ret;
2571 bfd_symbol_info (symbol, ret);
2573 if (ret->type == '?')
2575 int type_code = aout_symbol(symbol)->type & 0xff;
2576 const char *stab_name = bfd_get_stab_name (type_code);
2577 static char buf[10];
2579 if (stab_name == NULL)
2581 sprintf(buf, "(%d)", type_code);
2582 stab_name = buf;
2584 ret->type = '-';
2585 ret->stab_type = type_code;
2586 ret->stab_other = (unsigned)(aout_symbol(symbol)->other & 0xff);
2587 ret->stab_desc = (unsigned)(aout_symbol(symbol)->desc & 0xffff);
2588 ret->stab_name = stab_name;
2592 /*ARGSUSED*/
2593 void
2594 NAME(aout,print_symbol) (ignore_abfd, afile, symbol, how)
2595 bfd *ignore_abfd ATTRIBUTE_UNUSED;
2596 PTR afile;
2597 asymbol *symbol;
2598 bfd_print_symbol_type how;
2600 FILE *file = (FILE *)afile;
2602 switch (how) {
2603 case bfd_print_symbol_name:
2604 if (symbol->name)
2605 fprintf(file,"%s", symbol->name);
2606 break;
2607 case bfd_print_symbol_more:
2608 fprintf(file,"%4x %2x %2x",(unsigned)(aout_symbol(symbol)->desc & 0xffff),
2609 (unsigned)(aout_symbol(symbol)->other & 0xff),
2610 (unsigned)(aout_symbol(symbol)->type));
2611 break;
2612 case bfd_print_symbol_all:
2614 CONST char *section_name = symbol->section->name;
2617 bfd_print_symbol_vandf((PTR)file,symbol);
2619 fprintf(file," %-5s %04x %02x %02x",
2620 section_name,
2621 (unsigned)(aout_symbol(symbol)->desc & 0xffff),
2622 (unsigned)(aout_symbol(symbol)->other & 0xff),
2623 (unsigned)(aout_symbol(symbol)->type & 0xff));
2624 if (symbol->name)
2625 fprintf(file," %s", symbol->name);
2627 break;
2631 /* If we don't have to allocate more than 1MB to hold the generic
2632 symbols, we use the generic minisymbol methord: it's faster, since
2633 it only translates the symbols once, not multiple times. */
2634 #define MINISYM_THRESHOLD (1000000 / sizeof (asymbol))
2636 /* Read minisymbols. For minisymbols, we use the unmodified a.out
2637 symbols. The minisymbol_to_symbol function translates these into
2638 BFD asymbol structures. */
2640 long
2641 NAME(aout,read_minisymbols) (abfd, dynamic, minisymsp, sizep)
2642 bfd *abfd;
2643 boolean dynamic;
2644 PTR *minisymsp;
2645 unsigned int *sizep;
2647 if (dynamic)
2649 /* We could handle the dynamic symbols here as well, but it's
2650 easier to hand them off. */
2651 return _bfd_generic_read_minisymbols (abfd, dynamic, minisymsp, sizep);
2654 if (! aout_get_external_symbols (abfd))
2655 return -1;
2657 if (obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD)
2658 return _bfd_generic_read_minisymbols (abfd, dynamic, minisymsp, sizep);
2660 *minisymsp = (PTR) obj_aout_external_syms (abfd);
2662 /* By passing the external symbols back from this routine, we are
2663 giving up control over the memory block. Clear
2664 obj_aout_external_syms, so that we do not try to free it
2665 ourselves. */
2666 obj_aout_external_syms (abfd) = NULL;
2668 *sizep = EXTERNAL_NLIST_SIZE;
2669 return obj_aout_external_sym_count (abfd);
2672 /* Convert a minisymbol to a BFD asymbol. A minisymbol is just an
2673 unmodified a.out symbol. The SYM argument is a structure returned
2674 by bfd_make_empty_symbol, which we fill in here. */
2676 asymbol *
2677 NAME(aout,minisymbol_to_symbol) (abfd, dynamic, minisym, sym)
2678 bfd *abfd;
2679 boolean dynamic;
2680 const PTR minisym;
2681 asymbol *sym;
2683 if (dynamic
2684 || obj_aout_external_sym_count (abfd) < MINISYM_THRESHOLD)
2685 return _bfd_generic_minisymbol_to_symbol (abfd, dynamic, minisym, sym);
2687 memset (sym, 0, sizeof (aout_symbol_type));
2689 /* We call translate_symbol_table to translate a single symbol. */
2690 if (! (NAME(aout,translate_symbol_table)
2691 (abfd,
2692 (aout_symbol_type *) sym,
2693 (struct external_nlist *) minisym,
2694 (bfd_size_type) 1,
2695 obj_aout_external_strings (abfd),
2696 obj_aout_external_string_size (abfd),
2697 false)))
2698 return NULL;
2700 return sym;
2704 provided a BFD, a section and an offset into the section, calculate
2705 and return the name of the source file and the line nearest to the
2706 wanted location.
2709 boolean
2710 NAME(aout,find_nearest_line)
2711 (abfd, section, symbols, offset, filename_ptr, functionname_ptr, line_ptr)
2712 bfd *abfd;
2713 asection *section;
2714 asymbol **symbols;
2715 bfd_vma offset;
2716 CONST char **filename_ptr;
2717 CONST char **functionname_ptr;
2718 unsigned int *line_ptr;
2720 /* Run down the file looking for the filename, function and linenumber */
2721 asymbol **p;
2722 CONST char *directory_name = NULL;
2723 CONST char *main_file_name = NULL;
2724 CONST char *current_file_name = NULL;
2725 CONST char *line_file_name = NULL; /* Value of current_file_name at line number. */
2726 CONST char *line_directory_name = NULL; /* Value of directory_name at line number. */
2727 bfd_vma low_line_vma = 0;
2728 bfd_vma low_func_vma = 0;
2729 asymbol *func = 0;
2730 size_t filelen, funclen;
2731 char *buf;
2733 *filename_ptr = abfd->filename;
2734 *functionname_ptr = 0;
2735 *line_ptr = 0;
2736 if (symbols != (asymbol **)NULL) {
2737 for (p = symbols; *p; p++) {
2738 aout_symbol_type *q = (aout_symbol_type *)(*p);
2739 next:
2740 switch (q->type){
2741 case N_TEXT:
2742 /* If this looks like a file name symbol, and it comes after
2743 the line number we have found so far, but before the
2744 offset, then we have probably not found the right line
2745 number. */
2746 if (q->symbol.value <= offset
2747 && ((q->symbol.value > low_line_vma
2748 && (line_file_name != NULL
2749 || *line_ptr != 0))
2750 || (q->symbol.value > low_func_vma
2751 && func != NULL)))
2753 const char *symname;
2755 symname = q->symbol.name;
2756 if (strcmp (symname + strlen (symname) - 2, ".o") == 0)
2758 if (q->symbol.value > low_line_vma)
2760 *line_ptr = 0;
2761 line_file_name = NULL;
2763 if (q->symbol.value > low_func_vma)
2764 func = NULL;
2767 break;
2769 case N_SO:
2770 /* If this symbol is less than the offset, but greater than
2771 the line number we have found so far, then we have not
2772 found the right line number. */
2773 if (q->symbol.value <= offset)
2775 if (q->symbol.value > low_line_vma)
2777 *line_ptr = 0;
2778 line_file_name = NULL;
2780 if (q->symbol.value > low_func_vma)
2781 func = NULL;
2784 main_file_name = current_file_name = q->symbol.name;
2785 /* Look ahead to next symbol to check if that too is an N_SO. */
2786 p++;
2787 if (*p == NULL)
2788 break;
2789 q = (aout_symbol_type *)(*p);
2790 if (q->type != (int)N_SO)
2791 goto next;
2793 /* Found a second N_SO First is directory; second is filename. */
2794 directory_name = current_file_name;
2795 main_file_name = current_file_name = q->symbol.name;
2796 if (obj_textsec(abfd) != section)
2797 goto done;
2798 break;
2799 case N_SOL:
2800 current_file_name = q->symbol.name;
2801 break;
2803 case N_SLINE:
2805 case N_DSLINE:
2806 case N_BSLINE:
2807 /* We'll keep this if it resolves nearer than the one we have
2808 already. */
2809 if (q->symbol.value >= low_line_vma
2810 && q->symbol.value <= offset)
2812 *line_ptr = q->desc;
2813 low_line_vma = q->symbol.value;
2814 line_file_name = current_file_name;
2815 line_directory_name = directory_name;
2817 break;
2818 case N_FUN:
2820 /* We'll keep this if it is nearer than the one we have already */
2821 if (q->symbol.value >= low_func_vma &&
2822 q->symbol.value <= offset) {
2823 low_func_vma = q->symbol.value;
2824 func = (asymbol *)q;
2826 else if (q->symbol.value > offset)
2827 goto done;
2829 break;
2834 done:
2835 if (*line_ptr != 0)
2837 main_file_name = line_file_name;
2838 directory_name = line_directory_name;
2841 if (main_file_name == NULL
2842 || IS_ABSOLUTE_PATH (main_file_name)
2843 || directory_name == NULL)
2844 filelen = 0;
2845 else
2846 filelen = strlen (directory_name) + strlen (main_file_name);
2847 if (func == NULL)
2848 funclen = 0;
2849 else
2850 funclen = strlen (bfd_asymbol_name (func));
2852 if (adata (abfd).line_buf != NULL)
2853 free (adata (abfd).line_buf);
2854 if (filelen + funclen == 0)
2855 adata (abfd).line_buf = buf = NULL;
2856 else
2858 buf = (char *) bfd_malloc (filelen + funclen + 3);
2859 adata (abfd).line_buf = buf;
2860 if (buf == NULL)
2861 return false;
2864 if (main_file_name != NULL)
2866 if (IS_ABSOLUTE_PATH (main_file_name) || directory_name == NULL)
2867 *filename_ptr = main_file_name;
2868 else
2870 sprintf (buf, "%s%s", directory_name, main_file_name);
2871 *filename_ptr = buf;
2872 buf += filelen + 1;
2876 if (func)
2878 const char *function = func->name;
2879 char *p;
2881 /* The caller expects a symbol name. We actually have a
2882 function name, without the leading underscore. Put the
2883 underscore back in, so that the caller gets a symbol name. */
2884 if (bfd_get_symbol_leading_char (abfd) == '\0')
2885 strcpy (buf, function);
2886 else
2888 buf[0] = bfd_get_symbol_leading_char (abfd);
2889 strcpy (buf + 1, function);
2891 /* Have to remove : stuff */
2892 p = strchr (buf, ':');
2893 if (p != NULL)
2894 *p = '\0';
2895 *functionname_ptr = buf;
2898 return true;
2901 /*ARGSUSED*/
2903 NAME(aout,sizeof_headers) (abfd, execable)
2904 bfd *abfd;
2905 boolean execable ATTRIBUTE_UNUSED;
2907 return adata(abfd).exec_bytes_size;
2910 /* Free all information we have cached for this BFD. We can always
2911 read it again later if we need it. */
2913 boolean
2914 NAME(aout,bfd_free_cached_info) (abfd)
2915 bfd *abfd;
2917 asection *o;
2919 if (bfd_get_format (abfd) != bfd_object)
2920 return true;
2922 #define BFCI_FREE(x) if (x != NULL) { free (x); x = NULL; }
2923 BFCI_FREE (obj_aout_symbols (abfd));
2924 #ifdef USE_MMAP
2925 obj_aout_external_syms (abfd) = 0;
2926 bfd_free_window (&obj_aout_sym_window (abfd));
2927 bfd_free_window (&obj_aout_string_window (abfd));
2928 obj_aout_external_strings (abfd) = 0;
2929 #else
2930 BFCI_FREE (obj_aout_external_syms (abfd));
2931 BFCI_FREE (obj_aout_external_strings (abfd));
2932 #endif
2933 for (o = abfd->sections; o != (asection *) NULL; o = o->next)
2934 BFCI_FREE (o->relocation);
2935 #undef BFCI_FREE
2937 return true;
2940 /* a.out link code. */
2942 static boolean aout_link_add_object_symbols
2943 PARAMS ((bfd *, struct bfd_link_info *));
2944 static boolean aout_link_check_archive_element
2945 PARAMS ((bfd *, struct bfd_link_info *, boolean *));
2946 static boolean aout_link_free_symbols PARAMS ((bfd *));
2947 static boolean aout_link_check_ar_symbols
2948 PARAMS ((bfd *, struct bfd_link_info *, boolean *pneeded));
2949 static boolean aout_link_add_symbols
2950 PARAMS ((bfd *, struct bfd_link_info *));
2952 /* Routine to create an entry in an a.out link hash table. */
2954 struct bfd_hash_entry *
2955 NAME(aout,link_hash_newfunc) (entry, table, string)
2956 struct bfd_hash_entry *entry;
2957 struct bfd_hash_table *table;
2958 const char *string;
2960 struct aout_link_hash_entry *ret = (struct aout_link_hash_entry *) entry;
2962 /* Allocate the structure if it has not already been allocated by a
2963 subclass. */
2964 if (ret == (struct aout_link_hash_entry *) NULL)
2965 ret = ((struct aout_link_hash_entry *)
2966 bfd_hash_allocate (table, sizeof (struct aout_link_hash_entry)));
2967 if (ret == (struct aout_link_hash_entry *) NULL)
2968 return (struct bfd_hash_entry *) ret;
2970 /* Call the allocation method of the superclass. */
2971 ret = ((struct aout_link_hash_entry *)
2972 _bfd_link_hash_newfunc ((struct bfd_hash_entry *) ret,
2973 table, string));
2974 if (ret)
2976 /* Set local fields. */
2977 ret->written = false;
2978 ret->indx = -1;
2981 return (struct bfd_hash_entry *) ret;
2984 /* Initialize an a.out link hash table. */
2986 boolean
2987 NAME(aout,link_hash_table_init) (table, abfd, newfunc)
2988 struct aout_link_hash_table *table;
2989 bfd *abfd;
2990 struct bfd_hash_entry *(*newfunc) PARAMS ((struct bfd_hash_entry *,
2991 struct bfd_hash_table *,
2992 const char *));
2994 return _bfd_link_hash_table_init (&table->root, abfd, newfunc);
2997 /* Create an a.out link hash table. */
2999 struct bfd_link_hash_table *
3000 NAME(aout,link_hash_table_create) (abfd)
3001 bfd *abfd;
3003 struct aout_link_hash_table *ret;
3005 ret = ((struct aout_link_hash_table *)
3006 bfd_alloc (abfd, sizeof (struct aout_link_hash_table)));
3007 if (ret == NULL)
3008 return (struct bfd_link_hash_table *) NULL;
3009 if (! NAME(aout,link_hash_table_init) (ret, abfd,
3010 NAME(aout,link_hash_newfunc)))
3012 free (ret);
3013 return (struct bfd_link_hash_table *) NULL;
3015 return &ret->root;
3018 /* Given an a.out BFD, add symbols to the global hash table as
3019 appropriate. */
3021 boolean
3022 NAME(aout,link_add_symbols) (abfd, info)
3023 bfd *abfd;
3024 struct bfd_link_info *info;
3026 switch (bfd_get_format (abfd))
3028 case bfd_object:
3029 return aout_link_add_object_symbols (abfd, info);
3030 case bfd_archive:
3031 return _bfd_generic_link_add_archive_symbols
3032 (abfd, info, aout_link_check_archive_element);
3033 default:
3034 bfd_set_error (bfd_error_wrong_format);
3035 return false;
3039 /* Add symbols from an a.out object file. */
3041 static boolean
3042 aout_link_add_object_symbols (abfd, info)
3043 bfd *abfd;
3044 struct bfd_link_info *info;
3046 if (! aout_get_external_symbols (abfd))
3047 return false;
3048 if (! aout_link_add_symbols (abfd, info))
3049 return false;
3050 if (! info->keep_memory)
3052 if (! aout_link_free_symbols (abfd))
3053 return false;
3055 return true;
3058 /* Check a single archive element to see if we need to include it in
3059 the link. *PNEEDED is set according to whether this element is
3060 needed in the link or not. This is called from
3061 _bfd_generic_link_add_archive_symbols. */
3063 static boolean
3064 aout_link_check_archive_element (abfd, info, pneeded)
3065 bfd *abfd;
3066 struct bfd_link_info *info;
3067 boolean *pneeded;
3069 if (! aout_get_external_symbols (abfd))
3070 return false;
3072 if (! aout_link_check_ar_symbols (abfd, info, pneeded))
3073 return false;
3075 if (*pneeded)
3077 if (! aout_link_add_symbols (abfd, info))
3078 return false;
3081 if (! info->keep_memory || ! *pneeded)
3083 if (! aout_link_free_symbols (abfd))
3084 return false;
3087 return true;
3090 /* Free up the internal symbols read from an a.out file. */
3092 static boolean
3093 aout_link_free_symbols (abfd)
3094 bfd *abfd;
3096 if (obj_aout_external_syms (abfd) != (struct external_nlist *) NULL)
3098 #ifdef USE_MMAP
3099 bfd_free_window (&obj_aout_sym_window (abfd));
3100 #else
3101 free ((PTR) obj_aout_external_syms (abfd));
3102 #endif
3103 obj_aout_external_syms (abfd) = (struct external_nlist *) NULL;
3105 if (obj_aout_external_strings (abfd) != (char *) NULL)
3107 #ifdef USE_MMAP
3108 bfd_free_window (&obj_aout_string_window (abfd));
3109 #else
3110 free ((PTR) obj_aout_external_strings (abfd));
3111 #endif
3112 obj_aout_external_strings (abfd) = (char *) NULL;
3114 return true;
3117 /* Look through the internal symbols to see if this object file should
3118 be included in the link. We should include this object file if it
3119 defines any symbols which are currently undefined. If this object
3120 file defines a common symbol, then we may adjust the size of the
3121 known symbol but we do not include the object file in the link
3122 (unless there is some other reason to include it). */
3124 static boolean
3125 aout_link_check_ar_symbols (abfd, info, pneeded)
3126 bfd *abfd;
3127 struct bfd_link_info *info;
3128 boolean *pneeded;
3130 register struct external_nlist *p;
3131 struct external_nlist *pend;
3132 char *strings;
3134 *pneeded = false;
3136 /* Look through all the symbols. */
3137 p = obj_aout_external_syms (abfd);
3138 pend = p + obj_aout_external_sym_count (abfd);
3139 strings = obj_aout_external_strings (abfd);
3140 for (; p < pend; p++)
3142 int type = bfd_h_get_8 (abfd, p->e_type);
3143 const char *name;
3144 struct bfd_link_hash_entry *h;
3146 /* Ignore symbols that are not externally visible. This is an
3147 optimization only, as we check the type more thoroughly
3148 below. */
3149 if (((type & N_EXT) == 0
3150 || (type & N_STAB) != 0
3151 || type == N_FN)
3152 && type != N_WEAKA
3153 && type != N_WEAKT
3154 && type != N_WEAKD
3155 && type != N_WEAKB)
3157 if (type == N_WARNING
3158 || type == N_INDR)
3159 ++p;
3160 continue;
3163 name = strings + GET_WORD (abfd, p->e_strx);
3164 h = bfd_link_hash_lookup (info->hash, name, false, false, true);
3166 /* We are only interested in symbols that are currently
3167 undefined or common. */
3168 if (h == (struct bfd_link_hash_entry *) NULL
3169 || (h->type != bfd_link_hash_undefined
3170 && h->type != bfd_link_hash_common))
3172 if (type == (N_INDR | N_EXT))
3173 ++p;
3174 continue;
3177 if (type == (N_TEXT | N_EXT)
3178 || type == (N_DATA | N_EXT)
3179 || type == (N_BSS | N_EXT)
3180 || type == (N_ABS | N_EXT)
3181 || type == (N_INDR | N_EXT))
3183 /* This object file defines this symbol. We must link it
3184 in. This is true regardless of whether the current
3185 definition of the symbol is undefined or common. If the
3186 current definition is common, we have a case in which we
3187 have already seen an object file including
3188 int a;
3189 and this object file from the archive includes
3190 int a = 5;
3191 In such a case we must include this object file.
3193 FIXME: The SunOS 4.1.3 linker will pull in the archive
3194 element if the symbol is defined in the .data section,
3195 but not if it is defined in the .text section. That
3196 seems a bit crazy to me, and I haven't implemented it.
3197 However, it might be correct. */
3198 if (! (*info->callbacks->add_archive_element) (info, abfd, name))
3199 return false;
3200 *pneeded = true;
3201 return true;
3204 if (type == (N_UNDF | N_EXT))
3206 bfd_vma value;
3208 value = GET_WORD (abfd, p->e_value);
3209 if (value != 0)
3211 /* This symbol is common in the object from the archive
3212 file. */
3213 if (h->type == bfd_link_hash_undefined)
3215 bfd *symbfd;
3216 unsigned int power;
3218 symbfd = h->u.undef.abfd;
3219 if (symbfd == (bfd *) NULL)
3221 /* This symbol was created as undefined from
3222 outside BFD. We assume that we should link
3223 in the object file. This is done for the -u
3224 option in the linker. */
3225 if (! (*info->callbacks->add_archive_element) (info,
3226 abfd,
3227 name))
3228 return false;
3229 *pneeded = true;
3230 return true;
3232 /* Turn the current link symbol into a common
3233 symbol. It is already on the undefs list. */
3234 h->type = bfd_link_hash_common;
3235 h->u.c.p = ((struct bfd_link_hash_common_entry *)
3236 bfd_hash_allocate (&info->hash->table,
3237 sizeof (struct bfd_link_hash_common_entry)));
3238 if (h->u.c.p == NULL)
3239 return false;
3241 h->u.c.size = value;
3243 /* FIXME: This isn't quite right. The maximum
3244 alignment of a common symbol should be set by the
3245 architecture of the output file, not of the input
3246 file. */
3247 power = bfd_log2 (value);
3248 if (power > bfd_get_arch_info (abfd)->section_align_power)
3249 power = bfd_get_arch_info (abfd)->section_align_power;
3250 h->u.c.p->alignment_power = power;
3252 h->u.c.p->section = bfd_make_section_old_way (symbfd,
3253 "COMMON");
3255 else
3257 /* Adjust the size of the common symbol if
3258 necessary. */
3259 if (value > h->u.c.size)
3260 h->u.c.size = value;
3265 if (type == N_WEAKA
3266 || type == N_WEAKT
3267 || type == N_WEAKD
3268 || type == N_WEAKB)
3270 /* This symbol is weak but defined. We must pull it in if
3271 the current link symbol is undefined, but we don't want
3272 it if the current link symbol is common. */
3273 if (h->type == bfd_link_hash_undefined)
3275 if (! (*info->callbacks->add_archive_element) (info, abfd, name))
3276 return false;
3277 *pneeded = true;
3278 return true;
3283 /* We do not need this object file. */
3284 return true;
3287 /* Add all symbols from an object file to the hash table. */
3289 static boolean
3290 aout_link_add_symbols (abfd, info)
3291 bfd *abfd;
3292 struct bfd_link_info *info;
3294 boolean (*add_one_symbol) PARAMS ((struct bfd_link_info *, bfd *,
3295 const char *, flagword, asection *,
3296 bfd_vma, const char *, boolean,
3297 boolean,
3298 struct bfd_link_hash_entry **));
3299 struct external_nlist *syms;
3300 bfd_size_type sym_count;
3301 char *strings;
3302 boolean copy;
3303 struct aout_link_hash_entry **sym_hash;
3304 register struct external_nlist *p;
3305 struct external_nlist *pend;
3307 syms = obj_aout_external_syms (abfd);
3308 sym_count = obj_aout_external_sym_count (abfd);
3309 strings = obj_aout_external_strings (abfd);
3310 if (info->keep_memory)
3311 copy = false;
3312 else
3313 copy = true;
3315 if (aout_backend_info (abfd)->add_dynamic_symbols != NULL)
3317 if (! ((*aout_backend_info (abfd)->add_dynamic_symbols)
3318 (abfd, info, &syms, &sym_count, &strings)))
3319 return false;
3322 /* We keep a list of the linker hash table entries that correspond
3323 to particular symbols. We could just look them up in the hash
3324 table, but keeping the list is more efficient. Perhaps this
3325 should be conditional on info->keep_memory. */
3326 sym_hash = ((struct aout_link_hash_entry **)
3327 bfd_alloc (abfd,
3328 ((size_t) sym_count
3329 * sizeof (struct aout_link_hash_entry *))));
3330 if (sym_hash == NULL && sym_count != 0)
3331 return false;
3332 obj_aout_sym_hashes (abfd) = sym_hash;
3334 add_one_symbol = aout_backend_info (abfd)->add_one_symbol;
3335 if (add_one_symbol == NULL)
3336 add_one_symbol = _bfd_generic_link_add_one_symbol;
3338 p = syms;
3339 pend = p + sym_count;
3340 for (; p < pend; p++, sym_hash++)
3342 int type;
3343 const char *name;
3344 bfd_vma value;
3345 asection *section;
3346 flagword flags;
3347 const char *string;
3349 *sym_hash = NULL;
3351 type = bfd_h_get_8 (abfd, p->e_type);
3353 /* Ignore debugging symbols. */
3354 if ((type & N_STAB) != 0)
3355 continue;
3357 name = strings + GET_WORD (abfd, p->e_strx);
3358 value = GET_WORD (abfd, p->e_value);
3359 flags = BSF_GLOBAL;
3360 string = NULL;
3361 switch (type)
3363 default:
3364 abort ();
3366 case N_UNDF:
3367 case N_ABS:
3368 case N_TEXT:
3369 case N_DATA:
3370 case N_BSS:
3371 case N_FN_SEQ:
3372 case N_COMM:
3373 case N_SETV:
3374 case N_FN:
3375 /* Ignore symbols that are not externally visible. */
3376 continue;
3377 case N_INDR:
3378 /* Ignore local indirect symbol. */
3379 ++p;
3380 ++sym_hash;
3381 continue;
3383 case N_UNDF | N_EXT:
3384 if (value == 0)
3386 section = bfd_und_section_ptr;
3387 flags = 0;
3389 else
3390 section = bfd_com_section_ptr;
3391 break;
3392 case N_ABS | N_EXT:
3393 section = bfd_abs_section_ptr;
3394 break;
3395 case N_TEXT | N_EXT:
3396 section = obj_textsec (abfd);
3397 value -= bfd_get_section_vma (abfd, section);
3398 break;
3399 case N_DATA | N_EXT:
3400 case N_SETV | N_EXT:
3401 /* Treat N_SETV symbols as N_DATA symbol; see comment in
3402 translate_from_native_sym_flags. */
3403 section = obj_datasec (abfd);
3404 value -= bfd_get_section_vma (abfd, section);
3405 break;
3406 case N_BSS | N_EXT:
3407 section = obj_bsssec (abfd);
3408 value -= bfd_get_section_vma (abfd, section);
3409 break;
3410 case N_INDR | N_EXT:
3411 /* An indirect symbol. The next symbol is the symbol
3412 which this one really is. */
3413 BFD_ASSERT (p + 1 < pend);
3414 ++p;
3415 string = strings + GET_WORD (abfd, p->e_strx);
3416 section = bfd_ind_section_ptr;
3417 flags |= BSF_INDIRECT;
3418 break;
3419 case N_COMM | N_EXT:
3420 section = bfd_com_section_ptr;
3421 break;
3422 case N_SETA: case N_SETA | N_EXT:
3423 section = bfd_abs_section_ptr;
3424 flags |= BSF_CONSTRUCTOR;
3425 break;
3426 case N_SETT: case N_SETT | N_EXT:
3427 section = obj_textsec (abfd);
3428 flags |= BSF_CONSTRUCTOR;
3429 value -= bfd_get_section_vma (abfd, section);
3430 break;
3431 case N_SETD: case N_SETD | N_EXT:
3432 section = obj_datasec (abfd);
3433 flags |= BSF_CONSTRUCTOR;
3434 value -= bfd_get_section_vma (abfd, section);
3435 break;
3436 case N_SETB: case N_SETB | N_EXT:
3437 section = obj_bsssec (abfd);
3438 flags |= BSF_CONSTRUCTOR;
3439 value -= bfd_get_section_vma (abfd, section);
3440 break;
3441 case N_WARNING:
3442 /* A warning symbol. The next symbol is the one to warn
3443 about. */
3444 BFD_ASSERT (p + 1 < pend);
3445 ++p;
3446 string = name;
3447 name = strings + GET_WORD (abfd, p->e_strx);
3448 section = bfd_und_section_ptr;
3449 flags |= BSF_WARNING;
3450 break;
3451 case N_WEAKU:
3452 section = bfd_und_section_ptr;
3453 flags = BSF_WEAK;
3454 break;
3455 case N_WEAKA:
3456 section = bfd_abs_section_ptr;
3457 flags = BSF_WEAK;
3458 break;
3459 case N_WEAKT:
3460 section = obj_textsec (abfd);
3461 value -= bfd_get_section_vma (abfd, section);
3462 flags = BSF_WEAK;
3463 break;
3464 case N_WEAKD:
3465 section = obj_datasec (abfd);
3466 value -= bfd_get_section_vma (abfd, section);
3467 flags = BSF_WEAK;
3468 break;
3469 case N_WEAKB:
3470 section = obj_bsssec (abfd);
3471 value -= bfd_get_section_vma (abfd, section);
3472 flags = BSF_WEAK;
3473 break;
3476 if (! ((*add_one_symbol)
3477 (info, abfd, name, flags, section, value, string, copy, false,
3478 (struct bfd_link_hash_entry **) sym_hash)))
3479 return false;
3481 /* Restrict the maximum alignment of a common symbol based on
3482 the architecture, since a.out has no way to represent
3483 alignment requirements of a section in a .o file. FIXME:
3484 This isn't quite right: it should use the architecture of the
3485 output file, not the input files. */
3486 if ((*sym_hash)->root.type == bfd_link_hash_common
3487 && ((*sym_hash)->root.u.c.p->alignment_power >
3488 bfd_get_arch_info (abfd)->section_align_power))
3489 (*sym_hash)->root.u.c.p->alignment_power =
3490 bfd_get_arch_info (abfd)->section_align_power;
3492 /* If this is a set symbol, and we are not building sets, then
3493 it is possible for the hash entry to not have been set. In
3494 such a case, treat the symbol as not globally defined. */
3495 if ((*sym_hash)->root.type == bfd_link_hash_new)
3497 BFD_ASSERT ((flags & BSF_CONSTRUCTOR) != 0);
3498 *sym_hash = NULL;
3501 if (type == (N_INDR | N_EXT) || type == N_WARNING)
3502 ++sym_hash;
3505 return true;
3508 /* A hash table used for header files with N_BINCL entries. */
3510 struct aout_link_includes_table
3512 struct bfd_hash_table root;
3515 /* A linked list of totals that we have found for a particular header
3516 file. */
3518 struct aout_link_includes_totals
3520 struct aout_link_includes_totals *next;
3521 bfd_vma total;
3524 /* An entry in the header file hash table. */
3526 struct aout_link_includes_entry
3528 struct bfd_hash_entry root;
3529 /* List of totals we have found for this file. */
3530 struct aout_link_includes_totals *totals;
3533 /* Look up an entry in an the header file hash table. */
3535 #define aout_link_includes_lookup(table, string, create, copy) \
3536 ((struct aout_link_includes_entry *) \
3537 bfd_hash_lookup (&(table)->root, (string), (create), (copy)))
3539 /* During the final link step we need to pass around a bunch of
3540 information, so we do it in an instance of this structure. */
3542 struct aout_final_link_info
3544 /* General link information. */
3545 struct bfd_link_info *info;
3546 /* Output bfd. */
3547 bfd *output_bfd;
3548 /* Reloc file positions. */
3549 file_ptr treloff, dreloff;
3550 /* File position of symbols. */
3551 file_ptr symoff;
3552 /* String table. */
3553 struct bfd_strtab_hash *strtab;
3554 /* Header file hash table. */
3555 struct aout_link_includes_table includes;
3556 /* A buffer large enough to hold the contents of any section. */
3557 bfd_byte *contents;
3558 /* A buffer large enough to hold the relocs of any section. */
3559 PTR relocs;
3560 /* A buffer large enough to hold the symbol map of any input BFD. */
3561 int *symbol_map;
3562 /* A buffer large enough to hold output symbols of any input BFD. */
3563 struct external_nlist *output_syms;
3566 static struct bfd_hash_entry *aout_link_includes_newfunc
3567 PARAMS ((struct bfd_hash_entry *, struct bfd_hash_table *, const char *));
3568 static boolean aout_link_input_bfd
3569 PARAMS ((struct aout_final_link_info *, bfd *input_bfd));
3570 static boolean aout_link_write_symbols
3571 PARAMS ((struct aout_final_link_info *, bfd *input_bfd));
3572 static boolean aout_link_write_other_symbol
3573 PARAMS ((struct aout_link_hash_entry *, PTR));
3574 static boolean aout_link_input_section
3575 PARAMS ((struct aout_final_link_info *, bfd *input_bfd,
3576 asection *input_section, file_ptr *reloff_ptr,
3577 bfd_size_type rel_size));
3578 static boolean aout_link_input_section_std
3579 PARAMS ((struct aout_final_link_info *, bfd *input_bfd,
3580 asection *input_section, struct reloc_std_external *,
3581 bfd_size_type rel_size, bfd_byte *contents));
3582 static boolean aout_link_input_section_ext
3583 PARAMS ((struct aout_final_link_info *, bfd *input_bfd,
3584 asection *input_section, struct reloc_ext_external *,
3585 bfd_size_type rel_size, bfd_byte *contents));
3586 static INLINE asection *aout_reloc_index_to_section
3587 PARAMS ((bfd *, int));
3588 static boolean aout_link_reloc_link_order
3589 PARAMS ((struct aout_final_link_info *, asection *,
3590 struct bfd_link_order *));
3592 /* The function to create a new entry in the header file hash table. */
3594 static struct bfd_hash_entry *
3595 aout_link_includes_newfunc (entry, table, string)
3596 struct bfd_hash_entry *entry;
3597 struct bfd_hash_table *table;
3598 const char *string;
3600 struct aout_link_includes_entry *ret =
3601 (struct aout_link_includes_entry *) entry;
3603 /* Allocate the structure if it has not already been allocated by a
3604 subclass. */
3605 if (ret == (struct aout_link_includes_entry *) NULL)
3606 ret = ((struct aout_link_includes_entry *)
3607 bfd_hash_allocate (table,
3608 sizeof (struct aout_link_includes_entry)));
3609 if (ret == (struct aout_link_includes_entry *) NULL)
3610 return (struct bfd_hash_entry *) ret;
3612 /* Call the allocation method of the superclass. */
3613 ret = ((struct aout_link_includes_entry *)
3614 bfd_hash_newfunc ((struct bfd_hash_entry *) ret, table, string));
3615 if (ret)
3617 /* Set local fields. */
3618 ret->totals = NULL;
3621 return (struct bfd_hash_entry *) ret;
3624 /* Do the final link step. This is called on the output BFD. The
3625 INFO structure should point to a list of BFDs linked through the
3626 link_next field which can be used to find each BFD which takes part
3627 in the output. Also, each section in ABFD should point to a list
3628 of bfd_link_order structures which list all the input sections for
3629 the output section. */
3631 boolean
3632 NAME(aout,final_link) (abfd, info, callback)
3633 bfd *abfd;
3634 struct bfd_link_info *info;
3635 void (*callback) PARAMS ((bfd *, file_ptr *, file_ptr *, file_ptr *));
3637 struct aout_final_link_info aout_info;
3638 boolean includes_hash_initialized = false;
3639 register bfd *sub;
3640 bfd_size_type trsize, drsize;
3641 size_t max_contents_size;
3642 size_t max_relocs_size;
3643 size_t max_sym_count;
3644 bfd_size_type text_size;
3645 file_ptr text_end;
3646 register struct bfd_link_order *p;
3647 asection *o;
3648 boolean have_link_order_relocs;
3650 if (info->shared)
3651 abfd->flags |= DYNAMIC;
3653 aout_info.info = info;
3654 aout_info.output_bfd = abfd;
3655 aout_info.contents = NULL;
3656 aout_info.relocs = NULL;
3657 aout_info.symbol_map = NULL;
3658 aout_info.output_syms = NULL;
3660 if (! bfd_hash_table_init_n (&aout_info.includes.root,
3661 aout_link_includes_newfunc,
3662 251))
3663 goto error_return;
3664 includes_hash_initialized = true;
3666 /* Figure out the largest section size. Also, if generating
3667 relocateable output, count the relocs. */
3668 trsize = 0;
3669 drsize = 0;
3670 max_contents_size = 0;
3671 max_relocs_size = 0;
3672 max_sym_count = 0;
3673 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
3675 size_t sz;
3677 if (info->relocateable)
3679 if (bfd_get_flavour (sub) == bfd_target_aout_flavour)
3681 trsize += exec_hdr (sub)->a_trsize;
3682 drsize += exec_hdr (sub)->a_drsize;
3684 else
3686 /* FIXME: We need to identify the .text and .data sections
3687 and call get_reloc_upper_bound and canonicalize_reloc to
3688 work out the number of relocs needed, and then multiply
3689 by the reloc size. */
3690 (*_bfd_error_handler)
3691 (_("%s: relocateable link from %s to %s not supported"),
3692 bfd_get_filename (abfd),
3693 sub->xvec->name, abfd->xvec->name);
3694 bfd_set_error (bfd_error_invalid_operation);
3695 goto error_return;
3699 if (bfd_get_flavour (sub) == bfd_target_aout_flavour)
3701 sz = bfd_section_size (sub, obj_textsec (sub));
3702 if (sz > max_contents_size)
3703 max_contents_size = sz;
3704 sz = bfd_section_size (sub, obj_datasec (sub));
3705 if (sz > max_contents_size)
3706 max_contents_size = sz;
3708 sz = exec_hdr (sub)->a_trsize;
3709 if (sz > max_relocs_size)
3710 max_relocs_size = sz;
3711 sz = exec_hdr (sub)->a_drsize;
3712 if (sz > max_relocs_size)
3713 max_relocs_size = sz;
3715 sz = obj_aout_external_sym_count (sub);
3716 if (sz > max_sym_count)
3717 max_sym_count = sz;
3721 if (info->relocateable)
3723 if (obj_textsec (abfd) != (asection *) NULL)
3724 trsize += (_bfd_count_link_order_relocs (obj_textsec (abfd)
3725 ->link_order_head)
3726 * obj_reloc_entry_size (abfd));
3727 if (obj_datasec (abfd) != (asection *) NULL)
3728 drsize += (_bfd_count_link_order_relocs (obj_datasec (abfd)
3729 ->link_order_head)
3730 * obj_reloc_entry_size (abfd));
3733 exec_hdr (abfd)->a_trsize = trsize;
3734 exec_hdr (abfd)->a_drsize = drsize;
3736 exec_hdr (abfd)->a_entry = bfd_get_start_address (abfd);
3738 /* Adjust the section sizes and vmas according to the magic number.
3739 This sets a_text, a_data and a_bss in the exec_hdr and sets the
3740 filepos for each section. */
3741 if (! NAME(aout,adjust_sizes_and_vmas) (abfd, &text_size, &text_end))
3742 goto error_return;
3744 /* The relocation and symbol file positions differ among a.out
3745 targets. We are passed a callback routine from the backend
3746 specific code to handle this.
3747 FIXME: At this point we do not know how much space the symbol
3748 table will require. This will not work for any (nonstandard)
3749 a.out target that needs to know the symbol table size before it
3750 can compute the relocation file positions. This may or may not
3751 be the case for the hp300hpux target, for example. */
3752 (*callback) (abfd, &aout_info.treloff, &aout_info.dreloff,
3753 &aout_info.symoff);
3754 obj_textsec (abfd)->rel_filepos = aout_info.treloff;
3755 obj_datasec (abfd)->rel_filepos = aout_info.dreloff;
3756 obj_sym_filepos (abfd) = aout_info.symoff;
3758 /* We keep a count of the symbols as we output them. */
3759 obj_aout_external_sym_count (abfd) = 0;
3761 /* We accumulate the string table as we write out the symbols. */
3762 aout_info.strtab = _bfd_stringtab_init ();
3763 if (aout_info.strtab == NULL)
3764 goto error_return;
3766 /* Allocate buffers to hold section contents and relocs. */
3767 aout_info.contents = (bfd_byte *) bfd_malloc (max_contents_size);
3768 aout_info.relocs = (PTR) bfd_malloc (max_relocs_size);
3769 aout_info.symbol_map = (int *) bfd_malloc (max_sym_count * sizeof (int *));
3770 aout_info.output_syms = ((struct external_nlist *)
3771 bfd_malloc ((max_sym_count + 1)
3772 * sizeof (struct external_nlist)));
3773 if ((aout_info.contents == NULL && max_contents_size != 0)
3774 || (aout_info.relocs == NULL && max_relocs_size != 0)
3775 || (aout_info.symbol_map == NULL && max_sym_count != 0)
3776 || aout_info.output_syms == NULL)
3777 goto error_return;
3779 /* If we have a symbol named __DYNAMIC, force it out now. This is
3780 required by SunOS. Doing this here rather than in sunos.c is a
3781 hack, but it's easier than exporting everything which would be
3782 needed. */
3784 struct aout_link_hash_entry *h;
3786 h = aout_link_hash_lookup (aout_hash_table (info), "__DYNAMIC",
3787 false, false, false);
3788 if (h != NULL)
3789 aout_link_write_other_symbol (h, &aout_info);
3792 /* The most time efficient way to do the link would be to read all
3793 the input object files into memory and then sort out the
3794 information into the output file. Unfortunately, that will
3795 probably use too much memory. Another method would be to step
3796 through everything that composes the text section and write it
3797 out, and then everything that composes the data section and write
3798 it out, and then write out the relocs, and then write out the
3799 symbols. Unfortunately, that requires reading stuff from each
3800 input file several times, and we will not be able to keep all the
3801 input files open simultaneously, and reopening them will be slow.
3803 What we do is basically process one input file at a time. We do
3804 everything we need to do with an input file once--copy over the
3805 section contents, handle the relocation information, and write
3806 out the symbols--and then we throw away the information we read
3807 from it. This approach requires a lot of lseeks of the output
3808 file, which is unfortunate but still faster than reopening a lot
3809 of files.
3811 We use the output_has_begun field of the input BFDs to see
3812 whether we have already handled it. */
3813 for (sub = info->input_bfds; sub != (bfd *) NULL; sub = sub->link_next)
3814 sub->output_has_begun = false;
3816 /* Mark all sections which are to be included in the link. This
3817 will normally be every section. We need to do this so that we
3818 can identify any sections which the linker has decided to not
3819 include. */
3820 for (o = abfd->sections; o != NULL; o = o->next)
3822 for (p = o->link_order_head; p != NULL; p = p->next)
3824 if (p->type == bfd_indirect_link_order)
3825 p->u.indirect.section->linker_mark = true;
3829 have_link_order_relocs = false;
3830 for (o = abfd->sections; o != (asection *) NULL; o = o->next)
3832 for (p = o->link_order_head;
3833 p != (struct bfd_link_order *) NULL;
3834 p = p->next)
3836 if (p->type == bfd_indirect_link_order
3837 && (bfd_get_flavour (p->u.indirect.section->owner)
3838 == bfd_target_aout_flavour))
3840 bfd *input_bfd;
3842 input_bfd = p->u.indirect.section->owner;
3843 if (! input_bfd->output_has_begun)
3845 if (! aout_link_input_bfd (&aout_info, input_bfd))
3846 goto error_return;
3847 input_bfd->output_has_begun = true;
3850 else if (p->type == bfd_section_reloc_link_order
3851 || p->type == bfd_symbol_reloc_link_order)
3853 /* These are handled below. */
3854 have_link_order_relocs = true;
3856 else
3858 if (! _bfd_default_link_order (abfd, info, o, p))
3859 goto error_return;
3864 /* Write out any symbols that we have not already written out. */
3865 aout_link_hash_traverse (aout_hash_table (info),
3866 aout_link_write_other_symbol,
3867 (PTR) &aout_info);
3869 /* Now handle any relocs we were asked to create by the linker.
3870 These did not come from any input file. We must do these after
3871 we have written out all the symbols, so that we know the symbol
3872 indices to use. */
3873 if (have_link_order_relocs)
3875 for (o = abfd->sections; o != (asection *) NULL; o = o->next)
3877 for (p = o->link_order_head;
3878 p != (struct bfd_link_order *) NULL;
3879 p = p->next)
3881 if (p->type == bfd_section_reloc_link_order
3882 || p->type == bfd_symbol_reloc_link_order)
3884 if (! aout_link_reloc_link_order (&aout_info, o, p))
3885 goto error_return;
3891 if (aout_info.contents != NULL)
3893 free (aout_info.contents);
3894 aout_info.contents = NULL;
3896 if (aout_info.relocs != NULL)
3898 free (aout_info.relocs);
3899 aout_info.relocs = NULL;
3901 if (aout_info.symbol_map != NULL)
3903 free (aout_info.symbol_map);
3904 aout_info.symbol_map = NULL;
3906 if (aout_info.output_syms != NULL)
3908 free (aout_info.output_syms);
3909 aout_info.output_syms = NULL;
3911 if (includes_hash_initialized)
3913 bfd_hash_table_free (&aout_info.includes.root);
3914 includes_hash_initialized = false;
3917 /* Finish up any dynamic linking we may be doing. */
3918 if (aout_backend_info (abfd)->finish_dynamic_link != NULL)
3920 if (! (*aout_backend_info (abfd)->finish_dynamic_link) (abfd, info))
3921 goto error_return;
3924 /* Update the header information. */
3925 abfd->symcount = obj_aout_external_sym_count (abfd);
3926 exec_hdr (abfd)->a_syms = abfd->symcount * EXTERNAL_NLIST_SIZE;
3927 obj_str_filepos (abfd) = obj_sym_filepos (abfd) + exec_hdr (abfd)->a_syms;
3928 obj_textsec (abfd)->reloc_count =
3929 exec_hdr (abfd)->a_trsize / obj_reloc_entry_size (abfd);
3930 obj_datasec (abfd)->reloc_count =
3931 exec_hdr (abfd)->a_drsize / obj_reloc_entry_size (abfd);
3933 /* Write out the string table, unless there are no symbols. */
3934 if (abfd->symcount > 0)
3936 if (bfd_seek (abfd, obj_str_filepos (abfd), SEEK_SET) != 0
3937 || ! emit_stringtab (abfd, aout_info.strtab))
3938 goto error_return;
3940 else if (obj_textsec (abfd)->reloc_count == 0
3941 && obj_datasec (abfd)->reloc_count == 0)
3943 bfd_byte b;
3945 b = 0;
3946 if (bfd_seek (abfd,
3947 (obj_datasec (abfd)->filepos
3948 + exec_hdr (abfd)->a_data
3949 - 1),
3950 SEEK_SET) != 0
3951 || bfd_write (&b, 1, 1, abfd) != 1)
3952 goto error_return;
3955 return true;
3957 error_return:
3958 if (aout_info.contents != NULL)
3959 free (aout_info.contents);
3960 if (aout_info.relocs != NULL)
3961 free (aout_info.relocs);
3962 if (aout_info.symbol_map != NULL)
3963 free (aout_info.symbol_map);
3964 if (aout_info.output_syms != NULL)
3965 free (aout_info.output_syms);
3966 if (includes_hash_initialized)
3967 bfd_hash_table_free (&aout_info.includes.root);
3968 return false;
3971 /* Link an a.out input BFD into the output file. */
3973 static boolean
3974 aout_link_input_bfd (finfo, input_bfd)
3975 struct aout_final_link_info *finfo;
3976 bfd *input_bfd;
3978 bfd_size_type sym_count;
3980 BFD_ASSERT (bfd_get_format (input_bfd) == bfd_object);
3982 /* If this is a dynamic object, it may need special handling. */
3983 if ((input_bfd->flags & DYNAMIC) != 0
3984 && aout_backend_info (input_bfd)->link_dynamic_object != NULL)
3986 return ((*aout_backend_info (input_bfd)->link_dynamic_object)
3987 (finfo->info, input_bfd));
3990 /* Get the symbols. We probably have them already, unless
3991 finfo->info->keep_memory is false. */
3992 if (! aout_get_external_symbols (input_bfd))
3993 return false;
3995 sym_count = obj_aout_external_sym_count (input_bfd);
3997 /* Write out the symbols and get a map of the new indices. The map
3998 is placed into finfo->symbol_map. */
3999 if (! aout_link_write_symbols (finfo, input_bfd))
4000 return false;
4002 /* Relocate and write out the sections. These functions use the
4003 symbol map created by aout_link_write_symbols. The linker_mark
4004 field will be set if these sections are to be included in the
4005 link, which will normally be the case. */
4006 if (obj_textsec (input_bfd)->linker_mark)
4008 if (! aout_link_input_section (finfo, input_bfd,
4009 obj_textsec (input_bfd),
4010 &finfo->treloff,
4011 exec_hdr (input_bfd)->a_trsize))
4012 return false;
4014 if (obj_datasec (input_bfd)->linker_mark)
4016 if (! aout_link_input_section (finfo, input_bfd,
4017 obj_datasec (input_bfd),
4018 &finfo->dreloff,
4019 exec_hdr (input_bfd)->a_drsize))
4020 return false;
4023 /* If we are not keeping memory, we don't need the symbols any
4024 longer. We still need them if we are keeping memory, because the
4025 strings in the hash table point into them. */
4026 if (! finfo->info->keep_memory)
4028 if (! aout_link_free_symbols (input_bfd))
4029 return false;
4032 return true;
4035 /* Adjust and write out the symbols for an a.out file. Set the new
4036 symbol indices into a symbol_map. */
4038 static boolean
4039 aout_link_write_symbols (finfo, input_bfd)
4040 struct aout_final_link_info *finfo;
4041 bfd *input_bfd;
4043 bfd *output_bfd;
4044 bfd_size_type sym_count;
4045 char *strings;
4046 enum bfd_link_strip strip;
4047 enum bfd_link_discard discard;
4048 struct external_nlist *outsym;
4049 bfd_size_type strtab_index;
4050 register struct external_nlist *sym;
4051 struct external_nlist *sym_end;
4052 struct aout_link_hash_entry **sym_hash;
4053 int *symbol_map;
4054 boolean pass;
4055 boolean skip_next;
4057 output_bfd = finfo->output_bfd;
4058 sym_count = obj_aout_external_sym_count (input_bfd);
4059 strings = obj_aout_external_strings (input_bfd);
4060 strip = finfo->info->strip;
4061 discard = finfo->info->discard;
4062 outsym = finfo->output_syms;
4064 /* First write out a symbol for this object file, unless we are
4065 discarding such symbols. */
4066 if (strip != strip_all
4067 && (strip != strip_some
4068 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename,
4069 false, false) != NULL)
4070 && discard != discard_all)
4072 bfd_h_put_8 (output_bfd, N_TEXT, outsym->e_type);
4073 bfd_h_put_8 (output_bfd, 0, outsym->e_other);
4074 bfd_h_put_16 (output_bfd, (bfd_vma) 0, outsym->e_desc);
4075 strtab_index = add_to_stringtab (output_bfd, finfo->strtab,
4076 input_bfd->filename, false);
4077 if (strtab_index == (bfd_size_type) -1)
4078 return false;
4079 PUT_WORD (output_bfd, strtab_index, outsym->e_strx);
4080 PUT_WORD (output_bfd,
4081 (bfd_get_section_vma (output_bfd,
4082 obj_textsec (input_bfd)->output_section)
4083 + obj_textsec (input_bfd)->output_offset),
4084 outsym->e_value);
4085 ++obj_aout_external_sym_count (output_bfd);
4086 ++outsym;
4089 pass = false;
4090 skip_next = false;
4091 sym = obj_aout_external_syms (input_bfd);
4092 sym_end = sym + sym_count;
4093 sym_hash = obj_aout_sym_hashes (input_bfd);
4094 symbol_map = finfo->symbol_map;
4095 memset (symbol_map, 0, sym_count * sizeof *symbol_map);
4096 for (; sym < sym_end; sym++, sym_hash++, symbol_map++)
4098 const char *name;
4099 int type;
4100 struct aout_link_hash_entry *h;
4101 boolean skip;
4102 asection *symsec;
4103 bfd_vma val = 0;
4104 boolean copy;
4106 /* We set *symbol_map to 0 above for all symbols. If it has
4107 already been set to -1 for this symbol, it means that we are
4108 discarding it because it appears in a duplicate header file.
4109 See the N_BINCL code below. */
4110 if (*symbol_map == -1)
4111 continue;
4113 /* Initialize *symbol_map to -1, which means that the symbol was
4114 not copied into the output file. We will change it later if
4115 we do copy the symbol over. */
4116 *symbol_map = -1;
4118 type = bfd_h_get_8 (input_bfd, sym->e_type);
4119 name = strings + GET_WORD (input_bfd, sym->e_strx);
4121 h = NULL;
4123 if (pass)
4125 /* Pass this symbol through. It is the target of an
4126 indirect or warning symbol. */
4127 val = GET_WORD (input_bfd, sym->e_value);
4128 pass = false;
4130 else if (skip_next)
4132 /* Skip this symbol, which is the target of an indirect
4133 symbol that we have changed to no longer be an indirect
4134 symbol. */
4135 skip_next = false;
4136 continue;
4138 else
4140 struct aout_link_hash_entry *hresolve;
4142 /* We have saved the hash table entry for this symbol, if
4143 there is one. Note that we could just look it up again
4144 in the hash table, provided we first check that it is an
4145 external symbol. */
4146 h = *sym_hash;
4148 /* Use the name from the hash table, in case the symbol was
4149 wrapped. */
4150 if (h != NULL)
4151 name = h->root.root.string;
4153 /* If this is an indirect or warning symbol, then change
4154 hresolve to the base symbol. We also change *sym_hash so
4155 that the relocation routines relocate against the real
4156 symbol. */
4157 hresolve = h;
4158 if (h != (struct aout_link_hash_entry *) NULL
4159 && (h->root.type == bfd_link_hash_indirect
4160 || h->root.type == bfd_link_hash_warning))
4162 hresolve = (struct aout_link_hash_entry *) h->root.u.i.link;
4163 while (hresolve->root.type == bfd_link_hash_indirect
4164 || hresolve->root.type == bfd_link_hash_warning)
4165 hresolve = ((struct aout_link_hash_entry *)
4166 hresolve->root.u.i.link);
4167 *sym_hash = hresolve;
4170 /* If the symbol has already been written out, skip it. */
4171 if (h != (struct aout_link_hash_entry *) NULL
4172 && h->root.type != bfd_link_hash_warning
4173 && h->written)
4175 if ((type & N_TYPE) == N_INDR
4176 || type == N_WARNING)
4177 skip_next = true;
4178 *symbol_map = h->indx;
4179 continue;
4182 /* See if we are stripping this symbol. */
4183 skip = false;
4184 switch (strip)
4186 case strip_none:
4187 break;
4188 case strip_debugger:
4189 if ((type & N_STAB) != 0)
4190 skip = true;
4191 break;
4192 case strip_some:
4193 if (bfd_hash_lookup (finfo->info->keep_hash, name, false, false)
4194 == NULL)
4195 skip = true;
4196 break;
4197 case strip_all:
4198 skip = true;
4199 break;
4201 if (skip)
4203 if (h != (struct aout_link_hash_entry *) NULL)
4204 h->written = true;
4205 continue;
4208 /* Get the value of the symbol. */
4209 if ((type & N_TYPE) == N_TEXT
4210 || type == N_WEAKT)
4211 symsec = obj_textsec (input_bfd);
4212 else if ((type & N_TYPE) == N_DATA
4213 || type == N_WEAKD)
4214 symsec = obj_datasec (input_bfd);
4215 else if ((type & N_TYPE) == N_BSS
4216 || type == N_WEAKB)
4217 symsec = obj_bsssec (input_bfd);
4218 else if ((type & N_TYPE) == N_ABS
4219 || type == N_WEAKA)
4220 symsec = bfd_abs_section_ptr;
4221 else if (((type & N_TYPE) == N_INDR
4222 && (hresolve == (struct aout_link_hash_entry *) NULL
4223 || (hresolve->root.type != bfd_link_hash_defined
4224 && hresolve->root.type != bfd_link_hash_defweak
4225 && hresolve->root.type != bfd_link_hash_common)))
4226 || type == N_WARNING)
4228 /* Pass the next symbol through unchanged. The
4229 condition above for indirect symbols is so that if
4230 the indirect symbol was defined, we output it with
4231 the correct definition so the debugger will
4232 understand it. */
4233 pass = true;
4234 val = GET_WORD (input_bfd, sym->e_value);
4235 symsec = NULL;
4237 else if ((type & N_STAB) != 0)
4239 val = GET_WORD (input_bfd, sym->e_value);
4240 symsec = NULL;
4242 else
4244 /* If we get here with an indirect symbol, it means that
4245 we are outputting it with a real definition. In such
4246 a case we do not want to output the next symbol,
4247 which is the target of the indirection. */
4248 if ((type & N_TYPE) == N_INDR)
4249 skip_next = true;
4251 symsec = NULL;
4253 /* We need to get the value from the hash table. We use
4254 hresolve so that if we have defined an indirect
4255 symbol we output the final definition. */
4256 if (h == (struct aout_link_hash_entry *) NULL)
4258 switch (type & N_TYPE)
4260 case N_SETT:
4261 symsec = obj_textsec (input_bfd);
4262 break;
4263 case N_SETD:
4264 symsec = obj_datasec (input_bfd);
4265 break;
4266 case N_SETB:
4267 symsec = obj_bsssec (input_bfd);
4268 break;
4269 case N_SETA:
4270 symsec = bfd_abs_section_ptr;
4271 break;
4272 default:
4273 val = 0;
4274 break;
4277 else if (hresolve->root.type == bfd_link_hash_defined
4278 || hresolve->root.type == bfd_link_hash_defweak)
4280 asection *input_section;
4281 asection *output_section;
4283 /* This case usually means a common symbol which was
4284 turned into a defined symbol. */
4285 input_section = hresolve->root.u.def.section;
4286 output_section = input_section->output_section;
4287 BFD_ASSERT (bfd_is_abs_section (output_section)
4288 || output_section->owner == output_bfd);
4289 val = (hresolve->root.u.def.value
4290 + bfd_get_section_vma (output_bfd, output_section)
4291 + input_section->output_offset);
4293 /* Get the correct type based on the section. If
4294 this is a constructed set, force it to be
4295 globally visible. */
4296 if (type == N_SETT
4297 || type == N_SETD
4298 || type == N_SETB
4299 || type == N_SETA)
4300 type |= N_EXT;
4302 type &=~ N_TYPE;
4304 if (output_section == obj_textsec (output_bfd))
4305 type |= (hresolve->root.type == bfd_link_hash_defined
4306 ? N_TEXT
4307 : N_WEAKT);
4308 else if (output_section == obj_datasec (output_bfd))
4309 type |= (hresolve->root.type == bfd_link_hash_defined
4310 ? N_DATA
4311 : N_WEAKD);
4312 else if (output_section == obj_bsssec (output_bfd))
4313 type |= (hresolve->root.type == bfd_link_hash_defined
4314 ? N_BSS
4315 : N_WEAKB);
4316 else
4317 type |= (hresolve->root.type == bfd_link_hash_defined
4318 ? N_ABS
4319 : N_WEAKA);
4321 else if (hresolve->root.type == bfd_link_hash_common)
4322 val = hresolve->root.u.c.size;
4323 else if (hresolve->root.type == bfd_link_hash_undefweak)
4325 val = 0;
4326 type = N_WEAKU;
4328 else
4329 val = 0;
4331 if (symsec != (asection *) NULL)
4332 val = (symsec->output_section->vma
4333 + symsec->output_offset
4334 + (GET_WORD (input_bfd, sym->e_value)
4335 - symsec->vma));
4337 /* If this is a global symbol set the written flag, and if
4338 it is a local symbol see if we should discard it. */
4339 if (h != (struct aout_link_hash_entry *) NULL)
4341 h->written = true;
4342 h->indx = obj_aout_external_sym_count (output_bfd);
4344 else if ((type & N_TYPE) != N_SETT
4345 && (type & N_TYPE) != N_SETD
4346 && (type & N_TYPE) != N_SETB
4347 && (type & N_TYPE) != N_SETA)
4349 switch (discard)
4351 case discard_none:
4352 break;
4353 case discard_l:
4354 if ((type & N_STAB) == 0
4355 && bfd_is_local_label_name (input_bfd, name))
4356 skip = true;
4357 break;
4358 case discard_all:
4359 skip = true;
4360 break;
4362 if (skip)
4364 pass = false;
4365 continue;
4369 /* An N_BINCL symbol indicates the start of the stabs
4370 entries for a header file. We need to scan ahead to the
4371 next N_EINCL symbol, ignoring nesting, adding up all the
4372 characters in the symbol names, not including the file
4373 numbers in types (the first number after an open
4374 parenthesis). */
4375 if (type == N_BINCL)
4377 struct external_nlist *incl_sym;
4378 int nest;
4379 struct aout_link_includes_entry *incl_entry;
4380 struct aout_link_includes_totals *t;
4382 val = 0;
4383 nest = 0;
4384 for (incl_sym = sym + 1; incl_sym < sym_end; incl_sym++)
4386 int incl_type;
4388 incl_type = bfd_h_get_8 (input_bfd, incl_sym->e_type);
4389 if (incl_type == N_EINCL)
4391 if (nest == 0)
4392 break;
4393 --nest;
4395 else if (incl_type == N_BINCL)
4396 ++nest;
4397 else if (nest == 0)
4399 const char *s;
4401 s = strings + GET_WORD (input_bfd, incl_sym->e_strx);
4402 for (; *s != '\0'; s++)
4404 val += *s;
4405 if (*s == '(')
4407 /* Skip the file number. */
4408 ++s;
4409 while (isdigit ((unsigned char) *s))
4410 ++s;
4411 --s;
4417 /* If we have already included a header file with the
4418 same value, then replace this one with an N_EXCL
4419 symbol. */
4420 copy = ! finfo->info->keep_memory;
4421 incl_entry = aout_link_includes_lookup (&finfo->includes,
4422 name, true, copy);
4423 if (incl_entry == NULL)
4424 return false;
4425 for (t = incl_entry->totals; t != NULL; t = t->next)
4426 if (t->total == val)
4427 break;
4428 if (t == NULL)
4430 /* This is the first time we have seen this header
4431 file with this set of stabs strings. */
4432 t = ((struct aout_link_includes_totals *)
4433 bfd_hash_allocate (&finfo->includes.root,
4434 sizeof *t));
4435 if (t == NULL)
4436 return false;
4437 t->total = val;
4438 t->next = incl_entry->totals;
4439 incl_entry->totals = t;
4441 else
4443 int *incl_map;
4445 /* This is a duplicate header file. We must change
4446 it to be an N_EXCL entry, and mark all the
4447 included symbols to prevent outputting them. */
4448 type = N_EXCL;
4450 nest = 0;
4451 for (incl_sym = sym + 1, incl_map = symbol_map + 1;
4452 incl_sym < sym_end;
4453 incl_sym++, incl_map++)
4455 int incl_type;
4457 incl_type = bfd_h_get_8 (input_bfd, incl_sym->e_type);
4458 if (incl_type == N_EINCL)
4460 if (nest == 0)
4462 *incl_map = -1;
4463 break;
4465 --nest;
4467 else if (incl_type == N_BINCL)
4468 ++nest;
4469 else if (nest == 0)
4470 *incl_map = -1;
4476 /* Copy this symbol into the list of symbols we are going to
4477 write out. */
4478 bfd_h_put_8 (output_bfd, type, outsym->e_type);
4479 bfd_h_put_8 (output_bfd, bfd_h_get_8 (input_bfd, sym->e_other),
4480 outsym->e_other);
4481 bfd_h_put_16 (output_bfd, bfd_h_get_16 (input_bfd, sym->e_desc),
4482 outsym->e_desc);
4483 copy = false;
4484 if (! finfo->info->keep_memory)
4486 /* name points into a string table which we are going to
4487 free. If there is a hash table entry, use that string.
4488 Otherwise, copy name into memory. */
4489 if (h != (struct aout_link_hash_entry *) NULL)
4490 name = h->root.root.string;
4491 else
4492 copy = true;
4494 strtab_index = add_to_stringtab (output_bfd, finfo->strtab,
4495 name, copy);
4496 if (strtab_index == (bfd_size_type) -1)
4497 return false;
4498 PUT_WORD (output_bfd, strtab_index, outsym->e_strx);
4499 PUT_WORD (output_bfd, val, outsym->e_value);
4500 *symbol_map = obj_aout_external_sym_count (output_bfd);
4501 ++obj_aout_external_sym_count (output_bfd);
4502 ++outsym;
4505 /* Write out the output symbols we have just constructed. */
4506 if (outsym > finfo->output_syms)
4508 bfd_size_type outsym_count;
4510 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0)
4511 return false;
4512 outsym_count = outsym - finfo->output_syms;
4513 if (bfd_write ((PTR) finfo->output_syms,
4514 (bfd_size_type) EXTERNAL_NLIST_SIZE,
4515 (bfd_size_type) outsym_count, output_bfd)
4516 != outsym_count * EXTERNAL_NLIST_SIZE)
4517 return false;
4518 finfo->symoff += outsym_count * EXTERNAL_NLIST_SIZE;
4521 return true;
4524 /* Write out a symbol that was not associated with an a.out input
4525 object. */
4527 static boolean
4528 aout_link_write_other_symbol (h, data)
4529 struct aout_link_hash_entry *h;
4530 PTR data;
4532 struct aout_final_link_info *finfo = (struct aout_final_link_info *) data;
4533 bfd *output_bfd;
4534 int type;
4535 bfd_vma val;
4536 struct external_nlist outsym;
4537 bfd_size_type indx;
4539 output_bfd = finfo->output_bfd;
4541 if (aout_backend_info (output_bfd)->write_dynamic_symbol != NULL)
4543 if (! ((*aout_backend_info (output_bfd)->write_dynamic_symbol)
4544 (output_bfd, finfo->info, h)))
4546 /* FIXME: No way to handle errors. */
4547 abort ();
4551 if (h->written)
4552 return true;
4554 h->written = true;
4556 /* An indx of -2 means the symbol must be written. */
4557 if (h->indx != -2
4558 && (finfo->info->strip == strip_all
4559 || (finfo->info->strip == strip_some
4560 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
4561 false, false) == NULL)))
4562 return true;
4564 switch (h->root.type)
4566 default:
4567 abort ();
4568 /* Avoid variable not initialized warnings. */
4569 return true;
4570 case bfd_link_hash_new:
4571 /* This can happen for set symbols when sets are not being
4572 built. */
4573 return true;
4574 case bfd_link_hash_undefined:
4575 type = N_UNDF | N_EXT;
4576 val = 0;
4577 break;
4578 case bfd_link_hash_defined:
4579 case bfd_link_hash_defweak:
4581 asection *sec;
4583 sec = h->root.u.def.section->output_section;
4584 BFD_ASSERT (bfd_is_abs_section (sec)
4585 || sec->owner == output_bfd);
4586 if (sec == obj_textsec (output_bfd))
4587 type = h->root.type == bfd_link_hash_defined ? N_TEXT : N_WEAKT;
4588 else if (sec == obj_datasec (output_bfd))
4589 type = h->root.type == bfd_link_hash_defined ? N_DATA : N_WEAKD;
4590 else if (sec == obj_bsssec (output_bfd))
4591 type = h->root.type == bfd_link_hash_defined ? N_BSS : N_WEAKB;
4592 else
4593 type = h->root.type == bfd_link_hash_defined ? N_ABS : N_WEAKA;
4594 type |= N_EXT;
4595 val = (h->root.u.def.value
4596 + sec->vma
4597 + h->root.u.def.section->output_offset);
4599 break;
4600 case bfd_link_hash_common:
4601 type = N_UNDF | N_EXT;
4602 val = h->root.u.c.size;
4603 break;
4604 case bfd_link_hash_undefweak:
4605 type = N_WEAKU;
4606 val = 0;
4607 case bfd_link_hash_indirect:
4608 case bfd_link_hash_warning:
4609 /* FIXME: Ignore these for now. The circumstances under which
4610 they should be written out are not clear to me. */
4611 return true;
4614 bfd_h_put_8 (output_bfd, type, outsym.e_type);
4615 bfd_h_put_8 (output_bfd, 0, outsym.e_other);
4616 bfd_h_put_16 (output_bfd, 0, outsym.e_desc);
4617 indx = add_to_stringtab (output_bfd, finfo->strtab, h->root.root.string,
4618 false);
4619 if (indx == (bfd_size_type) -1)
4621 /* FIXME: No way to handle errors. */
4622 abort ();
4624 PUT_WORD (output_bfd, indx, outsym.e_strx);
4625 PUT_WORD (output_bfd, val, outsym.e_value);
4627 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0
4628 || bfd_write ((PTR) &outsym, (bfd_size_type) EXTERNAL_NLIST_SIZE,
4629 (bfd_size_type) 1, output_bfd) != EXTERNAL_NLIST_SIZE)
4631 /* FIXME: No way to handle errors. */
4632 abort ();
4635 finfo->symoff += EXTERNAL_NLIST_SIZE;
4636 h->indx = obj_aout_external_sym_count (output_bfd);
4637 ++obj_aout_external_sym_count (output_bfd);
4639 return true;
4642 /* Link an a.out section into the output file. */
4644 static boolean
4645 aout_link_input_section (finfo, input_bfd, input_section, reloff_ptr,
4646 rel_size)
4647 struct aout_final_link_info *finfo;
4648 bfd *input_bfd;
4649 asection *input_section;
4650 file_ptr *reloff_ptr;
4651 bfd_size_type rel_size;
4653 bfd_size_type input_size;
4654 PTR relocs;
4656 /* Get the section contents. */
4657 input_size = bfd_section_size (input_bfd, input_section);
4658 if (! bfd_get_section_contents (input_bfd, input_section,
4659 (PTR) finfo->contents,
4660 (file_ptr) 0, input_size))
4661 return false;
4663 /* Read in the relocs if we haven't already done it. */
4664 if (aout_section_data (input_section) != NULL
4665 && aout_section_data (input_section)->relocs != NULL)
4666 relocs = aout_section_data (input_section)->relocs;
4667 else
4669 relocs = finfo->relocs;
4670 if (rel_size > 0)
4672 if (bfd_seek (input_bfd, input_section->rel_filepos, SEEK_SET) != 0
4673 || bfd_read (relocs, 1, rel_size, input_bfd) != rel_size)
4674 return false;
4678 /* Relocate the section contents. */
4679 if (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE)
4681 if (! aout_link_input_section_std (finfo, input_bfd, input_section,
4682 (struct reloc_std_external *) relocs,
4683 rel_size, finfo->contents))
4684 return false;
4686 else
4688 if (! aout_link_input_section_ext (finfo, input_bfd, input_section,
4689 (struct reloc_ext_external *) relocs,
4690 rel_size, finfo->contents))
4691 return false;
4694 /* Write out the section contents. */
4695 if (! bfd_set_section_contents (finfo->output_bfd,
4696 input_section->output_section,
4697 (PTR) finfo->contents,
4698 input_section->output_offset,
4699 input_size))
4700 return false;
4702 /* If we are producing relocateable output, the relocs were
4703 modified, and we now write them out. */
4704 if (finfo->info->relocateable && rel_size > 0)
4706 if (bfd_seek (finfo->output_bfd, *reloff_ptr, SEEK_SET) != 0)
4707 return false;
4708 if (bfd_write (relocs, (bfd_size_type) 1, rel_size, finfo->output_bfd)
4709 != rel_size)
4710 return false;
4711 *reloff_ptr += rel_size;
4713 /* Assert that the relocs have not run into the symbols, and
4714 that if these are the text relocs they have not run into the
4715 data relocs. */
4716 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
4717 && (reloff_ptr != &finfo->treloff
4718 || (*reloff_ptr
4719 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
4722 return true;
4725 /* Get the section corresponding to a reloc index. */
4727 static INLINE asection *
4728 aout_reloc_index_to_section (abfd, indx)
4729 bfd *abfd;
4730 int indx;
4732 switch (indx & N_TYPE)
4734 case N_TEXT:
4735 return obj_textsec (abfd);
4736 case N_DATA:
4737 return obj_datasec (abfd);
4738 case N_BSS:
4739 return obj_bsssec (abfd);
4740 case N_ABS:
4741 case N_UNDF:
4742 return bfd_abs_section_ptr;
4743 default:
4744 abort ();
4746 /*NOTREACHED*/
4747 return NULL;
4750 /* Relocate an a.out section using standard a.out relocs. */
4752 static boolean
4753 aout_link_input_section_std (finfo, input_bfd, input_section, relocs,
4754 rel_size, contents)
4755 struct aout_final_link_info *finfo;
4756 bfd *input_bfd;
4757 asection *input_section;
4758 struct reloc_std_external *relocs;
4759 bfd_size_type rel_size;
4760 bfd_byte *contents;
4762 boolean (*check_dynamic_reloc) PARAMS ((struct bfd_link_info *,
4763 bfd *, asection *,
4764 struct aout_link_hash_entry *,
4765 PTR, bfd_byte *, boolean *,
4766 bfd_vma *));
4767 bfd *output_bfd;
4768 boolean relocateable;
4769 struct external_nlist *syms;
4770 char *strings;
4771 struct aout_link_hash_entry **sym_hashes;
4772 int *symbol_map;
4773 bfd_size_type reloc_count;
4774 register struct reloc_std_external *rel;
4775 struct reloc_std_external *rel_end;
4777 output_bfd = finfo->output_bfd;
4778 check_dynamic_reloc = aout_backend_info (output_bfd)->check_dynamic_reloc;
4780 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_STD_SIZE);
4781 BFD_ASSERT (input_bfd->xvec->header_byteorder
4782 == output_bfd->xvec->header_byteorder);
4784 relocateable = finfo->info->relocateable;
4785 syms = obj_aout_external_syms (input_bfd);
4786 strings = obj_aout_external_strings (input_bfd);
4787 sym_hashes = obj_aout_sym_hashes (input_bfd);
4788 symbol_map = finfo->symbol_map;
4790 reloc_count = rel_size / RELOC_STD_SIZE;
4791 rel = relocs;
4792 rel_end = rel + reloc_count;
4793 for (; rel < rel_end; rel++)
4795 bfd_vma r_addr;
4796 int r_index;
4797 int r_extern;
4798 int r_pcrel;
4799 int r_baserel = 0;
4800 reloc_howto_type *howto;
4801 struct aout_link_hash_entry *h = NULL;
4802 bfd_vma relocation;
4803 bfd_reloc_status_type r;
4805 r_addr = GET_SWORD (input_bfd, rel->r_address);
4807 #ifdef MY_reloc_howto
4808 howto = MY_reloc_howto(input_bfd, rel, r_index, r_extern, r_pcrel);
4809 #else
4811 int r_jmptable;
4812 int r_relative;
4813 int r_length;
4814 unsigned int howto_idx;
4816 if (bfd_header_big_endian (input_bfd))
4818 r_index = ((rel->r_index[0] << 16)
4819 | (rel->r_index[1] << 8)
4820 | rel->r_index[2]);
4821 r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_BIG));
4822 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG));
4823 r_baserel = (0 != (rel->r_type[0] & RELOC_STD_BITS_BASEREL_BIG));
4824 r_jmptable= (0 != (rel->r_type[0] & RELOC_STD_BITS_JMPTABLE_BIG));
4825 r_relative= (0 != (rel->r_type[0] & RELOC_STD_BITS_RELATIVE_BIG));
4826 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_BIG)
4827 >> RELOC_STD_BITS_LENGTH_SH_BIG);
4829 else
4831 r_index = ((rel->r_index[2] << 16)
4832 | (rel->r_index[1] << 8)
4833 | rel->r_index[0]);
4834 r_extern = (0 != (rel->r_type[0] & RELOC_STD_BITS_EXTERN_LITTLE));
4835 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE));
4836 r_baserel = (0 != (rel->r_type[0]
4837 & RELOC_STD_BITS_BASEREL_LITTLE));
4838 r_jmptable= (0 != (rel->r_type[0]
4839 & RELOC_STD_BITS_JMPTABLE_LITTLE));
4840 r_relative= (0 != (rel->r_type[0]
4841 & RELOC_STD_BITS_RELATIVE_LITTLE));
4842 r_length = ((rel->r_type[0] & RELOC_STD_BITS_LENGTH_LITTLE)
4843 >> RELOC_STD_BITS_LENGTH_SH_LITTLE);
4846 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel
4847 + 16 * r_jmptable + 32 * r_relative);
4848 BFD_ASSERT (howto_idx < TABLE_SIZE (howto_table_std));
4849 howto = howto_table_std + howto_idx;
4851 #endif
4853 if (relocateable)
4855 /* We are generating a relocateable output file, and must
4856 modify the reloc accordingly. */
4857 if (r_extern)
4859 /* If we know the symbol this relocation is against,
4860 convert it into a relocation against a section. This
4861 is what the native linker does. */
4862 h = sym_hashes[r_index];
4863 if (h != (struct aout_link_hash_entry *) NULL
4864 && (h->root.type == bfd_link_hash_defined
4865 || h->root.type == bfd_link_hash_defweak))
4867 asection *output_section;
4869 /* Change the r_extern value. */
4870 if (bfd_header_big_endian (output_bfd))
4871 rel->r_type[0] &=~ RELOC_STD_BITS_EXTERN_BIG;
4872 else
4873 rel->r_type[0] &=~ RELOC_STD_BITS_EXTERN_LITTLE;
4875 /* Compute a new r_index. */
4876 output_section = h->root.u.def.section->output_section;
4877 if (output_section == obj_textsec (output_bfd))
4878 r_index = N_TEXT;
4879 else if (output_section == obj_datasec (output_bfd))
4880 r_index = N_DATA;
4881 else if (output_section == obj_bsssec (output_bfd))
4882 r_index = N_BSS;
4883 else
4884 r_index = N_ABS;
4886 /* Add the symbol value and the section VMA to the
4887 addend stored in the contents. */
4888 relocation = (h->root.u.def.value
4889 + output_section->vma
4890 + h->root.u.def.section->output_offset);
4892 else
4894 /* We must change r_index according to the symbol
4895 map. */
4896 r_index = symbol_map[r_index];
4898 if (r_index == -1)
4900 if (h != NULL)
4902 /* We decided to strip this symbol, but it
4903 turns out that we can't. Note that we
4904 lose the other and desc information here.
4905 I don't think that will ever matter for a
4906 global symbol. */
4907 if (h->indx < 0)
4909 h->indx = -2;
4910 h->written = false;
4911 if (! aout_link_write_other_symbol (h,
4912 (PTR) finfo))
4913 return false;
4915 r_index = h->indx;
4917 else
4919 const char *name;
4921 name = strings + GET_WORD (input_bfd,
4922 syms[r_index].e_strx);
4923 if (! ((*finfo->info->callbacks->unattached_reloc)
4924 (finfo->info, name, input_bfd, input_section,
4925 r_addr)))
4926 return false;
4927 r_index = 0;
4931 relocation = 0;
4934 /* Write out the new r_index value. */
4935 if (bfd_header_big_endian (output_bfd))
4937 rel->r_index[0] = r_index >> 16;
4938 rel->r_index[1] = r_index >> 8;
4939 rel->r_index[2] = r_index;
4941 else
4943 rel->r_index[2] = r_index >> 16;
4944 rel->r_index[1] = r_index >> 8;
4945 rel->r_index[0] = r_index;
4948 else
4950 asection *section;
4952 /* This is a relocation against a section. We must
4953 adjust by the amount that the section moved. */
4954 section = aout_reloc_index_to_section (input_bfd, r_index);
4955 relocation = (section->output_section->vma
4956 + section->output_offset
4957 - section->vma);
4960 /* Change the address of the relocation. */
4961 PUT_WORD (output_bfd,
4962 r_addr + input_section->output_offset,
4963 rel->r_address);
4965 /* Adjust a PC relative relocation by removing the reference
4966 to the original address in the section and including the
4967 reference to the new address. */
4968 if (r_pcrel)
4969 relocation -= (input_section->output_section->vma
4970 + input_section->output_offset
4971 - input_section->vma);
4973 #ifdef MY_relocatable_reloc
4974 MY_relocatable_reloc (howto, output_bfd, rel, relocation, r_addr);
4975 #endif
4977 if (relocation == 0)
4978 r = bfd_reloc_ok;
4979 else
4980 r = MY_relocate_contents (howto,
4981 input_bfd, relocation,
4982 contents + r_addr);
4984 else
4986 boolean hundef;
4988 /* We are generating an executable, and must do a full
4989 relocation. */
4990 hundef = false;
4992 if (r_extern)
4994 h = sym_hashes[r_index];
4996 if (h != (struct aout_link_hash_entry *) NULL
4997 && (h->root.type == bfd_link_hash_defined
4998 || h->root.type == bfd_link_hash_defweak))
5000 relocation = (h->root.u.def.value
5001 + h->root.u.def.section->output_section->vma
5002 + h->root.u.def.section->output_offset);
5004 else if (h != (struct aout_link_hash_entry *) NULL
5005 && h->root.type == bfd_link_hash_undefweak)
5006 relocation = 0;
5007 else
5009 hundef = true;
5010 relocation = 0;
5013 else
5015 asection *section;
5017 section = aout_reloc_index_to_section (input_bfd, r_index);
5018 relocation = (section->output_section->vma
5019 + section->output_offset
5020 - section->vma);
5021 if (r_pcrel)
5022 relocation += input_section->vma;
5025 if (check_dynamic_reloc != NULL)
5027 boolean skip;
5029 if (! ((*check_dynamic_reloc)
5030 (finfo->info, input_bfd, input_section, h,
5031 (PTR) rel, contents, &skip, &relocation)))
5032 return false;
5033 if (skip)
5034 continue;
5037 /* Now warn if a global symbol is undefined. We could not
5038 do this earlier, because check_dynamic_reloc might want
5039 to skip this reloc. */
5040 if (hundef && ! finfo->info->shared && ! r_baserel)
5042 const char *name;
5044 if (h != NULL)
5045 name = h->root.root.string;
5046 else
5047 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
5048 if (! ((*finfo->info->callbacks->undefined_symbol)
5049 (finfo->info, name, input_bfd, input_section,
5050 r_addr, true)))
5051 return false;
5054 r = MY_final_link_relocate (howto,
5055 input_bfd, input_section,
5056 contents, r_addr, relocation,
5057 (bfd_vma) 0);
5060 if (r != bfd_reloc_ok)
5062 switch (r)
5064 default:
5065 case bfd_reloc_outofrange:
5066 abort ();
5067 case bfd_reloc_overflow:
5069 const char *name;
5071 if (h != NULL)
5072 name = h->root.root.string;
5073 else if (r_extern)
5074 name = strings + GET_WORD (input_bfd,
5075 syms[r_index].e_strx);
5076 else
5078 asection *s;
5080 s = aout_reloc_index_to_section (input_bfd, r_index);
5081 name = bfd_section_name (input_bfd, s);
5083 if (! ((*finfo->info->callbacks->reloc_overflow)
5084 (finfo->info, name, howto->name,
5085 (bfd_vma) 0, input_bfd, input_section, r_addr)))
5086 return false;
5088 break;
5093 return true;
5096 /* Relocate an a.out section using extended a.out relocs. */
5098 static boolean
5099 aout_link_input_section_ext (finfo, input_bfd, input_section, relocs,
5100 rel_size, contents)
5101 struct aout_final_link_info *finfo;
5102 bfd *input_bfd;
5103 asection *input_section;
5104 struct reloc_ext_external *relocs;
5105 bfd_size_type rel_size;
5106 bfd_byte *contents;
5108 boolean (*check_dynamic_reloc) PARAMS ((struct bfd_link_info *,
5109 bfd *, asection *,
5110 struct aout_link_hash_entry *,
5111 PTR, bfd_byte *, boolean *,
5112 bfd_vma *));
5113 bfd *output_bfd;
5114 boolean relocateable;
5115 struct external_nlist *syms;
5116 char *strings;
5117 struct aout_link_hash_entry **sym_hashes;
5118 int *symbol_map;
5119 bfd_size_type reloc_count;
5120 register struct reloc_ext_external *rel;
5121 struct reloc_ext_external *rel_end;
5123 output_bfd = finfo->output_bfd;
5124 check_dynamic_reloc = aout_backend_info (output_bfd)->check_dynamic_reloc;
5126 BFD_ASSERT (obj_reloc_entry_size (input_bfd) == RELOC_EXT_SIZE);
5127 BFD_ASSERT (input_bfd->xvec->header_byteorder
5128 == output_bfd->xvec->header_byteorder);
5130 relocateable = finfo->info->relocateable;
5131 syms = obj_aout_external_syms (input_bfd);
5132 strings = obj_aout_external_strings (input_bfd);
5133 sym_hashes = obj_aout_sym_hashes (input_bfd);
5134 symbol_map = finfo->symbol_map;
5136 reloc_count = rel_size / RELOC_EXT_SIZE;
5137 rel = relocs;
5138 rel_end = rel + reloc_count;
5139 for (; rel < rel_end; rel++)
5141 bfd_vma r_addr;
5142 int r_index;
5143 int r_extern;
5144 unsigned int r_type;
5145 bfd_vma r_addend;
5146 struct aout_link_hash_entry *h = NULL;
5147 asection *r_section = NULL;
5148 bfd_vma relocation;
5150 r_addr = GET_SWORD (input_bfd, rel->r_address);
5152 if (bfd_header_big_endian (input_bfd))
5154 r_index = ((rel->r_index[0] << 16)
5155 | (rel->r_index[1] << 8)
5156 | rel->r_index[2]);
5157 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_BIG));
5158 r_type = ((rel->r_type[0] & RELOC_EXT_BITS_TYPE_BIG)
5159 >> RELOC_EXT_BITS_TYPE_SH_BIG);
5161 else
5163 r_index = ((rel->r_index[2] << 16)
5164 | (rel->r_index[1] << 8)
5165 | rel->r_index[0]);
5166 r_extern = (0 != (rel->r_type[0] & RELOC_EXT_BITS_EXTERN_LITTLE));
5167 r_type = ((rel->r_type[0] & RELOC_EXT_BITS_TYPE_LITTLE)
5168 >> RELOC_EXT_BITS_TYPE_SH_LITTLE);
5171 r_addend = GET_SWORD (input_bfd, rel->r_addend);
5173 BFD_ASSERT (r_type < TABLE_SIZE (howto_table_ext));
5175 if (relocateable)
5177 /* We are generating a relocateable output file, and must
5178 modify the reloc accordingly. */
5179 if (r_extern
5180 || r_type == RELOC_BASE10
5181 || r_type == RELOC_BASE13
5182 || r_type == RELOC_BASE22)
5184 /* If we know the symbol this relocation is against,
5185 convert it into a relocation against a section. This
5186 is what the native linker does. */
5187 if (r_type == RELOC_BASE10
5188 || r_type == RELOC_BASE13
5189 || r_type == RELOC_BASE22)
5190 h = NULL;
5191 else
5192 h = sym_hashes[r_index];
5193 if (h != (struct aout_link_hash_entry *) NULL
5194 && (h->root.type == bfd_link_hash_defined
5195 || h->root.type == bfd_link_hash_defweak))
5197 asection *output_section;
5199 /* Change the r_extern value. */
5200 if (bfd_header_big_endian (output_bfd))
5201 rel->r_type[0] &=~ RELOC_EXT_BITS_EXTERN_BIG;
5202 else
5203 rel->r_type[0] &=~ RELOC_EXT_BITS_EXTERN_LITTLE;
5205 /* Compute a new r_index. */
5206 output_section = h->root.u.def.section->output_section;
5207 if (output_section == obj_textsec (output_bfd))
5208 r_index = N_TEXT;
5209 else if (output_section == obj_datasec (output_bfd))
5210 r_index = N_DATA;
5211 else if (output_section == obj_bsssec (output_bfd))
5212 r_index = N_BSS;
5213 else
5214 r_index = N_ABS;
5216 /* Add the symbol value and the section VMA to the
5217 addend. */
5218 relocation = (h->root.u.def.value
5219 + output_section->vma
5220 + h->root.u.def.section->output_offset);
5222 /* Now RELOCATION is the VMA of the final
5223 destination. If this is a PC relative reloc,
5224 then ADDEND is the negative of the source VMA.
5225 We want to set ADDEND to the difference between
5226 the destination VMA and the source VMA, which
5227 means we must adjust RELOCATION by the change in
5228 the source VMA. This is done below. */
5230 else
5232 /* We must change r_index according to the symbol
5233 map. */
5234 r_index = symbol_map[r_index];
5236 if (r_index == -1)
5238 if (h != NULL)
5240 /* We decided to strip this symbol, but it
5241 turns out that we can't. Note that we
5242 lose the other and desc information here.
5243 I don't think that will ever matter for a
5244 global symbol. */
5245 if (h->indx < 0)
5247 h->indx = -2;
5248 h->written = false;
5249 if (! aout_link_write_other_symbol (h,
5250 (PTR) finfo))
5251 return false;
5253 r_index = h->indx;
5255 else
5257 const char *name;
5259 name = strings + GET_WORD (input_bfd,
5260 syms[r_index].e_strx);
5261 if (! ((*finfo->info->callbacks->unattached_reloc)
5262 (finfo->info, name, input_bfd, input_section,
5263 r_addr)))
5264 return false;
5265 r_index = 0;
5269 relocation = 0;
5271 /* If this is a PC relative reloc, then the addend
5272 is the negative of the source VMA. We must
5273 adjust it by the change in the source VMA. This
5274 is done below. */
5277 /* Write out the new r_index value. */
5278 if (bfd_header_big_endian (output_bfd))
5280 rel->r_index[0] = r_index >> 16;
5281 rel->r_index[1] = r_index >> 8;
5282 rel->r_index[2] = r_index;
5284 else
5286 rel->r_index[2] = r_index >> 16;
5287 rel->r_index[1] = r_index >> 8;
5288 rel->r_index[0] = r_index;
5291 else
5293 /* This is a relocation against a section. We must
5294 adjust by the amount that the section moved. */
5295 r_section = aout_reloc_index_to_section (input_bfd, r_index);
5296 relocation = (r_section->output_section->vma
5297 + r_section->output_offset
5298 - r_section->vma);
5300 /* If this is a PC relative reloc, then the addend is
5301 the difference in VMA between the destination and the
5302 source. We have just adjusted for the change in VMA
5303 of the destination, so we must also adjust by the
5304 change in VMA of the source. This is done below. */
5307 /* As described above, we must always adjust a PC relative
5308 reloc by the change in VMA of the source. However, if
5309 pcrel_offset is set, then the addend does not include the
5310 location within the section, in which case we don't need
5311 to adjust anything. */
5312 if (howto_table_ext[r_type].pc_relative
5313 && ! howto_table_ext[r_type].pcrel_offset)
5314 relocation -= (input_section->output_section->vma
5315 + input_section->output_offset
5316 - input_section->vma);
5318 /* Change the addend if necessary. */
5319 if (relocation != 0)
5320 PUT_WORD (output_bfd, r_addend + relocation, rel->r_addend);
5322 /* Change the address of the relocation. */
5323 PUT_WORD (output_bfd,
5324 r_addr + input_section->output_offset,
5325 rel->r_address);
5327 else
5329 boolean hundef;
5330 bfd_reloc_status_type r;
5332 /* We are generating an executable, and must do a full
5333 relocation. */
5334 hundef = false;
5336 if (r_extern)
5338 h = sym_hashes[r_index];
5340 if (h != (struct aout_link_hash_entry *) NULL
5341 && (h->root.type == bfd_link_hash_defined
5342 || h->root.type == bfd_link_hash_defweak))
5344 relocation = (h->root.u.def.value
5345 + h->root.u.def.section->output_section->vma
5346 + h->root.u.def.section->output_offset);
5348 else if (h != (struct aout_link_hash_entry *) NULL
5349 && h->root.type == bfd_link_hash_undefweak)
5350 relocation = 0;
5351 else
5353 hundef = true;
5354 relocation = 0;
5357 else if (r_type == RELOC_BASE10
5358 || r_type == RELOC_BASE13
5359 || r_type == RELOC_BASE22)
5361 struct external_nlist *sym;
5362 int type;
5364 /* For base relative relocs, r_index is always an index
5365 into the symbol table, even if r_extern is 0. */
5366 sym = syms + r_index;
5367 type = bfd_h_get_8 (input_bfd, sym->e_type);
5368 if ((type & N_TYPE) == N_TEXT
5369 || type == N_WEAKT)
5370 r_section = obj_textsec (input_bfd);
5371 else if ((type & N_TYPE) == N_DATA
5372 || type == N_WEAKD)
5373 r_section = obj_datasec (input_bfd);
5374 else if ((type & N_TYPE) == N_BSS
5375 || type == N_WEAKB)
5376 r_section = obj_bsssec (input_bfd);
5377 else if ((type & N_TYPE) == N_ABS
5378 || type == N_WEAKA)
5379 r_section = bfd_abs_section_ptr;
5380 else
5381 abort ();
5382 relocation = (r_section->output_section->vma
5383 + r_section->output_offset
5384 + (GET_WORD (input_bfd, sym->e_value)
5385 - r_section->vma));
5387 else
5389 r_section = aout_reloc_index_to_section (input_bfd, r_index);
5391 /* If this is a PC relative reloc, then R_ADDEND is the
5392 difference between the two vmas, or
5393 old_dest_sec + old_dest_off - (old_src_sec + old_src_off)
5394 where
5395 old_dest_sec == section->vma
5397 old_src_sec == input_section->vma
5399 old_src_off == r_addr
5401 _bfd_final_link_relocate expects RELOCATION +
5402 R_ADDEND to be the VMA of the destination minus
5403 r_addr (the minus r_addr is because this relocation
5404 is not pcrel_offset, which is a bit confusing and
5405 should, perhaps, be changed), or
5406 new_dest_sec
5407 where
5408 new_dest_sec == output_section->vma + output_offset
5409 We arrange for this to happen by setting RELOCATION to
5410 new_dest_sec + old_src_sec - old_dest_sec
5412 If this is not a PC relative reloc, then R_ADDEND is
5413 simply the VMA of the destination, so we set
5414 RELOCATION to the change in the destination VMA, or
5415 new_dest_sec - old_dest_sec
5417 relocation = (r_section->output_section->vma
5418 + r_section->output_offset
5419 - r_section->vma);
5420 if (howto_table_ext[r_type].pc_relative)
5421 relocation += input_section->vma;
5424 if (check_dynamic_reloc != NULL)
5426 boolean skip;
5428 if (! ((*check_dynamic_reloc)
5429 (finfo->info, input_bfd, input_section, h,
5430 (PTR) rel, contents, &skip, &relocation)))
5431 return false;
5432 if (skip)
5433 continue;
5436 /* Now warn if a global symbol is undefined. We could not
5437 do this earlier, because check_dynamic_reloc might want
5438 to skip this reloc. */
5439 if (hundef
5440 && ! finfo->info->shared
5441 && r_type != RELOC_BASE10
5442 && r_type != RELOC_BASE13
5443 && r_type != RELOC_BASE22)
5445 const char *name;
5447 if (h != NULL)
5448 name = h->root.root.string;
5449 else
5450 name = strings + GET_WORD (input_bfd, syms[r_index].e_strx);
5451 if (! ((*finfo->info->callbacks->undefined_symbol)
5452 (finfo->info, name, input_bfd, input_section,
5453 r_addr, true)))
5454 return false;
5457 if (r_type != RELOC_SPARC_REV32)
5458 r = MY_final_link_relocate (howto_table_ext + r_type,
5459 input_bfd, input_section,
5460 contents, r_addr, relocation,
5461 r_addend);
5462 else
5464 bfd_vma x;
5466 x = bfd_get_32 (input_bfd, contents + r_addr);
5467 x = x + relocation + r_addend;
5468 bfd_putl32 (/*input_bfd,*/ x, contents + r_addr);
5469 r = bfd_reloc_ok;
5472 if (r != bfd_reloc_ok)
5474 switch (r)
5476 default:
5477 case bfd_reloc_outofrange:
5478 abort ();
5479 case bfd_reloc_overflow:
5481 const char *name;
5483 if (h != NULL)
5484 name = h->root.root.string;
5485 else if (r_extern
5486 || r_type == RELOC_BASE10
5487 || r_type == RELOC_BASE13
5488 || r_type == RELOC_BASE22)
5489 name = strings + GET_WORD (input_bfd,
5490 syms[r_index].e_strx);
5491 else
5493 asection *s;
5495 s = aout_reloc_index_to_section (input_bfd, r_index);
5496 name = bfd_section_name (input_bfd, s);
5498 if (! ((*finfo->info->callbacks->reloc_overflow)
5499 (finfo->info, name, howto_table_ext[r_type].name,
5500 r_addend, input_bfd, input_section, r_addr)))
5501 return false;
5503 break;
5509 return true;
5512 /* Handle a link order which is supposed to generate a reloc. */
5514 static boolean
5515 aout_link_reloc_link_order (finfo, o, p)
5516 struct aout_final_link_info *finfo;
5517 asection *o;
5518 struct bfd_link_order *p;
5520 struct bfd_link_order_reloc *pr;
5521 int r_index;
5522 int r_extern;
5523 reloc_howto_type *howto;
5524 file_ptr *reloff_ptr = NULL;
5525 struct reloc_std_external srel;
5526 struct reloc_ext_external erel;
5527 PTR rel_ptr;
5529 pr = p->u.reloc.p;
5531 if (p->type == bfd_section_reloc_link_order)
5533 r_extern = 0;
5534 if (bfd_is_abs_section (pr->u.section))
5535 r_index = N_ABS | N_EXT;
5536 else
5538 BFD_ASSERT (pr->u.section->owner == finfo->output_bfd);
5539 r_index = pr->u.section->target_index;
5542 else
5544 struct aout_link_hash_entry *h;
5546 BFD_ASSERT (p->type == bfd_symbol_reloc_link_order);
5547 r_extern = 1;
5548 h = ((struct aout_link_hash_entry *)
5549 bfd_wrapped_link_hash_lookup (finfo->output_bfd, finfo->info,
5550 pr->u.name, false, false, true));
5551 if (h != (struct aout_link_hash_entry *) NULL
5552 && h->indx >= 0)
5553 r_index = h->indx;
5554 else if (h != NULL)
5556 /* We decided to strip this symbol, but it turns out that we
5557 can't. Note that we lose the other and desc information
5558 here. I don't think that will ever matter for a global
5559 symbol. */
5560 h->indx = -2;
5561 h->written = false;
5562 if (! aout_link_write_other_symbol (h, (PTR) finfo))
5563 return false;
5564 r_index = h->indx;
5566 else
5568 if (! ((*finfo->info->callbacks->unattached_reloc)
5569 (finfo->info, pr->u.name, (bfd *) NULL,
5570 (asection *) NULL, (bfd_vma) 0)))
5571 return false;
5572 r_index = 0;
5576 howto = bfd_reloc_type_lookup (finfo->output_bfd, pr->reloc);
5577 if (howto == 0)
5579 bfd_set_error (bfd_error_bad_value);
5580 return false;
5583 if (o == obj_textsec (finfo->output_bfd))
5584 reloff_ptr = &finfo->treloff;
5585 else if (o == obj_datasec (finfo->output_bfd))
5586 reloff_ptr = &finfo->dreloff;
5587 else
5588 abort ();
5590 if (obj_reloc_entry_size (finfo->output_bfd) == RELOC_STD_SIZE)
5592 #ifdef MY_put_reloc
5593 MY_put_reloc(finfo->output_bfd, r_extern, r_index, p->offset, howto,
5594 &srel);
5595 #else
5597 int r_pcrel;
5598 int r_baserel;
5599 int r_jmptable;
5600 int r_relative;
5601 int r_length;
5603 r_pcrel = howto->pc_relative;
5604 r_baserel = (howto->type & 8) != 0;
5605 r_jmptable = (howto->type & 16) != 0;
5606 r_relative = (howto->type & 32) != 0;
5607 r_length = howto->size;
5609 PUT_WORD (finfo->output_bfd, p->offset, srel.r_address);
5610 if (bfd_header_big_endian (finfo->output_bfd))
5612 srel.r_index[0] = r_index >> 16;
5613 srel.r_index[1] = r_index >> 8;
5614 srel.r_index[2] = r_index;
5615 srel.r_type[0] =
5616 ((r_extern ? RELOC_STD_BITS_EXTERN_BIG : 0)
5617 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0)
5618 | (r_baserel ? RELOC_STD_BITS_BASEREL_BIG : 0)
5619 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_BIG : 0)
5620 | (r_relative ? RELOC_STD_BITS_RELATIVE_BIG : 0)
5621 | (r_length << RELOC_STD_BITS_LENGTH_SH_BIG));
5623 else
5625 srel.r_index[2] = r_index >> 16;
5626 srel.r_index[1] = r_index >> 8;
5627 srel.r_index[0] = r_index;
5628 srel.r_type[0] =
5629 ((r_extern ? RELOC_STD_BITS_EXTERN_LITTLE : 0)
5630 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0)
5631 | (r_baserel ? RELOC_STD_BITS_BASEREL_LITTLE : 0)
5632 | (r_jmptable ? RELOC_STD_BITS_JMPTABLE_LITTLE : 0)
5633 | (r_relative ? RELOC_STD_BITS_RELATIVE_LITTLE : 0)
5634 | (r_length << RELOC_STD_BITS_LENGTH_SH_LITTLE));
5637 #endif
5638 rel_ptr = (PTR) &srel;
5640 /* We have to write the addend into the object file, since
5641 standard a.out relocs are in place. It would be more
5642 reliable if we had the current contents of the file here,
5643 rather than assuming zeroes, but we can't read the file since
5644 it was opened using bfd_openw. */
5645 if (pr->addend != 0)
5647 bfd_size_type size;
5648 bfd_reloc_status_type r;
5649 bfd_byte *buf;
5650 boolean ok;
5652 size = bfd_get_reloc_size (howto);
5653 buf = (bfd_byte *) bfd_zmalloc (size);
5654 if (buf == (bfd_byte *) NULL)
5655 return false;
5656 r = MY_relocate_contents (howto, finfo->output_bfd,
5657 pr->addend, buf);
5658 switch (r)
5660 case bfd_reloc_ok:
5661 break;
5662 default:
5663 case bfd_reloc_outofrange:
5664 abort ();
5665 case bfd_reloc_overflow:
5666 if (! ((*finfo->info->callbacks->reloc_overflow)
5667 (finfo->info,
5668 (p->type == bfd_section_reloc_link_order
5669 ? bfd_section_name (finfo->output_bfd,
5670 pr->u.section)
5671 : pr->u.name),
5672 howto->name, pr->addend, (bfd *) NULL,
5673 (asection *) NULL, (bfd_vma) 0)))
5675 free (buf);
5676 return false;
5678 break;
5680 ok = bfd_set_section_contents (finfo->output_bfd, o,
5681 (PTR) buf,
5682 (file_ptr) p->offset,
5683 size);
5684 free (buf);
5685 if (! ok)
5686 return false;
5689 else
5691 #ifdef MY_put_ext_reloc
5692 MY_put_ext_reloc (finfo->output_bfd, r_extern, r_index, p->offset,
5693 howto, &erel, pr->addend);
5694 #else
5695 PUT_WORD (finfo->output_bfd, p->offset, erel.r_address);
5697 if (bfd_header_big_endian (finfo->output_bfd))
5699 erel.r_index[0] = r_index >> 16;
5700 erel.r_index[1] = r_index >> 8;
5701 erel.r_index[2] = r_index;
5702 erel.r_type[0] =
5703 ((r_extern ? RELOC_EXT_BITS_EXTERN_BIG : 0)
5704 | (howto->type << RELOC_EXT_BITS_TYPE_SH_BIG));
5706 else
5708 erel.r_index[2] = r_index >> 16;
5709 erel.r_index[1] = r_index >> 8;
5710 erel.r_index[0] = r_index;
5711 erel.r_type[0] =
5712 (r_extern ? RELOC_EXT_BITS_EXTERN_LITTLE : 0)
5713 | (howto->type << RELOC_EXT_BITS_TYPE_SH_LITTLE);
5716 PUT_WORD (finfo->output_bfd, pr->addend, erel.r_addend);
5717 #endif /* MY_put_ext_reloc */
5719 rel_ptr = (PTR) &erel;
5722 if (bfd_seek (finfo->output_bfd, *reloff_ptr, SEEK_SET) != 0
5723 || (bfd_write (rel_ptr, (bfd_size_type) 1,
5724 obj_reloc_entry_size (finfo->output_bfd),
5725 finfo->output_bfd)
5726 != obj_reloc_entry_size (finfo->output_bfd)))
5727 return false;
5729 *reloff_ptr += obj_reloc_entry_size (finfo->output_bfd);
5731 /* Assert that the relocs have not run into the symbols, and that n
5732 the text relocs have not run into the data relocs. */
5733 BFD_ASSERT (*reloff_ptr <= obj_sym_filepos (finfo->output_bfd)
5734 && (reloff_ptr != &finfo->treloff
5735 || (*reloff_ptr
5736 <= obj_datasec (finfo->output_bfd)->rel_filepos)));
5738 return true;