This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed: gcc/configure.in: Set insn for cris-*-* and mmix-*-*


More or less ineffective at the moment due to bugs elsewhere in
configure.in (film at 11).  Tested together with the upcoming
patch.  Committed as port-specific.

	* configure.in (assembler dwarf2 debug_line support): Define insn
	for cris-*-* and mmix-*-*.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/configure.in,v
retrieving revision 1.684
diff -p -c -r1.684 configure.in
*** configure.in	10 Jun 2003 21:53:45 -0000	1.684
--- configure.in	12 Jun 2003 06:56:28 -0000
*************** gcc_cv_as_dwarf2_debug_line=no
*** 2482,2492 ****
  # version to the per-target configury.
  case "$target" in
    i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
!   | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* | xstormy16*-*-*)
      insn="nop"
      ;;
    ia64*-*-*)
      insn="nop 0"
      ;;
    esac
  if test $in_tree_gas = yes ; then
--- 2482,2496 ----
  # version to the per-target configury.
  case "$target" in
    i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
!   | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-* \
!   | xstormy16*-*-* | cris-*-*)
      insn="nop"
      ;;
    ia64*-*-*)
      insn="nop 0"
+     ;;
+   mmix-*-*)
+     insn="swym 0"
      ;;
    esac
  if test $in_tree_gas = yes ; then

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]