diff options
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/te-delta.h | 2 | ||||
-rw-r--r-- | gas/config/te-sco386.h | 3 | ||||
-rw-r--r-- | gas/config/te-sysv32.h | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/gas/config/te-delta.h b/gas/config/te-delta.h index bd5a9e2..4debb28 100644 --- a/gas/config/te-delta.h +++ b/gas/config/te-delta.h @@ -3,4 +3,6 @@ #define TE_DELTA +#include "obj-format.h" + /* end of te-delta.h */ diff --git a/gas/config/te-sco386.h b/gas/config/te-sco386.h index ab869f6..cbf60c2 100644 --- a/gas/config/te-sco386.h +++ b/gas/config/te-sco386.h @@ -4,4 +4,7 @@ #define LOCAL_LABEL(name) (name[0] == '.' \ && (name[1] == 'L' || name[1] == '.')) #define FAKE_LABEL_NAME ".L0\001" + +#include "obj-format.h" + /* end of te-sco386.h */ diff --git a/gas/config/te-sysv32.h b/gas/config/te-sysv32.h index 99702fb..923e6e5 100644 --- a/gas/config/te-sysv32.h +++ b/gas/config/te-sysv32.h @@ -1,4 +1,6 @@ /* Remove leading underscore from the gcc generated symbol names */ #define STRIP_UNDERSCORE +#include "obj-format.h" + /* end of te-sysv32.h */ |