]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: rename target-delegates.c to target-delegates-gen.c
authorSimon Marchi <simon.marchi@efficios.com>
Mon, 5 Aug 2024 15:24:36 +0000 (11:24 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 12 Aug 2024 13:45:51 +0000 (09:45 -0400)
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>
gdb/make-target-delegates.py
gdb/target-debug.h
gdb/target-delegates-gen.c [moved from gdb/target-delegates.c with 100% similarity]
gdb/target.c

index bfcf7faab7ae042d832a002b6519eab673022c51..fc69cb33e96c4f7857921636b135fe5f96608837 100755 (executable)
@@ -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"
index b5eb338069a82582f3b8ee13e35f290d5297a1cd..bba51eb5c3a2aa23dc9c2bf2db270a0c6ce420b5 100644 (file)
@@ -26,7 +26,7 @@
    behavior is needed.
 
    References to these printers are automatically generated by
-   make-target-delegates.  See the generated file target-delegates.c.
+   make-target-delegates.  See the generated file target-delegates-gen.c.
 
    In a couple cases, a special printing function is defined and then
    used via the TARGET_DEBUG_PRINTER macro.  See target.h.
@@ -46,8 +46,8 @@
 #include "target/waitstatus.h"
 
 /* The functions defined in this header file are not marked "inline", such
-   that any function not used by target-delegates.c (the only user of this file)
-   will be flagged as unused.  */
+   that any function not used by target-delegates-gen.c (the only user of this
+   file) will be flagged as unused.  */
 
 static std::string
 target_debug_print_target_object (target_object object)
index a80b133a1b33ba5d45ed109c6ed95b26fdf391e8..47f09f506dcc0529b2d41316f3ccb8876f69fccc 100644 (file)
@@ -3698,7 +3698,7 @@ dummy_make_corefile_notes (struct target_ops *self,
   return NULL;
 }
 
-#include "target-delegates.c"
+#include "target-delegates-gen.c"
 
 /* The initial current target, so that there is always a semi-valid
    current target.  */