Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/binutils/dist/ld/emulparams Fix typos in the c...
details: https://anonhg.NetBSD.org/src/rev/aa7cb5ae6cd2
branches: trunk
changeset: 959124:aa7cb5ae6cd2
user: fcambus <fcambus%NetBSD.org@localhost>
date: Mon Feb 01 18:36:32 2021 +0000
description:
Fix typos in the comments of local binutils patches: it's ILP32, not IPL32.
diffstat:
external/gpl3/binutils/dist/ld/emulparams/elf32lriscv.sh | 2 +-
external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32.sh | 2 +-
external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32f.sh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs (36 lines):
diff -r 64413b673970 -r aa7cb5ae6cd2 external/gpl3/binutils/dist/ld/emulparams/elf32lriscv.sh
--- a/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv.sh Mon Feb 01 18:25:57 2021 +0000
+++ b/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv.sh Mon Feb 01 18:36:32 2021 +0000
@@ -12,7 +12,7 @@
LIBPATH_SUFFIX="32/ilp32d 32" ;;
esac
;;
- # NetBSD puts IPL32 libraries in rv32 subdirectory.
+ # NetBSD puts ILP32 libraries in rv32 subdirectory.
# XXX d vs f vs ""
riscv64-*-netbsd*)
case "$EMULATION_NAME" in
diff -r 64413b673970 -r aa7cb5ae6cd2 external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32.sh
--- a/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32.sh Mon Feb 01 18:25:57 2021 +0000
+++ b/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32.sh Mon Feb 01 18:36:32 2021 +0000
@@ -11,7 +11,7 @@
LIBPATH_SUFFIX="32/ilp32 32" ;;
esac
;;
- # NetBSD puts IPL32 libraries in rv32 subdirectory.
+ # NetBSD puts ILP32 libraries in rv32 subdirectory.
# XXX d vs f vs ""
riscv64-*-netbsd*)
case "$EMULATION_NAME" in
diff -r 64413b673970 -r aa7cb5ae6cd2 external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32f.sh
--- a/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32f.sh Mon Feb 01 18:25:57 2021 +0000
+++ b/external/gpl3/binutils/dist/ld/emulparams/elf32lriscv_ilp32f.sh Mon Feb 01 18:36:32 2021 +0000
@@ -11,7 +11,7 @@
LIBPATH_SUFFIX="32/ilp32f 32" ;;
esac
;;
- # NetBSD puts IPL32 libraries in rv32 subdirectory.
+ # NetBSD puts ILP32 libraries in rv32 subdirectory.
# XXX d vs f vs ""
riscv64-*-netbsd*)
case "$EMULATION_NAME" in
Home |
Main Index |
Thread Index |
Old Index