diff options
author | Simon Marchi <simon.marchi@polymtl.ca> | 2025-06-26 12:26:49 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2025-06-26 13:26:25 -0400 |
commit | 3d9bcb9ebec2659440c69fe2db8b85e71e2e8e8d (patch) | |
tree | 021747bf509608aee0a0995d93454a0a8db2d76b | |
parent | c72fad491c20052aad8ff24fe88558cf2928df50 (diff) | |
download | binutils-3d9bcb9ebec2659440c69fe2db8b85e71e2e8e8d.zip binutils-3d9bcb9ebec2659440c69fe2db8b85e71e2e8e8d.tar.gz binutils-3d9bcb9ebec2659440c69fe2db8b85e71e2e8e8d.tar.bz2 |
gdb: remove some stray "void"
Fix these little typos from commit 5fe70629ceaf ("Change file
initialization to use INIT_GDB_FILE macro").
Change-Id: Ib9ae29988dfda1165de47467087f154624916629
-rw-r--r-- | gdb/amd-dbgapi-target.c | 1 | ||||
-rw-r--r-- | gdb/solib-rocm.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gdb/amd-dbgapi-target.c b/gdb/amd-dbgapi-target.c index 0f30cf6..0ccf53a 100644 --- a/gdb/amd-dbgapi-target.c +++ b/gdb/amd-dbgapi-target.c @@ -2475,7 +2475,6 @@ maybe_reset_amd_dbgapi () get_status_string (status)); } -void INIT_GDB_FILE (amd_dbgapi_target) { /* Make sure the loaded debugger library version is greater than or equal to diff --git a/gdb/solib-rocm.c b/gdb/solib-rocm.c index 57e41bf..86e5d82 100644 --- a/gdb/solib-rocm.c +++ b/gdb/solib-rocm.c @@ -766,7 +766,6 @@ rocm_solib_target_inferior_created (inferior *inf) solib_add (nullptr, 0, auto_solib_add); } -void INIT_GDB_FILE (rocm_solib) { /* The dependency on the amd-dbgapi exists because solib-rocm's |