diff options
Diffstat (limited to 'gdb')
| -rw-r--r-- | gdb/NEWS | 2 | ||||
| -rwxr-xr-x | gdb/contrib/check-whitespace-pre-commit.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1881,7 +1881,7 @@ GNU/Linux/OpenRISC or1k*-*-linux* the '-force' flag of the CLI's "cond" command. ** '-file-list-exec-source-files [--group-by-objfile] - [--basename | --dirname] + [--basename | --dirname] [--] [REGEXP]' The existing -file-list-exec-source-files command now takes an diff --git a/gdb/contrib/check-whitespace-pre-commit.py b/gdb/contrib/check-whitespace-pre-commit.py index d7fa45d..9d82f77 100755 --- a/gdb/contrib/check-whitespace-pre-commit.py +++ b/gdb/contrib/check-whitespace-pre-commit.py @@ -19,7 +19,7 @@ import subprocess import sys re_clean = re.compile( - "(^(gdb/testsuite/|gdbsupport/|gdbserver/)|[.](m4|ac|def|[chly])$)" + "(^(gdb/testsuite/|gdbsupport/|gdbserver/)|[.](m4|ac|def|[chly])$|NEWS)" ) re_clean_exclude = re.compile("^(gdb/symfile.c|gdb/cli/cli-cmds.c)$") |
