aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2020-08-03 09:47:17 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2020-08-03 09:47:17 -0700
commit0cf82b81569733bdb9f913cfc6dc6ba3a885ec77 (patch)
tree36a73c25d24470c8bdc20fbea730e14fe5e13296
parente4ae357fe8d4a337ae4bdd4cabb8286cb128819c (diff)
downloadgdb-0cf82b81569733bdb9f913cfc6dc6ba3a885ec77.zip
gdb-0cf82b81569733bdb9f913cfc6dc6ba3a885ec77.tar.gz
gdb-0cf82b81569733bdb9f913cfc6dc6ba3a885ec77.tar.bz2
Fix script name in usage and generated year range.
gdb/ChangeLog: * syscalls/update-freebsd.sh: Fix usage and year range.
-rw-r--r--gdb/ChangeLog4
-rwxr-xr-xgdb/syscalls/update-freebsd.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 276fa64..63edfd0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-08-03 John Baldwin <jhb@FreeBSD.org>
+
+ * syscalls/update-freebsd.sh: Fix usage and year range.
+
2020-08-03 Tom de Vries <tdevries@suse.de>
PR symtab/26333
diff --git a/gdb/syscalls/update-freebsd.sh b/gdb/syscalls/update-freebsd.sh
index 5d96026..1c00a4f 100755
--- a/gdb/syscalls/update-freebsd.sh
+++ b/gdb/syscalls/update-freebsd.sh
@@ -29,14 +29,14 @@
if [ $# -ne 1 ]; then
echo "Error: Path to syscall.h missing. Aborting."
- echo "Usage: update-gnulib.sh <path-to-syscall.h>"
+ echo "Usage: update-freebsd.sh <path-to-syscall.h>"
exit 1
fi
cat > freebsd.xml.tmp <<EOF
<?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
<!-- vi:set ro: -->
-<!-- Copyright (C) 2009-2018 Free Software Foundation, Inc.
+<!-- Copyright (C) 2009-2020 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright