From 69c1de907f49692017e65d14a74ff39f5f62e8bc Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 29 Jun 1996 22:20:57 +0000 Subject: [PATCH] * configure.in (arm-*-riscix*): Set emulation to riscix. * configure: Rebuild. * config/te-riscix.h: New file to define TE_RISCIX. --- gas/ChangeLog | 4 ++++ gas/config/.Sanitize | 1 + gas/config/te-riscix.h | 6 ++++++ 3 files changed, 11 insertions(+) create mode 100644 gas/config/te-riscix.h diff --git a/gas/ChangeLog b/gas/ChangeLog index 9b3cdfb2874..a9b709ee514 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Sat Jun 29 13:38:31 1996 Ian Lance Taylor + * 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 diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index e9cfd11deae..1063e191686 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 00000000000..7c7253ebcbe --- /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" -- 2.30.2