1 # This shell script emits a C file. -*- C -*-
2 # It does some substitutions.
3 cat >e${EMULATION_NAME}.c <<EOF
4 /* This file is is generated by a shell script. DO NOT EDIT! */
6 /* AIX emulation code for ${EMULATION_NAME}
7 Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc.
8 Written by Steve Chamberlain <sac@cygnus.com>
9 AIX support by Ian Lance Taylor <ian@cygnus.com>
11 This file is part of GLD, the Gnu Linker.
13 This program is free software; you can redistribute it and/or modify
14 it under the terms of the GNU General Public License as published by
15 the Free Software Foundation; either version 2 of the License, or
16 (at your option) any later version.
18 This program is distributed in the hope that it will be useful,
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
20 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 GNU General Public License for more details.
23 You should have received a copy of the GNU General Public License
24 along with this program; if not, write to the Free Software
25 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
27 #define TARGET_IS_${EMULATION_NAME}
31 #include "libiberty.h"
45 static void gld${EMULATION_NAME}_before_parse PARAMS ((void));
46 static int gld${EMULATION_NAME}_parse_args PARAMS ((int, char **));
47 static void gld${EMULATION_NAME}_before_allocation PARAMS ((void));
48 static void gld${EMULATION_NAME}_read_file PARAMS ((const char *, boolean));
49 static void gld${EMULATION_NAME}_free PARAMS ((PTR));
50 static char *gld${EMULATION_NAME}_get_script PARAMS ((int *isfile));
52 /* The file alignment required for each section. */
53 static unsigned long file_align;
55 /* The maximum size the stack is permitted to grow. This is stored in
57 static unsigned long maxstack;
59 /* The maximum data size. This is stored in the a.out header. */
60 static unsigned long maxdata;
62 /* Whether to perform garbage collection. */
65 /* The module type to use. */
66 static unsigned short modtype = ('1' << 8) | 'L';
68 /* Whether the .text section must be read-only (i.e., no relocs
72 /* Structure used to hold import or export file list. */
76 struct filelist *next;
80 /* List of import files. */
81 struct filelist *import_files;
83 /* List of export files. */
84 struct filelist *export_files;
87 gld${EMULATION_NAME}_before_parse()
89 #ifndef TARGET_ /* I.e., if not generic. */
90 ldfile_output_architecture = bfd_arch_${ARCH};
91 #endif /* not TARGET_ */
94 /* Handle AIX specific options. */
97 gld${EMULATION_NAME}_parse_args (argc, argv)
101 int prevoptind = optind;
102 int prevopterr = opterr;
108 #define OPTION_IGNORE (300)
109 #define OPTION_AUTOIMP (OPTION_IGNORE + 1)
110 #define OPTION_ERNOTOK (OPTION_AUTOIMP + 1)
111 #define OPTION_EROK (OPTION_ERNOTOK + 1)
112 #define OPTION_EXPORT (OPTION_EROK + 1)
113 #define OPTION_IMPORT (OPTION_EXPORT + 1)
114 #define OPTION_MAXDATA (OPTION_IMPORT + 1)
115 #define OPTION_MAXSTACK (OPTION_MAXDATA + 1)
116 #define OPTION_MODTYPE (OPTION_MAXSTACK + 1)
117 #define OPTION_NOAUTOIMP (OPTION_MODTYPE + 1)
118 #define OPTION_NOSTRCMPCT (OPTION_NOAUTOIMP + 1)
119 #define OPTION_STRCMPCT (OPTION_NOSTRCMPCT + 1)
121 static struct option longopts[] = {
122 {"basis", no_argument, NULL, OPTION_IGNORE},
123 {"bautoimp", no_argument, NULL, OPTION_AUTOIMP},
124 {"bcomprld", no_argument, NULL, OPTION_IGNORE},
125 {"bcrld", no_argument, NULL, OPTION_IGNORE},
126 {"bcror31", no_argument, NULL, OPTION_IGNORE},
127 {"bD", required_argument, NULL, OPTION_MAXDATA},
128 {"bE", required_argument, NULL, OPTION_EXPORT},
129 {"bernotok", no_argument, NULL, OPTION_ERNOTOK},
130 {"berok", no_argument, NULL, OPTION_EROK},
131 {"berrmsg", no_argument, NULL, OPTION_IGNORE},
132 {"bexport", required_argument, NULL, OPTION_EXPORT},
133 {"bf", no_argument, NULL, OPTION_ERNOTOK},
134 {"bgc", no_argument, &gc, 1},
135 {"bh", required_argument, NULL, OPTION_IGNORE},
136 {"bhalt", required_argument, NULL, OPTION_IGNORE},
137 {"bI", required_argument, NULL, OPTION_IMPORT},
138 {"bimport", required_argument, NULL, OPTION_IMPORT},
139 {"bmaxdata", required_argument, NULL, OPTION_MAXDATA},
140 {"bmaxstack", required_argument, NULL, OPTION_MAXSTACK},
141 {"bM", required_argument, NULL, OPTION_MODTYPE},
142 {"bmodtype", required_argument, NULL, OPTION_MODTYPE},
143 {"bnoautoimp", no_argument, NULL, OPTION_NOAUTOIMP},
144 {"bnodelcsect", no_argument, NULL, OPTION_IGNORE},
145 {"bnogc", no_argument, &gc, 0},
146 {"bnso", no_argument, NULL, OPTION_NOAUTOIMP},
147 {"bnostrcmpct", no_argument, NULL, OPTION_NOSTRCMPCT},
148 {"bnotextro", no_argument, &textro, 0},
149 {"bnro", no_argument, &textro, 0},
150 {"bro", no_argument, &textro, 1},
151 {"bS", required_argument, NULL, OPTION_MAXSTACK},
152 {"bso", no_argument, NULL, OPTION_AUTOIMP},
153 {"bstrcmpct", no_argument, NULL, OPTION_STRCMPCT},
154 {"btextro", no_argument, &textro, 1},
155 {"static", no_argument, NULL, OPTION_NOAUTOIMP},
156 {NULL, no_argument, NULL, 0}
159 /* Options supported by the AIX linker which we do not support: -f,
160 -S, -v, -Z, -bbindcmds, -bbinder, -bbindopts, -bcalls, -bcaps,
161 -bcror15, -bdebugopt, -bdbg, -bdelcsect, -bex?, -bfilelist, -bfl,
162 -bgcbypass, -bglink, -binsert, -bi, -bloadmap, -bl, -bmap, -bnl,
163 -bnobind, -bnocomprld, -bnocrld, -bnoerrmsg, -bnoglink,
164 -bnoloadmap, -bnl, -bnoobjreorder, -bnoquiet, -bnoreorder,
165 -bnotypchk, -bnox, -bquiet, -bR, -brename, -breorder, -btypchk,
168 /* If the first option starts with -b, change the first : to an =.
169 The AIX linker uses : to separate the option from the argument;
170 changing it to = lets us treat it as a getopt option. */
171 if (optind < argc && strncmp (argv[optind], "-b", 2) == 0)
175 for (s = argv[optind]; *s != '\0'; s++)
186 optc = getopt_long_only (argc, argv, "-D:H:KT:z", longopts, &longind);
196 /* Long option which just sets a flag. */
200 val = strtol (optarg, &end, 0);
202 einfo ("%P: warning: ignoring invalid -D number %s\n", optarg);
204 lang_section_start (".data", exp_intop (val));
208 val = strtoul (optarg, &end, 0);
210 || (val & (val - 1)) != 0)
211 einfo ("%P: warning: ignoring invalid -H number %s\n", optarg);
218 /* FIXME: This should use the page size for the target system. */
223 /* On AIX this is the same as GNU ld -Ttext. When we see -T
224 number, we assume the AIX option is intended. Otherwise, we
225 assume the usual GNU ld -T option is intended. We can't just
226 ignore the AIX option, because gcc passes it to the linker. */
227 val = strtoul (optarg, &end, 0);
233 lang_section_start (".text", exp_intop (val));
240 link_info.static_link = false;
244 force_make_executable = false;
248 force_make_executable = true;
255 struct filelist **flpp;
257 n = (struct filelist *) xmalloc (sizeof (struct filelist));
260 if (optc == OPTION_EXPORT)
261 flpp = &export_files;
263 flpp = &import_files;
264 while (*flpp != NULL)
265 flpp = &(*flpp)->next;
271 val = strtoul (optarg, &end, 0);
273 einfo ("%P: warning: ignoring invalid -bmaxdata number %s\n",
279 case OPTION_MAXSTACK:
280 val = strtoul (optarg, &end, 0);
282 einfo ("%P: warning: ignoring invalid -bmaxstack number %s\n",
291 link_info.shared = true;
294 if (*optarg == '\0' || optarg[1] == '\0')
295 einfo ("%P: warning: ignoring invalid module type %s\n", optarg);
297 modtype = (*optarg << 8) | optarg[1];
300 case OPTION_NOAUTOIMP:
301 link_info.static_link = true;
304 case OPTION_NOSTRCMPCT:
305 config.traditional_format = true;
308 case OPTION_STRCMPCT:
309 config.traditional_format = false;
316 /* This is called after the sections have been attached to output
317 sections, but before any sizes or addresses have been set. */
320 gld${EMULATION_NAME}_before_allocation ()
325 /* Handle the import and export files, if any. */
326 for (fl = import_files; fl != NULL; fl = fl->next)
327 gld${EMULATION_NAME}_read_file (fl->name, true);
328 for (fl = export_files; fl != NULL; fl = fl->next)
329 gld${EMULATION_NAME}_read_file (fl->name, false);
331 /* We need to build LIBPATH from the -L arguments. If any -rpath
332 arguments were used, though, we use -rpath instead, as a GNU
334 if (command_line.rpath != NULL)
335 libpath = command_line.rpath;
336 else if (search_head == NULL)
337 libpath = (char *) "";
341 search_dirs_type *search;
343 len = strlen (search_head->name);
344 libpath = xmalloc (len + 1);
345 strcpy (libpath, search_head->name);
346 for (search = search_head->next; search != NULL; search = search->next)
350 nlen = strlen (search->name);
351 libpath = xrealloc (libpath, len + nlen + 2);
353 strcpy (libpath + len + 1, search->name);
358 /* Let the XCOFF backend set up the .loader section. */
359 if (! bfd_xcoff_size_dynamic_sections (output_bfd, &link_info, libpath,
360 entry_symbol, file_align,
364 textro ? true : false))
365 einfo ("%P%F: failed to set dynamic section sizes: %E\n");
368 /* Read an import or export file. */
371 gld${EMULATION_NAME}_read_file (filename, import)
372 const char *filename;
382 const char *impmember;
384 o = (struct obstack *) xmalloc (sizeof (struct obstack));
385 obstack_specify_allocation (o, 0, 0, xmalloc, gld${EMULATION_NAME}_free);
387 f = fopen (filename, "r");
390 bfd_set_error (bfd_error_system_call);
391 einfo ("%F%s: %E\n", filename);
401 while ((c = getc (f)) != EOF)
407 struct bfd_link_hash_entry *h;
411 obstack_1grow (o, c);
415 obstack_1grow (o, '\0');
418 s = (char *) obstack_base (o);
419 while (isspace ((unsigned char) *s))
423 || (*s == '#' && s[1] == ' ')
424 || (! import && *s == '#' && s[1] == '!'))
426 obstack_free (o, obstack_base (o));
430 if (*s == '#' && s[1] == '!')
433 while (isspace ((unsigned char) *s))
440 obstack_free (o, obstack_base (o));
443 einfo ("%F%s%d: #! ([member]) is not supported in import files",
450 (void) obstack_finish (o);
454 while (! isspace ((unsigned char) *s) && *s != '(' && *s != '\0')
464 if (imppath == file - 1)
474 while (isspace ((unsigned char) cs))
483 einfo ("%s:%d: warning: syntax error in import file\n",
490 while (*s != ')' && *s != '\0')
495 einfo ("%s:%d: warning: syntax error in import file\n",
503 /* This is a symbol to be imported or exported. */
506 address = (bfd_vma) -1;
508 while (! isspace ((unsigned char) *s) && *s != '\0')
516 while (isspace ((unsigned char) *s))
520 while (! isspace ((unsigned char) *se) && *se != '\0')
525 while (isspace ((unsigned char) *se))
528 einfo ("%s%d: warning: syntax error in import/export file\n",
532 if (strcasecmp (s, "svc") == 0
533 || strcasecmp (s, "syscall") == 0)
539 address = strtoul (s, &end, 0);
541 einfo ("%s:%d: warning: syntax error in import/export file\n",
546 h = bfd_link_hash_lookup (link_info.hash, symname, false, false, true);
547 if (h == NULL || h->type == bfd_link_hash_new)
549 /* We can just ignore attempts to import an unreferenced
552 einfo ("%X%s:%d: attempt to export undefined symbol %s\n",
553 filename, lineno, symname);
557 if (! bfd_xcoff_import_symbol (output_bfd, &link_info, h, address,
558 imppath, impfile, impmember))
559 einfo ("%X%s:%d: failed to import symbol %s: %E\n",
560 filename, lineno, symname);
564 if (! bfd_xcoff_export_symbol (output_bfd, &link_info, h, syscall))
565 einfo ("%X%s:%d: failed to export symbol %s: %E\n",
566 filename, lineno, symname);
569 obstack_free (o, obstack_base (o));
572 if (obstack_object_size (o) > 0)
574 einfo ("%s:%d: warning: ignoring unterminated last line\n",
576 obstack_free (o, obstack_base (o));
581 obstack_free (o, NULL);
586 /* This routine saves us from worrying about declaring free. */
589 gld${EMULATION_NAME}_free (p)
596 gld${EMULATION_NAME}_get_script(isfile)
600 if test -n "$COMPILE_IN"
602 # Scripts compiled in.
604 # sed commands to quote an ld script as a C string.
605 sc="-f ${srcdir}/emultempl/stringify.sed"
607 cat >>e${EMULATION_NAME}.c <<EOF
611 if (link_info.relocateable == true && config.build_constructors == true)
614 sed $sc ldscripts/${EMULATION_NAME}.xu >> e${EMULATION_NAME}.c
615 echo ' ; else if (link_info.relocateable == true) return' >> e${EMULATION_NAME}.c
616 sed $sc ldscripts/${EMULATION_NAME}.xr >> e${EMULATION_NAME}.c
617 echo ' ; else if (!config.text_read_only) return' >> e${EMULATION_NAME}.c
618 sed $sc ldscripts/${EMULATION_NAME}.xbn >> e${EMULATION_NAME}.c
619 echo ' ; else if (!config.magic_demand_paged) return' >> e${EMULATION_NAME}.c
620 sed $sc ldscripts/${EMULATION_NAME}.xn >> e${EMULATION_NAME}.c
621 echo ' ; else return' >> e${EMULATION_NAME}.c
622 sed $sc ldscripts/${EMULATION_NAME}.x >> e${EMULATION_NAME}.c
623 echo '; }' >> e${EMULATION_NAME}.c
626 # Scripts read from the filesystem.
628 cat >>e${EMULATION_NAME}.c <<EOF
632 if (link_info.relocateable == true && config.build_constructors == true)
633 return "ldscripts/${EMULATION_NAME}.xu";
634 else if (link_info.relocateable == true)
635 return "ldscripts/${EMULATION_NAME}.xr";
636 else if (!config.text_read_only)
637 return "ldscripts/${EMULATION_NAME}.xbn";
638 else if (!config.magic_demand_paged)
639 return "ldscripts/${EMULATION_NAME}.xn";
641 return "ldscripts/${EMULATION_NAME}.x";
647 cat >>e${EMULATION_NAME}.c <<EOF
649 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
651 gld${EMULATION_NAME}_before_parse,
656 after_allocation_default,
657 set_output_arch_default,
658 ldemul_default_target,
659 gld${EMULATION_NAME}_before_allocation,
660 gld${EMULATION_NAME}_get_script,
664 0, /* create_output_section_statements */
665 0, /* open_dynamic_archive */
666 0, /* place_orphan */
668 gld${EMULATION_NAME}_parse_args,