Tue Aug 25 19:43:11 1998 Jeffrey A Law (law@cygnus.com)
+ * From Alexandre:
+ * configure.in: Do not set thread_file to "irix" since no such
+ support exists yet.
+
* reorg.c (fill_simple_delay_slots): Do not abort if we encounter
an insn on the unfilled_slots_list that has no delay slots.
(fill_eager_delay_slots): Similarly.
xmake_file=mips/x-iris6
tmake_file=mips/t-iris6
if [ x$enable_threads = xyes ]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-wrs-vxworks)
# See comment in mips/iris[56].h files.
use_collect2=yes
if [ x$enable_threads = xyes ]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sni-sysv4)
# See comment in mips/iris5.h file.
use_collect2=yes
if [ x$enable_threads = xyes ]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-irix4loser*) # Mostly like a MIPS.
use_collect2=yes
fi
if [ x$enable_threads = xyes ]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-irix4*) # Mostly like a MIPS.
use_collect2=yes
fi
if [ x$enable_threads = xyes ]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-*) # Mostly like a MIPS.
xmake_file=mips/x-iris6
tmake_file=mips/t-iris6
if [[ x$enable_threads = xyes ]]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-wrs-vxworks)
# See comment in mips/iris[56].h files.
use_collect2=yes
if [[ x$enable_threads = xyes ]]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sni-sysv4)
# See comment in mips/iris5.h file.
use_collect2=yes
if [[ x$enable_threads = xyes ]]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-irix4loser*) # Mostly like a MIPS.
use_collect2=yes
fi
if [[ x$enable_threads = xyes ]]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-irix4*) # Mostly like a MIPS.
use_collect2=yes
fi
if [[ x$enable_threads = xyes ]]; then
- thread_file='irix'
+: not ported yet thread_file='irix'
fi
;;
mips-sgi-*) # Mostly like a MIPS.