2006-10-18 Dave Brolley <brolley@redhat.com>

* configure.in (BFD_MACHINES): Add cgen-bitset.lo for bfd_sh_arch.
        * configure: Regenerated.
This commit is contained in:
Dave Brolley 2006-10-18 18:18:26 +00:00
parent c7e628df2e
commit d3f1a42773
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2006-10-18 Dave Brolley <brolley@redhat.com>
* configure.in (BFD_MACHINES): Add cgen-bitset.lo for bfd_sh_arch.
* configure: Regenerated.
2006-09-29 Alan Modra <amodra@bigpond.net.au>
* po/POTFILES.in: Regenerate.
@ -109,7 +114,6 @@
prefix for non-string instructions.
(print_insn): Ditto.
2006-07-05 Julian Brown <julian@codesourcery.com>
* arm-dis.c (coprocessor): Alter fmsrr disassembly syntax.

2
opcodes/configure vendored
View File

@ -6587,7 +6587,7 @@ if test x${all_targets} = xfalse ; then
break;;
esac;
done
ta="$ta sh-dis.lo" ;;
ta="$ta sh-dis.lo cgen-bitset.lo" ;;
bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
bfd_tahoe_arch) ;;
bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;

View File

@ -216,7 +216,7 @@ if test x${all_targets} = xfalse ; then
break;;
esac;
done
ta="$ta sh-dis.lo" ;;
ta="$ta sh-dis.lo cgen-bitset.lo" ;;
bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
bfd_tahoe_arch) ;;
bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;