Files
binutils-gdb/sim
Tsukasa OI 4bd531c7ff sim/ppc: Fix core_find_mapping diagnostics
Because "%p" is the pointer conversion specifier to print a pointer in an
implementation-defined manner, the result with format string containing
"0x%p" can be strange.  For instance, core_map_find_mapping prints error
containing "0x0x...." (processor is not NULL) or "0x(null)" (processor is
NULL) on glibc.

This commit replaces "0x%p" with "%p" to prevent unpredictable behavior.
2022-10-12 13:21:31 +00:00
..
2022-05-13 14:32:54 +09:30
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-09-27 11:42:32 -07:00
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-10-11 15:18:14 +01:00
2022-05-13 14:32:54 +09:30
2022-10-11 15:18:14 +01:00
2022-08-06 08:03:16 +09:30
2022-04-06 11:10:40 -04:00
2022-09-27 11:42:32 -07:00
2022-09-27 11:42:32 -07:00
2022-09-01 10:15:09 -04:00