diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-29 22:20:57 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-29 22:20:57 +0000 |
commit | 69c1de907f49692017e65d14a74ff39f5f62e8bc (patch) | |
tree | 10f0238045d984cf8a826925c4b8520b6fb0b762 /gas | |
parent | 379c2fb4d74afb5068fd44444d1799599477013c (diff) | |
download | gdb-69c1de907f49692017e65d14a74ff39f5f62e8bc.zip gdb-69c1de907f49692017e65d14a74ff39f5f62e8bc.tar.gz gdb-69c1de907f49692017e65d14a74ff39f5f62e8bc.tar.bz2 |
* configure.in (arm-*-riscix*): Set emulation to riscix.
* configure: Rebuild.
* config/te-riscix.h: New file to define TE_RISCIX.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/config/.Sanitize | 1 | ||||
-rw-r--r-- | gas/config/te-riscix.h | 6 |
3 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 9b3cdfb..a9b709e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Sat Jun 29 13:38:31 1996 Ian Lance Taylor <ian@cygnus.com> + * configure.in (arm-*-riscix*): Set emulation to riscix. + * configure: Rebuild. + * config/te-riscix.h: New file to define TE_RISCIX. + * config/tc-sh.h (SUB_SEGMENT_ALIGN): Define. Fri Jun 28 15:14:31 1996 Ian Lance Taylor <ian@cygnus.com> diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index e9cfd11..1063e19 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -139,6 +139,7 @@ te-pc532mach.h te-pe.h te-ppcnw.h te-psos.h +te-riscix.h te-sco386.h te-sun3.h te-sysv32.h diff --git a/gas/config/te-riscix.h b/gas/config/te-riscix.h new file mode 100644 index 0000000..7c7253e --- /dev/null +++ b/gas/config/te-riscix.h @@ -0,0 +1,6 @@ +#define TE_RISCIX + +#define LOCAL_LABELS_DOLLAR 1 +#define LOCAL_LABELS_FB 1 + +#include "obj-format.h" |