Home
last modified time | relevance | path

Searched refs:m68881_ext_type (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dm68k-tdep.h103 struct type *m68881_ext_type = nullptr; member
Dm68k-tdep.c100 m68881_ext_type (struct gdbarch *gdbarch) in m68881_ext_type() function
104 if (!tdep->m68881_ext_type) in m68881_ext_type()
107 tdep->m68881_ext_type in m68881_ext_type()
112 return tdep->m68881_ext_type; in m68881_ext_type()
136 return m68881_ext_type (gdbarch); in m68k_register_type()
DChangeLog-20096519 * m68k-tdep.c (m68k_ps_type, m68881_ext_type): Likewise.
6613 * m68k-tdep.h (struct gdbarch_tdep): Add m68881_ext_type member.
6614 * m68k-tdep.c (m68881_ext_type): New function.