diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2024-08-05 11:24:36 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2024-08-12 09:45:51 -0400 |
commit | 7ee8372bdbd218295ca6147ef31174ad827a00cb (patch) | |
tree | a375315572cc892338f4a8fa87d0590cc8bda7af /gdb/make-target-delegates.py | |
parent | 3338faa385acab7503cb1dd973e633c8020e5acd (diff) | |
download | gdb-7ee8372bdbd218295ca6147ef31174ad827a00cb.zip gdb-7ee8372bdbd218295ca6147ef31174ad827a00cb.tar.gz gdb-7ee8372bdbd218295ca6147ef31174ad827a00cb.tar.bz2 |
gdb: rename target-delegates.c to target-delegates-gen.c
Following this suggestion:
https://inbox.sourceware.org/gdb-patches/2a0520ec-ccfe-4fc3-b051-7b8c60294de5@efficios.com/T/#md537792a1871addf153f3e406224f9baf025414a
Change-Id: I30988c46505f130ca16155891958f92621cada97
Approved-By: John Baldwin <jhb@FreeBSD.org>
Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/make-target-delegates.py')
-rwxr-xr-x | gdb/make-target-delegates.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/make-target-delegates.py b/gdb/make-target-delegates.py index bfcf7fa..fc69cb3 100755 --- a/gdb/make-target-delegates.py +++ b/gdb/make-target-delegates.py @@ -362,7 +362,7 @@ for current_line in scan_target_h(): delegators.append(name) -with open("target-delegates.c", "w") as f: +with open("target-delegates-gen.c", "w") as f: print( gdbcopyright.copyright( "make-target-delegates.py", "Boilerplate target methods for GDB" |