mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* 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:
@ -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>
|
||||
|
@ -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
6
gas/config/te-riscix.h
Normal file
@ -0,0 +1,6 @@
|
||||
#define TE_RISCIX
|
||||
|
||||
#define LOCAL_LABELS_DOLLAR 1
|
||||
#define LOCAL_LABELS_FB 1
|
||||
|
||||
#include "obj-format.h"
|
Reference in New Issue
Block a user