X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Femultempl%2Fz80.em;fp=ld%2Femultempl%2Fz80.em;h=100ebd0eb958dc0b2a11e412c0f6d59fa484cb95;hp=7b17e8fc2b1a0c3883c569154820e7b71860666e;hb=88750007d7869f178f0ba528f41efd3b74c424cf;hpb=6df9443a374e2b81278c61b8afc0a1eef7db280b diff --git a/ld/emultempl/z80.em b/ld/emultempl/z80.em index 7b17e8f..100ebd0 100644 --- a/ld/emultempl/z80.em +++ b/ld/emultempl/z80.em @@ -1,7 +1,7 @@ # This shell script emits C code -*- C -*- # to keep track of the machine type of Z80 object files # It does some substitutions. -# Copyright 2007 Free Software Foundation, Inc. +# Copyright 2005, 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 @@ -96,7 +96,7 @@ gldz80_after_open (void) default: mach_type = 0; } - bfd_set_arch_mach (output_bfd, bfd_arch_z80, mach_type); + bfd_set_arch_mach (link_info.output_bfd, bfd_arch_z80, mach_type); } /* --- \end{z80.em} */ EOF