mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
Fix script name in usage and generated year range.
gdb/ChangeLog: * syscalls/update-freebsd.sh: Fix usage and year range.
This commit is contained in:
parent
e4ae357fe8
commit
0cf82b8156
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user