aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-ieee.h
blob: b667b2aa908c4f42b56a1f38090c3a2a3de0ae3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#define BFD 1


#include <bfd.h>

typedef struct 
{
asymbol sy;
int seg;
} obj_symbol_type;

#define S_GET_NAME(s) (((s)->sy_symbol.sy.name))

typedef struct {
int x;
}
object_headers;

#define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE 1


int lineno_rootP;


#define IEEE_STYLE

/* end of obj-ieee.h */