public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Fix script name in usage and generated year range.
@ 2020-07-20 16:27 John Baldwin
  2020-07-20 16:28 ` [PATCH 2/2] Update FreeBSD system calls for 13.0-CURRENT John Baldwin
  0 siblings, 1 reply; 2+ messages in thread
From: John Baldwin @ 2020-07-20 16:27 UTC (permalink / raw)
  To: gdb-patches

gdb/ChangeLog:

	* syscalls/update-netbsd.sh: Fix usage and year range.
---
 gdb/ChangeLog                  | 4 ++++
 gdb/syscalls/update-freebsd.sh | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fad4608002..afa95746cf 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-07-20  John Baldwin  <jhb@FreeBSD.org>
+
+	* syscalls/update-netbsd.sh: Fix usage and year range.
+
 2020-07-20  John Baldwin  <jhb@FreeBSD.org>
 
 	* fbsd-tdep.c (fbsd_skip_solib_resolver): New function.
diff --git a/gdb/syscalls/update-freebsd.sh b/gdb/syscalls/update-freebsd.sh
index 5d9602641b..1c00a4f5e9 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
-- 
2.25.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-20 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 16:27 [PATCH 1/2] Fix script name in usage and generated year range John Baldwin
2020-07-20 16:28 ` [PATCH 2/2] Update FreeBSD system calls for 13.0-CURRENT John Baldwin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).