Home
last modified time | relevance | path

Searched refs:m68k_ps_type (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dm68k-tdep.h102 struct type *m68k_ps_type = nullptr; member
Dm68k-tdep.c71 m68k_ps_type (struct gdbarch *gdbarch) in m68k_ps_type() function
75 if (!tdep->m68k_ps_type) in m68k_ps_type()
93 tdep->m68k_ps_type = type; in m68k_ps_type()
96 return tdep->m68k_ps_type; in m68k_ps_type()
158 return m68k_ps_type (gdbarch); in m68k_register_type()
DChangeLog-20096519 * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
6544 * m68k-tdep.h (struct gdbarch_tdep): Add m68k_ps_type member.
6545 * m68k-tdep.c (m68k_ps_type): Make into function.
DChangeLog-20074759 * m68k-tdep.c (m68k_ps_type): New.
4761 (m68k_register_type): Use m68k_ps_type for PS register.
DChangeLog-20176645 * m68k-tdep.c (m68k_ps_type): Update call to arch_flags_type.