blob: f9f68196cf86b98b108f9efaad4a7515a94754cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "gansidecl.h"
/* #defines that need visibility everywhere. */
#define FALSE 0
#define TRUE 1
/* This describes the machine the compiler is hosted on. */
#define HOST_BITS_PER_CHAR 8
#define HOST_BITS_PER_SHORT 16
#define HOST_BITS_PER_INT 32
#include "arm/telf.h"
|