mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Drop leading `_' from macros.
This commit is contained in:
parent
ca61710bde
commit
d32658fe26
@ -1,3 +1,8 @@
|
||||
Fri Apr 24 19:57:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* sim-config.h: Discard leading _ from macros.
|
||||
* sim-types.h: Ditto.
|
||||
|
||||
Wed Apr 22 14:14:19 1998 Michael Meissner <meissner@cygnus.com>
|
||||
|
||||
* Make-common.in (CSEARCH): Add -I to intl directories.
|
||||
|
@ -23,10 +23,8 @@
|
||||
|
||||
/* Basic type sizes for the PowerPC */
|
||||
|
||||
#ifndef _SIM_TYPES_H_
|
||||
#define _SIM_TYPES_H_
|
||||
|
||||
|
||||
#ifndef SIM_TYPES_H
|
||||
#define SIM_TYPES_H
|
||||
|
||||
|
||||
/* INTEGER QUANTITIES:
|
||||
@ -45,6 +43,16 @@
|
||||
word size (32/64 bits)
|
||||
*_cell Size based on the target architecture's
|
||||
IEEE 1275 cell size (almost always 32 bits)
|
||||
*_address Fits target address
|
||||
|
||||
NONSPECIFIC
|
||||
|
||||
address_word
|
||||
Alias for unsigned_address
|
||||
|
||||
cell_word Alias for signed_cell
|
||||
|
||||
fp_word Holds a floating point word.
|
||||
|
||||
*/
|
||||
|
||||
@ -170,4 +178,4 @@ typedef unsigned32 fp_word;
|
||||
#endif
|
||||
|
||||
|
||||
#endif /* _SIM_TYPES_H_ */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user