projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc2f4c7
)
Fix for new filenames
author
Steve Chamberlain
<sac@cygnus>
Tue, 17 Mar 1992 00:38:14 +0000
(
00:38
+0000)
committer
Steve Chamberlain
<sac@cygnus>
Tue, 17 Mar 1992 00:38:14 +0000
(
00:38
+0000)
ld/generic.em
patch
|
blob
|
history
diff --git
a/ld/generic.em
b/ld/generic.em
index 728933efa91ea250bf68d4653a7f6a5900622b47..cae7c92e28f364d0c8266f861cd80c60b8189307 100644
(file)
--- a/
ld/generic.em
+++ b/
ld/generic.em
@@
-66,7
+66,7
@@
static char *gld${EMULATION_NAME}_script_option_n = /* Used with -n flag. */
#include "${EMULATION_NAME}.xn"
;
static char *gld${EMULATION_NAME}_script_option_N = /* Used with -N flag. */
-#include "${EMULATION_NAME}.x
N
"
+#include "${EMULATION_NAME}.x
bn
"
;
static char *gld${EMULATION_NAME}_get_script()