]> Git Repo - binutils.git/blobdiff - ld/emultempl/m88kbcs.em
* emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Treat
[binutils.git] / ld / emultempl / m88kbcs.em
index 73cae7a614abb0e2ad69e01c813fa74ba95881c6..ebf58bec3806b07dc804424a35433043c18ef587 100644 (file)
@@ -1,6 +1,6 @@
 # This shell script emits a C file. -*- C -*-
 # It does some substitutions.
-cat >em_${EMULATION_NAME}.c <<EOF
+cat >e${EMULATION_NAME}.c <<EOF
 /* This file is is generated by a shell script.  DO NOT EDIT! */
 
 /* emulate the original gld for the given ${EMULATION_NAME}
@@ -21,7 +21,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define TARGET_IS_${EMULATION_NAME}
 
@@ -30,7 +30,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "bfdlink.h"
 
 #include "ld.h"
-#include "config.h"
 #include "ldemul.h"
 #include "ldfile.h"
 #include "ldmisc.h"
@@ -61,7 +60,7 @@ s/$/\\n\\/
 $s/$/n"/
 '
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 0;
 
@@ -81,7 +80,7 @@ EOF
 else
 # Scripts read from the filesystem.
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 1;
 
@@ -100,7 +99,7 @@ EOF
 
 fi
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 
 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = 
 {
@@ -108,6 +107,7 @@ struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation =
   syslib_default,
   hll_default,
   after_parse_default,
+  after_open_default,
   after_allocation_default,
   set_output_arch_default,
   ldemul_default_target,
This page took 0.024704 seconds and 4 git commands to generate.