OpenGrok
Cross Reference: ilp32.h
xref
: /
src
/
usr.bin
/
xlint
/
common
/
ilp32.h
Home
|
History
|
Annotate
|
Download
|
only in
common
History log of
/src/usr.bin/xlint/common/ilp32.h
Revision
Date
Author
Comments
1.6
03-Jul-2023
rillig
lint: rename uppercase QUAD to LLONG
No binary change.
1.5
09-Jan-2021
rillig
lint: make target platform independent of host platform
If lint is run on a platform that has CHAR_BIT == 10, this doesn't
magically make an ILP32 platform have 40 bits per uint32_t.
At the moment, all of the supported platforms are either ILP32 or
I32LP64 anyway, and all of them have CHAR_BIT == 8 == CHAR_SIZE,
so nothing changes practically.
1.4
04-Jan-2021
rillig
lint: fix typo in comment
1.3
27-Mar-2012
christos
more cross lint friendlyness
XXX: needs more constants converted double/float
1.2
20-Feb-2002
thorpej
branches: 1.2.58;
Add constants that describe the target's max/min INT, UINT, LONG, ULONG,
QUAD, and UQUAD values.
1.1
18-Jan-2002
thorpej
* Move stuff shared between lint1 and lint2 to the new common/ directory.
* Move the arch/ directory out of lint1/ into the top-level.
1.2.58.1
17-Apr-2012
yamt
sync with head
Indexes created Wed Oct 22 13:09:56 GMT 2025