* configure.in (arm-*-riscix*): Set emulation to riscix.

* configure: Rebuild.
	* config/te-riscix.h: New file to define TE_RISCIX.
This commit is contained in:
Ian Lance Taylor
1996-06-29 22:20:57 +00:00
parent 379c2fb4d7
commit 69c1de907f
3 changed files with 11 additions and 0 deletions

View File

@ -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>

View File

@ -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

6
gas/config/te-riscix.h Normal file
View File

@ -0,0 +1,6 @@
#define TE_RISCIX
#define LOCAL_LABELS_DOLLAR 1
#define LOCAL_LABELS_FB 1
#include "obj-format.h"