X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ld%2Femultempl%2Fgenelf.em;h=5c5e1cbf4f44ac0bb75ba7a572363ccc12a34350;hb=18cd5bce47dc4a33dd1d8e3036b99d2fa7e3234f;hp=ce416eb66557517c825cdaeb4227a016dd07f451;hpb=5c3049d2ef5d591dadd42bd074f4866616ef8231;p=platform%2Fupstream%2Fbinutils.git diff --git a/ld/emultempl/genelf.em b/ld/emultempl/genelf.em index ce416eb..5c5e1cb 100644 --- a/ld/emultempl/genelf.em +++ b/ld/emultempl/genelf.em @@ -1,5 +1,5 @@ # This shell script emits a C file. -*- C -*- -# Copyright 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is part of the GNU Binutils. # @@ -38,7 +38,7 @@ gld${EMULATION_NAME}_after_open (void) after_open_default (); if (link_info.relocatable) - for (ibfd = link_info.input_bfds; ibfd != NULL; ibfd = ibfd->link_next) + for (ibfd = link_info.input_bfds; ibfd != NULL; ibfd = ibfd->link.next) if ((syms = bfd_get_outsymbols (ibfd)) != NULL && bfd_get_flavour (ibfd) == bfd_target_elf_flavour) for (sec = ibfd->sections; sec != NULL; sec = sec->next)