* defs.h: Move definitions of TARGET_*_BIT after include of tm.h.
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 25 Dec 1993 18:44:22 +0000 (18:44 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 25 Dec 1993 18:44:22 +0000 (18:44 +0000)
commit04f566a356078edd7887a4a4de0239a1148c2544
tree234b2f579eeae3486bed8ff98afd57b7690b01c5
parent504ccfd78814b535f3f67cb99c00514f5dbc8de5
* defs.h: Move definitions of TARGET_*_BIT after include of tm.h.
The old way (using #undef in tm.h) was ugly and asking for
trouble, because it makes it possible for some file to use the
wrong definition.  Move definition of HOST_CHAR_BIT after definition
of TARGET_CHAR_BIT.
* config/alpha/tm-alpha.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/z8k/tm-z8k.h: Don't undef TARGET_*_BIT
before defining them.
gdb/ChangeLog
gdb/config/alpha/tm-alpha.h
gdb/config/h8300/tm-h8300.h
gdb/config/h8500/tm-h8500.h
gdb/config/z8k/tm-z8k.h
gdb/defs.h
This page took 0.024448 seconds and 4 git commands to generate.