summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/emultempl/m68kelf.em
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/ld/emultempl/m68kelf.em')
-rw-r--r--binutils-2.25/ld/emultempl/m68kelf.em7
1 files changed, 3 insertions, 4 deletions
diff --git a/binutils-2.25/ld/emultempl/m68kelf.em b/binutils-2.25/ld/emultempl/m68kelf.em
index 48a50bc..c5cfe77 100644
--- a/binutils-2.25/ld/emultempl/m68kelf.em
+++ b/binutils-2.25/ld/emultempl/m68kelf.em
@@ -1,6 +1,5 @@
# This shell script emits a C file. -*- C -*-
-# Copyright 2000, 2001, 2003, 2005, 2007, 2008, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 2000-2014 Free Software Foundation, Inc.
# Written by Michael Sokolov <msokolov@ivan.Harhan.ORG>, based on armelf.em
#
# This file is part of the GNU Binutils.
@@ -76,7 +75,7 @@ m68k_elf_after_open (void)
input file with a nonzero .data section. The BFD backend will fill in
these sections with magic numbers which can be used to relocate the
data section at run time. */
- for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link_next)
+ for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link.next)
{
asection *datasec;
@@ -154,7 +153,7 @@ m68k_elf_after_allocation (void)
/* If we are generating embedded relocs, call a special BFD backend
routine to do the work. */
- for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link_next)
+ for (abfd = link_info.input_bfds; abfd != NULL; abfd = abfd->link.next)
{
asection *datasec, *relsec;
char *errmsg;