aboutsummaryrefslogtreecommitdiff
path: root/gas/config/obj-ieee.h
blob: c796e3325547c137c1ba8f7fbd9bbabb04dc68d2 (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
#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