summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* s390 assembler improvements and testsuiteNick Clifton2001-09-181-1/+9
|
* Update dependencies with "make dep-am".Alan Modra2001-07-241-6/+7
|
* 2001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston2001-07-051-3/+4
| | | | | | | | * Makefile.am (CPUDIR): Define. (stamp-m32r): Update dependencies. (stamp-fr30): Ditto. (stamp-openrisc): Ditto. * Makefile.in: Regenerate.
* Add openRISC support in opcodesNick Clifton2001-04-271-1/+34
|
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-17/+17
| | | | and run "make dep-am".
* 2001-02-20 H.J. Lu <hjl@gnu.org>H.J. Lu2001-02-211-11/+1
| | | | | | | | | * Makefile.am (ia64-ic.tbl): Remove the target. (ia64-raw.tbl): Likewise. (ia64-waw.tbl): Likewise. (ia64-war.tbl): Likewise. (ia64-asmtab.c): Generate it in the source directory. * Makefile.in: Regenerated.
* Add PDP-11 supportNick Clifton2001-02-181-1/+7
|
* * Makefile.am (stamp-lib): ranlib the libopcodes.a in the buildMichael Sokolov2001-02-111-0/+1
| | | | | directory. * Makefile.in: Regenerate.
* Add s390 supportNick Clifton2001-02-101-0/+8
|
* Updated ARC assembler from arccores.comNick Clifton2001-01-111-1/+4
|
* Minor formatting fixesNick Clifton2000-07-311-5/+1
|
* 2000-07-28 Ben Elliston <bje@redhat.com>Ben Elliston2000-07-291-0/+38
| | | | | | | | * Makefile.am (CGEN, CGENDEPS, CGENDIR, CGENFLAGS): New. (run-cgen, stamp-m32r, stamp-fr30): New targets. * Makefile.in: Regenerate. * configure.in: Add --enable-cgen-maint option. * configure: Regenerate.
* 2000-07-22 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-07-281-0/+4
| | | | | | * Makefile.am (CFILES): Added i860-dis.c. (ALL_MACHINES): Added i860-dis.lo. (i860-dis.lo): New dependences.
* Revert spurious unrelated changes from last commit. Oops.Hans-Peter Nilsson2000-07-201-2/+0
|
* * Makefile.am (CFILES): Add cris-dis.c and cris-opc.c.Hans-Peter Nilsson2000-07-201-0/+10
| | | | | | | | | | | | (ALL_MACHINES): Add cris-dis.lo and cris-opc.lo. (cris-dis.lo, cris-opc.lo): New rules. * Makefile.in: Rebuild. * configure.in (bfd_cris_arch): New target. * configure: Rebuild. * disassemble.c (ARCH_cris): Define. (disassembler): Support ARCH_cris. * cris-dis.c, cris-opc.c: New files. * po/POTFILES.in, po/opcodes.pot: Regenerate.
* Fix 2000-06-22. grep after running dep.sedAlan Modra2000-07-011-4/+5
|
* Ensure /usr/include and the like stay out of dependencies.Alan Modra2000-06-221-2/+6
|
* 2000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-201-8/+9
| | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild.
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-0/+8
| | | | for m68hc11 and m68hc12 processors.
* Update dependencies.Alan Modra2000-05-261-14/+20
|
* Define LIBIBERTYNick Clifton2000-05-211-0/+3
|
* Support for tic54x target.Timothy Wall2000-05-061-0/+15
|
* IA-64 ELF support.Jim Wilson2000-04-211-0/+34
|
* More portability patches. Include sysdep.h everywhere.Alan Modra2000-04-141-113/+131
|
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-0/+3
| | | | | | | Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
* Use "gcc -MM" for dependencies, and update them.Alan Modra2000-04-041-15/+18
|
* * Makefile.am (CFILES): Add avr-dis.c.Ian Lance Taylor2000-03-271-0/+2
| | | | (ALL_MACHINES): Add avr-dis.lo.
* 2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>Ian Lance Taylor2000-02-271-2/+3
| | | | | | * Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the name of the libtool directory. * Makefile.in: Rebuild.
* Add IBM 370 support.Alan Modra2000-02-231-0/+4
|
* 1999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor1999-09-041-0/+7
| | | | | | | | | | | * pj-opc.c: New file. * pj-dis.c: New file. * disassemble.c (disassembler): Handle bfd_arch_pj. * configure.in: Handle bfd_pj_arch. * Makefile.am: Rebuild dependencies. (CFILES): Add pj-dis.c and pj-opc.c. (ALL_MACHINES): Add pj-dis.lo and pj-opc.lo. * configure, Makefile.in: Rebuild.
* * Makefile.am: Rename .dep* files to DEP*. Change DEP variable toIan Lance Taylor1999-08-081-25/+25
| | | | | MKDEP. Rebuild dependencies. * Makefile.in: Rebuild.
* * alpha-dis.c: Don't include <stdlib.h>.Ian Lance Taylor1999-06-211-6/+17
| | | | | | | | * arm-dis.c: Include "sysdep.h". * tic30-dis.c: Don't include <stdlib.h> or <string.h>. Include "sysdep.h". * Makefile.am: Rebuild dependencies. * Makefile.in: Rebuild.
* * Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.Andreas Schwab1999-06-071-0/+4
| | | | * Makefile.in: Regenerated.
* Initial revisionRichard Henderson1999-05-031-0/+348