aboutsummaryrefslogtreecommitdiff
path: root/ld/ldlnk960.c
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-09-27 20:09:23 +0000
committerPer Bothner <per@bothner.com>1991-09-27 20:09:23 +0000
commite1e5fbfcbbf5c84d6751318e31101ff382ae284d (patch)
tree463886cee50ba923bffa8c54aa457ebe9e7ce6be /ld/ldlnk960.c
parent9dcb30e3a2fadd0f52bf5c371d122b446aaa0e07 (diff)
downloadgdb-e1e5fbfcbbf5c84d6751318e31101ff382ae284d.zip
gdb-e1e5fbfcbbf5c84d6751318e31101ff382ae284d.tar.gz
gdb-e1e5fbfcbbf5c84d6751318e31101ff382ae284d.tar.bz2
* ldlnk960.c: Use new naming convention for *.x{,u,r} include scripts.
* ldm88k.sc: "Clean up" script, so that ldm88kUr.sc and ldm88kr.sc can be automatically generated. * ldemul.c, configure.in, config.h, Makefile.in: Add support for Sony NewsOS3. * Makefile.in: Re-do the way ldemulation scipts and structures are done. do we only need one or two files for each emulation target (a TARGET.sc and optionally TARGET.c, if ldtemplate isn't suitable). This gets rid of lots of extra source files.
Diffstat (limited to 'ld/ldlnk960.c')
-rwxr-xr-xld/ldlnk960.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldlnk960.c b/ld/ldlnk960.c
index ea4df26..ff862f9 100755
--- a/ld/ldlnk960.c
+++ b/ld/ldlnk960.c
@@ -263,7 +263,7 @@ static char *lnk960_script =
static char *lnk960_script_relocateable =
-#include "ldlnk960r.x"
+#include "ldlnk960.xr"
;
static char *lnk960_get_script()