diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-09 08:16:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-09 08:16:21 +0000 |
commit | ad1079af05c5820e0f4e9d1ba24d30c03bff98f6 (patch) | |
tree | 07c14228eb322baa6dc5ec37b3587e3b4d549c0b /gas/config/te-hppa64.h | |
parent | 6e09abd4bd401c9fba09c18c6f9252ae057e0e14 (diff) | |
download | ppe42-binutils-ad1079af05c5820e0f4e9d1ba24d30c03bff98f6.tar.gz ppe42-binutils-ad1079af05c5820e0f4e9d1ba24d30c03bff98f6.zip |
Add linux-elf flavour to pseudos in tc-hppa.c and some tidying
and bug fixes. Handle wide mode relocs. Don't select target
size based on BFD64.
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 0000000000..dfeb62b189 --- /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" |