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
..
aarch64 sim/aarch64: Fix aarch64_get_CPSR_bits() declaration 2022-08-25 18:35:59 +02:00
arm
avr
bfin
bpf
common sim: Initialize pbb_br_* by default 2022-10-11 15:18:15 +01:00
cr16 Don't use BFD_VMA_FMT in gdb and sim 2022-08-06 08:03:16 +09:30
cris sim/cris: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
d10v Don't use BFD_VMA_FMT in gdb and sim 2022-08-06 08:03:16 +09:30
erc32 sim/erc32: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
example-synacor
frv
ft32
h8300
igen
iq2000
lm32
m4 sim: Link ZSTD_LIBS 2022-09-27 11:42:32 -07:00
m32c sim/m32c: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
m32r
m68hc11 sim/m68hc11: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
mcore
microblaze
mips
mn10300
moxie sim/moxie: add custom directory stamp rule 2022-10-11 11:22:14 +01:00
msp430
or1k
ppc sim/ppc: Fix core_find_mapping diagnostics 2022-10-12 13:21:31 +00:00
pru
riscv sim/riscv: fix multiply instructions on simulator 2022-10-11 12:38:36 +01:00
rl78 sim/rl78: Add ATTRIBUTE_PRINTF 2022-10-11 15:18:14 +01:00
rx Don't use BFD_VMA_FMT in gdb and sim 2022-08-06 08:03:16 +09:30
sh
testsuite sim/riscv: fix multiply instructions on simulator 2022-10-11 12:38:36 +01:00
v850
.gitignore
aclocal.m4 sim: Link ZSTD_LIBS 2022-09-27 11:42:32 -07:00
arch-subdir.mk.in sim: Link ZSTD_LIBS 2022-09-27 11:42:32 -07:00
ChangeLog-2021
config.h.in sim: Check known getopt definition existence 2022-10-11 15:18:14 +01:00
configure sim: Check known getopt definition existence 2022-10-11 15:18:14 +01:00
configure.ac sim: Check known getopt definition existence 2022-10-11 15:18:14 +01:00
COPYING
gdbinit.in
MAINTAINERS sim: Update mailing list address 2022-09-01 10:15:09 -04:00
Makefile.am
Makefile.in sim/moxie: add custom directory stamp rule 2022-10-11 11:22:14 +01:00
README-HACKING