aboutsummaryrefslogtreecommitdiff
path: root/ld/gld960.em
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-09-04 03:29:15 +0000
committerPer Bothner <per@bothner.com>1992-09-04 03:29:15 +0000
commitd73812a1d62890a28f3be4054614e16690a1b029 (patch)
tree9db9bd626644f92489225267f8a4fb372124e9bb /ld/gld960.em
parent8e71a9842cc51fc96e7281e40a123bc3d504852a (diff)
downloadgdb-d73812a1d62890a28f3be4054614e16690a1b029.zip
gdb-d73812a1d62890a28f3be4054614e16690a1b029.tar.gz
gdb-d73812a1d62890a28f3be4054614e16690a1b029.tar.bz2
* Makefile.in, Makefile.dos, generic.em, genscripts.sh,
gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em, vanilla.em: Rename all (generated) ld__*.c files to em_.c. This is one character shorter, and lets people build on SVR3 system. (ld__h8300xray.[co] was the killer there; h8300xray.sc-sh is also overlong, but seems harmless.) Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>. * Makefile.in (clean): Fix typo mostclean -> mostlyclean. * configure.in: Add host isc.
Diffstat (limited to 'ld/gld960.em')
-rw-r--r--ld/gld960.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/gld960.em b/ld/gld960.em
index b16c8ff..e8e7455 100644
--- a/ld/gld960.em
+++ b/ld/gld960.em
@@ -1,4 +1,4 @@
-cat >ld__${EMULATION_NAME}.c <<EOF
+cat >em_${EMULATION_NAME}.c <<EOF
/* Copyright (C) 1991 Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.