1999-05-03 07:29:11 +00:00
|
|
|
# This shell script emits a C file. -*- C -*-
|
2005-03-03 11:52:12 +00:00
|
|
|
# Copyright 1991, 1993, 1994, 1997, 1999, 2000, 2001, 2002, 2003, 2004,
|
2012-03-05 22:43:40 +00:00
|
|
|
# 2005, 2006, 2007, 2008, 2009, 2012 Free Software Foundation, Inc.
|
2000-07-28 01:33:14 +00:00
|
|
|
#
|
2007-07-06 14:09:45 +00:00
|
|
|
# This file is part of the GNU Binutils.
|
2000-07-28 01:33:14 +00:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
2007-07-06 14:09:45 +00:00
|
|
|
# the Free Software Foundation; either version 3 of the License, or
|
2000-07-28 01:33:14 +00:00
|
|
|
# (at your option) any later version.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2007-07-06 14:09:45 +00:00
|
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
|
|
# MA 02110-1301, USA.
|
2000-07-28 01:33:14 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# This file is sourced from elf32.em, and defines extra hppa-elf
|
|
|
|
# specific routines.
|
|
|
|
#
|
2007-07-19 19:56:10 +00:00
|
|
|
fragment <<EOF
|
2000-07-28 01:33:14 +00:00
|
|
|
|
1999-05-03 07:29:11 +00:00
|
|
|
#include "ldctor.h"
|
2000-07-09 08:45:29 +00:00
|
|
|
#include "elf32-hppa.h"
|
1999-05-03 07:29:11 +00:00
|
|
|
|
|
|
|
|
2000-07-09 08:45:29 +00:00
|
|
|
/* Fake input file for stubs. */
|
|
|
|
static lang_input_statement_type *stub_file;
|
1999-05-03 07:29:11 +00:00
|
|
|
|
2000-09-05 04:07:46 +00:00
|
|
|
/* Type of import/export stubs to build. For a single sub-space model,
|
|
|
|
we can build smaller import stubs and there is no need for export
|
|
|
|
stubs. */
|
|
|
|
static int multi_subspace = 0;
|
1999-05-03 07:29:11 +00:00
|
|
|
|
2005-03-29 11:07:38 +00:00
|
|
|
/* Whether we need to call hppa_layout_sections_again. */
|
|
|
|
static int need_laying_out = 0;
|
|
|
|
|
2000-09-27 17:30:19 +00:00
|
|
|
/* Maximum size of a group of input sections that can be handled by
|
|
|
|
one stub section. A value of +/-1 indicates the bfd back-end
|
|
|
|
should use a suitable default size. */
|
2003-02-11 02:20:30 +00:00
|
|
|
static bfd_signed_vma group_size = 1;
|
1999-05-03 07:29:11 +00:00
|
|
|
|
2001-01-14 07:39:01 +00:00
|
|
|
/* Stops the linker merging .text sections on a relocatable link,
|
|
|
|
and adds millicode library to the list of input files. */
|
|
|
|
|
|
|
|
static void
|
2003-06-27 00:38:25 +00:00
|
|
|
hppaelf_after_parse (void)
|
2001-01-14 07:39:01 +00:00
|
|
|
{
|
2003-06-25 06:40:27 +00:00
|
|
|
if (link_info.relocatable)
|
2001-01-14 07:39:01 +00:00
|
|
|
lang_add_unique (".text");
|
2005-01-21 04:15:59 +00:00
|
|
|
|
|
|
|
/* Enable this once we split millicode stuff from libgcc:
|
|
|
|
lang_add_input_file ("milli",
|
|
|
|
lang_input_file_is_l_enum,
|
|
|
|
NULL);
|
|
|
|
*/
|
2009-09-13 07:19:18 +00:00
|
|
|
|
|
|
|
after_parse_default ();
|
2001-01-14 07:39:01 +00:00
|
|
|
}
|
|
|
|
|
1999-05-03 07:29:11 +00:00
|
|
|
/* This is called before the input files are opened. We create a new
|
2000-07-09 08:45:29 +00:00
|
|
|
fake input file to hold the stub sections. */
|
1999-05-03 07:29:11 +00:00
|
|
|
|
|
|
|
static void
|
2003-06-27 00:38:25 +00:00
|
|
|
hppaelf_create_output_section_statements (void)
|
1999-05-03 07:29:11 +00:00
|
|
|
{
|
2008-02-15 09:03:02 +00:00
|
|
|
if (!(bfd_get_flavour (link_info.output_bfd) == bfd_target_elf_flavour
|
* elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add
entries for other architectures.
(struct elf_link_hash_table): Add hash_table_id field.
(elf_hash_table_id): New accessor macro.
* elflink.c (_bfd_elf_link_hash_table_init): Add target_id
parameter.
* elf-m10300.c (elf32_mn10300_hash_table): Check table id before
returning cast pointer.
(elf32_mn10300_link_hash_table_create): Identify new table as
containing MN10300 extensions.
(mn10300_elf_relax_section): Check pointer returned by
elf32_mn10300_hash_table.
* elf32-arm.c: Likewise, except using ARM extensions.
* elf32-avr.c: Likewise, except using AVR extensions.
* elf32-bfin.c: Likewise, except using BFIN extensions.
* elf32-cris.c: Likewise, except using CRIS extensions.
* elf32-frv.c: Likewise, except using FRV extensions.
* elf32-hppa.c: Likewise, except using HPPA32 extensions.
* elf32-i386.c: Likewise, except using I386 extensions.
* elf32-lm32.c: Likewise, except using LM32 extensions.
* elf32-m32r.c: Likewise, except using M32RM extensions.
* elf32-m68hc11.c: Likewise, except using M68HC11 extensions.
* elf32-m68hc1x.c: Likewise, except using M68HC11 extensions.
* elf32-m68hc1x.h: Likewise, except using M68HC11 extensions.
* elf32-m68k.c: Likewise, except using M68K extensions.
* elf32-microblaze.c: Likewise, except using MICROBLAZE extensions.
* elf32-ppc.c: Likewise, except using PPC32 extensions.
* elf32-s390.c: Likewise, except using S390 extensions.
* elf32-sh.c: Likewise, except using SH extensions.
* elf32-spu.c: Likewise, except using SPU extensions.
* elf32-xtensa.c: Likewise, except using XTENSA extensions.
* elf64-alpha.c: Likewise, except using ALPHA extensions.
* elf64-hppa.c: Likewise, except using HPPA64 extensions.
* elf64-ppc.c: Likewise, except using PPC64 extensions.
* elf64-s390.c: Likewise, except using S390 extensions.
* elf64-x86-64.c: Likewise, except using X86_64 extensions.
* elfxx-ia64.c: Likewise, except using IA64 extensions.
* elfxx-mips.c: Likewise, except using MIPS extensions.
* elfxx-sparc.c: Likewise, except using SPARC extensions.
* elfxx-sparc.h: Likewise, except using SPARC extensions.
* elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete
redundant structure.
(elf32_cr16_hash_table): Delete unused macro.
(elf32_cr16_link_hash_traverse): Delete unused macro.
* elf32-score.c: Likewise.
* elf32-score7.c: Likewise.
* elf32-vax.c: Likewise.
* elf64-sh64.c: Likewise.
* emultempl/alphaelf.em: Update value expected from elf_object_id.
* emultempl/hppaelf.em: Likewise.
* emultempl/mipself.em: Likewise.
* emultempl/ppc32elf.em: Likewise.
* emultempl/ppc64elf.em: Likewise.
2010-02-04 09:16:43 +00:00
|
|
|
&& (elf_object_id (link_info.output_bfd) == HPPA32_ELF_DATA
|
|
|
|
|| elf_object_id (link_info.output_bfd) == HPPA64_ELF_DATA)))
|
2003-12-01 06:28:56 +00:00
|
|
|
return;
|
|
|
|
|
1999-05-03 07:29:11 +00:00
|
|
|
stub_file = lang_add_input_file ("linker stubs",
|
|
|
|
lang_input_file_is_fake_enum,
|
|
|
|
NULL);
|
2008-02-15 03:35:53 +00:00
|
|
|
stub_file->the_bfd = bfd_create ("linker stubs", link_info.output_bfd);
|
1999-05-03 07:29:11 +00:00
|
|
|
if (stub_file->the_bfd == NULL
|
|
|
|
|| ! bfd_set_arch_mach (stub_file->the_bfd,
|
2008-02-15 03:35:53 +00:00
|
|
|
bfd_get_arch (link_info.output_bfd),
|
|
|
|
bfd_get_mach (link_info.output_bfd)))
|
1999-05-03 07:29:11 +00:00
|
|
|
{
|
|
|
|
einfo ("%X%P: can not create BFD %E\n");
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2005-02-10 09:15:08 +00:00
|
|
|
stub_file->the_bfd->flags |= BFD_LINKER_CREATED;
|
1999-05-03 07:29:11 +00:00
|
|
|
ldlang_add_file (stub_file);
|
|
|
|
}
|
|
|
|
|
2000-07-09 08:45:29 +00:00
|
|
|
|
|
|
|
struct hook_stub_info
|
|
|
|
{
|
|
|
|
lang_statement_list_type add;
|
|
|
|
asection *input_section;
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Traverse the linker tree to find the spot where the stub goes. */
|
|
|
|
|
2002-11-30 08:39:46 +00:00
|
|
|
static bfd_boolean
|
2003-06-27 00:38:25 +00:00
|
|
|
hook_in_stub (struct hook_stub_info *info, lang_statement_union_type **lp)
|
2000-07-09 08:45:29 +00:00
|
|
|
{
|
|
|
|
lang_statement_union_type *l;
|
2002-11-30 08:39:46 +00:00
|
|
|
bfd_boolean ret;
|
2000-07-09 08:45:29 +00:00
|
|
|
|
2001-08-20 02:14:50 +00:00
|
|
|
for (; (l = *lp) != NULL; lp = &l->header.next)
|
2000-07-09 08:45:29 +00:00
|
|
|
{
|
|
|
|
switch (l->header.type)
|
|
|
|
{
|
|
|
|
case lang_constructors_statement_enum:
|
|
|
|
ret = hook_in_stub (info, &constructor_list.head);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case lang_output_section_statement_enum:
|
|
|
|
ret = hook_in_stub (info,
|
|
|
|
&l->output_section_statement.children.head);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case lang_wild_statement_enum:
|
|
|
|
ret = hook_in_stub (info, &l->wild_statement.children.head);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case lang_group_statement_enum:
|
|
|
|
ret = hook_in_stub (info, &l->group_statement.children.head);
|
|
|
|
if (ret)
|
|
|
|
return ret;
|
|
|
|
break;
|
|
|
|
|
|
|
|
case lang_input_section_enum:
|
|
|
|
if (l->input_section.section == info->input_section)
|
|
|
|
{
|
|
|
|
/* We've found our section. Insert the stub immediately
|
|
|
|
before its associated input section. */
|
|
|
|
*lp = info->add.head;
|
|
|
|
*(info->add.tail) = l;
|
2002-11-30 08:39:46 +00:00
|
|
|
return TRUE;
|
2000-07-09 08:45:29 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case lang_data_statement_enum:
|
|
|
|
case lang_reloc_statement_enum:
|
|
|
|
case lang_object_symbols_statement_enum:
|
|
|
|
case lang_output_statement_enum:
|
|
|
|
case lang_target_statement_enum:
|
|
|
|
case lang_input_statement_enum:
|
|
|
|
case lang_assignment_statement_enum:
|
|
|
|
case lang_padding_statement_enum:
|
|
|
|
case lang_address_statement_enum:
|
|
|
|
case lang_fill_statement_enum:
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
FAIL ();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2002-11-30 08:39:46 +00:00
|
|
|
return FALSE;
|
2000-07-09 08:45:29 +00:00
|
|
|
}
|
|
|
|
|
2000-07-28 01:33:14 +00:00
|
|
|
|
2000-07-09 08:45:29 +00:00
|
|
|
/* Call-back for elf32_hppa_size_stubs. */
|
|
|
|
|
|
|
|
/* Create a new stub section, and arrange for it to be linked
|
|
|
|
immediately before INPUT_SECTION. */
|
|
|
|
|
|
|
|
static asection *
|
2003-06-27 00:38:25 +00:00
|
|
|
hppaelf_add_stub_section (const char *stub_sec_name, asection *input_section)
|
2000-07-09 08:45:29 +00:00
|
|
|
{
|
|
|
|
asection *stub_sec;
|
|
|
|
flagword flags;
|
|
|
|
asection *output_section;
|
|
|
|
const char *secname;
|
|
|
|
lang_output_section_statement_type *os;
|
|
|
|
struct hook_stub_info info;
|
|
|
|
|
|
|
|
flags = (SEC_ALLOC | SEC_LOAD | SEC_READONLY | SEC_CODE
|
2000-09-05 04:07:46 +00:00
|
|
|
| SEC_HAS_CONTENTS | SEC_RELOC | SEC_IN_MEMORY | SEC_KEEP);
|
2008-07-07 00:46:51 +00:00
|
|
|
stub_sec = bfd_make_section_anyway_with_flags (stub_file->the_bfd,
|
|
|
|
stub_sec_name, flags);
|
|
|
|
if (stub_sec == NULL)
|
2000-07-09 08:45:29 +00:00
|
|
|
goto err_ret;
|
|
|
|
|
|
|
|
output_section = input_section->output_section;
|
|
|
|
secname = bfd_get_section_name (output_section->owner, output_section);
|
|
|
|
os = lang_output_section_find (secname);
|
|
|
|
|
|
|
|
info.input_section = input_section;
|
|
|
|
lang_list_init (&info.add);
|
2005-11-17 00:10:05 +00:00
|
|
|
lang_add_section (&info.add, stub_sec, os);
|
2000-07-09 08:45:29 +00:00
|
|
|
|
|
|
|
if (info.add.head == NULL)
|
|
|
|
goto err_ret;
|
|
|
|
|
|
|
|
if (hook_in_stub (&info, &os->children.head))
|
|
|
|
return stub_sec;
|
|
|
|
|
|
|
|
err_ret:
|
|
|
|
einfo ("%X%P: can not make stub section: %E\n");
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
2000-07-28 01:33:14 +00:00
|
|
|
|
2000-07-09 08:45:29 +00:00
|
|
|
/* Another call-back for elf32_hppa_size_stubs. */
|
|
|
|
|
|
|
|
static void
|
2003-06-27 00:38:25 +00:00
|
|
|
hppaelf_layout_sections_again (void)
|
2000-07-09 08:45:29 +00:00
|
|
|
{
|
|
|
|
/* If we have changed sizes of the stub sections, then we need
|
|
|
|
to recalculate all the section offsets. This may mean we need to
|
|
|
|
add even more stubs. */
|
2006-06-20 02:22:16 +00:00
|
|
|
gld${EMULATION_NAME}_map_segments (TRUE);
|
|
|
|
need_laying_out = -1;
|
2000-07-09 08:45:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2002-05-04 02:06:43 +00:00
|
|
|
static void
|
2003-06-27 00:38:25 +00:00
|
|
|
build_section_lists (lang_statement_union_type *statement)
|
2002-05-04 02:06:43 +00:00
|
|
|
{
|
2005-11-17 00:10:05 +00:00
|
|
|
if (statement->header.type == lang_input_section_enum)
|
2002-05-04 02:06:43 +00:00
|
|
|
{
|
2005-11-17 00:10:05 +00:00
|
|
|
asection *i = statement->input_section.section;
|
|
|
|
|
PR ld/13991
bfd/
* bfd/elf-bfd.h (_bfd_elf_link_just_syms): Define as
_bfd_generic_link_just_syms.
* bfd/elflink.c (_bfd_elf_link_just_syms): Delete.
* bfd/linker.c (_bfd_generic_link_just_syms): Set sec_info_type.
* bfd/bfd-in.h (discarded_section): Renamed from elf_discarded_section.
* bfd/section.c (SEC_INFO_TYPE_NONE, SEC_INFO_TYPE_STABS,
SEC_INFO_TYPE_MERGE, SEC_INFO_TYPE_EH_FRAME,
SEC_INFO_TYPE_JUST_SYMS): Renamed from corresponding ELF_INFO_TYPE.
* bfd/elf-eh-frame.c, * bfd/elf-m10200.c, * bfd/elf-m10300.c,
* bfd/elf.c, * bfd/elf32-arm.c, * bfd/elf32-avr.c, * bfd/elf32-bfin.c,
* bfd/elf32-cr16.c, * bfd/elf32-cr16c.c, * bfd/elf32-cris.c,
* bfd/elf32-crx.c, * bfd/elf32-d10v.c, * bfd/elf32-epiphany.c,
* bfd/elf32-fr30.c, * bfd/elf32-frv.c, * bfd/elf32-h8300.c,
* bfd/elf32-hppa.c, * bfd/elf32-i370.c, * bfd/elf32-i386.c,
* bfd/elf32-i860.c, * bfd/elf32-ip2k.c, * bfd/elf32-iq2000.c,
* bfd/elf32-lm32.c, * bfd/elf32-m32c.c, * bfd/elf32-m32r.c,
* bfd/elf32-m68hc1x.c, * bfd/elf32-m68k.c, * bfd/elf32-mcore.c,
* bfd/elf32-mep.c, * bfd/elf32-moxie.c, * bfd/elf32-msp430.c,
* bfd/elf32-mt.c, * bfd/elf32-openrisc.c, * bfd/elf32-ppc.c,
* bfd/elf32-rl78.c, * bfd/elf32-rx.c, * bfd/elf32-s390.c,
* bfd/elf32-score.c, * bfd/elf32-score7.c, * bfd/elf32-sh.c,
* bfd/elf32-spu.c, * bfd/elf32-tic6x.c, * bfd/elf32-tilepro.c,
* bfd/elf32-v850.c, * bfd/elf32-vax.c, * bfd/elf32-xc16x.c,
* bfd/elf32-xstormy16.c, * bfd/elf32-xtensa.c, * bfd/elf64-alpha.c,
* bfd/elf64-hppa.c, * bfd/elf64-ia64-vms.c, * bfd/elf64-mmix.c,
* bfd/elf64-ppc.c, * bfd/elf64-s390.c, * bfd/elf64-sh64.c,
* bfd/elf64-x86-64.c, * bfd/elflink.c, * bfd/elfnn-ia64.c,
* bfd/elfxx-mips.c, * bfd/elfxx-sparc.c, * bfd/elfxx-tilegx.c,
* bfd/reloc.c: Update all references.
* bfd/bfd-in2.h: Regenerate.
ld/
* ld/ldlang.c (size_input_section): Use sec_info_type rather than
usrdata->flags.just_syms.
* ld/ldwrite.c (build_link_order): Likewise.
* ld/emultempl/hppaelf.em (build_section_lists): Likewise.
* ld/emultempl/ppc64elf.em (build_toc_list): Likewise.
* ld/emultempl/armelf.em (build_section_lists): Likewise.
(after_allocation): Update for renamed sec_info_type value.
* ld/emultempl/tic6xdsbt.em: Likewise.
2012-04-24 05:12:40 +00:00
|
|
|
if (i->sec_info_type != SEC_INFO_TYPE_JUST_SYMS
|
2005-11-17 00:10:05 +00:00
|
|
|
&& (i->flags & SEC_EXCLUDE) == 0
|
|
|
|
&& i->output_section != NULL
|
2008-02-15 03:35:53 +00:00
|
|
|
&& i->output_section->owner == link_info.output_bfd)
|
2005-11-17 00:10:05 +00:00
|
|
|
{
|
|
|
|
elf32_hppa_next_input_section (&link_info, i);
|
|
|
|
}
|
2002-05-04 02:06:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-08-10 07:50:56 +00:00
|
|
|
/* For the PA we use this opportunity to size and build linker stubs. */
|
1999-05-03 07:29:11 +00:00
|
|
|
|
|
|
|
static void
|
2009-08-10 07:50:56 +00:00
|
|
|
gld${EMULATION_NAME}_after_allocation (void)
|
1999-05-03 07:29:11 +00:00
|
|
|
{
|
2009-08-10 07:50:56 +00:00
|
|
|
/* bfd_elf_discard_info just plays with data and debugging sections,
|
|
|
|
ie. doesn't affect code size, so we can delay resizing the
|
2005-03-29 11:07:38 +00:00
|
|
|
sections. It's likely we'll resize everything in the process of
|
|
|
|
adding stubs. */
|
2008-02-15 03:35:53 +00:00
|
|
|
if (bfd_elf_discard_info (link_info.output_bfd, &link_info))
|
2005-03-29 11:07:38 +00:00
|
|
|
need_laying_out = 1;
|
|
|
|
|
2002-11-12 07:56:38 +00:00
|
|
|
/* If generating a relocatable output file, then we don't
|
|
|
|
have to examine the relocs. */
|
2003-12-01 06:28:56 +00:00
|
|
|
if (stub_file != NULL && !link_info.relocatable)
|
1999-05-03 07:29:11 +00:00
|
|
|
{
|
2008-02-15 03:35:53 +00:00
|
|
|
int ret = elf32_hppa_setup_section_lists (link_info.output_bfd,
|
|
|
|
&link_info);
|
2002-11-12 07:56:38 +00:00
|
|
|
|
|
|
|
if (ret != 0)
|
2002-05-04 02:06:43 +00:00
|
|
|
{
|
2002-11-12 07:56:38 +00:00
|
|
|
if (ret < 0)
|
|
|
|
{
|
|
|
|
einfo ("%X%P: can not size stub section: %E\n");
|
|
|
|
return;
|
|
|
|
}
|
2002-05-04 02:06:43 +00:00
|
|
|
|
2002-11-12 07:56:38 +00:00
|
|
|
lang_for_each_statement (build_section_lists);
|
2002-05-04 02:06:43 +00:00
|
|
|
|
2002-11-12 07:56:38 +00:00
|
|
|
/* Call into the BFD backend to do the real work. */
|
2008-02-15 03:35:53 +00:00
|
|
|
if (! elf32_hppa_size_stubs (link_info.output_bfd,
|
2002-11-12 07:56:38 +00:00
|
|
|
stub_file->the_bfd,
|
|
|
|
&link_info,
|
|
|
|
multi_subspace,
|
|
|
|
group_size,
|
|
|
|
&hppaelf_add_stub_section,
|
|
|
|
&hppaelf_layout_sections_again))
|
|
|
|
{
|
|
|
|
einfo ("%X%P: can not size stub section: %E\n");
|
|
|
|
return;
|
|
|
|
}
|
2002-05-04 02:06:43 +00:00
|
|
|
}
|
1999-05-03 07:29:11 +00:00
|
|
|
}
|
2000-07-09 08:45:29 +00:00
|
|
|
|
2006-06-20 02:22:16 +00:00
|
|
|
if (need_laying_out != -1)
|
|
|
|
gld${EMULATION_NAME}_map_segments (need_laying_out);
|
2005-03-29 11:07:38 +00:00
|
|
|
|
2003-06-25 06:40:27 +00:00
|
|
|
if (! link_info.relocatable)
|
2000-09-05 04:07:46 +00:00
|
|
|
{
|
2002-11-12 07:56:38 +00:00
|
|
|
/* Set the global data pointer. */
|
2008-02-15 03:35:53 +00:00
|
|
|
if (! elf32_hppa_set_gp (link_info.output_bfd, &link_info))
|
2002-11-12 07:56:38 +00:00
|
|
|
{
|
|
|
|
einfo ("%X%P: can not set gp\n");
|
|
|
|
return;
|
|
|
|
}
|
2000-09-05 04:07:46 +00:00
|
|
|
|
2002-11-12 07:56:38 +00:00
|
|
|
/* Now build the linker stubs. */
|
2003-12-01 06:28:56 +00:00
|
|
|
if (stub_file != NULL && stub_file->the_bfd->sections != NULL)
|
2002-11-12 07:56:38 +00:00
|
|
|
{
|
|
|
|
if (! elf32_hppa_build_stubs (&link_info))
|
2005-03-29 11:07:38 +00:00
|
|
|
einfo ("%X%P: can not build stubs: %E\n");
|
2002-11-12 07:56:38 +00:00
|
|
|
}
|
2000-07-09 08:45:29 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-09-05 04:07:46 +00:00
|
|
|
|
|
|
|
/* Avoid processing the fake stub_file in vercheck, stat_needed and
|
|
|
|
check_needed routines. */
|
|
|
|
|
2003-06-27 00:38:25 +00:00
|
|
|
static void (*real_func) (lang_input_statement_type *);
|
2000-09-05 04:07:46 +00:00
|
|
|
|
2003-06-27 00:38:25 +00:00
|
|
|
static void hppa_for_each_input_file_wrapper (lang_input_statement_type *l)
|
2000-09-05 04:07:46 +00:00
|
|
|
{
|
|
|
|
if (l != stub_file)
|
|
|
|
(*real_func) (l);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2003-06-27 00:38:25 +00:00
|
|
|
hppa_lang_for_each_input_file (void (*func) (lang_input_statement_type *))
|
2000-09-05 04:07:46 +00:00
|
|
|
{
|
|
|
|
real_func = func;
|
|
|
|
lang_for_each_input_file (&hppa_for_each_input_file_wrapper);
|
|
|
|
}
|
|
|
|
|
|
|
|
#define lang_for_each_input_file hppa_lang_for_each_input_file
|
|
|
|
|
1999-05-03 07:29:11 +00:00
|
|
|
EOF
|
|
|
|
|
2000-09-05 04:07:46 +00:00
|
|
|
# Define some shell vars to insert bits of code into the standard elf
|
|
|
|
# parse_args and list_options functions.
|
|
|
|
#
|
|
|
|
PARSE_AND_LIST_PROLOGUE='
|
|
|
|
#define OPTION_MULTI_SUBSPACE 301
|
2000-09-27 17:30:19 +00:00
|
|
|
#define OPTION_STUBGROUP_SIZE (OPTION_MULTI_SUBSPACE + 1)
|
2000-09-05 04:07:46 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
PARSE_AND_LIST_LONGOPTS='
|
2000-09-27 17:30:19 +00:00
|
|
|
{ "multi-subspace", no_argument, NULL, OPTION_MULTI_SUBSPACE },
|
|
|
|
{ "stub-group-size", required_argument, NULL, OPTION_STUBGROUP_SIZE },
|
2000-09-05 04:07:46 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
PARSE_AND_LIST_OPTIONS='
|
|
|
|
fprintf (file, _("\
|
2007-08-17 13:50:48 +00:00
|
|
|
--multi-subspace Generate import and export stubs to support\n\
|
|
|
|
multiple sub-space shared libraries\n"
|
2000-09-27 17:30:19 +00:00
|
|
|
));
|
|
|
|
fprintf (file, _("\
|
2007-08-17 13:50:48 +00:00
|
|
|
--stub-group-size=N Maximum size of a group of input sections that\n\
|
|
|
|
can be handled by one stub section. A negative\n\
|
|
|
|
value locates all stubs before their branches\n\
|
|
|
|
(with a group size of -N), while a positive\n\
|
|
|
|
value allows two groups of input sections, one\n\
|
|
|
|
before, and one after each stub section.\n\
|
|
|
|
Values of +/-1 indicate the linker should\n\
|
|
|
|
choose suitable defaults.\n"
|
2000-09-05 04:07:46 +00:00
|
|
|
));
|
|
|
|
'
|
|
|
|
|
|
|
|
PARSE_AND_LIST_ARGS_CASES='
|
|
|
|
case OPTION_MULTI_SUBSPACE:
|
|
|
|
multi_subspace = 1;
|
|
|
|
break;
|
2000-09-27 17:30:19 +00:00
|
|
|
|
|
|
|
case OPTION_STUBGROUP_SIZE:
|
|
|
|
{
|
|
|
|
const char *end;
|
|
|
|
group_size = bfd_scan_vma (optarg, &end, 0);
|
|
|
|
if (*end)
|
|
|
|
einfo (_("%P%F: invalid number `%s'\''\n"), optarg);
|
|
|
|
}
|
|
|
|
break;
|
2000-09-05 04:07:46 +00:00
|
|
|
'
|
|
|
|
|
|
|
|
# Put these extra hppaelf routines in ld_${EMULATION_NAME}_emulation
|
2000-07-28 01:33:14 +00:00
|
|
|
#
|
2001-01-14 07:39:01 +00:00
|
|
|
LDEMUL_AFTER_PARSE=hppaelf_after_parse
|
2009-08-10 07:50:56 +00:00
|
|
|
LDEMUL_AFTER_ALLOCATION=gld${EMULATION_NAME}_after_allocation
|
2000-07-28 01:33:14 +00:00
|
|
|
LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS=hppaelf_create_output_section_statements
|