force all files to end in "/* end of filename"
[deliverable/binutils-gdb.git] / gas / config / obj-ieee.h
1 #define BFD 1
2
3
4 #include <bfd.h>
5
6 typedef struct
7 {
8 asymbol sy;
9 int seg;
10 } obj_symbol_type;
11
12 #define S_GET_NAME(s) (((s)->sy_symbol.sy.name))
13
14 typedef struct {
15 int x;
16 }
17 object_headers;
18
19 #define DEFAULT_MAGIC_NUMBER_FOR_OBJECT_FILE 1
20
21
22 int lineno_rootP;
23
24
25 #define IEEE_STYLE
26
27 /* end of obj-ieee.h */
This page took 0.046531 seconds and 4 git commands to generate.