Ignore:
Timestamp:
Feb 6, 2017, 1:00:00 PM (8 years ago)
Author:
Silvan Scherrer
Message:

binutils: update trunk to version 2.27

Location:
binutils/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • binutils/trunk

  • TabularUnified binutils/trunk/ld/emultempl/cr16elf.em

    r970 r1973  
    11# This shell script emits a C file. -*- C -*-
    2 # Copyright (C) 2007-2014 Free Software Foundation, Inc.
     2# Copyright (C) 2007-2016 Free Software Foundation, Inc.
    33# Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com>
    44#
     
    4040
    4141   if (command_line.embedded_relocs
    42        && (! link_info.relocatable))
     42       && !bfd_link_relocatable (&link_info))
    4343     {
    4444       bfd *abfd;
     
    120120  config.magic_demand_paged = FALSE;
    121121
    122   after_parse_default ();
     122  gld${EMULATION_NAME}_after_parse ();
    123123}
    124124
     
    133133
    134134   if (command_line.embedded_relocs
    135        && (! link_info.relocatable))
     135       && (!bfd_link_relocatable (&link_info)))
    136136     {
    137137
Note: See TracChangeset for help on using the changeset viewer.