diff options
Diffstat (limited to 'gas/config/te-hppa64.h')
-rw-r--r-- | gas/config/te-hppa64.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/te-hppa64.h b/gas/config/te-hppa64.h new file mode 100644 index 0000000..dfeb62b --- /dev/null +++ b/gas/config/te-hppa64.h @@ -0,0 +1,6 @@ +#define TARGET_ARCH_SIZE 64 + +/* Labels are not required to have a colon for a suffix. */ +#define LABELS_WITHOUT_COLONS 1 + +#include "obj-format.h" |