From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH 4/9] [gdb] Fix new blank line at EOF in a few xml files
Date: Thu, 18 Jun 2026 15:38:13 +0200 [thread overview]
Message-ID: <20260618133818.55460-5-tdevries@suse.de> (raw)
In-Reply-To: <20260618133818.55460-1-tdevries@suse.de>
Fix this:
...
gdb/features/sparc/sparc32-cp0.xml:19: new blank line at EOF.
gdb/features/sparc/sparc64-cp0.xml:17: new blank line at EOF.
gdb/features/sparc/sparc64-fpu.xml:60: new blank line at EOF.
gdb/features/s390-core64.xml:45: new blank line at EOF.
gdb/features/sparc/sparc32-fpu.xml:43: new blank line at EOF.
gdb/features/aarch64-pauth.xml:13: new blank line at EOF.
gdb/features/library-list-aix.dtd:18: new blank line at EOF.
...
I re-ran "make clean-cfiles cfiles" in gdb/features, no changes.
---
gdb/contrib/check-whitespace-pre-commit.py | 7 -------
gdb/features/aarch64-pauth.xml | 1 -
gdb/features/library-list-aix.dtd | 1 -
gdb/features/s390-core64.xml | 1 -
gdb/features/sparc/sparc32-cp0.xml | 1 -
gdb/features/sparc/sparc32-fpu.xml | 1 -
gdb/features/sparc/sparc64-cp0.xml | 1 -
gdb/features/sparc/sparc64-fpu.xml | 1 -
8 files changed, 14 deletions(-)
diff --git a/gdb/contrib/check-whitespace-pre-commit.py b/gdb/contrib/check-whitespace-pre-commit.py
index f39e9477410..0fd7bcc3068 100755
--- a/gdb/contrib/check-whitespace-pre-commit.py
+++ b/gdb/contrib/check-whitespace-pre-commit.py
@@ -25,18 +25,11 @@ re_ignore = re.compile("ChangeLog")
todo_list = [
"gdb/config/djgpp/fnchange.lst",
"gdb/gdb-gdb.gdb.in",
- "gdb/features/sparc/sparc64-cp0.xml",
- "gdb/features/sparc/sparc64-fpu.xml",
"gdb/configure.tgt",
"gdb/doc/annotate.texinfo",
- "gdb/features/aarch64-pauth.xml",
- "gdb/features/sparc/sparc32-fpu.xml",
- "gdb/features/s390-core64.xml",
- "gdb/features/sparc/sparc32-cp0.xml",
"gdb/exc_request.defs",
"gdb/doc/refcard.tex",
"gdb/doc/stack_frame.txt",
- "gdb/features/library-list-aix.dtd",
]
clean = []
diff --git a/gdb/features/aarch64-pauth.xml b/gdb/features/aarch64-pauth.xml
index 19e014521f5..7e93c7f519f 100644
--- a/gdb/features/aarch64-pauth.xml
+++ b/gdb/features/aarch64-pauth.xml
@@ -10,4 +10,3 @@
<reg name="pauth_dmask" bitsize="64"/>
<reg name="pauth_cmask" bitsize="64"/>
</feature>
-
diff --git a/gdb/features/library-list-aix.dtd b/gdb/features/library-list-aix.dtd
index 6ad67d66329..69181915a2a 100644
--- a/gdb/features/library-list-aix.dtd
+++ b/gdb/features/library-list-aix.dtd
@@ -15,4 +15,3 @@
<!ATTLIST library text_size CDATA #REQUIRED>
<!ATTLIST library data_addr CDATA #REQUIRED>
<!ATTLIST library data_size CDATA #REQUIRED>
-
diff --git a/gdb/features/s390-core64.xml b/gdb/features/s390-core64.xml
index 76bc52045cc..d81e4456408 100644
--- a/gdb/features/s390-core64.xml
+++ b/gdb/features/s390-core64.xml
@@ -42,4 +42,3 @@
<reg name="r15h" bitsize="32" type="uint32" group="upper"/>
<reg name="r15l" bitsize="32" type="uint32" group="lower"/>
</feature>
-
diff --git a/gdb/features/sparc/sparc32-cp0.xml b/gdb/features/sparc/sparc32-cp0.xml
index 2b029200a86..eacd89cf3b5 100644
--- a/gdb/features/sparc/sparc32-cp0.xml
+++ b/gdb/features/sparc/sparc32-cp0.xml
@@ -16,4 +16,3 @@
<reg name="fsr" bitsize="32" type="uint32" regnum="70"/>
<reg name="csr" bitsize="32" type="uint32" regnum="71"/>
</feature>
-
diff --git a/gdb/features/sparc/sparc32-fpu.xml b/gdb/features/sparc/sparc32-fpu.xml
index fb37322c13d..38217ca7a92 100644
--- a/gdb/features/sparc/sparc32-fpu.xml
+++ b/gdb/features/sparc/sparc32-fpu.xml
@@ -40,4 +40,3 @@
<reg name="f30" bitsize="32" type="ieee_single" regnum="62"/>
<reg name="f31" bitsize="32" type="ieee_single" regnum="63"/>
</feature>
-
diff --git a/gdb/features/sparc/sparc64-cp0.xml b/gdb/features/sparc/sparc64-cp0.xml
index 8d1461ab099..9b938dc7ecc 100644
--- a/gdb/features/sparc/sparc64-cp0.xml
+++ b/gdb/features/sparc/sparc64-cp0.xml
@@ -14,4 +14,3 @@
<reg name="fprs" bitsize="64" type="uint64" regnum="84"/>
<reg name="y" bitsize="64" type="uint64" regnum="85"/>
</feature>
-
diff --git a/gdb/features/sparc/sparc64-fpu.xml b/gdb/features/sparc/sparc64-fpu.xml
index 839468623a5..d7151b34c7f 100644
--- a/gdb/features/sparc/sparc64-fpu.xml
+++ b/gdb/features/sparc/sparc64-fpu.xml
@@ -57,4 +57,3 @@
<reg name="f60" bitsize="64" type="ieee_double" regnum="78"/>
<reg name="f62" bitsize="64" type="ieee_double" regnum="79"/>
</feature>
-
--
2.51.0
next prev parent reply other threads:[~2026-06-18 13:39 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-18 13:38 [PATCH 0/9] [gdb] More whitespace fixes Tom de Vries
2026-06-18 13:38 ` [PATCH 1/9] [gdb] Increase clean range in check-whitespace-pre-commit.py Tom de Vries
2026-06-18 13:38 ` [PATCH 2/9] [gdb] Fix leftover conflict marker in gdb/config/djgpp/README Tom de Vries
2026-06-18 13:38 ` [PATCH 3/9] [gdb] Fix new blank line at EOF in a few scripts Tom de Vries
2026-06-18 13:38 ` Tom de Vries [this message]
2026-06-18 13:38 ` [PATCH 5/9] [gdb] Ignore whitespace in imported file gdb/exc_request.defs Tom de Vries
2026-06-18 13:38 ` [PATCH 6/9] [gdb] Fix trailing whitespace in some files Tom de Vries
2026-06-18 13:38 ` [PATCH 7/9] [gdb] Ignore trailing whitespace in gdb/gdb-gdb.gdb.in Tom de Vries
2026-06-18 13:38 ` [PATCH 8/9] [gdb] Fix trailing whitespace in annotate.texinfo Tom de Vries
2026-06-18 13:38 ` [PATCH 9/9] [gdb] Fix trailing whitespace in refcard.tex Tom de Vries
2026-06-18 14:03 ` [PATCH 0/9] [gdb] More whitespace fixes Eli Zaretskii
2026-06-18 15:25 ` Tom de Vries
2026-06-18 17:13 ` Tom Tromey
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260618133818.55460-5-tdevries@suse.de \
--to=tdevries@suse.de \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox