aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-10-27 18:57:33 +0000
committerNick Clifton <nickc@redhat.com>2000-10-27 18:57:33 +0000
commit6f6ef0faed469f8dc9d0257a9b23a7678311819f (patch)
tree32fa60c398337d228e699e9eb342d68331f3daf6
parent7e73cedf75b6388ab7786d5c8bd06368f94ee69b (diff)
downloadgdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.zip
gdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.tar.gz
gdb-6f6ef0faed469f8dc9d0257a9b23a7678311819f.tar.bz2
Add m68hc12 to list of supported configurations
-rw-r--r--gas/ChangeLog6
-rwxr-xr-xgas/configure467
-rw-r--r--gas/configure.in2
-rw-r--r--gas/po/gas.pot780
4 files changed, 661 insertions, 594 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 161bb37..168458a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-27 Nick Clifton <nickc@redhat.com>
+
+ * configure.in (emulations): Add m68hc12.
+ * configure: Regenerate.
+ * po/gas.pot: Regenerate.
+
2000-10-27 Aldy Hernandez <aldyh@redhat.com>
* config/tc-arm.c (psrs): Remove lowercase versions of spsr* and
diff --git a/gas/configure b/gas/configure
index 9d04890..f60bbca 100755
--- a/gas/configure
+++ b/gas/configure
@@ -55,6 +55,7 @@ program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
+sitefile=
srcdir=
target=NONE
verbose=
@@ -169,6 +170,7 @@ Configuration:
--help print this message
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
+ --site-file=FILE use FILE as the site file
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
@@ -339,6 +341,11 @@ EOF
-site=* | --site=* | --sit=*)
site="$ac_optarg" ;;
+ -site-file | --site-file | --site-fil | --site-fi | --site-f)
+ ac_prev=sitefile ;;
+ -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*)
+ sitefile="$ac_optarg" ;;
+
-srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
ac_prev=srcdir ;;
-srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
@@ -504,12 +511,16 @@ fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
# Prefer explicitly selected file to automatically selected ones.
-if test -z "$CONFIG_SITE"; then
- if test "x$prefix" != xNONE; then
- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
- else
- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
+if test -z "$sitefile"; then
+ if test -z "$CONFIG_SITE"; then
+ if test "x$prefix" != xNONE; then
+ CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
+ else
+ CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
+ fi
fi
+else
+ CONFIG_SITE="$sitefile"
fi
for ac_site_file in $CONFIG_SITE; do
if test -r "$ac_site_file"; then
@@ -548,12 +559,12 @@ else
fi
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
-echo "configure:552: checking for Cygwin environment" >&5
+echo "configure:563: checking for Cygwin environment" >&5
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 557 "configure"
+#line 568 "configure"
#include "confdefs.h"
int main() {
@@ -564,7 +575,7 @@ int main() {
return __CYGWIN__;
; return 0; }
EOF
-if { (eval echo configure:568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:579: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_cygwin=yes
else
@@ -581,19 +592,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
-echo "configure:585: checking for mingw32 environment" >&5
+echo "configure:596: checking for mingw32 environment" >&5
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 590 "configure"
+#line 601 "configure"
#include "confdefs.h"
int main() {
return __MINGW32__;
; return 0; }
EOF
-if { (eval echo configure:597: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:608: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_mingw32=yes
else
@@ -658,7 +669,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:662: checking host system type" >&5
+echo "configure:673: checking host system type" >&5
host_alias=$host
case "$host_alias" in
@@ -679,7 +690,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
-echo "configure:683: checking target system type" >&5
+echo "configure:694: checking target system type" >&5
target_alias=$target
case "$target_alias" in
@@ -697,7 +708,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:701: checking build system type" >&5
+echo "configure:712: checking build system type" >&5
build_alias=$build
case "$build_alias" in
@@ -722,7 +733,7 @@ test "$host_alias" != "$target_alias" &&
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:726: checking for $ac_word" >&5
+echo "configure:737: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -752,7 +763,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:756: checking for $ac_word" >&5
+echo "configure:767: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -803,7 +814,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:807: checking for $ac_word" >&5
+echo "configure:818: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -835,7 +846,7 @@ fi
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:839: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:850: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -846,12 +857,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat > conftest.$ac_ext << EOF
-#line 850 "configure"
+#line 861 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -877,12 +888,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:881: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:892: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:886: checking whether we are using GNU C" >&5
+echo "configure:897: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -891,7 +902,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:895: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -910,7 +921,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:914: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:925: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -942,7 +953,7 @@ else
fi
echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6
-echo "configure:946: checking for POSIXized ISC" >&5
+echo "configure:957: checking for POSIXized ISC" >&5
if test -d /etc/conf/kconfig.d &&
grep _POSIX_VERSION /usr/include/sys/unistd.h >/dev/null 2>&1
then
@@ -975,7 +986,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
-echo "configure:979: checking for a BSD compatible install" >&5
+echo "configure:990: checking for a BSD compatible install" >&5
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1028,7 +1039,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
-echo "configure:1032: checking whether build environment is sane" >&5
+echo "configure:1043: checking whether build environment is sane" >&5
# Just in case
sleep 1
echo timestamp > conftestfile
@@ -1085,7 +1096,7 @@ test "$program_suffix" != NONE &&
test "$program_transform_name" = "" && program_transform_name="s,x,x,"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:1089: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:1100: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1131,7 +1142,7 @@ EOF
missing_dir=`cd $ac_aux_dir && pwd`
echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
-echo "configure:1135: checking for working aclocal" >&5
+echo "configure:1146: checking for working aclocal" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1144,7 +1155,7 @@ else
fi
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
-echo "configure:1148: checking for working autoconf" >&5
+echo "configure:1159: checking for working autoconf" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1157,7 +1168,7 @@ else
fi
echo $ac_n "checking for working automake""... $ac_c" 1>&6
-echo "configure:1161: checking for working automake" >&5
+echo "configure:1172: checking for working automake" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1170,7 +1181,7 @@ else
fi
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
-echo "configure:1174: checking for working autoheader" >&5
+echo "configure:1185: checking for working autoheader" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1183,7 +1194,7 @@ else
fi
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
-echo "configure:1187: checking for working makeinfo" >&5
+echo "configure:1198: checking for working makeinfo" >&5
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
@@ -1278,7 +1289,7 @@ ac_prog=ld
if test "$ac_cv_prog_gcc" = yes; then
# Check if gcc -print-prog-name=ld gives a path.
echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6
-echo "configure:1282: checking for ld used by GCC" >&5
+echo "configure:1293: checking for ld used by GCC" >&5
case $host in
*-*-mingw*)
# gcc leaves a trailing carriage return which upsets mingw
@@ -1308,10 +1319,10 @@ echo "configure:1282: checking for ld used by GCC" >&5
esac
elif test "$with_gnu_ld" = yes; then
echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
-echo "configure:1312: checking for GNU ld" >&5
+echo "configure:1323: checking for GNU ld" >&5
else
echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
-echo "configure:1315: checking for non-GNU ld" >&5
+echo "configure:1326: checking for non-GNU ld" >&5
fi
if eval "test \"`echo '$''{'ac_cv_path_LD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1346,7 +1357,7 @@ else
fi
test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
-echo "configure:1350: checking if the linker ($LD) is GNU ld" >&5
+echo "configure:1361: checking if the linker ($LD) is GNU ld" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gnu_ld'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1363,7 +1374,7 @@ with_gnu_ld=$ac_cv_prog_gnu_ld
echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
-echo "configure:1367: checking for $LD option to reload object files" >&5
+echo "configure:1378: checking for $LD option to reload object files" >&5
if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1375,7 +1386,7 @@ reload_flag=$lt_cv_ld_reload_flag
test -n "$reload_flag" && reload_flag=" $reload_flag"
echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
-echo "configure:1379: checking for BSD-compatible nm" >&5
+echo "configure:1390: checking for BSD-compatible nm" >&5
if eval "test \"`echo '$''{'ac_cv_path_NM'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1413,7 +1424,7 @@ NM="$ac_cv_path_NM"
echo "$ac_t""$NM" 1>&6
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1417: checking whether ln -s works" >&5
+echo "configure:1428: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1434,7 +1445,7 @@ else
fi
echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6
-echo "configure:1438: checking how to recognise dependant libraries" >&5
+echo "configure:1449: checking how to recognise dependant libraries" >&5
if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1577,13 +1588,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method=$lt_cv_deplibs_check_method
echo $ac_n "checking for object suffix""... $ac_c" 1>&6
-echo "configure:1581: checking for object suffix" >&5
+echo "configure:1592: checking for object suffix" >&5
if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
rm -f conftest*
echo 'int i = 1;' > conftest.$ac_ext
-if { (eval echo configure:1587: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:1598: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
for ac_file in conftest.*; do
case $ac_file in
*.c) ;;
@@ -1603,7 +1614,7 @@ ac_objext=$ac_cv_objext
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:1607: checking for executable suffix" >&5
+echo "configure:1618: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1613,10 +1624,10 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:1617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:1628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj) ;;
+ *.c | *.o | *.obj | *.ilk | *.pdb) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
@@ -1646,7 +1657,7 @@ case "$deplibs_check_method" in
file_magic*)
if test "$file_magic_cmd" = '$MAGIC_CMD'; then
echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
-echo "configure:1650: checking for ${ac_tool_prefix}file" >&5
+echo "configure:1661: checking for ${ac_tool_prefix}file" >&5
if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1708,7 +1719,7 @@ fi
if test -z "$lt_cv_path_MAGIC_CMD"; then
if test -n "$ac_tool_prefix"; then
echo $ac_n "checking for file""... $ac_c" 1>&6
-echo "configure:1712: checking for file" >&5
+echo "configure:1723: checking for file" >&5
if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1779,7 +1790,7 @@ esac
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set dummy ${ac_tool_prefix}ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1783: checking for $ac_word" >&5
+echo "configure:1794: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1811,7 +1822,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1815: checking for $ac_word" >&5
+echo "configure:1826: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1846,7 +1857,7 @@ fi
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set dummy ${ac_tool_prefix}strip; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1850: checking for $ac_word" >&5
+echo "configure:1861: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1878,7 +1889,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "strip", so it can be a program name with args.
set dummy strip; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1882: checking for $ac_word" >&5
+echo "configure:1893: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1945,8 +1956,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case "$host" in
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 1949 "configure"' > conftest.$ac_ext
- if { (eval echo configure:1950: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+ echo '#line 1960 "configure"' > conftest.$ac_ext
+ if { (eval echo configure:1961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
case "`/usr/bin/file conftest.o`" in
*32-bit*)
LD="${LD-ld} -32"
@@ -1967,7 +1978,7 @@ case "$host" in
SAVE_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -belf"
echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
-echo "configure:1971: checking whether the C compiler needs -belf" >&5
+echo "configure:1982: checking whether the C compiler needs -belf" >&5
if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1980,14 +1991,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling=$ac_cv_prog_cc_cross
cat > conftest.$ac_ext <<EOF
-#line 1984 "configure"
+#line 1995 "configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
-if { (eval echo configure:1991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
lt_cv_cc_needs_belf=yes
else
@@ -2231,7 +2242,7 @@ for this_target in $target $canon_targets ; do
hppa*) cpu_type=hppa ;;
i[456]86) cpu_type=i386 ;;
ia64) cpu_type=ia64 ;;
- m6811|m6812) cpu_type=m68hc11 ;;
+ m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
m680[012346]0) cpu_type=m68k ;;
m68008) cpu_type=m68k ;;
m683??) cpu_type=m68k ;;
@@ -3026,7 +3037,7 @@ EOF
# Extract the first word of "gcc", so it can be a program name with args.
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3030: checking for $ac_word" >&5
+echo "configure:3041: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3056,7 +3067,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3060: checking for $ac_word" >&5
+echo "configure:3071: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3107,7 +3118,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3111: checking for $ac_word" >&5
+echo "configure:3122: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3139,7 +3150,7 @@ fi
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
-echo "configure:3143: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
+echo "configure:3154: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -3150,12 +3161,12 @@ cross_compiling=$ac_cv_prog_cc_cross
cat > conftest.$ac_ext << EOF
-#line 3154 "configure"
+#line 3165 "configure"
#include "confdefs.h"
main(){return(0);}
EOF
-if { (eval echo configure:3159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
ac_cv_prog_cc_works=yes
# If we can't run a trivial program, we are probably using a cross compiler.
if (./conftest; exit) 2>/dev/null; then
@@ -3181,12 +3192,12 @@ if test $ac_cv_prog_cc_works = no; then
{ echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
-echo "configure:3185: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
+echo "configure:3196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
-echo "configure:3190: checking whether we are using GNU C" >&5
+echo "configure:3201: checking whether we are using GNU C" >&5
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3195,7 +3206,7 @@ else
yes;
#endif
EOF
-if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3199: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
ac_cv_prog_gcc=yes
else
ac_cv_prog_gcc=no
@@ -3214,7 +3225,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
-echo "configure:3218: checking whether ${CC-cc} accepts -g" >&5
+echo "configure:3229: checking whether ${CC-cc} accepts -g" >&5
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3251,7 +3262,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3255: checking for $ac_word" >&5
+echo "configure:3266: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3282,7 +3293,7 @@ done
test -n "$YACC" || YACC="yacc"
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:3286: checking how to run the C preprocessor" >&5
+echo "configure:3297: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -3297,13 +3308,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 3301 "configure"
+#line 3312 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3318: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3314,13 +3325,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 3318 "configure"
+#line 3329 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3324: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3331,13 +3342,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 3335 "configure"
+#line 3346 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3352: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3367,7 +3378,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3371: checking for $ac_word" >&5
+echo "configure:3382: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3400,7 +3411,7 @@ test -n "$LEX" || LEX=""$missing_dir/missing flex""
# Extract the first word of "flex", so it can be a program name with args.
set dummy flex; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3404: checking for $ac_word" >&5
+echo "configure:3415: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3434,7 +3445,7 @@ then
*) ac_lib=l ;;
esac
echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
-echo "configure:3438: checking for yywrap in -l$ac_lib" >&5
+echo "configure:3449: checking for yywrap in -l$ac_lib" >&5
ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -3442,7 +3453,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-l$ac_lib $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 3446 "configure"
+#line 3457 "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
@@ -3453,7 +3464,7 @@ int main() {
yywrap()
; return 0; }
EOF
-if { (eval echo configure:3457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3476,7 +3487,7 @@ fi
fi
echo $ac_n "checking lex output file root""... $ac_c" 1>&6
-echo "configure:3480: checking lex output file root" >&5
+echo "configure:3491: checking lex output file root" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3497,7 +3508,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6
LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
-echo "configure:3501: checking whether yytext is a pointer" >&5
+echo "configure:3512: checking whether yytext is a pointer" >&5
if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3509,14 +3520,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
ac_save_LIBS="$LIBS"
LIBS="$LIBS $LEXLIB"
cat > conftest.$ac_ext <<EOF
-#line 3513 "configure"
+#line 3524 "configure"
#include "confdefs.h"
`cat $LEX_OUTPUT_ROOT.c`
int main() {
; return 0; }
EOF
-if { (eval echo configure:3520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3531: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_prog_lex_yytext_pointer=yes
else
@@ -3542,7 +3553,7 @@ ALL_LINGUAS=
# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:3546: checking for $ac_word" >&5
+echo "configure:3557: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3570,12 +3581,12 @@ else
fi
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
-echo "configure:3574: checking for ANSI C header files" >&5
+echo "configure:3585: checking for ANSI C header files" >&5
if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3579 "configure"
+#line 3590 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <stdarg.h>
@@ -3583,7 +3594,7 @@ else
#include <float.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3587: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3600,7 +3611,7 @@ rm -f conftest*
if test $ac_cv_header_stdc = yes; then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 3604 "configure"
+#line 3615 "configure"
#include "confdefs.h"
#include <string.h>
EOF
@@ -3618,7 +3629,7 @@ fi
if test $ac_cv_header_stdc = yes; then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 3622 "configure"
+#line 3633 "configure"
#include "confdefs.h"
#include <stdlib.h>
EOF
@@ -3639,7 +3650,7 @@ if test "$cross_compiling" = yes; then
:
else
cat > conftest.$ac_ext <<EOF
-#line 3643 "configure"
+#line 3654 "configure"
#include "confdefs.h"
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
@@ -3650,7 +3661,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
EOF
-if { (eval echo configure:3654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:3665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
else
@@ -3674,12 +3685,12 @@ EOF
fi
echo $ac_n "checking for working const""... $ac_c" 1>&6
-echo "configure:3678: checking for working const" >&5
+echo "configure:3689: checking for working const" >&5
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3683 "configure"
+#line 3694 "configure"
#include "confdefs.h"
int main() {
@@ -3728,7 +3739,7 @@ ccp = (char const *const *) p;
; return 0; }
EOF
-if { (eval echo configure:3732: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3743: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_const=yes
else
@@ -3749,21 +3760,21 @@ EOF
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:3753: checking for inline" >&5
+echo "configure:3764: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
-#line 3760 "configure"
+#line 3771 "configure"
#include "confdefs.h"
int main() {
} $ac_kw foo() {
; return 0; }
EOF
-if { (eval echo configure:3767: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:3778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
@@ -3789,12 +3800,12 @@ EOF
esac
echo $ac_n "checking for off_t""... $ac_c" 1>&6
-echo "configure:3793: checking for off_t" >&5
+echo "configure:3804: checking for off_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3798 "configure"
+#line 3809 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -3822,12 +3833,12 @@ EOF
fi
echo $ac_n "checking for size_t""... $ac_c" 1>&6
-echo "configure:3826: checking for size_t" >&5
+echo "configure:3837: checking for size_t" >&5
if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3831 "configure"
+#line 3842 "configure"
#include "confdefs.h"
#include <sys/types.h>
#if STDC_HEADERS
@@ -3857,19 +3868,19 @@ fi
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:3861: checking for working alloca.h" >&5
+echo "configure:3872: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3866 "configure"
+#line 3877 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:3873: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -3890,12 +3901,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:3894: checking for alloca" >&5
+echo "configure:3905: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3899 "configure"
+#line 3910 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -3923,7 +3934,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:3927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:3938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -3955,12 +3966,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:3959: checking whether alloca needs Cray hooks" >&5
+echo "configure:3970: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3964 "configure"
+#line 3975 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -3985,12 +3996,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:3989: checking for $ac_func" >&5
+echo "configure:4000: 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 3994 "configure"
+#line 4005 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4013,7 +4024,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4040,7 +4051,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:4044: checking stack direction for C alloca" >&5
+echo "configure:4055: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4048,7 +4059,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 4052 "configure"
+#line 4063 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -4067,7 +4078,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:4071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:4082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -4092,17 +4103,17 @@ for ac_hdr in unistd.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4096: checking for $ac_hdr" >&5
+echo "configure:4107: 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 4101 "configure"
+#line 4112 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4106: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4117: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4131,12 +4142,12 @@ done
for ac_func in getpagesize
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4135: checking for $ac_func" >&5
+echo "configure:4146: 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 4140 "configure"
+#line 4151 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4159,7 +4170,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4184,7 +4195,7 @@ fi
done
echo $ac_n "checking for working mmap""... $ac_c" 1>&6
-echo "configure:4188: checking for working mmap" >&5
+echo "configure:4199: checking for working mmap" >&5
if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4192,7 +4203,7 @@ else
ac_cv_func_mmap_fixed_mapped=no
else
cat > conftest.$ac_ext <<EOF
-#line 4196 "configure"
+#line 4207 "configure"
#include "confdefs.h"
/* Thanks to Mike Haertel and Jim Avera for this test.
@@ -4332,7 +4343,7 @@ main()
}
EOF
-if { (eval echo configure:4336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:4347: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_func_mmap_fixed_mapped=yes
else
@@ -4360,17 +4371,17 @@ unistd.h values.h sys/param.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:4364: checking for $ac_hdr" >&5
+echo "configure:4375: 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 4369 "configure"
+#line 4380 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4400,12 +4411,12 @@ done
__argz_count __argz_stringify __argz_next
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4404: checking for $ac_func" >&5
+echo "configure:4415: 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 4409 "configure"
+#line 4420 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4428,7 +4439,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4457,12 +4468,12 @@ done
for ac_func in stpcpy
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4461: checking for $ac_func" >&5
+echo "configure:4472: 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 4466 "configure"
+#line 4477 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4485,7 +4496,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4519,19 +4530,19 @@ EOF
if test $ac_cv_header_locale_h = yes; then
echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
-echo "configure:4523: checking for LC_MESSAGES" >&5
+echo "configure:4534: checking for LC_MESSAGES" >&5
if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4528 "configure"
+#line 4539 "configure"
#include "confdefs.h"
#include <locale.h>
int main() {
return LC_MESSAGES
; return 0; }
EOF
-if { (eval echo configure:4535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4546: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
am_cv_val_LC_MESSAGES=yes
else
@@ -4552,7 +4563,7 @@ EOF
fi
fi
echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
-echo "configure:4556: checking whether NLS is requested" >&5
+echo "configure:4567: checking whether NLS is requested" >&5
# Check whether --enable-nls or --disable-nls was given.
if test "${enable_nls+set}" = set; then
enableval="$enable_nls"
@@ -4572,7 +4583,7 @@ fi
EOF
echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
-echo "configure:4576: checking whether included gettext is requested" >&5
+echo "configure:4587: checking whether included gettext is requested" >&5
# Check whether --with-included-gettext or --without-included-gettext was given.
if test "${with_included_gettext+set}" = set; then
withval="$with_included_gettext"
@@ -4591,17 +4602,17 @@ fi
ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
-echo "configure:4595: checking for libintl.h" >&5
+echo "configure:4606: checking for libintl.h" >&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 4600 "configure"
+#line 4611 "configure"
#include "confdefs.h"
#include <libintl.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:4605: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:4616: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -4618,19 +4629,19 @@ fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6
-echo "configure:4622: checking for gettext in libc" >&5
+echo "configure:4633: checking for gettext in libc" >&5
if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4627 "configure"
+#line 4638 "configure"
#include "confdefs.h"
#include <libintl.h>
int main() {
return (int) gettext ("")
; return 0; }
EOF
-if { (eval echo configure:4634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gt_cv_func_gettext_libc=yes
else
@@ -4646,7 +4657,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6
if test "$gt_cv_func_gettext_libc" != "yes"; then
echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
-echo "configure:4650: checking for bindtextdomain in -lintl" >&5
+echo "configure:4661: checking for bindtextdomain in -lintl" >&5
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -4654,7 +4665,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lintl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 4658 "configure"
+#line 4669 "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
@@ -4665,7 +4676,7 @@ int main() {
bindtextdomain()
; return 0; }
EOF
-if { (eval echo configure:4669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -4681,19 +4692,19 @@ fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6
-echo "configure:4685: checking for gettext in libintl" >&5
+echo "configure:4696: checking for gettext in libintl" >&5
if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 4690 "configure"
+#line 4701 "configure"
#include "confdefs.h"
int main() {
return (int) gettext ("")
; return 0; }
EOF
-if { (eval echo configure:4697: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4708: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gt_cv_func_gettext_libintl=yes
else
@@ -4721,7 +4732,7 @@ EOF
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4725: checking for $ac_word" >&5
+echo "configure:4736: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4755,12 +4766,12 @@ fi
for ac_func in dcgettext
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:4759: checking for $ac_func" >&5
+echo "configure:4770: 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 4764 "configure"
+#line 4775 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -4783,7 +4794,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:4787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -4810,7 +4821,7 @@ done
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4814: checking for $ac_word" >&5
+echo "configure:4825: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4846,7 +4857,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4850: checking for $ac_word" >&5
+echo "configure:4861: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4878,7 +4889,7 @@ else
fi
cat > conftest.$ac_ext <<EOF
-#line 4882 "configure"
+#line 4893 "configure"
#include "confdefs.h"
int main() {
@@ -4886,7 +4897,7 @@ extern int _nl_msg_cat_cntr;
return _nl_msg_cat_cntr
; return 0; }
EOF
-if { (eval echo configure:4890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:4901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
CATOBJEXT=.gmo
DATADIRNAME=share
@@ -4918,7 +4929,7 @@ fi
# Extract the first word of "msgfmt", so it can be a program name with args.
set dummy msgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4922: checking for $ac_word" >&5
+echo "configure:4933: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4952,7 +4963,7 @@ fi
# Extract the first word of "gmsgfmt", so it can be a program name with args.
set dummy gmsgfmt; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4956: checking for $ac_word" >&5
+echo "configure:4967: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -4988,7 +4999,7 @@ fi
# Extract the first word of "xgettext", so it can be a program name with args.
set dummy xgettext; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:4992: checking for $ac_word" >&5
+echo "configure:5003: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5078,7 +5089,7 @@ fi
LINGUAS=
else
echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
-echo "configure:5082: checking for catalogs to be installed" >&5
+echo "configure:5093: checking for catalogs to be installed" >&5
NEW_LINGUAS=
for lang in ${LINGUAS=$ALL_LINGUAS}; do
case "$ALL_LINGUAS" in
@@ -5106,17 +5117,17 @@ echo "configure:5082: checking for catalogs to be installed" >&5
if test "$CATOBJEXT" = ".cat"; then
ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6
-echo "configure:5110: checking for linux/version.h" >&5
+echo "configure:5121: checking for linux/version.h" >&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 5115 "configure"
+#line 5126 "configure"
#include "confdefs.h"
#include <linux/version.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5131: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5179,7 +5190,7 @@ fi
echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
-echo "configure:5183: checking whether to enable maintainer-specific portions of Makefiles" >&5
+echo "configure:5194: checking whether to enable maintainer-specific portions of Makefiles" >&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if test "${enable_maintainer_mode+set}" = set; then
enableval="$enable_maintainer_mode"
@@ -5204,7 +5215,7 @@ fi
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:5208: checking for executable suffix" >&5
+echo "configure:5219: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5214,10 +5225,10 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:5218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:5229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj) ;;
+ *.c | *.o | *.obj | *.ilk | *.pdb) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done
@@ -5239,17 +5250,17 @@ for ac_hdr in string.h stdlib.h memory.h strings.h unistd.h stdarg.h varargs.h e
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
-echo "configure:5243: checking for $ac_hdr" >&5
+echo "configure:5254: 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 5248 "configure"
+#line 5259 "configure"
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5253: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -5279,7 +5290,7 @@ done
# Put this here so that autoconf's "cross-compiling" message doesn't confuse
# people who are not cross-compiling but are compiling cross-assemblers.
echo $ac_n "checking whether compiling a cross-assembler""... $ac_c" 1>&6
-echo "configure:5283: checking whether compiling a cross-assembler" >&5
+echo "configure:5294: checking whether compiling a cross-assembler" >&5
if test "${host}" = "${target}"; then
cross_gas=no
else
@@ -5294,19 +5305,19 @@ echo "$ac_t""$cross_gas" 1>&6
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
-echo "configure:5298: checking for working alloca.h" >&5
+echo "configure:5309: checking for working alloca.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5303 "configure"
+#line 5314 "configure"
#include "confdefs.h"
#include <alloca.h>
int main() {
char *p = alloca(2 * sizeof(int));
; return 0; }
EOF
-if { (eval echo configure:5310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_header_alloca_h=yes
else
@@ -5327,12 +5338,12 @@ EOF
fi
echo $ac_n "checking for alloca""... $ac_c" 1>&6
-echo "configure:5331: checking for alloca" >&5
+echo "configure:5342: checking for alloca" >&5
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5336 "configure"
+#line 5347 "configure"
#include "confdefs.h"
#ifdef __GNUC__
@@ -5360,7 +5371,7 @@ int main() {
char *p = (char *) alloca(1);
; return 0; }
EOF
-if { (eval echo configure:5364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
ac_cv_func_alloca_works=yes
else
@@ -5392,12 +5403,12 @@ EOF
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
-echo "configure:5396: checking whether alloca needs Cray hooks" >&5
+echo "configure:5407: checking whether alloca needs Cray hooks" >&5
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5401 "configure"
+#line 5412 "configure"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
webecray
@@ -5422,12 +5433,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if test $ac_cv_os_cray = yes; then
for ac_func in _getb67 GETB67 getb67; do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5426: checking for $ac_func" >&5
+echo "configure:5437: 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 5431 "configure"
+#line 5442 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5450,7 +5461,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5454: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5465: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5477,7 +5488,7 @@ done
fi
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
-echo "configure:5481: checking stack direction for C alloca" >&5
+echo "configure:5492: checking stack direction for C alloca" >&5
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -5485,7 +5496,7 @@ else
ac_cv_c_stack_direction=0
else
cat > conftest.$ac_ext <<EOF
-#line 5489 "configure"
+#line 5500 "configure"
#include "confdefs.h"
find_stack_direction ()
{
@@ -5504,7 +5515,7 @@ main ()
exit (find_stack_direction() < 0);
}
EOF
-if { (eval echo configure:5508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5519: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
ac_cv_c_stack_direction=1
else
@@ -5526,21 +5537,21 @@ EOF
fi
echo $ac_n "checking for inline""... $ac_c" 1>&6
-echo "configure:5530: checking for inline" >&5
+echo "configure:5541: checking for inline" >&5
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
cat > conftest.$ac_ext <<EOF
-#line 5537 "configure"
+#line 5548 "configure"
#include "confdefs.h"
int main() {
} $ac_kw foo() {
; return 0; }
EOF
-if { (eval echo configure:5544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
+if { (eval echo configure:5555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
rm -rf conftest*
ac_cv_c_inline=$ac_kw; break
else
@@ -5570,12 +5581,12 @@ esac
for ac_func in unlink remove
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5574: checking for $ac_func" >&5
+echo "configure:5585: 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 5579 "configure"
+#line 5590 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5598,7 +5609,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5627,12 +5638,12 @@ done
for ac_func in sbrk
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
-echo "configure:5631: checking for $ac_func" >&5
+echo "configure:5642: 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 5636 "configure"
+#line 5647 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char $ac_func(); below. */
@@ -5655,7 +5666,7 @@ $ac_func();
; return 0; }
EOF
-if { (eval echo configure:5659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_func_$ac_func=yes"
else
@@ -5690,7 +5701,7 @@ case "$host" in
;;
*-ncr-sysv4.3*)
echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6
-echo "configure:5694: checking for _mwvalidcheckl in -lmw" >&5
+echo "configure:5705: checking for _mwvalidcheckl in -lmw" >&5
ac_lib_var=`echo mw'_'_mwvalidcheckl | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5698,7 +5709,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lmw $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5702 "configure"
+#line 5713 "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
@@ -5709,7 +5720,7 @@ int main() {
_mwvalidcheckl()
; return 0; }
EOF
-if { (eval echo configure:5713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5730,7 +5741,7 @@ else
fi
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-echo "configure:5734: checking for main in -lm" >&5
+echo "configure:5745: checking for main in -lm" >&5
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5738,14 +5749,14 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5742 "configure"
+#line 5753 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
-if { (eval echo configure:5749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5768,7 +5779,7 @@ fi
;;
*)
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
-echo "configure:5772: checking for main in -lm" >&5
+echo "configure:5783: checking for main in -lm" >&5
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -5776,14 +5787,14 @@ else
ac_save_LIBS="$LIBS"
LIBS="-lm $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 5780 "configure"
+#line 5791 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
EOF
-if { (eval echo configure:5787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -5814,12 +5825,12 @@ esac
# enough, but on some of those systems, the assert macro relies on requoting
# working properly!
echo $ac_n "checking for working assert macro""... $ac_c" 1>&6
-echo "configure:5818: checking for working assert macro" >&5
+echo "configure:5829: checking for working assert macro" >&5
if eval "test \"`echo '$''{'gas_cv_assert_ok'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5823 "configure"
+#line 5834 "configure"
#include "confdefs.h"
#include <assert.h>
#include <stdio.h>
@@ -5835,7 +5846,7 @@ assert (a == b
; return 0; }
EOF
-if { (eval echo configure:5839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_assert_ok=yes
else
@@ -5876,12 +5887,12 @@ gas_test_headers="
"
echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6
-echo "configure:5880: checking whether declaration is required for strstr" >&5
+echo "configure:5891: checking whether declaration is required for strstr" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_strstr'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5885 "configure"
+#line 5896 "configure"
#include "confdefs.h"
$gas_test_headers
int main() {
@@ -5892,7 +5903,7 @@ x = (f) strstr;
; return 0; }
EOF
-if { (eval echo configure:5896: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_strstr=no
else
@@ -5913,12 +5924,12 @@ fi
echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6
-echo "configure:5917: checking whether declaration is required for malloc" >&5
+echo "configure:5928: checking whether declaration is required for malloc" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_malloc'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5922 "configure"
+#line 5933 "configure"
#include "confdefs.h"
$gas_test_headers
int main() {
@@ -5929,7 +5940,7 @@ x = (f) malloc;
; return 0; }
EOF
-if { (eval echo configure:5933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_malloc=no
else
@@ -5950,12 +5961,12 @@ fi
echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6
-echo "configure:5954: checking whether declaration is required for free" >&5
+echo "configure:5965: checking whether declaration is required for free" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_free'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5959 "configure"
+#line 5970 "configure"
#include "confdefs.h"
$gas_test_headers
int main() {
@@ -5966,7 +5977,7 @@ x = (f) free;
; return 0; }
EOF
-if { (eval echo configure:5970: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:5981: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_free=no
else
@@ -5987,12 +5998,12 @@ fi
echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6
-echo "configure:5991: checking whether declaration is required for sbrk" >&5
+echo "configure:6002: checking whether declaration is required for sbrk" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_sbrk'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5996 "configure"
+#line 6007 "configure"
#include "confdefs.h"
$gas_test_headers
int main() {
@@ -6003,7 +6014,7 @@ x = (f) sbrk;
; return 0; }
EOF
-if { (eval echo configure:6007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_sbrk=no
else
@@ -6024,12 +6035,12 @@ fi
echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6
-echo "configure:6028: checking whether declaration is required for environ" >&5
+echo "configure:6039: checking whether declaration is required for environ" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_environ'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6033 "configure"
+#line 6044 "configure"
#include "confdefs.h"
$gas_test_headers
int main() {
@@ -6040,7 +6051,7 @@ x = (f) environ;
; return 0; }
EOF
-if { (eval echo configure:6044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_environ=no
else
@@ -6064,12 +6075,12 @@ fi
# for it?
echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6
-echo "configure:6068: checking whether declaration is required for errno" >&5
+echo "configure:6079: checking whether declaration is required for errno" >&5
if eval "test \"`echo '$''{'gas_cv_decl_needed_errno'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 6073 "configure"
+#line 6084 "configure"
#include "confdefs.h"
#ifdef HAVE_ERRNO_H
@@ -6084,7 +6095,7 @@ x = (f) errno;
; return 0; }
EOF
-if { (eval echo configure:6088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:6099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
gas_cv_decl_needed_errno=no
else
diff --git a/gas/configure.in b/gas/configure.in
index c576d3e..ee36bb6 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -123,7 +123,7 @@ changequote([,])dnl
changequote(,)dnl
i[456]86) cpu_type=i386 ;;
ia64) cpu_type=ia64 ;;
- m6811|m6812) cpu_type=m68hc11 ;;
+ m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
m680[012346]0) cpu_type=m68k ;;
changequote([,])dnl
m68008) cpu_type=m68k ;;
diff --git a/gas/po/gas.pot b/gas/po/gas.pot
index 2cc4bb7..2dd7b88 100644
--- a/gas/po/gas.pot
+++ b/gas/po/gas.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-10-18 10:32-0700\n"
+"POT-Creation-Date: 2000-10-27 11:54-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -350,7 +350,7 @@ msgstr ""
#.
#: atof-generic.c:437 config/tc-a29k.c:544 config/tc-i860.c:340
#: config/tc-i860.c:832 config/tc-m68k.c:3176 config/tc-m68k.c:3205
-#: config/tc-sparc.c:2512
+#: config/tc-sparc.c:2540
msgid "failed sanity check."
msgstr ""
@@ -604,7 +604,7 @@ msgstr ""
msgid "Too many new sections; can't add \"%s\""
msgstr ""
-#: config/obj-coff.c:4036 config/tc-m88k.c:1257 config/tc-sparc.c:3494
+#: config/obj-coff.c:4036 config/tc-m88k.c:1257 config/tc-sparc.c:3524
msgid "Expected comma after name"
msgstr ""
@@ -666,21 +666,21 @@ msgstr ""
msgid "Can't set register masks"
msgstr ""
-#: config/obj-elf.c:308 config/tc-sparc.c:3637 config/tc-v850.c:261
+#: config/obj-elf.c:308 config/tc-sparc.c:3667 config/tc-v850.c:261
msgid "Expected comma after symbol-name"
msgstr ""
-#: config/obj-elf.c:315 config/tc-arc.c:780 config/tc-sparc.c:3647
+#: config/obj-elf.c:315 config/tc-arc.c:780 config/tc-sparc.c:3677
#, c-format
msgid ".COMMon length (%d.) <0! Ignored."
msgstr ""
-#: config/obj-elf.c:325 config/tc-alpha.c:4319 config/tc-sparc.c:3657
+#: config/obj-elf.c:325 config/tc-alpha.c:4319 config/tc-sparc.c:3687
#: config/tc-v850.c:284
msgid "Ignoring attempt to re-define symbol"
msgstr ""
-#: config/obj-elf.c:333 config/tc-arc.c:798 config/tc-sparc.c:3665
+#: config/obj-elf.c:333 config/tc-arc.c:798 config/tc-sparc.c:3695
#: config/tc-v850.c:294
#, c-format
msgid "Length of .comm \"%s\" is already %ld. Not changed to %d."
@@ -695,7 +695,7 @@ msgstr ""
msgid "Common alignment not a power of 2"
msgstr ""
-#: config/obj-elf.c:438 config/tc-arc.c:877 config/tc-sparc.c:3789
+#: config/obj-elf.c:438 config/tc-arc.c:877 config/tc-sparc.c:3819
#: config/tc-v850.c:566
#, c-format
msgid "bad .common segment %s"
@@ -969,28 +969,28 @@ msgstr ""
msgid "unhandled stab type %d"
msgstr ""
-#: config/tc-a29k.c:160 config/tc-sparc.c:3841
+#: config/tc-a29k.c:160 config/tc-sparc.c:3871
msgid "Unknown segment type"
msgstr ""
#. Probably a memory allocation problem? Give up now.
-#: config/tc-a29k.c:330 config/tc-hppa.c:1413 config/tc-mips.c:1107
-#: config/tc-mips.c:1149 config/tc-sparc.c:838
+#: config/tc-a29k.c:330 config/tc-hppa.c:1412 config/tc-mips.c:1107
+#: config/tc-mips.c:1149 config/tc-sparc.c:843
msgid "Broken assembler. No assembly attempted."
msgstr ""
#: config/tc-a29k.c:375 config/tc-arc.c:536 config/tc-avr.c:1124
#: config/tc-d10v.c:511 config/tc-d30v.c:552 config/tc-h8300.c:296
#: config/tc-h8500.c:294 config/tc-mcore.c:655 config/tc-mn10200.c:954
-#: config/tc-mn10300.c:1337 config/tc-ppc.c:1971 config/tc-sh.c:833
+#: config/tc-mn10300.c:1337 config/tc-ppc.c:1971 config/tc-sh.c:832
#: config/tc-tic80.c:283 config/tc-v850.c:2081 config/tc-w65.c:247
#: config/tc-z8k.c:340
msgid "missing operand"
msgstr ""
#: config/tc-a29k.c:415 config/tc-cris.c:898 config/tc-cris.c:906
-#: config/tc-hppa.c:1559 config/tc-i860.c:431 config/tc-i860.c:448
-#: config/tc-sparc.c:1403 config/tc-sparc.c:1409
+#: config/tc-hppa.c:1546 config/tc-i860.c:431 config/tc-i860.c:448
+#: config/tc-sparc.c:1405 config/tc-sparc.c:1411
#, c-format
msgid "Unknown opcode: `%s'"
msgstr ""
@@ -1056,9 +1056,9 @@ msgid "syntax error"
msgstr ""
#: config/tc-alpha.c:1024 config/tc-arm.c:5443 config/tc-h8300.c:1373
-#: config/tc-h8500.c:1197 config/tc-hppa.c:3953 config/tc-i860.c:931
-#: config/tc-m68hc11.c:480 config/tc-m68k.c:4179 config/tc-m88k.c:1105
-#: config/tc-ns32k.c:1663 config/tc-sparc.c:2793 config/tc-z8k.c:1332
+#: config/tc-h8500.c:1197 config/tc-hppa.c:3940 config/tc-i860.c:931
+#: config/tc-m68hc11.c:478 config/tc-m68k.c:4179 config/tc-m88k.c:1105
+#: config/tc-ns32k.c:1663 config/tc-sparc.c:2823 config/tc-z8k.c:1332
msgid "Bad call to MD_ATOF()"
msgstr ""
@@ -1368,8 +1368,8 @@ msgid ""
msgstr ""
#: config/tc-arc.c:156 config/tc-arc.c:179 config/tc-arc.c:923
-#: config/tc-hppa.c:1373 config/tc-hppa.c:6853 config/tc-hppa.c:6859
-#: config/tc-hppa.c:6865 config/tc-hppa.c:6871 config/tc-mn10300.c:926
+#: config/tc-hppa.c:1372 config/tc-hppa.c:6840 config/tc-hppa.c:6846
+#: config/tc-hppa.c:6852 config/tc-hppa.c:6858 config/tc-mn10300.c:926
#: config/tc-mn10300.c:2131
msgid "could not set architecture and machine"
msgstr ""
@@ -1417,7 +1417,7 @@ msgstr ""
msgid "conditional branch follows set of flags"
msgstr ""
-#: config/tc-arc.c:750 config/tc-arm.c:6668
+#: config/tc-arc.c:750 config/tc-arm.c:6671
#, c-format
msgid "bad instruction `%s'"
msgstr ""
@@ -1456,7 +1456,7 @@ msgstr ""
#: config/tc-arc.c:1011 config/tc-avr.c:372 config/tc-d10v.c:291
#: config/tc-d30v.c:366 config/tc-mips.c:8850 config/tc-mn10200.c:375
-#: config/tc-pj.c:356 config/tc-ppc.c:4511 config/tc-sh.c:2066
+#: config/tc-pj.c:356 config/tc-ppc.c:4511 config/tc-sh.c:2053
#: config/tc-v850.c:1297
msgid "bad call to md_atof"
msgstr ""
@@ -1481,7 +1481,7 @@ msgstr ""
msgid "unresolved expression that must be resolved"
msgstr ""
-#: config/tc-arc.c:1458 config/tc-sparc.c:3343
+#: config/tc-arc.c:1458 config/tc-sparc.c:3373
#, c-format
msgid "internal error: can't export reloc type %d (`%s')"
msgstr ""
@@ -1994,7 +1994,7 @@ msgstr ""
msgid "Can not represent %s relocation in this object file format (%d)"
msgstr ""
-#: config/tc-arm.c:6329 config/tc-mips.c:11428 config/tc-sh.c:3171
+#: config/tc-arm.c:6329 config/tc-mips.c:11428 config/tc-sh.c:3158
#, c-format
msgid "Can not represent %s relocation in this object file format"
msgstr ""
@@ -2003,71 +2003,71 @@ msgstr ""
msgid "md_estimate_size_before_relax\n"
msgstr ""
-#: config/tc-arm.c:6424
+#: config/tc-arm.c:6427
#, c-format
msgid "No operator -- statement `%s'\n"
msgstr ""
-#: config/tc-arm.c:6442
+#: config/tc-arm.c:6445
msgid "selected processor does not support this opcode"
msgstr ""
-#: config/tc-arm.c:6488
+#: config/tc-arm.c:6491
#, c-format
msgid "Opcode `%s' must have suffix from list: <%s>"
msgstr ""
-#: config/tc-arm.c:6519
+#: config/tc-arm.c:6522
msgid "Warning: Use of the 'nv' conditional is deprecated\n"
msgstr ""
-#: config/tc-arm.c:6536
+#: config/tc-arm.c:6539
#, c-format
msgid "Opcode `%s' is unconditional\n"
msgstr ""
-#: config/tc-arm.c:6560
+#: config/tc-arm.c:6563
#, c-format
msgid "Opcode `%s' must have suffix from <%s>\n"
msgstr ""
-#: config/tc-arm.c:6646
+#: config/tc-arm.c:6649
#, c-format
msgid "register '%s' does not exist\n"
msgstr ""
-#: config/tc-arm.c:6651
+#: config/tc-arm.c:6654
#, c-format
msgid "ignoring redefinition of register alias '%s'"
msgstr ""
-#: config/tc-arm.c:6657
+#: config/tc-arm.c:6660
#, c-format
msgid ""
"ignoring redefinition of register alias '%s' to non-existant register '%s'"
msgstr ""
-#: config/tc-arm.c:6661
+#: config/tc-arm.c:6664
msgid "ignoring incomplete .req pseuso op"
msgstr ""
-#: config/tc-arm.c:6841
+#: config/tc-arm.c:6844
#, c-format
msgid "Unrecognised APCS switch -m%s"
msgstr ""
-#: config/tc-arm.c:6985 config/tc-arm.c:6998 config/tc-arm.c:7011
-#: config/tc-arm.c:7023 config/tc-arm.c:7029
+#: config/tc-arm.c:6988 config/tc-arm.c:7001 config/tc-arm.c:7014
+#: config/tc-arm.c:7026 config/tc-arm.c:7032
#, c-format
msgid "Invalid architecture variant -m%s"
msgstr ""
-#: config/tc-arm.c:7036
+#: config/tc-arm.c:7039
#, c-format
msgid "Invalid processor variant -m%s"
msgstr ""
-#: config/tc-arm.c:7059
+#: config/tc-arm.c:7062
msgid ""
" ARM Specific Assembler Options:\n"
" -m[arm][<processor name>] select processor variant\n"
@@ -2083,7 +2083,7 @@ msgid ""
" -k generate PIC code.\n"
msgstr ""
-#: config/tc-arm.c:7071
+#: config/tc-arm.c:7074
msgid ""
" -mapcs-32, -mapcs-26 specify which ARM Procedure Calling Standard to "
"use\n"
@@ -2091,17 +2091,17 @@ msgid ""
" -mapcs-reentrant the code is position independent/reentrant\n"
msgstr ""
-#: config/tc-arm.c:7077
+#: config/tc-arm.c:7080
msgid " -moabi support the old ELF ABI\n"
msgstr ""
-#: config/tc-arm.c:7081
+#: config/tc-arm.c:7084
msgid ""
" -EB assemble code for a big endian cpu\n"
" -EL assemble code for a little endian cpu\n"
msgstr ""
-#: config/tc-arm.c:7234
+#: config/tc-arm.c:7237
#, c-format
msgid "%s: unexpected function type: %d"
msgstr ""
@@ -2240,7 +2240,7 @@ msgstr ""
#: config/tc-avr.c:1084 config/tc-d10v.c:1080 config/tc-d10v.c:1094
#: config/tc-h8300.c:1239 config/tc-h8500.c:1098 config/tc-mcore.c:988
-#: config/tc-pj.c:265 config/tc-sh.c:1635 config/tc-z8k.c:1203
+#: config/tc-pj.c:265 config/tc-sh.c:1634 config/tc-z8k.c:1203
msgid "can't find opcode "
msgstr ""
@@ -2759,7 +2759,7 @@ msgid "invalid operands"
msgstr ""
#: config/tc-h8300.c:1250 config/tc-h8500.c:1104 config/tc-mips.c:8046
-#: config/tc-sh.c:1872 config/tc-w65.c:739 config/tc-z8k.c:1213
+#: config/tc-sh.c:1871 config/tc-w65.c:739 config/tc-z8k.c:1213
msgid "unknown opcode"
msgstr ""
@@ -2767,12 +2767,12 @@ msgstr ""
msgid "mismatch between opcode size and operand size"
msgstr ""
-#: config/tc-h8300.c:1307 config/tc-h8500.c:1131 config/tc-sh.c:2021
+#: config/tc-h8300.c:1307 config/tc-h8500.c:1131 config/tc-sh.c:2008
#: config/tc-w65.c:769 config/tc-z8k.c:1266
msgid "call to tc_crawl_symbol_chain \n"
msgstr ""
-#: config/tc-h8300.c:1321 config/tc-h8500.c:1145 config/tc-sh.c:2028
+#: config/tc-h8300.c:1321 config/tc-h8500.c:1145 config/tc-sh.c:2015
#: config/tc-w65.c:783 config/tc-z8k.c:1280
msgid "call to tc_headers_hook \n"
msgstr ""
@@ -2817,428 +2817,428 @@ msgstr ""
msgid "@Rn needs word register"
msgstr ""
-#: config/tc-h8500.c:838 config/tc-sh.c:1352
+#: config/tc-h8500.c:838 config/tc-sh.c:1351
#, c-format
msgid "unhandled %d\n"
msgstr ""
-#: config/tc-h8500.c:866 config/tc-sh.c:1377
+#: config/tc-h8500.c:866 config/tc-sh.c:1376
#, c-format
msgid "operand must be absolute in range %d..%d"
msgstr ""
-#: config/tc-h8500.c:955 config/tc-sh.c:1575
+#: config/tc-h8500.c:955 config/tc-sh.c:1574
#, c-format
msgid "failed for %d\n"
msgstr ""
-#: config/tc-h8500.c:1120 config/tc-sh.c:1676 config/tc-sh.c:1921
+#: config/tc-h8500.c:1120 config/tc-sh.c:1675 config/tc-sh.c:1920
#: config/tc-w65.c:758
msgid "invalid operands for opcode"
msgstr ""
-#: config/tc-hppa.c:1163
+#: config/tc-hppa.c:1162
msgid "Missing .exit\n"
msgstr ""
-#: config/tc-hppa.c:1166
+#: config/tc-hppa.c:1165
msgid "Missing .procend\n"
msgstr ""
-#: config/tc-hppa.c:1346
+#: config/tc-hppa.c:1345
msgid "Invalid field selector. Assuming F%%."
msgstr ""
-#: config/tc-hppa.c:1379
+#: config/tc-hppa.c:1378
msgid "-R option not supported on this target."
msgstr ""
-#: config/tc-hppa.c:1395 config/tc-sparc.c:794 config/tc-sparc.c:830
+#: config/tc-hppa.c:1394 config/tc-sparc.c:799 config/tc-sparc.c:835
#, c-format
msgid "Internal error: can't hash `%s': %s\n"
msgstr ""
-#: config/tc-hppa.c:1403 config/tc-i860.c:190
+#: config/tc-hppa.c:1402 config/tc-i860.c:190
#, c-format
msgid "internal error: losing opcode: `%s' \"%s\"\n"
msgstr ""
-#: config/tc-hppa.c:1472 config/tc-hppa.c:6992 config/tc-hppa.c:7047
+#: config/tc-hppa.c:1471 config/tc-hppa.c:6979 config/tc-hppa.c:7034
msgid "Missing function name for .PROC (corrupted label chain)"
msgstr ""
-#: config/tc-hppa.c:1475 config/tc-hppa.c:7050
+#: config/tc-hppa.c:1474 config/tc-hppa.c:7037
msgid "Missing function name for .PROC"
msgstr ""
-#: config/tc-hppa.c:1596 config/tc-hppa.c:4826
+#: config/tc-hppa.c:1583 config/tc-hppa.c:4813
msgid "could not update architecture and machine"
msgstr ""
-#: config/tc-hppa.c:1803
+#: config/tc-hppa.c:1790
msgid "Invalid Indexed Load Completer."
msgstr ""
-#: config/tc-hppa.c:1808
+#: config/tc-hppa.c:1795
msgid "Invalid Indexed Load Completer Syntax."
msgstr ""
-#: config/tc-hppa.c:1844
+#: config/tc-hppa.c:1831
msgid "Invalid Short Load/Store Completer."
msgstr ""
-#: config/tc-hppa.c:1903 config/tc-hppa.c:1908
+#: config/tc-hppa.c:1890 config/tc-hppa.c:1895
msgid "Invalid Store Bytes Short Completer"
msgstr ""
-#: config/tc-hppa.c:2219 config/tc-hppa.c:2225
+#: config/tc-hppa.c:2206 config/tc-hppa.c:2212
msgid "Invalid left/right combination completer"
msgstr ""
-#: config/tc-hppa.c:2274 config/tc-hppa.c:2281
+#: config/tc-hppa.c:2261 config/tc-hppa.c:2268
msgid "Invalid permutation completer"
msgstr ""
-#: config/tc-hppa.c:2382
+#: config/tc-hppa.c:2369
#, c-format
msgid "Invalid Add Condition: %s"
msgstr ""
-#: config/tc-hppa.c:2393 config/tc-hppa.c:2403
+#: config/tc-hppa.c:2380 config/tc-hppa.c:2390
#, c-format
msgid "Invalid Add and Branch Condition: %c"
msgstr ""
-#: config/tc-hppa.c:2424
+#: config/tc-hppa.c:2411
msgid "Invalid Compare/Subtract Condition"
msgstr ""
-#: config/tc-hppa.c:2464
+#: config/tc-hppa.c:2451
#, c-format
msgid "Invalid Bit Branch Condition: %c"
msgstr ""
-#: config/tc-hppa.c:2550
+#: config/tc-hppa.c:2537
#, c-format
msgid "Invalid Compare/Subtract Condition: %s"
msgstr ""
-#: config/tc-hppa.c:2562
+#: config/tc-hppa.c:2549
#, c-format
msgid "Invalid Compare/Subtract Condition: %c"
msgstr ""
-#: config/tc-hppa.c:2577
+#: config/tc-hppa.c:2564
msgid "Invalid Compare and Branch Condition."
msgstr ""
-#: config/tc-hppa.c:2673
+#: config/tc-hppa.c:2660
msgid "Invalid Logical Instruction Condition."
msgstr ""
-#: config/tc-hppa.c:2728
+#: config/tc-hppa.c:2715
msgid "Invalid Shift/Extract/Deposit Condition."
msgstr ""
-#: config/tc-hppa.c:2840
+#: config/tc-hppa.c:2827
msgid "Invalid Unit Instruction Condition."
msgstr ""
-#: config/tc-hppa.c:3188 config/tc-hppa.c:3219 config/tc-hppa.c:3252
-#: config/tc-hppa.c:3284
+#: config/tc-hppa.c:3175 config/tc-hppa.c:3206 config/tc-hppa.c:3239
+#: config/tc-hppa.c:3271
msgid "Branch to unaligned address"
msgstr ""
-#: config/tc-hppa.c:3464
+#: config/tc-hppa.c:3451
msgid "Invalid SFU identifier"
msgstr ""
-#: config/tc-hppa.c:3514
+#: config/tc-hppa.c:3501
msgid "Invalid COPR identifier"
msgstr ""
-#: config/tc-hppa.c:3643
+#: config/tc-hppa.c:3630
msgid "Invalid Floating Point Operand Format."
msgstr ""
-#: config/tc-hppa.c:3760 config/tc-hppa.c:3780 config/tc-hppa.c:3800
-#: config/tc-hppa.c:3820 config/tc-hppa.c:3840
+#: config/tc-hppa.c:3747 config/tc-hppa.c:3767 config/tc-hppa.c:3787
+#: config/tc-hppa.c:3807 config/tc-hppa.c:3827
msgid "Invalid register for single precision fmpyadd or fmpysub"
msgstr ""
-#: config/tc-hppa.c:3897
+#: config/tc-hppa.c:3884
#, c-format
msgid "Invalid operands %s"
msgstr ""
-#: config/tc-hppa.c:4015
+#: config/tc-hppa.c:4002
#, c-format
msgid "Cannot handle fixup at %s:%d"
msgstr ""
-#: config/tc-hppa.c:4310
+#: config/tc-hppa.c:4297
msgid " -Q ignored\n"
msgstr ""
-#: config/tc-hppa.c:4314
+#: config/tc-hppa.c:4301
msgid " -c print a warning if a comment is found\n"
msgstr ""
-#: config/tc-hppa.c:4380
+#: config/tc-hppa.c:4367
#, c-format
msgid "no hppa_fixup entry for fixup type 0x%x at %s:%d"
msgstr ""
-#: config/tc-hppa.c:4547
+#: config/tc-hppa.c:4534
msgid "Unknown relocation encountered in md_apply_fix."
msgstr ""
-#: config/tc-hppa.c:4690 config/tc-hppa.c:4715
+#: config/tc-hppa.c:4677 config/tc-hppa.c:4702
#, c-format
msgid "Undefined register: '%s'."
msgstr ""
-#: config/tc-hppa.c:4749
+#: config/tc-hppa.c:4736
#, c-format
msgid "Non-absolute symbol: '%s'."
msgstr ""
-#: config/tc-hppa.c:4764
+#: config/tc-hppa.c:4751
#, c-format
msgid "Undefined absolute constant: '%s'."
msgstr ""
-#: config/tc-hppa.c:4865
+#: config/tc-hppa.c:4852
#, c-format
msgid "Invalid FP Compare Condition: %s"
msgstr ""
-#: config/tc-hppa.c:4921
+#: config/tc-hppa.c:4908
#, c-format
msgid "Invalid FTEST completer: %s"
msgstr ""
-#: config/tc-hppa.c:4988 config/tc-hppa.c:5026
+#: config/tc-hppa.c:4975 config/tc-hppa.c:5013
#, c-format
msgid "Invalid FP Operand Format: %3s"
msgstr ""
-#: config/tc-hppa.c:5105
+#: config/tc-hppa.c:5092
msgid "Bad segment in expression."
msgstr ""
-#: config/tc-hppa.c:5164
+#: config/tc-hppa.c:5151
msgid "Bad segment (should be absolute)."
msgstr ""
-#: config/tc-hppa.c:5207
+#: config/tc-hppa.c:5194
#, c-format
msgid "Invalid argument location: %s\n"
msgstr ""
-#: config/tc-hppa.c:5238
+#: config/tc-hppa.c:5225
#, c-format
msgid "Invalid argument description: %d"
msgstr ""
-#: config/tc-hppa.c:5261
+#: config/tc-hppa.c:5248
#, c-format
msgid "Invalid Nullification: (%c)"
msgstr ""
-#: config/tc-hppa.c:5997
+#: config/tc-hppa.c:5984
#, c-format
msgid "Invalid .CALL argument: %s"
msgstr ""
-#: config/tc-hppa.c:6128
+#: config/tc-hppa.c:6115
msgid ".callinfo is not within a procedure definition"
msgstr ""
-#: config/tc-hppa.c:6148
+#: config/tc-hppa.c:6135
#, c-format
msgid "FRAME parameter must be a multiple of 8: %d\n"
msgstr ""
-#: config/tc-hppa.c:6167
+#: config/tc-hppa.c:6154
msgid "Value for ENTRY_GR must be in the range 3..18\n"
msgstr ""
-#: config/tc-hppa.c:6179
+#: config/tc-hppa.c:6166
msgid "Value for ENTRY_FR must be in the range 12..21\n"
msgstr ""
-#: config/tc-hppa.c:6189
+#: config/tc-hppa.c:6176
msgid "Value for ENTRY_SR must be 3\n"
msgstr ""
-#: config/tc-hppa.c:6245
+#: config/tc-hppa.c:6232
#, c-format
msgid "Invalid .CALLINFO argument: %s"
msgstr ""
-#: config/tc-hppa.c:6356
+#: config/tc-hppa.c:6343
msgid "The .ENTER pseudo-op is not supported"
msgstr ""
-#: config/tc-hppa.c:6372
+#: config/tc-hppa.c:6359
msgid "Misplaced .entry. Ignored."
msgstr ""
-#: config/tc-hppa.c:6376
+#: config/tc-hppa.c:6363
msgid "Missing .callinfo."
msgstr ""
-#: config/tc-hppa.c:6440
+#: config/tc-hppa.c:6427
msgid ".REG expression must be a register"
msgstr ""
-#: config/tc-hppa.c:6456 read.c:4735
+#: config/tc-hppa.c:6443 read.c:4735
msgid "bad or irreducible absolute expression; zero assumed"
msgstr ""
-#: config/tc-hppa.c:6467
+#: config/tc-hppa.c:6454
msgid ".REG must use a label"
msgstr ""
-#: config/tc-hppa.c:6469
+#: config/tc-hppa.c:6456
msgid ".EQU must use a label"
msgstr ""
-#: config/tc-hppa.c:6522
+#: config/tc-hppa.c:6509
msgid ".EXIT must appear within a procedure"
msgstr ""
-#: config/tc-hppa.c:6526
+#: config/tc-hppa.c:6513
msgid "Missing .callinfo"
msgstr ""
-#: config/tc-hppa.c:6530
+#: config/tc-hppa.c:6517
msgid "No .ENTRY for this .EXIT"
msgstr ""
-#: config/tc-hppa.c:6557
+#: config/tc-hppa.c:6544
#, c-format
msgid "Cannot define export symbol: %s\n"
msgstr ""
-#: config/tc-hppa.c:6615
+#: config/tc-hppa.c:6602
#, c-format
msgid "Using ENTRY rather than CODE in export directive for %s"
msgstr ""
-#: config/tc-hppa.c:6732
+#: config/tc-hppa.c:6719
#, c-format
msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s"
msgstr ""
-#: config/tc-hppa.c:6814
+#: config/tc-hppa.c:6801
msgid "Missing label name on .LABEL"
msgstr ""
-#: config/tc-hppa.c:6819
+#: config/tc-hppa.c:6806
msgid "extra .LABEL arguments ignored."
msgstr ""
-#: config/tc-hppa.c:6836
+#: config/tc-hppa.c:6823
msgid "The .LEAVE pseudo-op is not supported"
msgstr ""
-#: config/tc-hppa.c:6875
+#: config/tc-hppa.c:6862
msgid "Unrecognized .LEVEL argument\n"
msgstr ""
-#: config/tc-hppa.c:6911
+#: config/tc-hppa.c:6898
#, c-format
msgid "Cannot define static symbol: %s\n"
msgstr ""
-#: config/tc-hppa.c:6946
+#: config/tc-hppa.c:6933
msgid "Nested procedures"
msgstr ""
-#: config/tc-hppa.c:6956
+#: config/tc-hppa.c:6943
msgid "Cannot allocate unwind descriptor\n"
msgstr ""
-#: config/tc-hppa.c:7054
+#: config/tc-hppa.c:7041
msgid "misplaced .procend"
msgstr ""
-#: config/tc-hppa.c:7057
+#: config/tc-hppa.c:7044
msgid "Missing .callinfo for this procedure"
msgstr ""
-#: config/tc-hppa.c:7060
+#: config/tc-hppa.c:7047
msgid "Missing .EXIT for a .ENTRY"
msgstr ""
-#: config/tc-hppa.c:7098
+#: config/tc-hppa.c:7085
msgid "Not in a space.\n"
msgstr ""
-#: config/tc-hppa.c:7101
+#: config/tc-hppa.c:7088
msgid "Not in a subspace.\n"
msgstr ""
-#: config/tc-hppa.c:7192
+#: config/tc-hppa.c:7179
msgid "Invalid .SPACE argument"
msgstr ""
-#: config/tc-hppa.c:7239
+#: config/tc-hppa.c:7226
msgid "Can't change spaces within a procedure definition. Ignored"
msgstr ""
-#: config/tc-hppa.c:7368
+#: config/tc-hppa.c:7355
#, c-format
msgid "Undefined space: '%s' Assuming space number = 0."
msgstr ""
-#: config/tc-hppa.c:7392
+#: config/tc-hppa.c:7379
msgid "Must be in a space before changing or declaring subspaces.\n"
msgstr ""
-#: config/tc-hppa.c:7396
+#: config/tc-hppa.c:7383
msgid "Can't change subspaces within a procedure definition. Ignored"
msgstr ""
-#: config/tc-hppa.c:7431
+#: config/tc-hppa.c:7418
msgid "Parameters of an existing subspace can't be modified"
msgstr ""
-#: config/tc-hppa.c:7482
+#: config/tc-hppa.c:7469
msgid "Alignment must be a power of 2"
msgstr ""
-#: config/tc-hppa.c:7524
+#: config/tc-hppa.c:7511
msgid "FIRST not supported as a .SUBSPACE argument"
msgstr ""
-#: config/tc-hppa.c:7526
+#: config/tc-hppa.c:7513
msgid "Invalid .SUBSPACE argument"
msgstr ""
-#: config/tc-hppa.c:7706
+#: config/tc-hppa.c:7693
#, c-format
msgid "Internal error: Unable to find containing space for %s."
msgstr ""
-#: config/tc-hppa.c:7745
+#: config/tc-hppa.c:7732
#, c-format
msgid "Out of memory: could not allocate new space chain entry: %s\n"
msgstr ""
-#: config/tc-hppa.c:7831
+#: config/tc-hppa.c:7818
#, c-format
msgid "Out of memory: could not allocate new subspace chain entry: %s\n"
msgstr ""
-#: config/tc-hppa.c:8525
+#: config/tc-hppa.c:8512
#, c-format
msgid "Symbol '%s' could not be created."
msgstr ""
-#: config/tc-hppa.c:8529
+#: config/tc-hppa.c:8516
msgid "No memory for symbol name."
msgstr ""
@@ -3273,12 +3273,12 @@ msgstr ""
msgid "Unknown"
msgstr ""
-#: config/tc-i386.c:1007 config/tc-i386.c:4492
+#: config/tc-i386.c:1007 config/tc-i386.c:4047
#, c-format
msgid "can not do %d byte pc-relative relocation"
msgstr ""
-#: config/tc-i386.c:1017 config/tc-i386.c:4506
+#: config/tc-i386.c:1017 config/tc-i386.c:4061
#, c-format
msgid "can not do %d byte relocation"
msgstr ""
@@ -3459,7 +3459,7 @@ msgstr ""
msgid "unimplemented segment type %d in operand"
msgstr ""
-#: config/tc-i386.c:2787
+#: config/tc-i386.c:2787 config/tc-i386.c:4750
#, c-format
msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'"
msgstr ""
@@ -3475,77 +3475,71 @@ msgstr ""
msgid "missing or invalid displacement expression `%s' taken as 0"
msgstr ""
-#: config/tc-i386.c:3157 config/tc-i386.c:3163 config/tc-i386.c:3172
-#, c-format
-msgid "bad segment name `%s'"
-msgstr ""
-
-#: config/tc-i386.c:3229
+#: config/tc-i386.c:3030
#, c-format
msgid "`%s' is not a valid base/index expression"
msgstr ""
-#: config/tc-i386.c:3233
+#: config/tc-i386.c:3034
#, c-format
msgid "`%s' is not a valid %s bit base/index expression"
msgstr ""
-#: config/tc-i386.c:3254 config/tc-i386.c:3608
+#: config/tc-i386.c:3109
#, c-format
-msgid "too many memory references for `%s'"
+msgid "bad memory operand `%s'"
msgstr ""
-#: config/tc-i386.c:3340 config/tc-i386.c:3475 config/tc-i386.c:3578
-#: config/tc-i386.c:3693 config/tc-i386.c:3729
+#: config/tc-i386.c:3124
#, c-format
-msgid "bad register name `%s'"
+msgid "junk `%s' after register"
msgstr ""
-#: config/tc-i386.c:3554
+#: config/tc-i386.c:3133 config/tc-i386.c:3248 config/tc-i386.c:3284
#, c-format
-msgid "bad memory operand `%s'"
+msgid "bad register name `%s'"
msgstr ""
-#: config/tc-i386.c:3569
-#, c-format
-msgid "junk `%s' after register"
+#: config/tc-i386.c:3141
+msgid "immediate operand illegal with absolute jump"
msgstr ""
-#: config/tc-i386.c:3586
-msgid "immediate operand illegal with absolute jump"
+#: config/tc-i386.c:3163
+#, c-format
+msgid "too many memory references for `%s'"
msgstr ""
-#: config/tc-i386.c:3686
+#: config/tc-i386.c:3241
#, c-format
msgid "expecting `,' or `)' after index register in `%s'"
msgstr ""
-#: config/tc-i386.c:3708
+#: config/tc-i386.c:3263
#, c-format
msgid "expecting `)' after scale factor in `%s'"
msgstr ""
-#: config/tc-i386.c:3715
+#: config/tc-i386.c:3270
#, c-format
msgid "expecting index register or scale factor after `,'; got '%c'"
msgstr ""
-#: config/tc-i386.c:3722
+#: config/tc-i386.c:3277
#, c-format
msgid "expecting `,' or `)' after base register in `%s'"
msgstr ""
#. It's not a memory operand; argh!
-#: config/tc-i386.c:3763
+#: config/tc-i386.c:3318
#, c-format
msgid "invalid char %s beginning operand %d `%s'"
msgstr ""
-#: config/tc-i386.c:4185
+#: config/tc-i386.c:3740
msgid "Bad call to md_atof ()"
msgstr ""
-#: config/tc-i386.c:4335
+#: config/tc-i386.c:3890
msgid ""
" -Q ignored\n"
" -V print assembler version number\n"
@@ -3554,19 +3548,62 @@ msgid ""
" -s ignored\n"
msgstr ""
-#: config/tc-i386.c:4342
+#: config/tc-i386.c:3897
msgid " -q quieten some warnings\n"
msgstr ""
-#: config/tc-i386.c:4392
+#: config/tc-i386.c:3947
msgid "GOT already in symbol table"
msgstr ""
-#: config/tc-i386.c:4541
+#: config/tc-i386.c:4096
#, c-format
msgid "cannot represent relocation type %s"
msgstr ""
+#: config/tc-i386.c:4393
+#, c-format
+msgid "too many memory references for '%s'"
+msgstr ""
+
+#: config/tc-i386.c:4555
+#, c-format
+msgid "Unknown operand modifier `%s'\n"
+msgstr ""
+
+#: config/tc-i386.c:4722
+#, c-format
+msgid "`%s' is not a valid segment register"
+msgstr ""
+
+#: config/tc-i386.c:4732 config/tc-i386.c:4854
+msgid "Register scaling only allowed in memory operands."
+msgstr ""
+
+#: config/tc-i386.c:4763
+msgid "Too many register references in memory operand.\n"
+msgstr ""
+
+#: config/tc-i386.c:4833
+#, c-format
+msgid "Syntax error. Expecting a constant. Got `%s'.\n"
+msgstr ""
+
+#: config/tc-i386.c:4904
+#, c-format
+msgid "Unrecognized token '%s'"
+msgstr ""
+
+#: config/tc-i386.c:4922
+#, c-format
+msgid "Unexpected token `%s'\n"
+msgstr ""
+
+#: config/tc-i386.c:5067
+#, c-format
+msgid "Unrecognized token `%s'\n"
+msgstr ""
+
#: config/tc-i860.c:154 config/tc-i860.c:158
msgid "Unknown temporary pseudo register"
msgstr ""
@@ -3608,7 +3645,7 @@ msgstr ""
msgid "Illegal operands for %s"
msgstr ""
-#: config/tc-i860.c:873 config/tc-sparc.c:2697
+#: config/tc-i860.c:873 config/tc-sparc.c:2727
msgid "bad segment"
msgstr ""
@@ -4099,7 +4136,7 @@ msgstr ""
msgid "Unmatched high/shigh reloc"
msgstr ""
-#: config/tc-m68hc11.c:307
+#: config/tc-m68hc11.c:305
#, c-format
msgid ""
"Motorola 68HC11/68HC12 options:\n"
@@ -4115,55 +4152,55 @@ msgid ""
" (used for testing)\n"
msgstr ""
-#: config/tc-m68hc11.c:348
+#: config/tc-m68hc11.c:346
#, c-format
msgid "Default target `%s' is not supported."
msgstr ""
#. Dump the opcode statistics table.
-#: config/tc-m68hc11.c:367
+#: config/tc-m68hc11.c:365
msgid "Name # Modes Min ops Max ops Modes mask # Used\n"
msgstr ""
-#: config/tc-m68hc11.c:417
+#: config/tc-m68hc11.c:415
#, c-format
msgid "Option `%s' is not recognized."
msgstr ""
-#: config/tc-m68hc11.c:638
+#: config/tc-m68hc11.c:636
msgid "#<imm8>"
msgstr ""
-#: config/tc-m68hc11.c:647
+#: config/tc-m68hc11.c:645
msgid "#<imm16>"
msgstr ""
-#: config/tc-m68hc11.c:656 config/tc-m68hc11.c:665
+#: config/tc-m68hc11.c:654 config/tc-m68hc11.c:663
msgid "<imm8>,X"
msgstr ""
-#: config/tc-m68hc11.c:683
+#: config/tc-m68hc11.c:681
msgid "*<abs8>"
msgstr ""
-#: config/tc-m68hc11.c:695
+#: config/tc-m68hc11.c:693
msgid "#<mask>"
msgstr ""
-#: config/tc-m68hc11.c:705
+#: config/tc-m68hc11.c:703
#, c-format
msgid "symbol%d"
msgstr ""
-#: config/tc-m68hc11.c:707
+#: config/tc-m68hc11.c:705
msgid "<abs>"
msgstr ""
-#: config/tc-m68hc11.c:726
+#: config/tc-m68hc11.c:724
msgid "<label>"
msgstr ""
-#: config/tc-m68hc11.c:742
+#: config/tc-m68hc11.c:740
#, c-format
msgid ""
"# Example of `%s' instructions\n"
@@ -4171,246 +4208,246 @@ msgid ""
"_start:\n"
msgstr ""
-#: config/tc-m68hc11.c:790
+#: config/tc-m68hc11.c:788
#, c-format
msgid "Instruction `%s' is not recognized."
msgstr ""
-#: config/tc-m68hc11.c:795
+#: config/tc-m68hc11.c:793
#, c-format
msgid "Instruction formats for `%s':"
msgstr ""
-#: config/tc-m68hc11.c:928
+#: config/tc-m68hc11.c:926
#, c-format
msgid "Immediate operand is not allowed for operand %d."
msgstr ""
-#: config/tc-m68hc11.c:954
+#: config/tc-m68hc11.c:952
msgid "Indirect indexed addressing is not valid for 68HC11."
msgstr ""
-#: config/tc-m68hc11.c:974
+#: config/tc-m68hc11.c:972
msgid "Spurious `,' or bad indirect register addressing mode."
msgstr ""
-#: config/tc-m68hc11.c:990
+#: config/tc-m68hc11.c:988
msgid "Missing second register or offset for indexed-indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1000
+#: config/tc-m68hc11.c:998
msgid "Missing second register for indexed-indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1016
+#: config/tc-m68hc11.c:1014
msgid "Missing `]' to close indexed-indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1060
+#: config/tc-m68hc11.c:1058
msgid "Illegal operand."
msgstr ""
-#: config/tc-m68hc11.c:1065
+#: config/tc-m68hc11.c:1063
msgid "Missing operand."
msgstr ""
-#: config/tc-m68hc11.c:1088
+#: config/tc-m68hc11.c:1086
msgid "Pre-decrement mode is not valid for 68HC11"
msgstr ""
-#: config/tc-m68hc11.c:1095
+#: config/tc-m68hc11.c:1093
msgid "Pre-increment mode is not valid for 68HC11"
msgstr ""
-#: config/tc-m68hc11.c:1114
+#: config/tc-m68hc11.c:1112
msgid "Wrong register in register indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1122
+#: config/tc-m68hc11.c:1120
msgid "Missing `]' to close register indirect operand."
msgstr ""
-#: config/tc-m68hc11.c:1139
+#: config/tc-m68hc11.c:1137
msgid "Post-decrement mode is not valid for 68HC11."
msgstr ""
-#: config/tc-m68hc11.c:1147
+#: config/tc-m68hc11.c:1145
msgid "Post-increment mode is not valid for 68HC11."
msgstr ""
-#: config/tc-m68hc11.c:1164
+#: config/tc-m68hc11.c:1162
msgid "Invalid indexed indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1258
+#: config/tc-m68hc11.c:1256
#, c-format
msgid "Trap id `%ld' is out of range."
msgstr ""
-#: config/tc-m68hc11.c:1262
+#: config/tc-m68hc11.c:1260
msgid "Trap id must be within [0x30..0x39] or [0x40..0xff]."
msgstr ""
-#: config/tc-m68hc11.c:1269
+#: config/tc-m68hc11.c:1267
#, c-format
msgid "Operand out of 8-bit range: `%ld'."
msgstr ""
-#: config/tc-m68hc11.c:1276
+#: config/tc-m68hc11.c:1274
msgid "The trap id must be a constant."
msgstr ""
-#: config/tc-m68hc11.c:1301
+#: config/tc-m68hc11.c:1299
#, c-format
msgid "Operand `%x' not recognized in fixup8."
msgstr ""
-#: config/tc-m68hc11.c:1321
+#: config/tc-m68hc11.c:1319
#, c-format
msgid "Operand out of 16-bit range: `%ld'."
msgstr ""
-#: config/tc-m68hc11.c:1342
+#: config/tc-m68hc11.c:1340
#, c-format
msgid "Operand `%x' not recognized in fixup16."
msgstr ""
-#: config/tc-m68hc11.c:1360
+#: config/tc-m68hc11.c:1358
#, c-format
msgid "Unexpected branch conversion with `%x'"
msgstr ""
-#: config/tc-m68hc11.c:1456 config/tc-m68hc11.c:1585
+#: config/tc-m68hc11.c:1449 config/tc-m68hc11.c:1578
#, c-format
msgid "Operand out of range for a relative branch: `%ld'"
msgstr ""
-#: config/tc-m68hc11.c:1553
+#: config/tc-m68hc11.c:1546
msgid "Invalid register for dbcc/tbcc instruction."
msgstr ""
-#: config/tc-m68hc11.c:1644
+#: config/tc-m68hc11.c:1637
#, c-format
msgid "Increment/decrement value is out of range: `%ld'."
msgstr ""
-#: config/tc-m68hc11.c:1655
+#: config/tc-m68hc11.c:1648
msgid "Expecting a register."
msgstr ""
-#: config/tc-m68hc11.c:1670
+#: config/tc-m68hc11.c:1663
msgid "Invalid register for post/pre increment."
msgstr ""
-#: config/tc-m68hc11.c:1700
+#: config/tc-m68hc11.c:1693
msgid "Invalid register."
msgstr ""
-#: config/tc-m68hc11.c:1707
+#: config/tc-m68hc11.c:1700
#, c-format
msgid "Offset out of 16-bit range: %ld."
msgstr ""
-#: config/tc-m68hc11.c:1712
+#: config/tc-m68hc11.c:1705
msgid "Offset out of 5-bit range for movw/movb insn."
msgstr ""
-#: config/tc-m68hc11.c:1766
+#: config/tc-m68hc11.c:1759
msgid "Expecting register D for indexed indirect mode."
msgstr ""
-#: config/tc-m68hc11.c:1768
+#: config/tc-m68hc11.c:1761
msgid "Indexed indirect mode is not allowed for movb/movw."
msgstr ""
-#: config/tc-m68hc11.c:1785
+#: config/tc-m68hc11.c:1778
msgid "Invalid accumulator register."
msgstr ""
-#: config/tc-m68hc11.c:1810
+#: config/tc-m68hc11.c:1803
msgid "Invalid indexed register."
msgstr ""
-#: config/tc-m68hc11.c:1818
+#: config/tc-m68hc11.c:1811
msgid "Addressing mode not implemented yet."
msgstr ""
-#: config/tc-m68hc11.c:1833
+#: config/tc-m68hc11.c:1826
msgid "Invalid source register for this instruction, use 'tfr'."
msgstr ""
-#: config/tc-m68hc11.c:1835
+#: config/tc-m68hc11.c:1828
msgid "Invalid source register."
msgstr ""
-#: config/tc-m68hc11.c:1840
+#: config/tc-m68hc11.c:1833
msgid "Invalid destination register for this instruction, use 'tfr'."
msgstr ""
-#: config/tc-m68hc11.c:1842
+#: config/tc-m68hc11.c:1835
msgid "Invalid destination register."
msgstr ""
-#: config/tc-m68hc11.c:1931
+#: config/tc-m68hc11.c:1924
msgid "Invalid indexed register, expecting register X."
msgstr ""
-#: config/tc-m68hc11.c:1933
+#: config/tc-m68hc11.c:1926
msgid "Invalid indexed register, expecting register Y."
msgstr ""
-#: config/tc-m68hc11.c:2230
+#: config/tc-m68hc11.c:2223
msgid "No instruction or missing opcode."
msgstr ""
-#: config/tc-m68hc11.c:2295
+#: config/tc-m68hc11.c:2288
#, c-format
msgid "Opcode `%s' is not recognized."
msgstr ""
-#: config/tc-m68hc11.c:2317
+#: config/tc-m68hc11.c:2310
#, c-format
msgid "Garbage at end of instruction: `%s'."
msgstr ""
-#: config/tc-m68hc11.c:2340
+#: config/tc-m68hc11.c:2333
#, c-format
msgid "Invalid operand for `%s'"
msgstr ""
-#: config/tc-m68hc11.c:2397
+#: config/tc-m68hc11.c:2390
#, c-format
msgid "Relocation %d is not supported by object file format."
msgstr ""
-#: config/tc-m68hc11.c:2552
+#: config/tc-m68hc11.c:2545
msgid "bra or bsr with undefined symbol."
msgstr ""
-#: config/tc-m68hc11.c:2660
+#: config/tc-m68hc11.c:2653
#, c-format
msgid "Subtype %d is not recognized."
msgstr ""
-#: config/tc-m68hc11.c:2697
+#: config/tc-m68hc11.c:2690
msgid "Expression too complex."
msgstr ""
-#: config/tc-m68hc11.c:2726
+#: config/tc-m68hc11.c:2719
msgid "Value out of 16-bit range."
msgstr ""
-#: config/tc-m68hc11.c:2749
+#: config/tc-m68hc11.c:2742
#, c-format
msgid "Value %ld too large for 8-bit PC-relative branch."
msgstr ""
-#: config/tc-m68hc11.c:2756
+#: config/tc-m68hc11.c:2749
#, c-format
msgid "Auto increment/decrement offset '%ld' is out of range."
msgstr ""
-#: config/tc-m68hc11.c:2767
+#: config/tc-m68hc11.c:2760
#, c-format
msgid "Line %d: unknown relocation type: 0x%x."
msgstr ""
@@ -4850,7 +4887,7 @@ msgstr ""
msgid "Relaxation should never occur"
msgstr ""
-#: config/tc-m88k.c:1264 config/tc-sparc.c:3503 read.c:1970
+#: config/tc-m88k.c:1264 config/tc-sparc.c:3533 read.c:1970
#, c-format
msgid "BSS length (%d.) <0! Ignored."
msgstr ""
@@ -5073,7 +5110,7 @@ msgstr ""
msgid "pc-relative"
msgstr ""
-#: config/tc-mcore.c:2419 config/tc-pj.c:569 config/tc-sh.c:3320
+#: config/tc-mcore.c:2419 config/tc-pj.c:569 config/tc-sh.c:3307
#, c-format
msgid "Cannot represent relocation type %s"
msgstr ""
@@ -5461,10 +5498,10 @@ msgstr ""
msgid "Invalid PC relative reloc"
msgstr ""
-#: config/tc-mips.c:9845 config/tc-sparc.c:3064 config/tc-sparc.c:3071
-#: config/tc-sparc.c:3078 config/tc-sparc.c:3085 config/tc-sparc.c:3092
-#: config/tc-sparc.c:3101 config/tc-sparc.c:3112 config/tc-sparc.c:3138
-#: config/tc-sparc.c:3166 write.c:979 write.c:1043
+#: config/tc-mips.c:9845 config/tc-sparc.c:3094 config/tc-sparc.c:3101
+#: config/tc-sparc.c:3108 config/tc-sparc.c:3115 config/tc-sparc.c:3122
+#: config/tc-sparc.c:3131 config/tc-sparc.c:3142 config/tc-sparc.c:3168
+#: config/tc-sparc.c:3196 write.c:979 write.c:1043
msgid "relocation overflow"
msgstr ""
@@ -5829,12 +5866,12 @@ msgid ""
"-big\t\t\tgenerate big endian code\n"
msgstr ""
-#: config/tc-pj.c:458 config/tc-sh.c:2863 config/tc-sh.c:2870
-#: config/tc-sh.c:2877 config/tc-sh.c:2884
+#: config/tc-pj.c:458 config/tc-sh.c:2850 config/tc-sh.c:2857
+#: config/tc-sh.c:2864 config/tc-sh.c:2871
msgid "pcrel too far"
msgstr ""
-#: config/tc-pj.c:526 config/tc-sh.c:2975
+#: config/tc-pj.c:526 config/tc-sh.c:2962
msgid "offset out of range"
msgstr ""
@@ -5897,7 +5934,7 @@ msgstr ""
msgid "identifier+constant@got means identifier@got+constant"
msgstr ""
-#: config/tc-ppc.c:1397 config/tc-sh.c:342 config/tc-sh.c:370
+#: config/tc-ppc.c:1397 config/tc-sh.c:341 config/tc-sh.c:369
#, c-format
msgid "%s relocations do not fit in %d bytes\n"
msgstr ""
@@ -6074,105 +6111,105 @@ msgstr ""
msgid "Gas failure, reloc value %d\n"
msgstr ""
-#: config/tc-sh.c:873
+#: config/tc-sh.c:872
msgid "illegal register after @-"
msgstr ""
-#: config/tc-sh.c:889
+#: config/tc-sh.c:888
msgid "must be @(r0,...)"
msgstr ""
-#: config/tc-sh.c:905
+#: config/tc-sh.c:904
msgid "syntax error in @(r0,...)"
msgstr ""
-#: config/tc-sh.c:938 config/tc-sh.c:943
+#: config/tc-sh.c:937 config/tc-sh.c:942
msgid "syntax error in @(disp,[Rn, gbr, pc])"
msgstr ""
-#: config/tc-sh.c:948
+#: config/tc-sh.c:947
msgid "expecting )"
msgstr ""
-#: config/tc-sh.c:957
+#: config/tc-sh.c:956
msgid "illegal register after @"
msgstr ""
-#: config/tc-sh.c:1518
+#: config/tc-sh.c:1517
#, c-format
msgid "Invalid register: 'r%d'"
msgstr ""
-#: config/tc-sh.c:1681
+#: config/tc-sh.c:1680
msgid "insn can't be combined with parallel processing insn"
msgstr ""
-#: config/tc-sh.c:1688 config/tc-sh.c:1699
+#: config/tc-sh.c:1687 config/tc-sh.c:1698
msgid "multiple movx specifications"
msgstr ""
-#: config/tc-sh.c:1693 config/tc-sh.c:1720
+#: config/tc-sh.c:1692 config/tc-sh.c:1719
msgid "multiple movy specifications"
msgstr ""
-#: config/tc-sh.c:1701
+#: config/tc-sh.c:1700
msgid "invalid movx address register"
msgstr ""
-#: config/tc-sh.c:1707 config/tc-sh.c:1712
+#: config/tc-sh.c:1706 config/tc-sh.c:1711
msgid "invalid movx dsp register"
msgstr ""
-#: config/tc-sh.c:1729 config/tc-sh.c:1734
+#: config/tc-sh.c:1728 config/tc-sh.c:1733
msgid "invalid movy dsp register"
msgstr ""
-#: config/tc-sh.c:1738
+#: config/tc-sh.c:1737
msgid "invalid movy address register"
msgstr ""
-#: config/tc-sh.c:1744
+#: config/tc-sh.c:1743
msgid "dsp immediate shift value not constant"
msgstr ""
-#: config/tc-sh.c:1751 config/tc-sh.c:1764
+#: config/tc-sh.c:1750 config/tc-sh.c:1763
msgid "multiple parallel processing specifications"
msgstr ""
-#: config/tc-sh.c:1757
+#: config/tc-sh.c:1756
msgid "multiple condition specifications"
msgstr ""
-#: config/tc-sh.c:1773
+#: config/tc-sh.c:1772
msgid "insn cannot be combined with pmuls"
msgstr ""
-#: config/tc-sh.c:1790
+#: config/tc-sh.c:1789
msgid "bad padd / psub pmuls output operand"
msgstr ""
-#: config/tc-sh.c:1800
+#: config/tc-sh.c:1799
msgid "condition not followed by conditionalizable insn"
msgstr ""
-#: config/tc-sh.c:1810
+#: config/tc-sh.c:1809
msgid "unrecognized characters at end of parallel processing insn"
msgstr ""
-#: config/tc-sh.c:1926
+#: config/tc-sh.c:1925
#, c-format
msgid "excess operands: '%s'"
msgstr ""
-#: config/tc-sh.c:2107
+#: config/tc-sh.c:2094
msgid ".uses pseudo-op seen when not relaxing"
msgstr ""
-#: config/tc-sh.c:2113
+#: config/tc-sh.c:2100
msgid "bad .uses format"
msgstr ""
-#: config/tc-sh.c:2174
+#: config/tc-sh.c:2161
msgid ""
"SH options:\n"
"-little\t\t\tgenerate little endian code\n"
@@ -6181,98 +6218,98 @@ msgid ""
"-dsp\t\t\tenable sh-dsp insns, and disable sh3e / sh4 insns.\n"
msgstr ""
-#: config/tc-sh.c:2185 config/tc-w65.c:861
+#: config/tc-sh.c:2172 config/tc-w65.c:861
msgid "call to tc_Nout_fix_to_chars \n"
msgstr ""
-#: config/tc-sh.c:2269
+#: config/tc-sh.c:2256
msgid ".uses does not refer to a local symbol in the same section"
msgstr ""
-#: config/tc-sh.c:2288
+#: config/tc-sh.c:2275
msgid "can't find fixup pointed to by .uses"
msgstr ""
-#: config/tc-sh.c:2311
+#: config/tc-sh.c:2298
msgid ".uses target does not refer to a local symbol in the same section"
msgstr ""
-#: config/tc-sh.c:2408
+#: config/tc-sh.c:2395
#, c-format
msgid "at 0x%lx, displacement overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:2411
+#: config/tc-sh.c:2398
#, c-format
msgid "at 0x%lx, displacement to defined symbol %s overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:2415
+#: config/tc-sh.c:2402
#, c-format
msgid "at 0x%lx, displacement to undefined symbol %s overflows 12-bit field"
msgstr ""
-#: config/tc-sh.c:2491
+#: config/tc-sh.c:2478
#, c-format
msgid "at 0x%lx, displacement overflows 8-bit field"
msgstr ""
-#: config/tc-sh.c:2494
+#: config/tc-sh.c:2481
#, c-format
msgid "at 0x%lx, displacement to defined symbol %s overflows 8-bit field "
msgstr ""
-#: config/tc-sh.c:2498
+#: config/tc-sh.c:2485
#, c-format
msgid "at 0x%lx, displacement to undefined symbol %s overflows 8-bit field "
msgstr ""
-#: config/tc-sh.c:2509
+#: config/tc-sh.c:2496
#, c-format
msgid "overflow in branch to %s; converted into longer instruction sequence"
msgstr ""
-#: config/tc-sh.c:2584 config/tc-sh.c:2612 config/tc-sparc.c:4047
-#: config/tc-sparc.c:4066
+#: config/tc-sh.c:2571 config/tc-sh.c:2599 config/tc-sparc.c:4077
+#: config/tc-sparc.c:4096
msgid "misaligned data"
msgstr ""
-#: config/tc-sh.c:2967
+#: config/tc-sh.c:2954
msgid "misaligned offset"
msgstr ""
-#: config/tc-sparc.c:275
+#: config/tc-sparc.c:277
msgid "Invalid default architecture, broken assembler."
msgstr ""
-#: config/tc-sparc.c:279 config/tc-sparc.c:481
+#: config/tc-sparc.c:281 config/tc-sparc.c:484
msgid "Bad opcode table, broken assembler."
msgstr ""
-#: config/tc-sparc.c:473
+#: config/tc-sparc.c:476
#, c-format
msgid "invalid architecture -xarch=%s"
msgstr ""
-#: config/tc-sparc.c:475
+#: config/tc-sparc.c:478
#, c-format
msgid "invalid architecture -A%s"
msgstr ""
-#: config/tc-sparc.c:542
+#: config/tc-sparc.c:545
#, c-format
msgid "No compiled in support for %d bit object file format"
msgstr ""
-#: config/tc-sparc.c:579
+#: config/tc-sparc.c:582
msgid "Unrecognized option following -K"
msgstr ""
-#: config/tc-sparc.c:620
+#: config/tc-sparc.c:623
msgid "SPARC options:\n"
msgstr ""
-#: config/tc-sparc.c:649
+#: config/tc-sparc.c:652
msgid ""
"\n"
"\t\t\tspecify variant of SPARC architecture\n"
@@ -6283,34 +6320,34 @@ msgid ""
"-no-relax\t\tavoid changing any jumps and branches\n"
msgstr ""
-#: config/tc-sparc.c:657
+#: config/tc-sparc.c:660
msgid "-k\t\t\tgenerate PIC\n"
msgstr ""
-#: config/tc-sparc.c:661
+#: config/tc-sparc.c:664
msgid ""
"-32\t\t\tcreate 32 bit object file\n"
"-64\t\t\tcreate 64 bit object file\n"
msgstr ""
-#: config/tc-sparc.c:664
+#: config/tc-sparc.c:667
#, c-format
msgid "\t\t\t[default is %d]\n"
msgstr ""
-#: config/tc-sparc.c:666
+#: config/tc-sparc.c:669
msgid ""
"-TSO\t\t\tuse Total Store Ordering\n"
"-PSO\t\t\tuse Partial Store Ordering\n"
"-RMO\t\t\tuse Relaxed Memory Ordering\n"
msgstr ""
-#: config/tc-sparc.c:670
+#: config/tc-sparc.c:673
#, c-format
msgid "\t\t\t[default is %s]\n"
msgstr ""
-#: config/tc-sparc.c:672
+#: config/tc-sparc.c:675
msgid ""
"-KPIC\t\t\tgenerate PIC\n"
"-V\t\t\tprint assembler version number\n"
@@ -6323,7 +6360,7 @@ msgid ""
"-s\t\t\tignored\n"
msgstr ""
-#: config/tc-sparc.c:684
+#: config/tc-sparc.c:687
msgid ""
"-EL\t\t\tgenerate code for a little endian machine\n"
"-EB\t\t\tgenerate code for a big endian machine\n"
@@ -6331,218 +6368,231 @@ msgid ""
" instructions and little endian data.\n"
msgstr ""
-#: config/tc-sparc.c:802
+#: config/tc-sparc.c:807
#, c-format
msgid "Internal error: losing opcode: `%s' \"%s\"\n"
msgstr ""
-#: config/tc-sparc.c:821
+#: config/tc-sparc.c:826
#, c-format
msgid "Internal error: can't find opcode `%s' for `%s'\n"
msgstr ""
-#: config/tc-sparc.c:970
+#: config/tc-sparc.c:972
msgid "Support for 64-bit arithmetic not compiled in."
msgstr ""
-#: config/tc-sparc.c:1017
+#: config/tc-sparc.c:1019
msgid "set: number not in 0..4294967295 range"
msgstr ""
-#: config/tc-sparc.c:1024
+#: config/tc-sparc.c:1026
msgid "set: number not in -2147483648..4294967295 range"
msgstr ""
-#: config/tc-sparc.c:1084
+#: config/tc-sparc.c:1086
msgid "setsw: number not in -2147483648..4294967295 range"
msgstr ""
-#: config/tc-sparc.c:1133
+#: config/tc-sparc.c:1135
msgid "setx: temporary register same as destination register"
msgstr ""
-#: config/tc-sparc.c:1204
+#: config/tc-sparc.c:1206
msgid "setx: illegal temporary register g0"
msgstr ""
-#: config/tc-sparc.c:1301
+#: config/tc-sparc.c:1303
msgid "FP branch in delay slot"
msgstr ""
-#: config/tc-sparc.c:1317
+#: config/tc-sparc.c:1319
msgid "FP branch preceded by FP instruction; NOP inserted"
msgstr ""
-#: config/tc-sparc.c:1357
+#: config/tc-sparc.c:1359
msgid "failed special case insn sanity check"
msgstr ""
-#: config/tc-sparc.c:1445
+#: config/tc-sparc.c:1447
msgid ": invalid membar mask name"
msgstr ""
-#: config/tc-sparc.c:1461
+#: config/tc-sparc.c:1463
msgid ": invalid membar mask expression"
msgstr ""
-#: config/tc-sparc.c:1466
+#: config/tc-sparc.c:1468
msgid ": invalid membar mask number"
msgstr ""
-#: config/tc-sparc.c:1484
+#: config/tc-sparc.c:1483
+msgid ": invalid siam mode expression"
+msgstr ""
+
+#: config/tc-sparc.c:1488
+msgid ": invalid siam mode number"
+msgstr ""
+
+#: config/tc-sparc.c:1504
msgid ": invalid prefetch function name"
msgstr ""
-#: config/tc-sparc.c:1492
+#: config/tc-sparc.c:1512
msgid ": invalid prefetch function expression"
msgstr ""
-#: config/tc-sparc.c:1497
+#: config/tc-sparc.c:1517
msgid ": invalid prefetch function number"
msgstr ""
-#: config/tc-sparc.c:1525 config/tc-sparc.c:1537
+#: config/tc-sparc.c:1545 config/tc-sparc.c:1557
msgid ": unrecognizable privileged register"
msgstr ""
-#: config/tc-sparc.c:1561 config/tc-sparc.c:1578
-msgid ": unrecognizable v9a ancillary state register"
+#: config/tc-sparc.c:1581 config/tc-sparc.c:1606
+msgid ": unrecognizable v9a or v9b ancillary state register"
msgstr ""
-#: config/tc-sparc.c:1566
+#: config/tc-sparc.c:1586
msgid ": rd on write only ancillary state register"
msgstr ""
-#: config/tc-sparc.c:1602
+#. %sys_tick and %sys_tick_cmpr are v9bnotv9a
+#: config/tc-sparc.c:1594
+msgid ": unrecognizable v9a ancillary state register"
+msgstr ""
+
+#: config/tc-sparc.c:1630
msgid ": asr number must be between 16 and 31"
msgstr ""
-#: config/tc-sparc.c:1610
+#: config/tc-sparc.c:1638
msgid ": asr number must be between 0 and 31"
msgstr ""
-#: config/tc-sparc.c:1620
+#: config/tc-sparc.c:1648
msgid ": expecting %asrN"
msgstr ""
-#: config/tc-sparc.c:1948
+#: config/tc-sparc.c:1976
msgid "detected global register use not covered by .register pseudo-op"
msgstr ""
-#: config/tc-sparc.c:2019
+#: config/tc-sparc.c:2047
msgid ": There are only 64 f registers; [0-63]"
msgstr ""
-#: config/tc-sparc.c:2021 config/tc-sparc.c:2033
+#: config/tc-sparc.c:2049 config/tc-sparc.c:2061
msgid ": There are only 32 f registers; [0-31]"
msgstr ""
-#: config/tc-sparc.c:2151 config/tc-sparc.c:2187
+#: config/tc-sparc.c:2179 config/tc-sparc.c:2215
msgid "Illegal operands: %%%s requires arguments in ()"
msgstr ""
-#: config/tc-sparc.c:2199
+#: config/tc-sparc.c:2227
msgid ""
"Illegal operands: Can't do arithmetics other than + and - involving %%%s()"
msgstr ""
-#: config/tc-sparc.c:2309
+#: config/tc-sparc.c:2337
msgid "Illegal operands: Can't add non-constant expression to %%%s()"
msgstr ""
-#: config/tc-sparc.c:2319
+#: config/tc-sparc.c:2347
msgid ""
"Illegal operands: Can't do arithmetics involving %%%s() of a relocatable "
"symbol"
msgstr ""
-#: config/tc-sparc.c:2337
+#: config/tc-sparc.c:2365
msgid ": PC-relative operand can't be a constant"
msgstr ""
-#: config/tc-sparc.c:2370
+#: config/tc-sparc.c:2398
msgid ": invalid ASI name"
msgstr ""
-#: config/tc-sparc.c:2378
+#: config/tc-sparc.c:2406
msgid ": invalid ASI expression"
msgstr ""
-#: config/tc-sparc.c:2383
+#: config/tc-sparc.c:2411
msgid ": invalid ASI number"
msgstr ""
-#: config/tc-sparc.c:2480
+#: config/tc-sparc.c:2508
msgid "OPF immediate operand out of range (0-0x1ff)"
msgstr ""
-#: config/tc-sparc.c:2485
+#: config/tc-sparc.c:2513
msgid "non-immediate OPF operand, ignored"
msgstr ""
-#: config/tc-sparc.c:2504
+#: config/tc-sparc.c:2532
msgid ": invalid cpreg name"
msgstr ""
-#: config/tc-sparc.c:2533
+#: config/tc-sparc.c:2561
#, c-format
msgid "Illegal operands%s"
msgstr ""
-#: config/tc-sparc.c:2565
+#: config/tc-sparc.c:2595
#, c-format
msgid "architecture bumped from \"%s\" to \"%s\" on \"%s\""
msgstr ""
-#: config/tc-sparc.c:2601
+#: config/tc-sparc.c:2631
#, c-format
msgid "Architecture mismatch on \"%s\"."
msgstr ""
-#: config/tc-sparc.c:2602
+#: config/tc-sparc.c:2632
#, c-format
msgid " (Requires %s; requested architecture is %s.)"
msgstr ""
-#: config/tc-sparc.c:3212
+#: config/tc-sparc.c:3242
#, c-format
msgid "bad or unhandled relocation type: 0x%02x"
msgstr ""
-#: config/tc-sparc.c:3515
+#: config/tc-sparc.c:3545
msgid "bad .reserve segment -- expected BSS segment"
msgstr ""
-#: config/tc-sparc.c:3532
+#: config/tc-sparc.c:3562
msgid "missing alignment"
msgstr ""
-#: config/tc-sparc.c:3543 config/tc-sparc.c:3693
+#: config/tc-sparc.c:3573 config/tc-sparc.c:3723
#, c-format
msgid "alignment too large; assuming %d"
msgstr ""
-#: config/tc-sparc.c:3549 config/tc-sparc.c:3699
+#: config/tc-sparc.c:3579 config/tc-sparc.c:3729
msgid "negative alignment"
msgstr ""
-#: config/tc-sparc.c:3559 config/tc-sparc.c:3722
+#: config/tc-sparc.c:3589 config/tc-sparc.c:3752
msgid "alignment not a power of 2"
msgstr ""
-#: config/tc-sparc.c:3679
+#: config/tc-sparc.c:3709
msgid "Expected comma after common length"
msgstr ""
-#: config/tc-sparc.c:3914 config/tc-sparc.c:3924
+#: config/tc-sparc.c:3944 config/tc-sparc.c:3954
msgid "register syntax is .register %%g[2367],{#scratch|symbolname|#ignore}"
msgstr ""
-#: config/tc-sparc.c:3942
+#: config/tc-sparc.c:3972
msgid "redefinition of global register"
msgstr ""
-#: config/tc-sparc.c:3953
+#: config/tc-sparc.c:3983
#, c-format
msgid "Register symbol %s already defined."
msgstr ""
@@ -8829,11 +8879,11 @@ msgstr ""
msgid "Missing string"
msgstr ""
-#: read.c:5038
+#: read.c:5045
msgid "missing .func"
msgstr ""
-#: read.c:5055
+#: read.c:5062
msgid ".endfunc missing for previous .func"
msgstr ""