aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Cambus <fred@statdns.com>2021-04-21 08:05:14 -0600
committerTom Tromey <tromey@adacore.com>2021-04-21 08:05:14 -0600
commitfd34472cdce1d49bee6fa840caffff6f06de00de (patch)
tree498e6857dfbd1d2838a258141ddf2040082292ad
parent33fe00c1232fa22c6c5f0099c1268a707f64b786 (diff)
downloadfsf-binutils-gdb-fd34472cdce1d49bee6fa840caffff6f06de00de.zip
fsf-binutils-gdb-fd34472cdce1d49bee6fa840caffff6f06de00de.tar.gz
fsf-binutils-gdb-fd34472cdce1d49bee6fa840caffff6f06de00de.tar.bz2
update-netbsd.sh: fix script name, update year range in copyright.
Fix the script name and year range in update-netbsd.sh. gdb/ChangeLog 2021-04-21 Frederic Cambus <fred@statdns.com> * syscalls/update-netbsd.sh: Fix script name display in usage, and update year range in generated copyright notices.
-rw-r--r--gdb/ChangeLog5
-rwxr-xr-xgdb/syscalls/update-netbsd.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a601300..13d0bc2 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2021-04-21 Frederic Cambus <fred@statdns.com>
+
+ * syscalls/update-netbsd.sh: Fix script name display in usage, and
+ update year range in generated copyright notices.
+
2021-04-20 Felix Willgerodt <felix.willgerodt@intel.com>
* c-exp.y (qualifier_seq_noopt): Replace qualifier_seq with
diff --git a/gdb/syscalls/update-netbsd.sh b/gdb/syscalls/update-netbsd.sh
index 505bdc2..75cd8f0 100755
--- a/gdb/syscalls/update-netbsd.sh
+++ b/gdb/syscalls/update-netbsd.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-netbsd.sh <path-to-syscall.h>"
exit 1
fi
cat > netbsd.xml.tmp <<EOF
<?xml version="1.0"?> <!-- THIS FILE IS GENERATED -*- buffer-read-only: t -*- -->
<!-- vi:set ro: -->
-<!-- Copyright (C) 2020 Free Software Foundation, Inc.
+<!-- Copyright (C) 2020-2021 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright