Changeset 1973 for binutils/trunk/ld/emultempl/cr16elf.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/cr16elf.em ¶
r970 r1973 1 1 # This shell script emits a C file. -*- C -*- 2 # Copyright (C) 2007-201 4Free Software Foundation, Inc.2 # Copyright (C) 2007-2016 Free Software Foundation, Inc. 3 3 # Contributed by M R Swami Reddy <MR.Swami.Reddy@nsc.com> 4 4 # … … 40 40 41 41 if (command_line.embedded_relocs 42 && (! link_info.relocatable))42 && !bfd_link_relocatable (&link_info)) 43 43 { 44 44 bfd *abfd; … … 120 120 config.magic_demand_paged = FALSE; 121 121 122 after_parse_default();122 gld${EMULATION_NAME}_after_parse (); 123 123 } 124 124 … … 133 133 134 134 if (command_line.embedded_relocs 135 && (! link_info.relocatable))135 && (!bfd_link_relocatable (&link_info))) 136 136 { 137 137
Note:
See TracChangeset
for help on using the changeset viewer.