mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-05 15:15:42 +00:00
Propagate the use of target_desc unique pointers further. Basically, avoid releasing target_desc objects, except in some spots in gdbserver (e.g. netbsd) where we don't currently have a persistent container for created target descriptions (and the target desc just leaks). Introduce const_target_desc_up to change some `const target_desc *` to a unique pointer without loss of constness. Architectures that use the old regformats/regdat.sh don't need to be changed, because their target_desc objects are statically allocated in the generated files. I was able to built-test these native configs: - Linux AArch64 - Linux ARC - Linux AMD64 - Linux ARM - Linux LoongArch - Linux M68K - Linux Microblaze - Linux MIPS (32 and 64) - Linux or1k - Linux PPC (32 and 64) - Linux RISC-V - Linux s390x - Linux SH4 - Linux Sparc (32 and 64) - Linux Xtensa - FreeBSD AMD64 - NetBSD AMD64 - Windows i686 - Windows AMD64 For the rest, I did my best by staring at the code long enough. I probably missed or messed some spots, but that shouldn't be difficult to fix. Change-Id: I8db8790c57942edd2bfe890987157e2dc0c67879 Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
82 lines
4.5 KiB
C
82 lines
4.5 KiB
C
/* THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi:set ro:
|
|
Original: s390-linux32v2.xml */
|
|
|
|
#include "osabi.h"
|
|
#include "target-descriptions.h"
|
|
|
|
const_target_desc_up tdesc_s390_linux32v2;
|
|
static void
|
|
initialize_tdesc_s390_linux32v2 (void)
|
|
{
|
|
target_desc_up result = allocate_target_description ();
|
|
set_tdesc_architecture (result.get (), bfd_scan_arch ("s390:31-bit"));
|
|
|
|
set_tdesc_osabi (result.get (), GDB_OSABI_LINUX);
|
|
|
|
struct tdesc_feature *feature;
|
|
|
|
feature = tdesc_create_feature (result.get (), "org.gnu.gdb.s390.core");
|
|
tdesc_create_reg (feature, "pswm", 0, 1, "psw", 32, "uint32");
|
|
tdesc_create_reg (feature, "pswa", 1, 1, "psw", 32, "uint32");
|
|
tdesc_create_reg (feature, "r0", 2, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r1", 3, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r2", 4, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r3", 5, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r4", 6, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r5", 7, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r6", 8, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r7", 9, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r8", 10, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r9", 11, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r10", 12, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r11", 13, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r12", 14, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r13", 15, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r14", 16, 1, "general", 32, "uint32");
|
|
tdesc_create_reg (feature, "r15", 17, 1, "general", 32, "uint32");
|
|
|
|
feature = tdesc_create_feature (result.get (), "org.gnu.gdb.s390.acr");
|
|
tdesc_create_reg (feature, "acr0", 18, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr1", 19, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr2", 20, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr3", 21, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr4", 22, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr5", 23, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr6", 24, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr7", 25, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr8", 26, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr9", 27, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr10", 28, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr11", 29, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr12", 30, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr13", 31, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr14", 32, 1, "access", 32, "uint32");
|
|
tdesc_create_reg (feature, "acr15", 33, 1, "access", 32, "uint32");
|
|
|
|
feature = tdesc_create_feature (result.get (), "org.gnu.gdb.s390.fpr");
|
|
tdesc_create_reg (feature, "fpc", 34, 1, "float", 32, "uint32");
|
|
tdesc_create_reg (feature, "f0", 35, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f1", 36, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f2", 37, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f3", 38, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f4", 39, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f5", 40, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f6", 41, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f7", 42, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f8", 43, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f9", 44, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f10", 45, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f11", 46, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f12", 47, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f13", 48, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f14", 49, 1, "float", 64, "ieee_double");
|
|
tdesc_create_reg (feature, "f15", 50, 1, "float", 64, "ieee_double");
|
|
|
|
feature = tdesc_create_feature (result.get (), "org.gnu.gdb.s390.linux");
|
|
tdesc_create_reg (feature, "orig_r2", 51, 1, "system", 32, "uint32");
|
|
tdesc_create_reg (feature, "last_break", 52, 0, "system", 32, "code_ptr");
|
|
tdesc_create_reg (feature, "system_call", 53, 1, "system", 32, "uint32");
|
|
|
|
tdesc_s390_linux32v2 = std::move (result);
|
|
}
|