Changeset 1973 for binutils/trunk/ld/emultempl/m68kelf.em
- Timestamp:
- Feb 6, 2017, 1:00:00 PM (8 years ago)
- Location:
- binutils/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
binutils/trunk ¶
-
Property svn:mergeinfo
set to
/binutils/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified binutils/trunk/ld/emultempl/m68kelf.em ¶
r970 r1973 1 1 # This shell script emits a C file. -*- C -*- 2 # Copyright (C) 2000-201 4Free Software Foundation, Inc.2 # Copyright (C) 2000-2016 Free Software Foundation, Inc. 3 3 # Written by Michael Sokolov <msokolov@ivan.Harhan.ORG>, based on armelf.em 4 4 # … … 68 68 #ifdef SUPPORT_EMBEDDED_RELOCS 69 69 if (command_line.embedded_relocs 70 && (! link_info.relocatable))70 && (!bfd_link_relocatable (&link_info))) 71 71 { 72 72 bfd *abfd; … … 148 148 #ifdef SUPPORT_EMBEDDED_RELOCS 149 149 if (command_line.embedded_relocs 150 && (! link_info.relocatable))150 && (!bfd_link_relocatable (&link_info))) 151 151 { 152 152 bfd *abfd;
Note:
See TracChangeset
for help on using the changeset viewer.