summaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* * iq2000-asm.c: New file.Stan Cox2003-01-031-1/+20
| | | | | | | | | | | | | | | | | | | | * iq2000-desc.c: Likewise. * iq2000-desc.h: Likewise. * iq2000-dis.c: Likewise. * iq2000-ibld.c: Likewise. * iq2000-opc.c: Likewise. * iq2000-opc.h: Likewise. * Makefile.am (HFILES): Add iq2000-desc.h, iq2000-opc.h. (CFILES): Add iq2000-asm.c, iq2000-desc.c, iq2000-dis.c, iq2000-ibld.c, iq2000-opc.c. (ALL_MACHINES): Add iq2000-asm.lo, iq2000-desc.lo, iq2000-dis.lo, iq2000-ibld.lo, iq2000-opc.lo. (CLEANFILES): Add stamp-iq2000. (IQ2000_DEPS): New macro. (stamp-iq2000): New target. * Makefile.in: Regenerate. * configure.in: Handle bfd_iq2000_arch. * configure: Regenerate.
* * Makefile.am (CGEN_CPUS): New variable.Doug Evans2002-12-201-0/+10
| | | | | (run-cgen-all): New rule. * Makefile.in: Regenerate.
* Convert ia64-gen to use getopt(). Add standard GNU options plus --srcdir.Nick Clifton2002-11-071-3/+3
| | | | Convert Makefile.am to pass --srcdir to ia64-gen. Fix compile time warnings.
* * Makefile.am: Run "make dep-am".Alan Modra2002-09-211-3/+3
| | | | | * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
* Add TMS320C4x supportNick Clifton2002-08-281-0/+4
|
* * Makefile.am: Run "make dep-am".Alan Modra2002-07-231-32/+31
| | | | | * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
* Add IP2k GAS and OPCODES support.Nick Clifton2002-07-191-1/+36
|
* 2002-06-18 Dave Brolley <brolley@redhat.com>Dave Brolley2002-06-181-1/+36
| | | | | | | | | | | | | | | | | | | * po/POTFILES.in: Add frv-*.[ch]. * disassemble.c (ARCH_frv): New macro. (disassembler): Handle bfd_arch_frv. * configure.in: Support frv_bfd_arch. * Makefile.am (HFILES): Add frv-*.h. (CFILES): Add frv-*.c (ALL_MACHINES): Add frv-*.lo. (CLEANFILES): Add stamp-frv. (FRV_DEPS): New variable. (stamp-frv): New target. (frv-asm.lo): New target. (frv-desc.lo): New target. (frv-dis.lo): New target. (frv-ibld.lo): New target. (frv-opc.lo): New target. (frv-*.[ch]): New files.
* * Makefile.am (CGENDEPS): Remove unnecessary stamp-cgen.Ben Elliston2002-06-181-1/+1
| | | | * Makefile.in: Regenerate.
* * Makefile.am: Run "make dep-am".Alan Modra2002-05-311-2/+1
| | | | | * Makefile.in: Regenerate. * po/POTFILES.in: Regenerate.
* Add DLX targetNick Clifton2002-05-281-0/+5
|
* * Makefile.am (sh-dis.lo): Don't put make commands in deps.Alan Modra2002-05-251-1/+3
| | | | | | * Makefile.in: Regenerate. * arc-dis.c: Use #include "" instead of <> for local header files. * m68k-dis.c: Likewise.
* * Makefile.am (sh-dis.lo): Compile with @archdefs@.Joern Rennecke2002-05-221-0/+1
| | | | * Makefile.in: regenerate.
* * acinclude.m4 (AM_INSTALL_LIBBFD): Fake to fool autotools.Alan Modra2002-05-171-5/+26
| | | | | | | | | | | | | | | * configure.in: Invoke AM_INSTALL_LIBBFD. * Makefile.am (install-data-local): Move to.. (install_libopcodes): .. New target. (uninstall_libopcodes): Likewise. (install-bfdlibLTLIBRARIES): Likewise. (uninstall-bfdlibLTLIBRARIES): Likewise. (bfdlibdir): New. (bfdincludedir): New. (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES. * aclocal.m4: Regenerate. * configure: Regenerate. * Makefile.in: Regenerate.
* * dep-in.sed: Cope with absolute paths.Alan Modra2002-04-041-15/+22
| | | | | | | | * Makefile.am (dep.sed): Subst TOPDIR. Run "make dep-am". * Makefile.in: Regenerate. * ppc-opc.c: Whitespace. * s390-dis.c: Fix copyright date.
* * Makefile.am: Run "make dep-am".Alan Modra2002-03-211-1/+1
| | | | * Makefile.in: Regenerate.
* Tidy up sh64 rulesNick Clifton2002-03-161-17/+13
|
* Export dis-asm.h as part of an installNick Clifton2002-02-261-0/+6
|
* * Makefile.am: "make dep-am".Alan Modra2002-02-111-0/+6
| | | | | | | * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
* Contribute sh64-elf.Alexandre Oliva2002-02-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-10-08 Nick Clifton <nickc@cambridge.redhat.com> * sh64-opc.c: Regenerate. 2001-03-13 DJ Delorie <dj@redhat.com> * sh64-opc.h: Rename A_RESV_Fx to A_REUSE_PREV so that its purpose is more obvious. * sh64-opc.c (shmedia_table): Ditto. * sh64-dis.c (initialize_shmedia_opcode_mask_table): Ditto. (print_insn_shmedia): Ditto. 2001-03-12 DJ Delorie <dj@redhat.com> * sh64-opc.c: Adjust comments to reflect reality: replace bits 3:0 with zeros (not "reserved"), replace "rrrrrr" with "gggggg" for two-operand floating point opcodes. Remove "fsina". 2001-01-08 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-dis.c (print_insn_shmedia) <failing read_memory_func>: Correct printing of .byte:s. Return number of printed bytes or -1; never 0. (print_insn_sh64x) <not CRT_SH5_ISA16>: Ditto. Print as .byte:s to next four-byte-alignment if insn or data is not aligned. 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-dis.c: Update comments and fix comment formatting. (initialize_shmedia_opcode_mask_table) <case A_IMMM>: Abort instead of setting length to 0. (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb, crange_bsearch_cmpl, sh64_get_contents_type, sh64_address_in_cranges): Move to bfd/elf32-sh64.c. 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-opc.c: Remove #if 0:d entries for instructions not found in SH-5/ST50-023-04: fcosa.s, fsrra.s and prefo. 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-dis.c (print_insn_shmedia): Display MOVI/SHORI-formed address with same prefix as SHcompact. In the disassembler, use a .cranges section for linked executables. * sh64-dis.c (SAVED_MOVI_R, SAVED_MOVI_IMM): Move to head of file and update for using structure in info->private_data. (struct sh64_disassemble_info): New. (is_shmedia_p): Delete. (crange_qsort_cmpb): New function. (crange_qsort_cmpl, crange_bsearch_cmpb): New functions. (crange_bsearch_cmpl, sh64_address_in_cranges): New functions. (init_sh64_disasm_info, sh64_get_contents_type_disasm): New functions. (sh64_get_contents_type, sh64_address_is_shmedia): New functions. (print_insn_shmedia): Correct displaying of address after MOVI/SHORI pair. Display addresses for linked executables only. (print_insn_sh64x_media): Initialize info->private_data by calling init_sh64_disasm_info. (print_insn_sh64x): Ditto. Find out type of contents by calling sh64_contents_type_disasm. Display data regions using ".long" and ".byte" similar to unrecognized opcodes. 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-dis.c (is_shmedia_p): Check info->section and look for ISA information in section flags before considering symbols. Don't assume an info->mach setting of bfd_mach_sh5 means SHmedia code. * configure.in (bfd_sh_arch): Check presence of sh64 insns by matching $target $canon_targets instead of looking at the now-removed -DINCLUDE_SHMEDIA in $targ_cflags. * configure: Regenerate. 2000-11-25 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-opc.c (shmedia_creg_table): New. * sh64-opc.h (shmedia_creg_info): New type. (shmedia_creg_table): Declare. * sh64-dis.c (creg_name): New function. (print_insn_shmedia): Use it. * disassemble.c (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to print_insn_sh64 if big-endian and to print_insn_sh64l if little-endian. * sh64-dis.c (print_insn_shmedia): Make r unsigned. (print_insn_sh64l): New. (print_insn_sh64x): New. (print_insn_sh64x_media): New. (print_insn_sh64): Break out code to print_insn_sh64x and print_insn_sh64x_media. 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com> * sh64-opc.h: New file * sh64-opc.c: New file * sh64-dis.c: New file * Makefile.am: Add sh64 targets. (HFILES): Add sh64-opc.h. (CFILES): Add sh64-opc.c and sh64-dis.c. (ALL_MACHINES): Add sh64 files. * Makefile.in: Regenerate. * configure.in: Add support for sh64 to bfd_sh_arch. * configure: Regenerate. * disassemble.c [ARCH_all] (INCLUDE_SHMEDIA): Define. (disassembler) [ARCH_sh, INCLUDE_SHMEDIA]: Map bfd_mach_sh5 to print_insn_sh64. * sh-dis.c (print_insn_shx): Handle bfd_mach_sh5 as arch_sh4. * po/POTFILES.in: Regenerate. * po/opcodes.pot: Regenerate.
* Run "make dep-am"Alan Modra2002-02-011-0/+5
|
* Add support for OpenRISC 32-bit embedded processorNick Clifton2002-01-311-0/+4
|
* run "make dep-am"; automakeAlan Modra2002-01-221-14/+32
| | | | regenerate po/POTFILES.in
* Index: bfd/ChangeLogGeoffrey Keating2001-12-081-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> Corinna Vinschen <vinschen@redhat.com> * Makefile.am: Add support for xstormy16. * archures.c: Add support for xstormy16. * config.bfd: Add support for xstormy16. * configure.in: Add support for xstormy16. * reloc.c: Add support for xstormy16. * targets.c: Add support for xstormy16. * cpu-xstormy16.c: New file. * elf32-xstormy16.c: New file. * Makefile.in: Regenerated. * bfd-in2.h: Regenerated. * configure: Regenerated. * libbfd.h: Regenerated. Index: binutils/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> * readelf.c (guess_is_rela): Add support for stormy16. (dump_relocations): Likewise. (get_machine_name): Likewise. Index: gas/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> * configure.in: Add support for xstormy16. * configure: Regenerated. * Makefile.am: Add support for xstormy16. * Makefile.in: Regenerated. * config/tc-xstormy16.c: New file. * config/tc-xstormy16.h: New file. Index: gas/testsuite/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> matthew green <mrg@redhat.com> * gas/xstormy16/allinsn.d: New file. * gas/xstormy16/allinsn.exp: New file. * gas/xstormy16/allinsn.s: New file. * gas/xstormy16/allinsn.sh: New file. * gas/xstormy16/gcc.d: New file. * gas/xstormy16/gcc.s: New file. * gas/xstormy16/gcc.sh: New file. * gas/xstormy16/reloc-1.d: New file. * gas/xstormy16/reloc-1.s: New file. * gas/xstormy16/reloc-2.d: New file. * gas/xstormy16/reloc-2.s: New file. Index: ld/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> * Makefile.am: Add support for xstormy16. * configure.tgt: Add support for xstormy16. * Makefile.in: Regenerate. * emulparams/elf32xstormy16.sh: New file. * scripttempl/xstormy16.sc: New file. Index: opcodes/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> * Makefile.am: Add support for xstormy16. * Makefile.in: Regenerate. * configure.in: Add support for xstormy16. * configure: Regenerate. * disassemble.c: Add support for xstormy16. * xstormy16-asm.c: New generated file. * xstormy16-desc.c: New generated file. * xstormy16-desc.h: New generated file. * xstormy16-dis.c: New generated file. * xstormy16-ibld.c: New generated file. * xstormy16-opc.c: New generated file. * xstormy16-opc.h: New generated file. Index: include/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> * dis-asm.h (print_insn_xstormy16): Declare. Index: include/elf/ChangeLog 2001-12-07 Geoffrey Keating <geoffk@redhat.com> Richard Henderson <rth@redhat.com> * common.h (EM_XSTORMY16): Define. * xstormy16.h: New file.
* Add MMIX supportNick Clifton2001-10-301-0/+8
|
* * Makefile.am (Makefile): Depend on bfd/configure.inAlan Modra2001-10-021-49/+63
| | | | | Run "make dep-am" * Makefile.in: Regenerate.
* * Makefile.am: Update dependencies with "make dep-am".Hans-Peter Nilsson2001-09-301-19/+25
| | | | * Makefile.in: Regenerate.
* 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
|