mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
gdbarch.sh (CALL_DUMMY_LOCATION): Require a value.
This commit is contained in:
@@ -619,7 +619,7 @@ verify_gdbarch (struct gdbarch *gdbarch)
|
||||
if ((GDB_MULTI_ARCH >= 1)
|
||||
&& (gdbarch->use_generic_dummy_frames == -1))
|
||||
fprintf_unfiltered (log, "\n\tuse_generic_dummy_frames");
|
||||
if ((GDB_MULTI_ARCH >= 2)
|
||||
if ((GDB_MULTI_ARCH >= 1)
|
||||
&& (gdbarch->call_dummy_location == 0))
|
||||
fprintf_unfiltered (log, "\n\tcall_dummy_location");
|
||||
if ((GDB_MULTI_ARCH >= 2)
|
||||
|
||||
Reference in New Issue
Block a user