[binutils-gdb] Another source_sh
Alan Modra
amodra@sourceware.org
Fri Mar 17 10:46:37 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1d7e244fc54e1d825e851d8af13a24136ae8cd79
commit 1d7e244fc54e1d825e851d8af13a24136ae8cd79
Author: Alan Modra <amodra@gmail.com>
Date: Thu Mar 16 17:35:05 2023 +1030
Another source_sh
* scripttempl/z80.sc: Use source_sh to source elf.sc.
Diff:
---
ld/scripttempl/z80.sc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ld/scripttempl/z80.sc b/ld/scripttempl/z80.sc
index 1ea8bee32ac..ff3c539a04b 100644
--- 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
More information about the Binutils-cvs
mailing list