diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-04 18:17:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-04 18:17:59 +0000 |
commit | e63d646917ff71b4e6440c6bae1d52840f872e2a (patch) | |
tree | c9a214ecc60340d23e9e0e8ad58b84082e50391b /gdb/config/m88k | |
parent | a3ecbe7c52aebaf22ee74dde39964487d606bdb0 (diff) | |
download | gdb-e63d646917ff71b4e6440c6bae1d52840f872e2a.zip gdb-e63d646917ff71b4e6440c6bae1d52840f872e2a.tar.gz gdb-e63d646917ff71b4e6440c6bae1d52840f872e2a.tar.bz2 |
* config/i386/xm-i386v4.h, config/m68k/xm-m68kv4.h,
config/sparc/xm-sun4sol2.h (NORETURN): Don't define.
* config/m88k/tm-cxux.h (ARCH_NUM_REGS): Undefine before defining.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r-- | gdb/config/m88k/tm-cxux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/m88k/tm-cxux.h b/gdb/config/m88k/tm-cxux.h index c489408..4f714ce 100644 --- a/gdb/config/m88k/tm-cxux.h +++ b/gdb/config/m88k/tm-cxux.h @@ -36,6 +36,7 @@ typedef struct { /* Always allocate space for both, but recognize that the m88100 has no FP_REGS. */ +#undef ARCH_NUM_REGS #define ARCH_NUM_REGS (target_is_m88110 ? (GP_REGS + FP_REGS) : (GP_REGS)) /* Don't need this grotesquerie. */ |