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:
bf8d2f9
)
Another source_sh
author
Alan Modra
<amodra@gmail.com>
Thu, 16 Mar 2023 07:05:05 +0000
(17:35 +1030)
committer
Alan Modra
<amodra@gmail.com>
Fri, 17 Mar 2023 10:40:05 +0000
(21:10 +1030)
* scripttempl/z80.sc: Use source_sh to source elf.sc.
ld/scripttempl/z80.sc
patch
|
blob
|
history
diff --git
a/ld/scripttempl/z80.sc
b/ld/scripttempl/z80.sc
index 1ea8bee32ac65cc4af8b0b15255405eff520e3e5..ff3c539a04bf4fbf514a4310ab225d29a2fb0a09 100644
(file)
--- a/
ld/scripttempl/z80.sc
+++ b/
ld/scripttempl/z80.sc
@@
-10,7
+10,7
@@
if test "${OUTPUT_FORMAT}" = "elf32-z80"; then
NO_SMALL_DATA=1
EMBEDDED=1
ALIGNMENT=1
-
.
$srcdir/scripttempl/elf.sc
+
source_sh
$srcdir/scripttempl/elf.sc
return 0
fi