OSDN Git Service

* configure.in: Add CRIS support.
authorhp <hp>
Thu, 20 Jul 2000 17:45:27 +0000 (17:45 +0000)
committerhp <hp>
Thu, 20 Jul 2000 17:45:27 +0000 (17:45 +0000)
commita7204400cd494962c5ab75fb2929b884341c687a
tree3ce50df5dc8636d45fc58e9d36bdb779b43bf8a5
parent544d046ad45f072e0c7324b9d780340b77355678
* configure.in: Add CRIS support.
* configure: Regenerate.
* Makefile.am: (CPU_TYPES): Add cris.
(CPU_OBJ_VALID) [aout]: Add cris.
(MULTI_CPU_TYPES): Add cris.
(MULTI_CPU_OBJ_VALID) [aout]: Add cris.
  [coff]: Only i386 and mips are valid.
(TARGET_CPU_CFILES): Add config/tc-cris.c.
(TARGET_CPU_HFILES): Add config/tc-cris.h.
(MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c.
Regenerate dependencies.
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate.
* as.c: Declare crisaout, criself.
* config/tc-cris.h, config/tc-cris.c: New.
* config/e-criself.c, config/e-crisaout.c: New.
* po/POTFILES.in, po/gas.pot: Regenerate.
13 files changed:
gas/ChangeLog
gas/Makefile.am
gas/Makefile.in
gas/aclocal.m4
gas/as.c
gas/config/e-crisaout.c [new file with mode: 0644]
gas/config/e-criself.c [new file with mode: 0644]
gas/config/tc-cris.c [new file with mode: 0644]
gas/config/tc-cris.h [new file with mode: 0644]
gas/configure
gas/configure.in
gas/po/POTFILES.in
gas/po/gas.pot