mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
2003-06-23 Andrew Cagney <cagney@redhat.com>
* rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases for 0 "int0" and 4 "int32" sized registers. * gdbtypes.c (builtin_type_int0): Define. (build_gdbtypes): Initialize builtin_type_int0. * gdbtypes.h (builtin_type_int0): Declare.
This commit is contained in:
@ -956,7 +956,10 @@ extern struct type *builtin_type_CORE_ADDR;
|
||||
(cf MIPS). */
|
||||
extern struct type *builtin_type_bfd_vma;
|
||||
|
||||
/* Explicit sizes - see C9X <intypes.h> for naming scheme */
|
||||
/* Explicit sizes - see C9X <intypes.h> for naming scheme. The "int0"
|
||||
is for when an architecture needs to describe a register that has
|
||||
no size. */
|
||||
extern struct type *builtin_type_int0;
|
||||
extern struct type *builtin_type_int8;
|
||||
extern struct type *builtin_type_uint8;
|
||||
extern struct type *builtin_type_int16;
|
||||
|
Reference in New Issue
Block a user