]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/Makefile.am
* configure.in: Add CRIS support.
authorHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 17:45:28 +0000 (17:45 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 20 Jul 2000 17:45:28 +0000 (17:45 +0000)
commit3bcbcc3dcf4c2dafb2f5d7384adf5f5bf4e037f4
tree73e2aac98fc5fe48a5d7dfaf27fcceaee01c6fa6
parent1b61cf923010ce608e6266ec9450d6945b6ff325
* 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