]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
sim: delete sim/ppc/.gdbinit
authorAndrew Burgess <aburgess@redhat.com>
Fri, 7 Aug 2026 14:22:22 +0000 (15:22 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Fri, 7 Aug 2026 14:55:19 +0000 (15:55 +0100)
The sim/ppc/.gdbinit has existed since the initial repository creation
commits.  However, I don't think it adds any value and can be
deleted.  The contents of the file were just:

  set output-radix 16
  break error

The sim/ tree already includes rules in its Makefile to build a
.gdbinit for each simulator which sources sim/gdbinit.in, so if anyone
wants to argue for keeping either of the above lines then they should
be added to the sim/gdbinit.in file.

Keeping sim/ppc/.gdbinit in tree is an annoyance for the release
process as 'make distclean' in the sim tree ends up deleting the file.

sim/ppc/.gdbinit [deleted file]

diff --git a/sim/ppc/.gdbinit b/sim/ppc/.gdbinit
deleted file mode 100644 (file)
index e1e62d6..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-set output-radix 16
-break error