diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-10-27 06:42:13 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-10-27 06:42:13 +0000 |
commit | 90ad43b2deb869abb5621d94be990f0cb07379bd (patch) | |
tree | d14fadf79e139853619faebd833c2cf95b1e99a1 /sim/mips/configure | |
parent | e2880fadf387be9b6206a6fa174f069cd64a8a38 (diff) | |
download | gdb-90ad43b2deb869abb5621d94be990f0cb07379bd.zip gdb-90ad43b2deb869abb5621d94be990f0cb07379bd.tar.gz gdb-90ad43b2deb869abb5621d94be990f0cb07379bd.tar.bz2 |
Add mips64vr5400 to configuration list
Mark mipsIV instructions as being implemented by the vr5400.
Sanitize.
Diffstat (limited to 'sim/mips/configure')
-rwxr-xr-x | sim/mips/configure | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/sim/mips/configure b/sim/mips/configure index 416b466..eb5c30e 100755 --- a/sim/mips/configure +++ b/sim/mips/configure @@ -1773,14 +1773,17 @@ fi # sim_gen=NO case "${target}" in +# start-sanitize-tx19 + mipstx19*-*-*) sim_gen=M16 ;; +# end-sanitize-tx19 # start-sanitize-r5900 # mips64r59*-*-*) sim_gen=IGEN ;; # end-sanitize-r5900 # start-sanitize-vr5400 -# mips64vr54*-*-*) sim_gen=IGEN ;; + mips64vr54*-*-*) sim_gen=IGEN ;; # end-sanitize-vr5400 # mips16*-*-*) sim_gen=M16 ;; - *) sim_gen=NO ;; + *) sim_gen=NO ;; esac @@ -1789,17 +1792,17 @@ for ac_hdr in string.h strings.h stdlib.h stdlib.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:1793: checking for $ac_hdr" >&5 +echo "configure:1796: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1798 "configure" +#line 1801 "configure" #include "confdefs.h" #include <$ac_hdr> EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:1803: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:1806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out` if test -z "$ac_err"; then rm -rf conftest* @@ -1826,7 +1829,7 @@ fi done echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 -echo "configure:1830: checking for fabs in -lm" >&5 +echo "configure:1833: checking for fabs in -lm" >&5 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1834,7 +1837,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <<EOF -#line 1838 "configure" +#line 1841 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 @@ -1845,7 +1848,7 @@ int main() { fabs() ; return 0; } EOF -if { (eval echo configure:1849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -1875,12 +1878,12 @@ fi for ac_func in aint anint sqrt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:1879: checking for $ac_func" >&5 +echo "configure:1882: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <<EOF -#line 1884 "configure" +#line 1887 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char $ac_func(); below. */ @@ -1903,7 +1906,7 @@ $ac_func(); ; return 0; } EOF -if { (eval echo configure:1907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:1910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else |