f13a99db51
* bfdlink.h (struct bfd_link_hash_table): Delete creator field. (struct bfd_link_info): Add output_bfd. bfd/ * elflink.c: Replace all accesses to hash->creator field with output_bfd->xvec. * cofflink.c: Likewise. * coff-h8300.c: Likewise. * ecoff.c: Likewise. * elf32-m68hc1x.c: Likewise. * elf32-ppc.c: Likewise. * elf64-alpha.c: Likewise. * elf64-ppc.c: Likewise. * elf64-sparc.c: Likewise. * elfxx-mips.c: Likewise. * i386linux.c: Likewise. * m68klinux.c: Likewise. * sparclinux.c: Likewise. * sunos.c: Likewise. * xcofflink.c: Likewise. * linker.c: Likewise. (_bfd_link_hash_table_init): Don't store creator. ld/ * ldmain.h (output_bfd): Delete. * ldmain.c (output_bfd): Delete. Replace all occurrences of output_bfd with link_info.output_bfd. * ldcref.c: Likewise. * ldctor.c: Likewise. * ldemul.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. * ldmisc.c: Likewise. * ldwrite.c: Likewise. * pe-dll.c: Likewise. * emultempl/aix.em: Likewise. * emultempl/alphaelf.em: Likewise. * emultempl/armcoff.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/avrelf.em: Likewise. * emultempl/beos.em: Likewise. * emultempl/elf-generic.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/gld960.em: Likewise. * emultempl/hppaelf.em: Likewise. * emultempl/irix.em: Likewise. * emultempl/linux.em: Likewise. * emultempl/lnk960.em: Likewise. * emultempl/m68hc1xelf.em: Likewise. * emultempl/mmix-elfnmmo.em: Likewise. * emultempl/mmo.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/ppc32elf.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/scoreelf.em: Likewise. * emultempl/sh64elf.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/sunos.em: Likewise. * emultempl/vanilla.em: Likewise. * emultempl/vxworks.em: Likewise. * emultempl/xtensaelf.em: Likewise. * emultempl/z80.em: Likewise. * ldlang.c (open_output): Don't return output, instead write link_info_output_bfd directly. * emultempl/alphaelf.em: Replace occurrences of link_info.hash->creator with link_info.output_bfd->xvec. * emultempl/hppaelf.em: Likewise. * emultempl/ppc32elf.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/spuelf.em: Likewise.
115 lines
4.3 KiB
Plaintext
115 lines
4.3 KiB
Plaintext
# This shell script emits a C file. -*- C -*-
|
|
# Copyright 2001, 2002, 2003, 2004, 2007, 2008
|
|
# Free Software Foundation, Inc.
|
|
#
|
|
# This file is part of the GNU Binutils.
|
|
#
|
|
# 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
|
|
# the Free Software Foundation; either version 3 of the License, or
|
|
# (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
|
|
# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
|
# MA 02110-1301, USA.
|
|
#
|
|
|
|
# This file is sourced from elf32.em and mmo.em, used to define
|
|
# MMIX-specific things common to ELF and MMO.
|
|
|
|
fragment <<EOF
|
|
#include "elf/mmix.h"
|
|
|
|
/* Set up handling of linker-allocated global registers. */
|
|
|
|
static void
|
|
mmix_before_allocation (void)
|
|
{
|
|
/* Call the default first. */
|
|
gld${EMULATION_NAME}_before_allocation ();
|
|
|
|
/* There's a needrelax.em which uses this ..._before_allocation-hook and
|
|
just has the statement below as payload. It's more of a hassle to
|
|
use that than to just include these two lines and take the
|
|
maintenance burden to keep them in sync. (Of course we lose the
|
|
maintenance burden of checking that it still does what we need.) */
|
|
|
|
/* Force -relax on (regardless of whether we're doing a relocatable
|
|
link). */
|
|
command_line.relax = TRUE;
|
|
|
|
if (!_bfd_mmix_before_linker_allocation (link_info.output_bfd, &link_info))
|
|
einfo ("%X%P: Internal problems setting up section %s",
|
|
MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME);
|
|
}
|
|
|
|
/* We need to set the VMA of the .MMIX.reg_contents section when it has
|
|
been allocated, and produce the final settings for the linker-generated
|
|
GREGs. */
|
|
|
|
static void
|
|
mmix_after_allocation (void)
|
|
{
|
|
asection *sec
|
|
= bfd_get_section_by_name (link_info.output_bfd,
|
|
MMIX_REG_CONTENTS_SECTION_NAME);
|
|
bfd_signed_vma regvma;
|
|
|
|
/* If there's no register section, we don't need to do anything. On the
|
|
other hand, if there's a non-standard linker-script without a mapping
|
|
from MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME when that section is
|
|
present (as in the ld test "NOCROSSREFS 2"), that section (1) will be
|
|
orphaned; not inserted in MMIX_REG_CONTENTS_SECTION_NAME and (2) we
|
|
will not do the necessary preparations for those relocations that
|
|
caused it to be created. We'll SEGV from the latter error. The
|
|
former error in separation will result in a non-working binary, but
|
|
that's expected when you play tricks with linker scripts. The
|
|
"NOCROSSREFS 2" test does not run the output so it does not matter
|
|
there. */
|
|
if (sec == NULL)
|
|
sec
|
|
= bfd_get_section_by_name (link_info.output_bfd,
|
|
MMIX_LD_ALLOCATED_REG_CONTENTS_SECTION_NAME);
|
|
if (sec == NULL)
|
|
return;
|
|
|
|
regvma = 256 * 8 - sec->size - 8;
|
|
|
|
/* If we start on a local register, we have too many global registers.
|
|
We treat this error as nonfatal (meaning processing will continue in
|
|
search for other errors), because it's a link error in the same way
|
|
as an undefined symbol. */
|
|
if (regvma < 32 * 8)
|
|
{
|
|
einfo ("%X%P: Too many global registers: %u, max 223\n",
|
|
(unsigned) sec->size / 8);
|
|
regvma = 32 * 8;
|
|
}
|
|
|
|
/* Set vma to correspond to first such register number * 8. */
|
|
bfd_set_section_vma (link_info.output_bfd, sec, (bfd_vma) regvma);
|
|
|
|
/* Simplify symbol output for the register section (without contents;
|
|
created for register symbols) by setting the output offset to 0.
|
|
This section is only present when there are register symbols. */
|
|
sec = bfd_get_section_by_name (link_info.output_bfd, MMIX_REG_SECTION_NAME);
|
|
if (sec != NULL)
|
|
bfd_set_section_vma (abfd, sec, 0);
|
|
|
|
if (!_bfd_mmix_after_linker_allocation (link_info.output_bfd, &link_info))
|
|
{
|
|
/* This is a fatal error; make einfo call not return. */
|
|
einfo ("%F%P: Can't finalize linker-allocated global registers\n");
|
|
}
|
|
}
|
|
EOF
|
|
|
|
LDEMUL_AFTER_ALLOCATION=mmix_after_allocation
|
|
LDEMUL_BEFORE_ALLOCATION=mmix_before_allocation
|