Browse Source

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

* configure: Rebuild.
	* config/te-riscix.h: New file to define TE_RISCIX.
gdb-4_18-branch
Ian Lance Taylor 31 years ago
parent
commit
69c1de907f
  1. 4
      gas/ChangeLog
  2. 1
      gas/config/.Sanitize
  3. 6
      gas/config/te-riscix.h

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

1
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

6
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"
Loading…
Cancel
Save