This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[rfc] [00/15] Add gdbarch to register_name callback


Hi,

this is the next series of 15 patches. This patch set mainly adds gdbarch parameter to register_names gdbarch callback and all
callers in the various tdep-files.

The first two patches are for preparation. I merged together a lot of the trivial cases where gdbarch was just added to the various *_register_names
callbacks without changing anything else into patch 3.

All 15 patches depend on each other. Leaving one out at commit will break one or more targets.

Tested by building GDB with

alpha-elf ,-Werror
arm-elf ,-Werror
avr ,-Werror
cris-elf ,-Werror ,
frv-elf ,-Werror
h8300-elf ,-Werror
i386-elf ,-Werror
ia64-linux-gnu ,-Werror
m32c-elf ,-Werror
m32r-elf ,-Werror
m68hc11-elf ,-Werror ,
m68k-elf ,-Werror
m88k-openbsd ,-Werror
mep-elf ,-Werror
mips-elf ,-Werror
ms1-elf ,-Werror
hppa-elf ,-Werror
powerpc-eabi ,-Werror
s390-linux-gnu ,-Werror
score-elf
sh-elf ,-Werror
sh64-elf ,-Werror
sparc64-solaris2.10 ,-Werror
spu-elf ,-Werror
v850-elf ,-Werror
vax-netbsd ,-Werror
x86_64-linux-gnu ,-Werror
xstormy16-elf
xtensa-elf

Also tested by building and running testsuite native on x86, ppc/ppc64 and spu. I hope I covered any target.

Ok to commit?


-- Markus Deuling GNU Toolchain for Linux on Cell BE deuling@de.ibm.com






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]