diff -uprN binutils-2.14.90.0.2/ChangeLog binutils-2.14.90.0.3/ChangeLog --- binutils-2.14.90.0.2/ChangeLog 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/ChangeLog 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,45 @@ +2003-05-21 DJ Delorie + + * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not + newlib or libgloss. + * Makefile.in: Regenerate. + +2003-05-21 DJ Delorie + + * Makefile.tpl: Add missing empty maybe-check-gcc target. + * Makefile.in: Regenerate. + +2003-05-20 Maciej W. Rozycki + + * configure.in: Use curly braces in the definition of tooldir. + * configure: Regenerate. + +2003-05-19 Nathanael Nerode + + * configure.in: Switch more things to use maybe dependencies. + * Makefile.tpl: Switch more things to use maybe dependencies. + Factor out common code from autogen IF statements. + * configure: Regenerate. + * Makefile.in: Regenerate. + +2003-05-14 Kelley Cook + + * configure.in: Accept i[3456789]86 for machine type. + * configure: Regenerate. + +2003-05-18 Nathanael Nerode + + * configure.in: Switch more things to use maybe dependencies. + Rearrange a little. Use GCC_TOPLEV_SUBDIRS. + * configure: Regenerate. + * Makefile.tpl: Switch more things to use maybe dependencies. + * Makefile.in: Regenerate. + +2003-05-16 Andreas Schwab + + * Makefile.tpl (install-opcodes): Define. + * Makefile.in: Rebuild. + 2003-05-13 Andreas Jaeger * config.guess: Update to 2003-05-09 version. diff -uprN binutils-2.14.90.0.2/ChangeLog.linux binutils-2.14.90.0.3/ChangeLog.linux --- binutils-2.14.90.0.2/ChangeLog.linux 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/ChangeLog.linux 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,7 @@ +2003-05-23 H.J. Lu + + * binutils.spec.in: Run patches/README. + 2003-05-06 H.J. Lu * binutils.spec.in: No need to apply mips patches. diff -uprN binutils-2.14.90.0.2/Makefile.in binutils-2.14.90.0.3/Makefile.in --- binutils-2.14.90.0.2/Makefile.in 2003-05-05 14:46:46.000000000 -0700 +++ binutils-2.14.90.0.3/Makefile.in 2003-05-23 07:18:52.000000000 -0700 @@ -551,8 +551,90 @@ EXTRA_GCC_FLAGS = \ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS) -configure-host: @configure_host_modules@ -configure-target: @configure_target_modules@ +.PHONY: configure-host +configure-host: maybe-configure-gcc \ + maybe-configure-ash \ + maybe-configure-autoconf \ + maybe-configure-automake \ + maybe-configure-bash \ + maybe-configure-bfd \ + maybe-configure-opcodes \ + maybe-configure-binutils \ + maybe-configure-bison \ + maybe-configure-byacc \ + maybe-configure-bzip2 \ + maybe-configure-dejagnu \ + maybe-configure-diff \ + maybe-configure-dosutils \ + maybe-configure-etc \ + maybe-configure-fastjar \ + maybe-configure-fileutils \ + maybe-configure-findutils \ + maybe-configure-find \ + maybe-configure-flex \ + maybe-configure-gas \ + maybe-configure-gawk \ + maybe-configure-gettext \ + maybe-configure-gnuserv \ + maybe-configure-gprof \ + maybe-configure-gzip \ + maybe-configure-hello \ + maybe-configure-indent \ + maybe-configure-intl \ + maybe-configure-tcl \ + maybe-configure-itcl \ + maybe-configure-ld \ + maybe-configure-libgui \ + maybe-configure-libiberty \ + maybe-configure-libtool \ + maybe-configure-m4 \ + maybe-configure-make \ + maybe-configure-mmalloc \ + maybe-configure-patch \ + maybe-configure-perl \ + maybe-configure-prms \ + maybe-configure-rcs \ + maybe-configure-readline \ + maybe-configure-release \ + maybe-configure-recode \ + maybe-configure-sed \ + maybe-configure-send-pr \ + maybe-configure-shellutils \ + maybe-configure-sid \ + maybe-configure-sim \ + maybe-configure-tar \ + maybe-configure-texinfo \ + maybe-configure-textutils \ + maybe-configure-time \ + maybe-configure-uudecode \ + maybe-configure-wdiff \ + maybe-configure-zip \ + maybe-configure-zlib \ + maybe-configure-gdb \ + maybe-configure-expect \ + maybe-configure-guile \ + maybe-configure-tk \ + maybe-configure-tix \ + maybe-configure-libtermcap \ + maybe-configure-utils +.PHONY: configure-target +configure-target: \ + maybe-configure-target-libstdc++-v3 \ + maybe-configure-target-newlib \ + maybe-configure-target-libf2c \ + maybe-configure-target-libobjc \ + maybe-configure-target-libtermcap \ + maybe-configure-target-winsup \ + maybe-configure-target-libgloss \ + maybe-configure-target-libiberty \ + maybe-configure-target-gperf \ + maybe-configure-target-examples \ + maybe-configure-target-libffi \ + maybe-configure-target-libjava \ + maybe-configure-target-zlib \ + maybe-configure-target-boehm-gc \ + maybe-configure-target-qthreads \ + maybe-configure-target-rda # This is a list of the targets for which we can do a clean-{target}. CLEAN_MODULES = \ @@ -642,14 +724,93 @@ CLEAN_X11_MODULES = \ clean-tix # The target built for a native build. -# This list only includes modules actually being configured and built. .PHONY: all.normal -all.normal: @all_build_modules@ \ - @all_host_modules@ \ - @all_target_modules@ +all.normal: @all_build_modules@ all-host all-target -all-host: @all_host_modules@ -all-target: @all_target_modules@ +.PHONY: all-host +all-host: maybe-all-gcc \ + maybe-all-ash \ + maybe-all-autoconf \ + maybe-all-automake \ + maybe-all-bash \ + maybe-all-bfd \ + maybe-all-opcodes \ + maybe-all-binutils \ + maybe-all-bison \ + maybe-all-byacc \ + maybe-all-bzip2 \ + maybe-all-dejagnu \ + maybe-all-diff \ + maybe-all-dosutils \ + maybe-all-etc \ + maybe-all-fastjar \ + maybe-all-fileutils \ + maybe-all-findutils \ + maybe-all-find \ + maybe-all-flex \ + maybe-all-gas \ + maybe-all-gawk \ + maybe-all-gettext \ + maybe-all-gnuserv \ + maybe-all-gprof \ + maybe-all-gzip \ + maybe-all-hello \ + maybe-all-indent \ + maybe-all-intl \ + maybe-all-tcl \ + maybe-all-itcl \ + maybe-all-ld \ + maybe-all-libgui \ + maybe-all-libiberty \ + maybe-all-libtool \ + maybe-all-m4 \ + maybe-all-make \ + maybe-all-mmalloc \ + maybe-all-patch \ + maybe-all-perl \ + maybe-all-prms \ + maybe-all-rcs \ + maybe-all-readline \ + maybe-all-release \ + maybe-all-recode \ + maybe-all-sed \ + maybe-all-send-pr \ + maybe-all-shellutils \ + maybe-all-sid \ + maybe-all-sim \ + maybe-all-tar \ + maybe-all-texinfo \ + maybe-all-textutils \ + maybe-all-time \ + maybe-all-uudecode \ + maybe-all-wdiff \ + maybe-all-zip \ + maybe-all-zlib \ + maybe-all-gdb \ + maybe-all-expect \ + maybe-all-guile \ + maybe-all-tk \ + maybe-all-tix \ + maybe-all-libtermcap \ + maybe-all-utils +.PHONY: all-target +all-target: \ + maybe-all-target-libstdc++-v3 \ + maybe-all-target-newlib \ + maybe-all-target-libf2c \ + maybe-all-target-libobjc \ + maybe-all-target-libtermcap \ + maybe-all-target-winsup \ + maybe-all-target-libgloss \ + maybe-all-target-libiberty \ + maybe-all-target-gperf \ + maybe-all-target-examples \ + maybe-all-target-libffi \ + maybe-all-target-libjava \ + maybe-all-target-zlib \ + maybe-all-target-boehm-gc \ + maybe-all-target-qthreads \ + maybe-all-target-rda # Do a target for all the subdirectories. A ``make do-X'' will do a # ``make X'' in all subdirectories (because, in general, there is a @@ -1170,8 +1331,87 @@ check: $(MAKE) do-check NOTPARALLEL=parallel-ok # Only include modules actually being configured and built. -do-check: @check_host_modules@ \ - @check_target_modules@ +do-check: maybe-check-gcc \ + maybe-check-ash \ + maybe-check-autoconf \ + maybe-check-automake \ + maybe-check-bash \ + maybe-check-bfd \ + maybe-check-opcodes \ + maybe-check-binutils \ + maybe-check-bison \ + maybe-check-byacc \ + maybe-check-bzip2 \ + maybe-check-dejagnu \ + maybe-check-diff \ + maybe-check-dosutils \ + maybe-check-etc \ + maybe-check-fastjar \ + maybe-check-fileutils \ + maybe-check-findutils \ + maybe-check-find \ + maybe-check-flex \ + maybe-check-gas \ + maybe-check-gawk \ + maybe-check-gettext \ + maybe-check-gnuserv \ + maybe-check-gprof \ + maybe-check-gzip \ + maybe-check-hello \ + maybe-check-indent \ + maybe-check-intl \ + maybe-check-tcl \ + maybe-check-itcl \ + maybe-check-ld \ + maybe-check-libgui \ + maybe-check-libiberty \ + maybe-check-libtool \ + maybe-check-m4 \ + maybe-check-make \ + maybe-check-mmalloc \ + maybe-check-patch \ + maybe-check-perl \ + maybe-check-prms \ + maybe-check-rcs \ + maybe-check-readline \ + maybe-check-release \ + maybe-check-recode \ + maybe-check-sed \ + maybe-check-send-pr \ + maybe-check-shellutils \ + maybe-check-sid \ + maybe-check-sim \ + maybe-check-tar \ + maybe-check-texinfo \ + maybe-check-textutils \ + maybe-check-time \ + maybe-check-uudecode \ + maybe-check-wdiff \ + maybe-check-zip \ + maybe-check-zlib \ + maybe-check-gdb \ + maybe-check-expect \ + maybe-check-guile \ + maybe-check-tk \ + maybe-check-tix \ + maybe-check-libtermcap \ + maybe-check-utils \ + maybe-check-target-libstdc++-v3 \ + maybe-check-target-newlib \ + maybe-check-target-libf2c \ + maybe-check-target-libobjc \ + maybe-check-target-libtermcap \ + maybe-check-target-winsup \ + maybe-check-target-libgloss \ + maybe-check-target-libiberty \ + maybe-check-target-gperf \ + maybe-check-target-examples \ + maybe-check-target-libffi \ + maybe-check-target-libjava \ + maybe-check-target-zlib \ + maybe-check-target-boehm-gc \ + maybe-check-target-qthreads \ + maybe-check-target-rda # Automated reporting of test results. @@ -1197,9 +1437,160 @@ mail-report-with-warnings.log: warning.l # Installation targets. .PHONY: install uninstall -install: installdirs @install_host_modules@ @install_target_modules@ +install: installdirs install-host install-target -install-target: @install_target_modules@ +.PHONY: install-host-nogcc +install-host-nogcc: \ + maybe-install-ash \ + maybe-install-autoconf \ + maybe-install-automake \ + maybe-install-bash \ + maybe-install-bfd \ + maybe-install-opcodes \ + maybe-install-binutils \ + maybe-install-bison \ + maybe-install-byacc \ + maybe-install-bzip2 \ + maybe-install-dejagnu \ + maybe-install-diff \ + maybe-install-dosutils \ + maybe-install-etc \ + maybe-install-fastjar \ + maybe-install-fileutils \ + maybe-install-findutils \ + maybe-install-find \ + maybe-install-flex \ + maybe-install-gas \ + maybe-install-gawk \ + maybe-install-gettext \ + maybe-install-gnuserv \ + maybe-install-gprof \ + maybe-install-gzip \ + maybe-install-hello \ + maybe-install-indent \ + maybe-install-intl \ + maybe-install-tcl \ + maybe-install-itcl \ + maybe-install-ld \ + maybe-install-libgui \ + maybe-install-libiberty \ + maybe-install-libtool \ + maybe-install-m4 \ + maybe-install-make \ + maybe-install-mmalloc \ + maybe-install-patch \ + maybe-install-perl \ + maybe-install-prms \ + maybe-install-rcs \ + maybe-install-readline \ + maybe-install-release \ + maybe-install-recode \ + maybe-install-sed \ + maybe-install-send-pr \ + maybe-install-shellutils \ + maybe-install-sid \ + maybe-install-sim \ + maybe-install-tar \ + maybe-install-texinfo \ + maybe-install-textutils \ + maybe-install-time \ + maybe-install-uudecode \ + maybe-install-wdiff \ + maybe-install-zip \ + maybe-install-zlib \ + maybe-install-gdb \ + maybe-install-expect \ + maybe-install-guile \ + maybe-install-tk \ + maybe-install-tix \ + maybe-install-libtermcap \ + maybe-install-utils + +.PHONY: install-host +install-host: maybe-install-gcc \ + maybe-install-ash \ + maybe-install-autoconf \ + maybe-install-automake \ + maybe-install-bash \ + maybe-install-bfd \ + maybe-install-opcodes \ + maybe-install-binutils \ + maybe-install-bison \ + maybe-install-byacc \ + maybe-install-bzip2 \ + maybe-install-dejagnu \ + maybe-install-diff \ + maybe-install-dosutils \ + maybe-install-etc \ + maybe-install-fastjar \ + maybe-install-fileutils \ + maybe-install-findutils \ + maybe-install-find \ + maybe-install-flex \ + maybe-install-gas \ + maybe-install-gawk \ + maybe-install-gettext \ + maybe-install-gnuserv \ + maybe-install-gprof \ + maybe-install-gzip \ + maybe-install-hello \ + maybe-install-indent \ + maybe-install-intl \ + maybe-install-tcl \ + maybe-install-itcl \ + maybe-install-ld \ + maybe-install-libgui \ + maybe-install-libiberty \ + maybe-install-libtool \ + maybe-install-m4 \ + maybe-install-make \ + maybe-install-mmalloc \ + maybe-install-patch \ + maybe-install-perl \ + maybe-install-prms \ + maybe-install-rcs \ + maybe-install-readline \ + maybe-install-release \ + maybe-install-recode \ + maybe-install-sed \ + maybe-install-send-pr \ + maybe-install-shellutils \ + maybe-install-sid \ + maybe-install-sim \ + maybe-install-tar \ + maybe-install-texinfo \ + maybe-install-textutils \ + maybe-install-time \ + maybe-install-uudecode \ + maybe-install-wdiff \ + maybe-install-zip \ + maybe-install-zlib \ + maybe-install-gdb \ + maybe-install-expect \ + maybe-install-guile \ + maybe-install-tk \ + maybe-install-tix \ + maybe-install-libtermcap \ + maybe-install-utils + +.PHONY: install-target +install-target: \ + maybe-install-target-libstdc++-v3 \ + maybe-install-target-newlib \ + maybe-install-target-libf2c \ + maybe-install-target-libobjc \ + maybe-install-target-libtermcap \ + maybe-install-target-winsup \ + maybe-install-target-libgloss \ + maybe-install-target-libiberty \ + maybe-install-target-gperf \ + maybe-install-target-examples \ + maybe-install-target-libffi \ + maybe-install-target-libjava \ + maybe-install-target-zlib \ + maybe-install-target-boehm-gc \ + maybe-install-target-qthreads \ + maybe-install-target-rda uninstall: @echo "the uninstall target is not supported in this tree" @@ -1218,8 +1609,8 @@ install.all: install-no-fixedincludes # install-no-fixedincludes is used because Cygnus can not distribute # the fixed header files. .PHONY: install-no-fixedincludes -install-no-fixedincludes: installdirs @install_host_modules_nogcc@ \ - @install_target_modules@ gcc-no-fixedincludes +install-no-fixedincludes: installdirs install-host-nogcc \ + install-target gcc-no-fixedincludes ### other supporting targets @@ -1377,8 +1768,9 @@ all-ash: configure-ash $(SET_LIB_PATH) \ (cd ash && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-ash maybe-check-ash +maybe-check-ash: -.PHONY: check-ash check-ash: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1386,9 +1778,9 @@ check-ash: (cd ash && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-ash maybe-install-ash maybe-install-ash: + install-ash: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1444,8 +1836,9 @@ all-autoconf: configure-autoconf $(SET_LIB_PATH) \ (cd autoconf && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-autoconf maybe-check-autoconf +maybe-check-autoconf: -.PHONY: check-autoconf check-autoconf: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1453,9 +1846,9 @@ check-autoconf: (cd autoconf && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-autoconf maybe-install-autoconf maybe-install-autoconf: + install-autoconf: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1511,8 +1904,9 @@ all-automake: configure-automake $(SET_LIB_PATH) \ (cd automake && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-automake maybe-check-automake +maybe-check-automake: -.PHONY: check-automake check-automake: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1520,9 +1914,9 @@ check-automake: (cd automake && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-automake maybe-install-automake maybe-install-automake: + install-automake: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1578,8 +1972,9 @@ all-bash: configure-bash $(SET_LIB_PATH) \ (cd bash && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-bash maybe-check-bash +maybe-check-bash: -.PHONY: check-bash check-bash: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1587,9 +1982,9 @@ check-bash: (cd bash && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-bash maybe-install-bash maybe-install-bash: + install-bash: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1645,8 +2040,9 @@ all-bfd: configure-bfd $(SET_LIB_PATH) \ (cd bfd && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-bfd maybe-check-bfd +maybe-check-bfd: -.PHONY: check-bfd check-bfd: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1654,9 +2050,9 @@ check-bfd: (cd bfd && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-bfd maybe-install-bfd maybe-install-bfd: + install-bfd: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1712,8 +2108,9 @@ all-opcodes: configure-opcodes $(SET_LIB_PATH) \ (cd opcodes && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-opcodes maybe-check-opcodes +maybe-check-opcodes: -.PHONY: check-opcodes check-opcodes: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1721,9 +2118,9 @@ check-opcodes: (cd opcodes && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-opcodes maybe-install-opcodes maybe-install-opcodes: + install-opcodes: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1779,8 +2176,9 @@ all-binutils: configure-binutils $(SET_LIB_PATH) \ (cd binutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-binutils maybe-check-binutils +maybe-check-binutils: -.PHONY: check-binutils check-binutils: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1788,9 +2186,9 @@ check-binutils: (cd binutils && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-binutils maybe-install-binutils maybe-install-binutils: + install-binutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1846,8 +2244,9 @@ all-bison: configure-bison $(SET_LIB_PATH) \ (cd bison && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-bison maybe-check-bison +maybe-check-bison: -.PHONY: check-bison # This module is only tested in a native toolchain. check-bison: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -1858,9 +2257,9 @@ check-bison: fi - .PHONY: install-bison maybe-install-bison maybe-install-bison: + install-bison: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1916,8 +2315,9 @@ all-byacc: configure-byacc $(SET_LIB_PATH) \ (cd byacc && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-byacc maybe-check-byacc +maybe-check-byacc: -.PHONY: check-byacc # This module is only tested in a native toolchain. check-byacc: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -1928,9 +2328,9 @@ check-byacc: fi - .PHONY: install-byacc maybe-install-byacc maybe-install-byacc: + install-byacc: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1986,8 +2386,9 @@ all-bzip2: configure-bzip2 $(SET_LIB_PATH) \ (cd bzip2 && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-bzip2 maybe-check-bzip2 +maybe-check-bzip2: -.PHONY: check-bzip2 check-bzip2: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1995,9 +2396,9 @@ check-bzip2: (cd bzip2 && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-bzip2 maybe-install-bzip2 maybe-install-bzip2: + install-bzip2: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2053,8 +2454,9 @@ all-dejagnu: configure-dejagnu $(SET_LIB_PATH) \ (cd dejagnu && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-dejagnu maybe-check-dejagnu +maybe-check-dejagnu: -.PHONY: check-dejagnu check-dejagnu: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2062,9 +2464,9 @@ check-dejagnu: (cd dejagnu && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-dejagnu maybe-install-dejagnu maybe-install-dejagnu: + install-dejagnu: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2120,8 +2522,9 @@ all-diff: configure-diff $(SET_LIB_PATH) \ (cd diff && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-diff maybe-check-diff +maybe-check-diff: -.PHONY: check-diff check-diff: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2129,9 +2532,9 @@ check-diff: (cd diff && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-diff maybe-install-diff maybe-install-diff: + install-diff: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2187,14 +2590,15 @@ all-dosutils: configure-dosutils $(SET_LIB_PATH) \ (cd dosutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-dosutils maybe-check-dosutils +maybe-check-dosutils: -.PHONY: check-dosutils check-dosutils: - .PHONY: install-dosutils maybe-install-dosutils maybe-install-dosutils: + install-dosutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2250,8 +2654,9 @@ all-etc: configure-etc $(SET_LIB_PATH) \ (cd etc && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-etc maybe-check-etc +maybe-check-etc: -.PHONY: check-etc check-etc: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2259,9 +2664,9 @@ check-etc: (cd etc && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-etc maybe-install-etc maybe-install-etc: + install-etc: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2317,8 +2722,9 @@ all-fastjar: configure-fastjar $(SET_LIB_PATH) \ (cd fastjar && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-fastjar maybe-check-fastjar +maybe-check-fastjar: -.PHONY: check-fastjar # This module is only tested in a native toolchain. check-fastjar: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -2329,9 +2735,9 @@ check-fastjar: fi - .PHONY: install-fastjar maybe-install-fastjar maybe-install-fastjar: + install-fastjar: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2387,8 +2793,9 @@ all-fileutils: configure-fileutils $(SET_LIB_PATH) \ (cd fileutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-fileutils maybe-check-fileutils +maybe-check-fileutils: -.PHONY: check-fileutils check-fileutils: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2396,9 +2803,9 @@ check-fileutils: (cd fileutils && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-fileutils maybe-install-fileutils maybe-install-fileutils: + install-fileutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2454,8 +2861,9 @@ all-findutils: configure-findutils $(SET_LIB_PATH) \ (cd findutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-findutils maybe-check-findutils +maybe-check-findutils: -.PHONY: check-findutils check-findutils: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2463,9 +2871,9 @@ check-findutils: (cd findutils && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-findutils maybe-install-findutils maybe-install-findutils: + install-findutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2521,8 +2929,9 @@ all-find: configure-find $(SET_LIB_PATH) \ (cd find && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-find maybe-check-find +maybe-check-find: -.PHONY: check-find check-find: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2530,9 +2939,9 @@ check-find: (cd find && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-find maybe-install-find maybe-install-find: + install-find: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2588,8 +2997,9 @@ all-flex: configure-flex $(SET_LIB_PATH) \ (cd flex && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-flex maybe-check-flex +maybe-check-flex: -.PHONY: check-flex # This module is only tested in a native toolchain. check-flex: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -2600,9 +3010,9 @@ check-flex: fi - .PHONY: install-flex maybe-install-flex maybe-install-flex: + install-flex: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2658,8 +3068,9 @@ all-gas: configure-gas $(SET_LIB_PATH) \ (cd gas && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gas maybe-check-gas +maybe-check-gas: -.PHONY: check-gas check-gas: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2667,9 +3078,9 @@ check-gas: (cd gas && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gas maybe-install-gas maybe-install-gas: + install-gas: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2725,8 +3136,9 @@ all-gawk: configure-gawk $(SET_LIB_PATH) \ (cd gawk && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gawk maybe-check-gawk +maybe-check-gawk: -.PHONY: check-gawk check-gawk: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2734,9 +3146,9 @@ check-gawk: (cd gawk && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gawk maybe-install-gawk maybe-install-gawk: + install-gawk: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2792,8 +3204,9 @@ all-gettext: configure-gettext $(SET_LIB_PATH) \ (cd gettext && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gettext maybe-check-gettext +maybe-check-gettext: -.PHONY: check-gettext check-gettext: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2801,9 +3214,9 @@ check-gettext: (cd gettext && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gettext maybe-install-gettext maybe-install-gettext: + install-gettext: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2859,8 +3272,9 @@ all-gnuserv: configure-gnuserv $(SET_LIB_PATH) \ (cd gnuserv && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gnuserv maybe-check-gnuserv +maybe-check-gnuserv: -.PHONY: check-gnuserv check-gnuserv: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2868,9 +3282,9 @@ check-gnuserv: (cd gnuserv && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gnuserv maybe-install-gnuserv maybe-install-gnuserv: + install-gnuserv: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2926,8 +3340,9 @@ all-gprof: configure-gprof $(SET_LIB_PATH) \ (cd gprof && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gprof maybe-check-gprof +maybe-check-gprof: -.PHONY: check-gprof check-gprof: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2935,9 +3350,9 @@ check-gprof: (cd gprof && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gprof maybe-install-gprof maybe-install-gprof: + install-gprof: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -2993,8 +3408,9 @@ all-gzip: configure-gzip $(SET_LIB_PATH) \ (cd gzip && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-gzip maybe-check-gzip +maybe-check-gzip: -.PHONY: check-gzip check-gzip: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3002,9 +3418,9 @@ check-gzip: (cd gzip && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-gzip maybe-install-gzip maybe-install-gzip: + install-gzip: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3060,8 +3476,9 @@ all-hello: configure-hello $(SET_LIB_PATH) \ (cd hello && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-hello maybe-check-hello +maybe-check-hello: -.PHONY: check-hello check-hello: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3069,9 +3486,9 @@ check-hello: (cd hello && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-hello maybe-install-hello maybe-install-hello: + install-hello: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3127,8 +3544,9 @@ all-indent: configure-indent $(SET_LIB_PATH) \ (cd indent && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-indent maybe-check-indent +maybe-check-indent: -.PHONY: check-indent check-indent: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3136,9 +3554,9 @@ check-indent: (cd indent && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-indent maybe-install-indent maybe-install-indent: + install-indent: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3194,8 +3612,9 @@ all-intl: configure-intl $(SET_LIB_PATH) \ (cd intl && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-intl maybe-check-intl +maybe-check-intl: -.PHONY: check-intl check-intl: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3203,9 +3622,9 @@ check-intl: (cd intl && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-intl maybe-install-intl maybe-install-intl: + install-intl: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3261,8 +3680,9 @@ all-tcl: configure-tcl $(SET_LIB_PATH) \ (cd tcl && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-tcl maybe-check-tcl +maybe-check-tcl: -.PHONY: check-tcl check-tcl: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3270,9 +3690,9 @@ check-tcl: (cd tcl && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-tcl maybe-install-tcl maybe-install-tcl: + install-tcl: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3328,8 +3748,9 @@ all-itcl: configure-itcl $(SET_LIB_PATH) \ (cd itcl && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-itcl maybe-check-itcl +maybe-check-itcl: -.PHONY: check-itcl check-itcl: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3337,9 +3758,9 @@ check-itcl: (cd itcl && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-itcl maybe-install-itcl maybe-install-itcl: + install-itcl: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3395,8 +3816,9 @@ all-ld: configure-ld $(SET_LIB_PATH) \ (cd ld && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-ld maybe-check-ld +maybe-check-ld: -.PHONY: check-ld check-ld: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3404,9 +3826,9 @@ check-ld: (cd ld && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-ld maybe-install-ld maybe-install-ld: + install-ld: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3462,8 +3884,9 @@ all-libgui: configure-libgui $(SET_LIB_PATH) \ (cd libgui && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-libgui maybe-check-libgui +maybe-check-libgui: -.PHONY: check-libgui check-libgui: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3471,9 +3894,9 @@ check-libgui: (cd libgui && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-libgui maybe-install-libgui maybe-install-libgui: + install-libgui: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3529,8 +3952,9 @@ all-libiberty: configure-libiberty $(SET_LIB_PATH) \ (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-libiberty maybe-check-libiberty +maybe-check-libiberty: -.PHONY: check-libiberty check-libiberty: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3538,9 +3962,9 @@ check-libiberty: (cd libiberty && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-libiberty maybe-install-libiberty maybe-install-libiberty: + install-libiberty: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3596,8 +4020,9 @@ all-libtool: configure-libtool $(SET_LIB_PATH) \ (cd libtool && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-libtool maybe-check-libtool +maybe-check-libtool: -.PHONY: check-libtool check-libtool: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3605,9 +4030,9 @@ check-libtool: (cd libtool && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-libtool maybe-install-libtool maybe-install-libtool: + install-libtool: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3663,8 +4088,9 @@ all-m4: configure-m4 $(SET_LIB_PATH) \ (cd m4 && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-m4 maybe-check-m4 +maybe-check-m4: -.PHONY: check-m4 check-m4: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3672,9 +4098,9 @@ check-m4: (cd m4 && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-m4 maybe-install-m4 maybe-install-m4: + install-m4: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3730,8 +4156,9 @@ all-make: configure-make $(SET_LIB_PATH) \ (cd make && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-make maybe-check-make +maybe-check-make: -.PHONY: check-make check-make: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3739,9 +4166,9 @@ check-make: (cd make && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-make maybe-install-make maybe-install-make: + install-make: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3797,14 +4224,15 @@ all-mmalloc: configure-mmalloc $(SET_LIB_PATH) \ (cd mmalloc && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-mmalloc maybe-check-mmalloc +maybe-check-mmalloc: -.PHONY: check-mmalloc check-mmalloc: - .PHONY: install-mmalloc maybe-install-mmalloc maybe-install-mmalloc: + install-mmalloc: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3860,8 +4288,9 @@ all-patch: configure-patch $(SET_LIB_PATH) \ (cd patch && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-patch maybe-check-patch +maybe-check-patch: -.PHONY: check-patch check-patch: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3869,9 +4298,9 @@ check-patch: (cd patch && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-patch maybe-install-patch maybe-install-patch: + install-patch: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3927,8 +4356,9 @@ all-perl: configure-perl $(SET_LIB_PATH) \ (cd perl && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-perl maybe-check-perl +maybe-check-perl: -.PHONY: check-perl check-perl: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3936,9 +4366,9 @@ check-perl: (cd perl && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-perl maybe-install-perl maybe-install-perl: + install-perl: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -3994,8 +4424,9 @@ all-prms: configure-prms $(SET_LIB_PATH) \ (cd prms && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-prms maybe-check-prms +maybe-check-prms: -.PHONY: check-prms check-prms: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4003,9 +4434,9 @@ check-prms: (cd prms && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-prms maybe-install-prms maybe-install-prms: + install-prms: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4061,8 +4492,9 @@ all-rcs: configure-rcs $(SET_LIB_PATH) \ (cd rcs && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-rcs maybe-check-rcs +maybe-check-rcs: -.PHONY: check-rcs check-rcs: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4070,9 +4502,9 @@ check-rcs: (cd rcs && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-rcs maybe-install-rcs maybe-install-rcs: + install-rcs: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4128,8 +4560,9 @@ all-readline: configure-readline $(SET_LIB_PATH) \ (cd readline && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-readline maybe-check-readline +maybe-check-readline: -.PHONY: check-readline check-readline: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4137,9 +4570,9 @@ check-readline: (cd readline && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-readline maybe-install-readline maybe-install-readline: + install-readline: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4195,14 +4628,15 @@ all-release: configure-release $(SET_LIB_PATH) \ (cd release && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-release maybe-check-release +maybe-check-release: -.PHONY: check-release check-release: - .PHONY: install-release maybe-install-release maybe-install-release: + install-release: @@ -4254,8 +4688,9 @@ all-recode: configure-recode $(SET_LIB_PATH) \ (cd recode && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-recode maybe-check-recode +maybe-check-recode: -.PHONY: check-recode check-recode: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4263,9 +4698,9 @@ check-recode: (cd recode && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-recode maybe-install-recode maybe-install-recode: + install-recode: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4321,8 +4756,9 @@ all-sed: configure-sed $(SET_LIB_PATH) \ (cd sed && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-sed maybe-check-sed +maybe-check-sed: -.PHONY: check-sed check-sed: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4330,9 +4766,9 @@ check-sed: (cd sed && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-sed maybe-install-sed maybe-install-sed: + install-sed: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4388,8 +4824,9 @@ all-send-pr: configure-send-pr $(SET_LIB_PATH) \ (cd send-pr && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-send-pr maybe-check-send-pr +maybe-check-send-pr: -.PHONY: check-send-pr check-send-pr: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4397,9 +4834,9 @@ check-send-pr: (cd send-pr && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-send-pr maybe-install-send-pr maybe-install-send-pr: + install-send-pr: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4455,8 +4892,9 @@ all-shellutils: configure-shellutils $(SET_LIB_PATH) \ (cd shellutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-shellutils maybe-check-shellutils +maybe-check-shellutils: -.PHONY: check-shellutils check-shellutils: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4464,9 +4902,9 @@ check-shellutils: (cd shellutils && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-shellutils maybe-install-shellutils maybe-install-shellutils: + install-shellutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4522,8 +4960,9 @@ all-sid: configure-sid $(SET_LIB_PATH) \ (cd sid && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-sid maybe-check-sid +maybe-check-sid: -.PHONY: check-sid check-sid: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4531,9 +4970,9 @@ check-sid: (cd sid && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-sid maybe-install-sid maybe-install-sid: + install-sid: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4589,8 +5028,9 @@ all-sim: configure-sim $(SET_LIB_PATH) \ (cd sim && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-sim maybe-check-sim +maybe-check-sim: -.PHONY: check-sim check-sim: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4598,9 +5038,9 @@ check-sim: (cd sim && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-sim maybe-install-sim maybe-install-sim: + install-sim: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4656,8 +5096,9 @@ all-tar: configure-tar $(SET_LIB_PATH) \ (cd tar && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-tar maybe-check-tar +maybe-check-tar: -.PHONY: check-tar check-tar: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4665,9 +5106,9 @@ check-tar: (cd tar && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-tar maybe-install-tar maybe-install-tar: + install-tar: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4723,8 +5164,9 @@ all-texinfo: configure-texinfo $(SET_LIB_PATH) \ (cd texinfo && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-texinfo maybe-check-texinfo +maybe-check-texinfo: -.PHONY: check-texinfo check-texinfo: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4732,9 +5174,9 @@ check-texinfo: (cd texinfo && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-texinfo maybe-install-texinfo maybe-install-texinfo: + install-texinfo: @@ -4786,8 +5228,9 @@ all-textutils: configure-textutils $(SET_LIB_PATH) \ (cd textutils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-textutils maybe-check-textutils +maybe-check-textutils: -.PHONY: check-textutils check-textutils: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4795,9 +5238,9 @@ check-textutils: (cd textutils && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-textutils maybe-install-textutils maybe-install-textutils: + install-textutils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4853,8 +5296,9 @@ all-time: configure-time $(SET_LIB_PATH) \ (cd time && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-time maybe-check-time +maybe-check-time: -.PHONY: check-time check-time: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4862,9 +5306,9 @@ check-time: (cd time && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-time maybe-install-time maybe-install-time: + install-time: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4920,8 +5364,9 @@ all-uudecode: configure-uudecode $(SET_LIB_PATH) \ (cd uudecode && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-uudecode maybe-check-uudecode +maybe-check-uudecode: -.PHONY: check-uudecode check-uudecode: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4929,9 +5374,9 @@ check-uudecode: (cd uudecode && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-uudecode maybe-install-uudecode maybe-install-uudecode: + install-uudecode: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4987,8 +5432,9 @@ all-wdiff: configure-wdiff $(SET_LIB_PATH) \ (cd wdiff && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-wdiff maybe-check-wdiff +maybe-check-wdiff: -.PHONY: check-wdiff check-wdiff: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -4996,9 +5442,9 @@ check-wdiff: (cd wdiff && $(MAKE) $(FLAGS_TO_PASS) check) - .PHONY: install-wdiff maybe-install-wdiff maybe-install-wdiff: + install-wdiff: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5054,8 +5500,9 @@ all-zip: configure-zip $(SET_LIB_PATH) \ (cd zip && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-zip maybe-check-zip +maybe-check-zip: -.PHONY: check-zip # This module is only tested in a native toolchain. check-zip: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -5066,9 +5513,9 @@ check-zip: fi - .PHONY: install-zip maybe-install-zip maybe-install-zip: + install-zip: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5124,14 +5571,15 @@ all-zlib: configure-zlib $(SET_LIB_PATH) \ (cd zlib && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-zlib maybe-check-zlib +maybe-check-zlib: -.PHONY: check-zlib check-zlib: - .PHONY: install-zlib maybe-install-zlib maybe-install-zlib: + install-zlib: @@ -5183,8 +5631,9 @@ all-gdb: configure-gdb $(SET_LIB_PATH) \ (cd gdb && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) +.PHONY: check-gdb maybe-check-gdb +maybe-check-gdb: -.PHONY: check-gdb check-gdb: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5192,9 +5641,9 @@ check-gdb: (cd gdb && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - .PHONY: install-gdb maybe-install-gdb maybe-install-gdb: + install-gdb: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5250,8 +5699,9 @@ all-expect: configure-expect $(SET_LIB_PATH) \ (cd expect && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) +.PHONY: check-expect maybe-check-expect +maybe-check-expect: -.PHONY: check-expect check-expect: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5259,9 +5709,9 @@ check-expect: (cd expect && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - .PHONY: install-expect maybe-install-expect maybe-install-expect: + install-expect: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5317,8 +5767,9 @@ all-guile: configure-guile $(SET_LIB_PATH) \ (cd guile && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) +.PHONY: check-guile maybe-check-guile +maybe-check-guile: -.PHONY: check-guile check-guile: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5326,9 +5777,9 @@ check-guile: (cd guile && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - .PHONY: install-guile maybe-install-guile maybe-install-guile: + install-guile: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5384,8 +5835,9 @@ all-tk: configure-tk $(SET_LIB_PATH) \ (cd tk && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) +.PHONY: check-tk maybe-check-tk +maybe-check-tk: -.PHONY: check-tk check-tk: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5393,9 +5845,9 @@ check-tk: (cd tk && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - .PHONY: install-tk maybe-install-tk maybe-install-tk: + install-tk: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5451,8 +5903,9 @@ all-tix: configure-tix $(SET_LIB_PATH) \ (cd tix && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) all) +.PHONY: check-tix maybe-check-tix +maybe-check-tix: -.PHONY: check-tix check-tix: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5460,9 +5913,9 @@ check-tix: (cd tix && $(MAKE) $(FLAGS_TO_PASS) $(X11_FLAGS_TO_PASS) check) - .PHONY: install-tix maybe-install-tix maybe-install-tix: + install-tix: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5518,14 +5971,15 @@ all-libtermcap: configure-libtermcap $(SET_LIB_PATH) \ (cd libtermcap && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-libtermcap maybe-check-libtermcap +maybe-check-libtermcap: -.PHONY: check-libtermcap check-libtermcap: - .PHONY: install-libtermcap maybe-install-libtermcap maybe-install-libtermcap: + install-libtermcap: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5581,14 +6035,15 @@ all-utils: configure-utils $(SET_LIB_PATH) \ (cd utils && $(MAKE) $(FLAGS_TO_PASS) all) +.PHONY: check-utils maybe-check-utils +maybe-check-utils: -.PHONY: check-utils check-utils: - .PHONY: install-utils maybe-install-utils maybe-install-utils: + install-utils: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5683,7 +6138,9 @@ all-target-libstdc++-v3: configure-targe (cd $(TARGET_SUBDIR)/libstdc++-v3 && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) 'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)' all) -.PHONY: check-target-libstdc++-v3 +.PHONY: check-target-libstdc++-v3 maybe-check-target-libstdc++-v3 +maybe-check-target-libstdc++-v3: + check-target-libstdc++-v3: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5694,6 +6151,7 @@ check-target-libstdc++-v3: .PHONY: install-target-libstdc++-v3 maybe-install-target-libstdc++-v3 maybe-install-target-libstdc++-v3: + install-target-libstdc++-v3: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5783,7 +6241,9 @@ all-target-newlib: configure-target-newl (cd $(TARGET_SUBDIR)/newlib && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-newlib +.PHONY: check-target-newlib maybe-check-target-newlib +maybe-check-target-newlib: + check-target-newlib: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5794,6 +6254,7 @@ check-target-newlib: .PHONY: install-target-newlib maybe-install-target-newlib maybe-install-target-newlib: + install-target-newlib: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5883,7 +6344,9 @@ all-target-libf2c: configure-target-libf (cd $(TARGET_SUBDIR)/libf2c && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-libf2c +.PHONY: check-target-libf2c maybe-check-target-libf2c +maybe-check-target-libf2c: + check-target-libf2c: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5894,6 +6357,7 @@ check-target-libf2c: .PHONY: install-target-libf2c maybe-install-target-libf2c maybe-install-target-libf2c: + install-target-libf2c: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5983,7 +6447,9 @@ all-target-libobjc: configure-target-lib (cd $(TARGET_SUBDIR)/libobjc && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-libobjc +.PHONY: check-target-libobjc maybe-check-target-libobjc +maybe-check-target-libobjc: + check-target-libobjc: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -5994,6 +6460,7 @@ check-target-libobjc: .PHONY: install-target-libobjc maybe-install-target-libobjc maybe-install-target-libobjc: + install-target-libobjc: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6083,13 +6550,16 @@ all-target-libtermcap: configure-target- (cd $(TARGET_SUBDIR)/libtermcap && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) +.PHONY: check-target-libtermcap maybe-check-target-libtermcap +maybe-check-target-libtermcap: + # Dummy target for uncheckable module. -.PHONY: check-target-libtermcap check-target-libtermcap: .PHONY: install-target-libtermcap maybe-install-target-libtermcap maybe-install-target-libtermcap: + install-target-libtermcap: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6179,7 +6649,9 @@ all-target-winsup: configure-target-wins (cd $(TARGET_SUBDIR)/winsup && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-winsup +.PHONY: check-target-winsup maybe-check-target-winsup +maybe-check-target-winsup: + check-target-winsup: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6190,6 +6662,7 @@ check-target-winsup: .PHONY: install-target-winsup maybe-install-target-winsup maybe-install-target-winsup: + install-target-winsup: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6279,13 +6752,16 @@ all-target-libgloss: configure-target-li (cd $(TARGET_SUBDIR)/libgloss && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) +.PHONY: check-target-libgloss maybe-check-target-libgloss +maybe-check-target-libgloss: + # Dummy target for uncheckable module. -.PHONY: check-target-libgloss check-target-libgloss: .PHONY: install-target-libgloss maybe-install-target-libgloss maybe-install-target-libgloss: + install-target-libgloss: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6375,7 +6851,9 @@ all-target-libiberty: configure-target-l (cd $(TARGET_SUBDIR)/libiberty && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-libiberty +.PHONY: check-target-libiberty maybe-check-target-libiberty +maybe-check-target-libiberty: + check-target-libiberty: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6386,6 +6864,7 @@ check-target-libiberty: .PHONY: install-target-libiberty maybe-install-target-libiberty maybe-install-target-libiberty: + install-target-libiberty: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6475,7 +6954,9 @@ all-target-gperf: configure-target-gperf (cd $(TARGET_SUBDIR)/gperf && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-gperf +.PHONY: check-target-gperf maybe-check-target-gperf +maybe-check-target-gperf: + check-target-gperf: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6486,6 +6967,7 @@ check-target-gperf: .PHONY: install-target-gperf maybe-install-target-gperf maybe-install-target-gperf: + install-target-gperf: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6575,13 +7057,16 @@ all-target-examples: configure-target-ex (cd $(TARGET_SUBDIR)/examples && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) +.PHONY: check-target-examples maybe-check-target-examples +maybe-check-target-examples: + # Dummy target for uncheckable module. -.PHONY: check-target-examples check-target-examples: .PHONY: install-target-examples maybe-install-target-examples maybe-install-target-examples: + # Dummy target for uninstallable. install-target-examples: @@ -6667,7 +7152,9 @@ all-target-libffi: configure-target-libf (cd $(TARGET_SUBDIR)/libffi && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-libffi +.PHONY: check-target-libffi maybe-check-target-libffi +maybe-check-target-libffi: + check-target-libffi: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6678,6 +7165,7 @@ check-target-libffi: .PHONY: install-target-libffi maybe-install-target-libffi maybe-install-target-libffi: + install-target-libffi: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6768,7 +7256,9 @@ all-target-libjava: configure-target-lib (cd $(TARGET_SUBDIR)/libjava && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) 'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)' all) -.PHONY: check-target-libjava +.PHONY: check-target-libjava maybe-check-target-libjava +maybe-check-target-libjava: + check-target-libjava: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6779,6 +7269,7 @@ check-target-libjava: .PHONY: install-target-libjava maybe-install-target-libjava maybe-install-target-libjava: + install-target-libjava: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6868,7 +7359,9 @@ all-target-zlib: configure-target-zlib (cd $(TARGET_SUBDIR)/zlib && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-zlib +.PHONY: check-target-zlib maybe-check-target-zlib +maybe-check-target-zlib: + check-target-zlib: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6879,6 +7372,7 @@ check-target-zlib: .PHONY: install-target-zlib maybe-install-target-zlib maybe-install-target-zlib: + install-target-zlib: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6968,7 +7462,9 @@ all-target-boehm-gc: configure-target-bo (cd $(TARGET_SUBDIR)/boehm-gc && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-boehm-gc +.PHONY: check-target-boehm-gc maybe-check-target-boehm-gc +maybe-check-target-boehm-gc: + check-target-boehm-gc: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -6979,6 +7475,7 @@ check-target-boehm-gc: .PHONY: install-target-boehm-gc maybe-install-target-boehm-gc maybe-install-target-boehm-gc: + install-target-boehm-gc: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -7068,7 +7565,9 @@ all-target-qthreads: configure-target-qt (cd $(TARGET_SUBDIR)/qthreads && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-qthreads +.PHONY: check-target-qthreads maybe-check-target-qthreads +maybe-check-target-qthreads: + check-target-qthreads: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -7079,6 +7578,7 @@ check-target-qthreads: .PHONY: install-target-qthreads maybe-install-target-qthreads maybe-install-target-qthreads: + install-target-qthreads: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -7168,7 +7668,9 @@ all-target-rda: configure-target-rda (cd $(TARGET_SUBDIR)/rda && \ $(MAKE) $(TARGET_FLAGS_TO_PASS) all) -.PHONY: check-target-rda +.PHONY: check-target-rda maybe-check-target-rda +maybe-check-target-rda: + check-target-rda: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -7179,6 +7681,7 @@ check-target-rda: .PHONY: install-target-rda maybe-install-target-rda maybe-install-target-rda: + install-target-rda: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -7314,6 +7817,7 @@ cross: all-texinfo all-bison all-byacc a LANGUAGES="c c++" all .PHONY: check-gcc +maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ r=`${PWD}`; export r; \ @@ -7409,6 +7913,8 @@ all-binutils: maybe-all-libiberty maybe- # binutils might be on PATH, and they might need the shared opcodes # library. install-binutils: maybe-install-opcodes +# libopcodes depends on libbfd +install-opcodes: maybe-install-bfd all-gas: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-intl all-gprof: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-intl all-ld: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl @@ -7475,7 +7981,7 @@ configure-target-zlib: $(ALL_GCC_C) configure-target-examples: $(ALL_GCC_C) configure-target-libgloss: $(ALL_GCC) all-target-libgloss: maybe-configure-target-newlib -configure-target-libiberty: $(ALL_GCC_C) +configure-target-libiberty: $(ALL_GCC) configure-target-libtermcap: $(ALL_GCC_C) configure-target-newlib: $(ALL_GCC) configure-target-rda: $(ALL_GCC_C) diff -uprN binutils-2.14.90.0.2/Makefile.tpl binutils-2.14.90.0.3/Makefile.tpl --- binutils-2.14.90.0.2/Makefile.tpl 2003-05-05 14:46:46.000000000 -0700 +++ binutils-2.14.90.0.3/Makefile.tpl 2003-05-23 07:18:52.000000000 -0700 @@ -554,8 +554,16 @@ EXTRA_GCC_FLAGS = \ GCC_FLAGS_TO_PASS = $(BASE_FLAGS_TO_PASS) $(EXTRA_GCC_FLAGS) -configure-host: @configure_host_modules@ -configure-target: @configure_target_modules@ +.PHONY: configure-host +configure-host: maybe-configure-gcc [+ + FOR host_modules +] \ + maybe-configure-[+module+][+ + ENDFOR host_modules +] +.PHONY: configure-target +configure-target: [+ + FOR target_modules +] \ + maybe-configure-target-[+module+][+ + ENDFOR target_modules +] # This is a list of the targets for which we can do a clean-{target}. CLEAN_MODULES =[+ @@ -578,14 +586,19 @@ CLEAN_X11_MODULES = [+ FOR host_modules clean-[+module+] [+ ENDIF with_x +][+ ENDFOR host_modules +] # The target built for a native build. -# This list only includes modules actually being configured and built. .PHONY: all.normal -all.normal: @all_build_modules@ \ - @all_host_modules@ \ - @all_target_modules@ +all.normal: @all_build_modules@ all-host all-target -all-host: @all_host_modules@ -all-target: @all_target_modules@ +.PHONY: all-host +all-host: maybe-all-gcc [+ + FOR host_modules +] \ + maybe-all-[+module+][+ + ENDFOR host_modules +] +.PHONY: all-target +all-target: [+ + FOR target_modules +] \ + maybe-all-target-[+module+][+ + ENDFOR target_modules +] # Do a target for all the subdirectories. A ``make do-X'' will do a # ``make X'' in all subdirectories (because, in general, there is a @@ -730,8 +743,13 @@ check: $(MAKE) do-check NOTPARALLEL=parallel-ok # Only include modules actually being configured and built. -do-check: @check_host_modules@ \ - @check_target_modules@ +do-check: maybe-check-gcc [+ + FOR host_modules +] \ + maybe-check-[+module+][+ + ENDFOR host_modules +][+ + FOR target_modules +] \ + maybe-check-target-[+module+][+ + ENDFOR target_modules +] # Automated reporting of test results. @@ -757,9 +775,25 @@ mail-report-with-warnings.log: warning.l # Installation targets. .PHONY: install uninstall -install: installdirs @install_host_modules@ @install_target_modules@ +install: installdirs install-host install-target -install-target: @install_target_modules@ +.PHONY: install-host-nogcc +install-host-nogcc: [+ + FOR host_modules +] \ + maybe-install-[+module+][+ + ENDFOR host_modules +] + +.PHONY: install-host +install-host: maybe-install-gcc [+ + FOR host_modules +] \ + maybe-install-[+module+][+ + ENDFOR host_modules +] + +.PHONY: install-target +install-target: [+ + FOR target_modules +] \ + maybe-install-target-[+module+][+ + ENDFOR target_modules +] uninstall: @echo "the uninstall target is not supported in this tree" @@ -778,8 +812,8 @@ install.all: install-no-fixedincludes # install-no-fixedincludes is used because Cygnus can not distribute # the fixed header files. .PHONY: install-no-fixedincludes -install-no-fixedincludes: installdirs @install_host_modules_nogcc@ \ - @install_target_modules@ gcc-no-fixedincludes +install-no-fixedincludes: installdirs install-host-nogcc \ + install-target gcc-no-fixedincludes ### other supporting targets @@ -940,11 +974,11 @@ all-[+module+]: configure-[+module+] +] $(X11_FLAGS_TO_PASS)[+ ENDIF with_x +] all) +.PHONY: check-[+module+] maybe-check-[+module+] +maybe-check-[+module+]: [+ IF no_check +] -.PHONY: check-[+module+] check-[+module+]: [+ ELIF no_check_cross +] -.PHONY: check-[+module+] # This module is only tested in a native toolchain. check-[+module+]: @if [ '$(host_canonical)' = '$(target_canonical)' ] ; then \ @@ -957,7 +991,6 @@ check-[+module+]: ENDIF with_x +] check); \ fi [+ ELSE check +] -.PHONY: check-[+module+] check-[+module+]: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -968,13 +1001,11 @@ check-[+module+]: ENDIF with_x +] check) [+ ENDIF no_check +] -[+ IF no_install +] .PHONY: install-[+module+] maybe-install-[+module+] maybe-install-[+module+]: +[+ IF no_install +] install-[+module+]: [+ ELSE install +] -.PHONY: install-[+module+] maybe-install-[+module+] -maybe-install-[+module+]: install-[+module+]: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1079,12 +1110,13 @@ all-target-[+module+]: configure-target- +] 'CXX=$$(RAW_CXX_FOR_TARGET)' 'CXX_FOR_TARGET=$$(RAW_CXX_FOR_TARGET)' [+ ENDIF raw_cxx +] all) + +.PHONY: check-target-[+module+] maybe-check-target-[+module+] +maybe-check-target-[+module+]: [+ IF no_check +] # Dummy target for uncheckable module. -.PHONY: check-target-[+module+] check-target-[+module+]: [+ ELSE check +] -.PHONY: check-target-[+module+] check-target-[+module+]: @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1096,14 +1128,13 @@ check-target-[+module+]: ENDIF raw_cxx +] check) [+ ENDIF no_check +] -[+ IF no_install +] + .PHONY: install-target-[+module+] maybe-install-target-[+module+] maybe-install-target-[+module+]: +[+ IF no_install +] # Dummy target for uninstallable. install-target-[+module+]: [+ ELSE install +] -.PHONY: install-target-[+module+] maybe-install-target-[+module+] -maybe-install-target-[+module+]: install-target-[+module+]: installdirs @r=`${PWD}`; export r; \ s=`cd $(srcdir); ${PWD}`; export s; \ @@ -1239,6 +1270,7 @@ cross: all-texinfo all-bison all-byacc a LANGUAGES="c c++" all .PHONY: check-gcc +maybe-check-gcc: check-gcc: @if [ -f ./gcc/Makefile ] ; then \ r=`${PWD}`; export r; \ @@ -1334,6 +1366,8 @@ all-binutils: maybe-all-libiberty maybe- # binutils might be on PATH, and they might need the shared opcodes # library. install-binutils: maybe-install-opcodes +# libopcodes depends on libbfd +install-opcodes: maybe-install-bfd all-gas: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-intl all-gprof: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-intl all-ld: maybe-all-libiberty maybe-all-bfd maybe-all-opcodes maybe-all-bison maybe-all-byacc maybe-all-flex maybe-all-intl @@ -1400,7 +1434,7 @@ configure-target-zlib: $(ALL_GCC_C) configure-target-examples: $(ALL_GCC_C) configure-target-libgloss: $(ALL_GCC) all-target-libgloss: maybe-configure-target-newlib -configure-target-libiberty: $(ALL_GCC_C) +configure-target-libiberty: $(ALL_GCC) configure-target-libtermcap: $(ALL_GCC_C) configure-target-newlib: $(ALL_GCC) configure-target-rda: $(ALL_GCC_C) diff -uprN binutils-2.14.90.0.2/bfd/ChangeLog binutils-2.14.90.0.3/bfd/ChangeLog --- binutils-2.14.90.0.2/bfd/ChangeLog 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/ChangeLog 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,121 @@ +2003-05-22 Thiemo Seufer + + * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used + R_MIPS_GNU_REL16_S2 support. + (bfd_elf64_bfd_reloc_type_lookup): Use it. + (mips_elf64_rtype_to_howto): Use it. + * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used + R_MIPS_GNU_REL16_S2 support. + (bfd_elf32_bfd_reloc_type_lookup): Use it. + (mips_elf_n32_rtype_to_howto): Use it. + +2003-05-21 Stuart F. Downing + + * som.h: Define PA_2_0 before including a.out.h + +2003-05-07 Eric Christopher + Alexandre Oliva + + * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust + pic tests, change to warning. + (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting. + +2003-05-21 Marcus Comstedt + + * config.bfd: Check for a target triplet of shl-...-netbsdelf as + well as shle-...-netbsdelf. Remove duplicate entry. + +2003-05-21 Nick Clifton + + * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask + for X_STORMY16_REL_12 reloc. + + * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check + the type of the has table in the bfd_link_info structure. + (bfd_elf_get_runpath_list): Likewise. + +2003-05-19 Roland McGrath + + * elf.c (bfd_elf_bfd_from_remote_memory): New function. + * bfd-in.h: Declare it. + * bfd-in2.h: Regenerated. + * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function. + * elf-bfd.h (struct elf_backend_data): New function pointer member + elf_backend_bfd_from_remote_memory. + (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory): + Declare them. + * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro. + (elfNN_bed): Add that to the initializer. + +2003-05-15 Roland McGrath + + * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section. + +2003-05-20 Jakub Jelinek + + * elflink.h (elf_link_output_extsym): Only issue error about != + STV_DEFAULT symbols if they are bfd_link_hash_undefined. + +2003-05-20 H.J. Lu + + * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF + when removing the old definition for symbols with non-default + visibility. + +2003-05-18 Jason Eckhardt + + * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation. + +2003-05-17 Andreas Schwab + + * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in + elf_section_data during processing of pc-relative and absolute + relocations. + (elf_m68k_relocate_section): Use the cached reloc section instead + of computing it again. Fix handling of visibility. Don't modify + addend when copying over a relocation into the output. + +2003-05-17 Alan Modra + + * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL + to trim plt entries. Move undefweak non-default visibility test.. + (allocate_dynrelocs): ..from here. + * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test + dynamic_sections_created here. Update comment. Move undefweak + non-default visibility test.. + (allocate_dynrelocs): ..from here. Fix comment. + * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL + to trim plt entries. Move undefweak non-default visibility test.. + (allocate_dynrelocs): ..from here. Fix comment. + * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with + STV_DEFAULT rather than comparing with zero. + * elflink.c (_bfd_elf_merge_symbol): Likewise. + (_bfd_elf_fix_symbol_flags): Likewise. Format comment. + +2003-05-17 Thiemo Seufer + + * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null + pointers. + (_bfd_set_gp_value): Likewise. + +2003-05-16 Michael Snyder + From Bernd Schmidt + * archures.c (bfd_mach_h8300sx): New. + * bfd-in2.h: Regenerate. + * cpu-h8300.c (h8300_scan)): Add support for h8300sx. + (h8300sx_info_struct): New. + (h8300s_info_struct): Link to it. + * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx. + (elf32_h8_final_write_processing): Likewise. + (elf32_h8_relax_section): Likewise. + +2003-05-16 Kelley Cook + + * config.bfd: Accept i[3-7]86 variants. + * configure.host: Likewise. + * configure.in: Likewise. + * configure: Regenerate. + 2003-05-15 H.J. Lu * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected @@ -271,7 +389,7 @@ (elf_i386_relocate_section): Initialize the GOT entries and skip R_386_32/R_386_PC32 for weak undefined symbols with non-default visibility. - + * elfxx-ia64.c (allocate_fptr): Don't allocate function descriptors for weak undefined symbols with non-default visibility. diff -uprN binutils-2.14.90.0.2/bfd/archures.c binutils-2.14.90.0.3/bfd/archures.c --- binutils-2.14.90.0.2/bfd/archures.c 2003-05-05 14:46:46.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/archures.c 2003-05-23 07:18:52.000000000 -0700 @@ -169,6 +169,7 @@ DESCRIPTION .#define bfd_mach_h8300s 3 .#define bfd_mach_h8300hn 4 .#define bfd_mach_h8300sn 5 +.#define bfd_mach_h8300sx 6 . bfd_arch_pdp11, {* DEC PDP-11 *} . bfd_arch_powerpc, {* PowerPC *} .#define bfd_mach_ppc 32 diff -uprN binutils-2.14.90.0.2/bfd/bfd-in.h binutils-2.14.90.0.3/bfd/bfd-in.h --- binutils-2.14.90.0.2/bfd/bfd-in.h 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/bfd-in.h 2003-05-23 07:18:52.000000000 -0700 @@ -694,6 +694,22 @@ extern long bfd_get_elf_phdr_upper_bound extern int bfd_get_elf_phdrs PARAMS ((bfd *abfd, void *phdrs)); +/* Create a new BFD as if by bfd_openr. Rather than opening a file, + reconstruct an ELF file by reading the segments out of remote memory + based on the ELF file header at EHDR_VMA and the ELF program headers it + points to. If not null, *LOADBASEP is filled in with the difference + between the VMAs from which the segments were read, and the VMAs the + file headers (and hence BFD's idea of each section's VMA) put them at. + + The function TARGET_READ_MEMORY is called to copy LEN bytes from the + remote memory at target address VMA into the local buffer at MYADDR; it + should return zero on success or an `errno' code on failure. TEMPL must + be a BFD for an ELF target with the word size and byte order found in + the remote memory. */ +extern bfd *bfd_elf_bfd_from_remote_memory + PARAMS ((bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, + int (*target_read_memory) (bfd_vma vma, char *myaddr, int len))); + /* Return the arch_size field of an elf bfd, or -1 if not elf. */ extern int bfd_get_arch_size PARAMS ((bfd *)); diff -uprN binutils-2.14.90.0.2/bfd/bfd-in2.h binutils-2.14.90.0.3/bfd/bfd-in2.h --- binutils-2.14.90.0.2/bfd/bfd-in2.h 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/bfd-in2.h 2003-05-23 07:18:52.000000000 -0700 @@ -1,7 +1,7 @@ -/* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically - generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", - "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c", - "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c", +/* DO NOT EDIT! -*- buffer-read-only: t -*- This file is automatically + generated from "bfd-in.h", "init.c", "opncls.c", "libbfd.c", + "bfdio.c", "bfdwin.c", "section.c", "archures.c", "reloc.c", + "syms.c", "bfd.c", "archive.c", "corefile.c", "targets.c", "format.c", "linker.c" and "simple.c". Run "make headers" in your build bfd/ to regenerate. */ @@ -701,6 +701,22 @@ extern long bfd_get_elf_phdr_upper_bound extern int bfd_get_elf_phdrs PARAMS ((bfd *abfd, void *phdrs)); +/* Create a new BFD as if by bfd_openr. Rather than opening a file, + reconstruct an ELF file by reading the segments out of remote memory + based on the ELF file header at EHDR_VMA and the ELF program headers it + points to. If not null, *LOADBASEP is filled in with the difference + between the VMAs from which the segments were read, and the VMAs the + file headers (and hence BFD's idea of each section's VMA) put them at. + + The function TARGET_READ_MEMORY is called to copy LEN bytes from the + remote memory at target address VMA into the local buffer at MYADDR; it + should return zero on success or an `errno' code on failure. TEMPL must + be a BFD for an ELF target with the word size and byte order found in + the remote memory. */ +extern bfd *bfd_elf_bfd_from_remote_memory + PARAMS ((bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, + int (*target_read_memory) (bfd_vma vma, char *myaddr, int len))); + /* Return the arch_size field of an elf bfd, or -1 if not elf. */ extern int bfd_get_arch_size PARAMS ((bfd *)); @@ -1635,6 +1651,7 @@ enum bfd_architecture #define bfd_mach_h8300s 3 #define bfd_mach_h8300hn 4 #define bfd_mach_h8300sn 5 +#define bfd_mach_h8300sx 6 bfd_arch_pdp11, /* DEC PDP-11 */ bfd_arch_powerpc, /* PowerPC */ #define bfd_mach_ppc 32 @@ -1775,7 +1792,7 @@ enum bfd_architecture #define bfd_mach_msp43 43 #define bfd_mach_msp44 44 #define bfd_mach_msp15 15 -#define bfd_mach_msp16 16 +#define bfd_mach_msp16 16 bfd_arch_xtensa, /* Tensilica's Xtensa cores. */ #define bfd_mach_xtensa 1 bfd_arch_last @@ -3463,14 +3480,14 @@ instruction opcode. */ BFD_RELOC_XTENSA_OP1, BFD_RELOC_XTENSA_OP2, -/* Xtensa relocation to mark that the assembler expanded the +/* Xtensa relocation to mark that the assembler expanded the instructions from an original target. The expansion size is encoded in the reloc size. */ BFD_RELOC_XTENSA_ASM_EXPAND, -/* Xtensa relocation to mark that the linker should simplify -assembler-expanded instructions. This is commonly used -internally by the linker after analysis of a +/* Xtensa relocation to mark that the linker should simplify +assembler-expanded instructions. This is commonly used +internally by the linker after analysis of a BFD_RELOC_XTENSA_ASM_EXPAND. */ BFD_RELOC_XTENSA_ASM_SIMPLIFY, BFD_RELOC_UNUSED }; diff -uprN binutils-2.14.90.0.2/bfd/bfd.c binutils-2.14.90.0.3/bfd/bfd.c --- binutils-2.14.90.0.2/bfd/bfd.c 2003-03-19 09:19:13.000000000 -0800 +++ binutils-2.14.90.0.3/bfd/bfd.c 2003-05-23 07:18:52.000000000 -0700 @@ -894,6 +894,8 @@ bfd_vma _bfd_get_gp_value (abfd) bfd *abfd; { + if (! abfd) + return 0; if (abfd->format != bfd_object) return 0; @@ -912,6 +914,8 @@ _bfd_set_gp_value (abfd, v) bfd *abfd; bfd_vma v; { + if (! abfd) + BFD_FAIL (); if (abfd->format != bfd_object) return; diff -uprN binutils-2.14.90.0.2/bfd/config.bfd binutils-2.14.90.0.3/bfd/config.bfd --- binutils-2.14.90.0.2/bfd/config.bfd 2003-05-05 14:46:46.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/config.bfd 2003-05-23 07:18:52.000000000 -0700 @@ -38,7 +38,7 @@ c4x*) targ_archs=bfd_tic4x_ar c54x*) targ_archs=bfd_tic54x_arch ;; dlx*) targ_archs=bfd_dlx_arch ;; hppa*) targ_archs=bfd_hppa_arch ;; -i[3456]86) targ_archs=bfd_i386_arch ;; +i[3-7]86) targ_archs=bfd_i386_arch ;; i370) targ_archs=bfd_i370_arch ;; m6811*|m68hc11*) targ_archs="bfd_m68hc11_arch bfd_m68hc12_arch" ;; m6812*|m68hc12*) targ_archs="bfd_m68hc12_arch bfd_m68hc11_arch" ;; @@ -365,97 +365,97 @@ case "${targ}" in targ_defvec=bfd_elf32_i370_vec targ_selvecs="bfd_elf32_i370_vec" ;; - i[3456]86-*-sco3.2v5*coff) + i[3-7]86-*-sco3.2v5*coff) targ_defvec=i386coff_vec targ_selvecs=bfd_elf32_i386_vec ;; - i[3456]86-*-sysv4* | i[3456]86-*-unixware* | i[3456]86-*-solaris2* | \ - i[3456]86-*-elf | i[3456]86-*-sco3.2v5* | \ - i[3456]86-*-dgux* | i[3456]86-*-sysv5*) + i[3-7]86-*-sysv4* | i[3-7]86-*-unixware* | i[3-7]86-*-solaris2* | \ + i[3-7]86-*-elf | i[3-7]86-*-sco3.2v5* | \ + i[3-7]86-*-dgux* | i[3-7]86-*-sysv5*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386coff_vec ;; - i[3456]86-*-kaos*) + i[3-7]86-*-kaos*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=bfd_elf32_i386_vec ;; - i[3456]86-*-nto*) + i[3-7]86-*-nto*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386coff_vec ;; - i[3456]86-*-aros*) + i[3-7]86-*-aros*) targ_defvec=bfd_elf32_i386_vec ;; - i[3456]86-*-chorus*) + i[3-7]86-*-chorus*) targ_defvec=bfd_elf32_i386_vec ;; *-*-msdosdjgpp* | *-*-go32* | *-go32-rtems* ) targ_defvec=go32coff_vec targ_selvecs="go32stubbedcoff_vec i386aout_vec" ;; - i[3456]86-*-sysv* | i[3456]86-*-isc* | i[3456]86-*-sco* | i[3456]86-*-coff | \ - i[3456]86-*-aix*) + i[3-7]86-*-sysv* | i[3-7]86-*-isc* | i[3-7]86-*-sco* | i[3-7]86-*-coff | \ + i[3-7]86-*-aix*) targ_defvec=i386coff_vec ;; - i[3456]86*-*-rtemscoff*) + i[3-7]86*-*-rtemscoff*) targ_defvec=i386coff_vec targ_selvecs="bfd_elf32_i386_vec i386aout_vec" ;; - i[3456]86-*-rtemself* | i[3456]86-*-rtems*) + i[3-7]86-*-rtemself* | i[3-7]86-*-rtems*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386coff_vec i386aout_vec" ;; - i[3456]86-*-darwin* | i[3456]86-*-macos10* | i[3456]86-*-rhapsody*) + i[3-7]86-*-darwin* | i[3-7]86-*-macos10* | i[3-7]86-*-rhapsody*) targ_defvec=mach_o_le_vec targ_selvecs="mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec" targ_archs="bfd_i386_arch bfd_powerpc_arch bfd_rs6000_arch" ;; - i[3456]86-sequent-bsd*) + i[3-7]86-sequent-bsd*) targ_defvec=i386dynix_vec targ_underscore=yes ;; - i[3456]86-*-bsd*) + i[3-7]86-*-bsd*) targ_defvec=i386bsd_vec targ_underscore=yes ;; - i[3456]86-*-freebsdaout* | i[3456]86-*-freebsd[12].* | \ - i[3456]86-*-freebsd[12]) + i[3-7]86-*-freebsdaout* | i[3-7]86-*-freebsd[12].* | \ + i[3-7]86-*-freebsd[12]) targ_defvec=i386freebsd_vec targ_selvecs=i386bsd_vec targ_underscore=yes ;; - i[3456]86-*-freebsd*) + i[3-7]86-*-freebsd*) targ_defvec=bfd_elf32_i386_freebsd_vec targ_selvecs=i386coff_vec # FreeBSD <= 4.0 supports only the old nonstandard way of ABI labelling. case "${targ}" in - i[3456]86-*-freebsd3* | i[3456]86-*-freebsd4 | i[3456]86-*-freebsd4.0*) + i[3-7]86-*-freebsd3* | i[3-7]86-*-freebsd4 | i[3-7]86-*-freebsd4.0*) targ_cflags=-DOLD_FREEBSD_ABI_LABEL ;; esac ;; - i[3456]86-*-netbsdelf*) + i[3-7]86-*-netbsdelf*) targ_defvec=bfd_elf32_i386_vec targ_selvecs=i386netbsd_vec ;; - i[3456]86-*-netbsdpe*) + i[3-7]86-*-netbsdpe*) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" ;; - i[3456]86-*-netbsdaout* | i[3456]86-*-netbsd* | i[3456]86-*-openbsd*) + i[3-7]86-*-netbsdaout* | i[3-7]86-*-netbsd* | i[3-7]86-*-openbsd*) targ_defvec=i386netbsd_vec targ_selvecs="bfd_elf32_i386_vec i386bsd_vec" targ_underscore=yes ;; - i[3456]86-*-netware*) + i[3-7]86-*-netware*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="nlm32_i386_vec i386coff_vec i386aout_vec" ;; - i[3456]86-*-linux*aout*) + i[3-7]86-*-linux*aout*) targ_defvec=i386linux_vec targ_selvecs=bfd_elf32_i386_vec targ_underscore=yes ;; - i[3456]86-*-linux-gnu*) + i[3-7]86-*-linux-gnu*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386linux_vec bfd_efi_app_ia32_vec" targ64_selvecs=bfd_elf64_x86_64_vec @@ -474,58 +474,58 @@ case "${targ}" in targ_selvecs="bfd_elf32_i386_vec i386linux_vec bfd_efi_app_ia32_vec" ;; #endif - i[3456]86-*-lynxos*) + i[3-7]86-*-lynxos*) targ_defvec=i386lynx_coff_vec targ_selvecs=i386lynx_aout_vec ;; - i[3456]86-*-gnu*) + i[3-7]86-*-gnu*) targ_defvec=bfd_elf32_i386_vec ;; - i[3456]86-*-mach* | i[3456]86-*-osf1mk*) + i[3-7]86-*-mach* | i[3-7]86-*-osf1mk*) targ_defvec=i386mach3_vec targ_cflags=-DSTAT_FOR_EXEC targ_underscore=yes ;; - i[3456]86-*-os9k) + i[3-7]86-*-os9k) targ_defvec=i386os9k_vec ;; - i[3456]86-*-msdos*) + i[3-7]86-*-msdos*) targ_defvec=i386aout_vec targ_selvecs=i386msdos_vec ;; - i[3456]86-*-moss*) + i[3-7]86-*-moss*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386msdos_vec i386aout_vec" ;; - i[3456]86-*-beospe*) + i[3-7]86-*-beospe*) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec" ;; - i[3456]86-*-beoself* | i[3456]86-*-beos*) + i[3-7]86-*-beoself* | i[3-7]86-*-beos*) targ_defvec=bfd_elf32_i386_vec targ_selvecs="i386pe_vec i386pei_vec" ;; - i[3456]86-*-interix*) + i[3-7]86-*-interix*) targ_defvec=i386pei_vec targ_selvecs="i386pe_vec" # FIXME: This should eventually be checked at runtime. targ_cflags=-DSTRICT_PE_FORMAT ;; - i[3456]86-*-mingw32* | i[3456]86-*-cygwin* | i[3456]86-*-winnt | i[3456]86-*-pe) + i[3-7]86-*-mingw32* | i[3-7]86-*-cygwin* | i[3-7]86-*-winnt | i[3-7]86-*-pe) targ_defvec=i386pe_vec targ_selvecs="i386pe_vec i386pei_vec bfd_elf32_i386_vec" ;; - i[3456]86-none-*) + i[3-7]86-none-*) targ_defvec=i386coff_vec ;; - i[3456]86-*-aout* | i[3456]86*-*-vsta*) + i[3-7]86-*-aout* | i[3-7]86*-*-vsta*) targ_defvec=i386aout_vec ;; - i[3456]86-*-vxworks*) + i[3-7]86-*-vxworks*) targ_defvec=i386aout_vec targ_underscore=yes ;; - i[3456]86-*-chaos) + i[3-7]86-*-chaos) targ_defvec=bfd_elf32_i386_vec targ_selfvecs=i386chaos_vec ;; @@ -1016,17 +1016,13 @@ case "${targ}" in ;; #endif - shle-*-netbsdelf*) + sh*l*-*-netbsdelf*) targ_defvec=bfd_elf32_shlnbsd_vec targ_selvecs="bfd_elf32_shnbsd_vec shcoff_vec shlcoff_vec" #ifdef BFD64 targ_selvecs="${targ_selvecs} bfd_elf32_sh64lnbsd_vec bfd_elf32_sh64nbsd_vec bfd_elf64_sh64lnbsd_vec bfd_elf64_sh64nbsd_vec" #endif ;; - sh*le-*-netbsdelf*) - targ_defvec=bfd_elf32_shlnbsd_vec - targ_selvecs="bfd_elf32_shnbsd_vec shcoff_vec shlcoff_vec" - ;; sh-*-netbsdelf*) targ_defvec=bfd_elf32_shnbsd_vec targ_selvecs="bfd_elf32_shlnbsd_vec shcoff_vec shlcoff_vec" diff -uprN binutils-2.14.90.0.2/bfd/configure binutils-2.14.90.0.3/bfd/configure --- binutils-2.14.90.0.2/bfd/configure 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/configure 2003-05-23 07:18:52.000000000 -0700 @@ -918,7 +918,7 @@ fi PACKAGE=bfd -VERSION=2.14.90.0.2 +VERSION=2.14.90.0.3 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -5123,50 +5123,50 @@ if test "${target}" = "${host}"; then TRAD_HEADER='"hosts/i370linux.h"' ;; - i[3456]86-sequent-bsd*) + i[3-7]86-sequent-bsd*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/symmetry.h"' ;; - i[3456]86-sequent-sysv4*) ;; - i[3456]86-sequent-sysv*) + i[3-7]86-sequent-sysv4*) ;; + i[3-7]86-sequent-sysv*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/symmetry.h"' ;; - i[3456]86-*-bsdi) + i[3-7]86-*-bsdi) COREFILE= ;; - i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*) + i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' ;; - i[3456]86-*-freebsd*) + i[3-7]86-*-freebsd*) COREFILE='' TRAD_HEADER='"hosts/i386bsd.h"' ;; - i[3456]86-*-netbsd* | i[3456]86-*-openbsd*) + i[3-7]86-*-netbsd* | i[3-7]86-*-openbsd*) COREFILE=netbsd-core.lo ;; - i[3456]86-esix-sysv3*) + i[3-7]86-esix-sysv3*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/esix.h"' ;; - i[3456]86-*-sco3.2v5*) + i[3-7]86-*-sco3.2v5*) COREFILE=sco5-core.lo ;; - i[3456]86-*-sco* | i[3456]86-*-isc*) + i[3-7]86-*-sco* | i[3-7]86-*-isc*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386sco.h"' ;; - i[3456]86-*-mach3*) + i[3-7]86-*-mach3*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386mach3.h"' ;; - i[3456]86-*-linux-gnu*) + i[3-7]86-*-linux-gnu*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386linux.h"' ;; - i[3456]86-*-isc*) COREFILE=trad-core.lo ;; - i[3456]86-*-aix*) COREFILE=aix386-core.lo ;; + i[3-7]86-*-isc*) COREFILE=trad-core.lo ;; + i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;; i860-*-mach3* | i860-*-osf1*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i860mach3.h"' diff -uprN binutils-2.14.90.0.2/bfd/configure.host binutils-2.14.90.0.3/bfd/configure.host --- binutils-2.14.90.0.2/bfd/configure.host 2003-01-21 10:21:32.000000000 -0800 +++ binutils-2.14.90.0.3/bfd/configure.host 2003-05-23 07:18:52.000000000 -0700 @@ -37,9 +37,9 @@ ia64-*-hpux*) host64=true HOST_U_64BIT_TYPE="unsigned long long"; ;; -i[3456]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;; -i[3456]86-sequent-sysv4*) ;; -i[3456]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;; +i[3-7]86-sequent-bsd*) HDEFINES=-Dshared=genshared ;; +i[3-7]86-sequent-sysv4*) ;; +i[3-7]86-sequent-sysv*) HDEFINES=-Dshared=genshared ;; mips*-*-netbsd*) ;; mips*-*-openbsd*) ;; diff -uprN binutils-2.14.90.0.2/bfd/configure.in binutils-2.14.90.0.3/bfd/configure.in --- binutils-2.14.90.0.2/bfd/configure.in 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/configure.in 2003-05-23 07:18:52.000000000 -0700 @@ -7,7 +7,7 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.14.90.0.2) +AM_INIT_AUTOMAKE(bfd, 2.14.90.0.3) # Uncomment the next line to remove the date from the reported bfd version #is_release=y @@ -175,72 +175,72 @@ if test "${target}" = "${host}"; then ;; changequote(,)dnl - i[3456]86-sequent-bsd*) + i[3-7]86-sequent-bsd*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/symmetry.h"' ;; changequote(,)dnl - i[3456]86-sequent-sysv4*) ;; - i[3456]86-sequent-sysv*) + i[3-7]86-sequent-sysv4*) ;; + i[3-7]86-sequent-sysv*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/symmetry.h"' ;; changequote(,)dnl - i[3456]86-*-bsdi) + i[3-7]86-*-bsdi) changequote([,])dnl COREFILE= ;; changequote(,)dnl - i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01234]* | i[34567]86-*-freebsd*aout*) + i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' ;; changequote(,)dnl - i[3456]86-*-freebsd*) + i[3-7]86-*-freebsd*) changequote([,])dnl COREFILE='' TRAD_HEADER='"hosts/i386bsd.h"' ;; changequote(,)dnl - i[3456]86-*-netbsd* | i[3456]86-*-openbsd*) + i[3-7]86-*-netbsd* | i[3-7]86-*-openbsd*) changequote([,])dnl COREFILE=netbsd-core.lo ;; changequote(,)dnl - i[3456]86-esix-sysv3*) + i[3-7]86-esix-sysv3*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/esix.h"' ;; changequote(,)dnl - i[3456]86-*-sco3.2v5*) + i[3-7]86-*-sco3.2v5*) changequote([,])dnl COREFILE=sco5-core.lo ;; changequote(,)dnl - i[3456]86-*-sco* | i[3456]86-*-isc*) + i[3-7]86-*-sco* | i[3-7]86-*-isc*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386sco.h"' ;; changequote(,)dnl - i[3456]86-*-mach3*) + i[3-7]86-*-mach3*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386mach3.h"' ;; changequote(,)dnl - i[3456]86-*-linux-gnu*) + i[3-7]86-*-linux-gnu*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386linux.h"' ;; changequote(,)dnl - i[3456]86-*-isc*) COREFILE=trad-core.lo ;; - i[3456]86-*-aix*) COREFILE=aix386-core.lo ;; + i[3-7]86-*-isc*) COREFILE=trad-core.lo ;; + i[3-7]86-*-aix*) COREFILE=aix386-core.lo ;; changequote([,])dnl i860-*-mach3* | i860-*-osf1*) COREFILE=trad-core.lo diff -uprN binutils-2.14.90.0.2/bfd/cpu-h8300.c binutils-2.14.90.0.3/bfd/cpu-h8300.c --- binutils-2.14.90.0.2/bfd/cpu-h8300.c 2003-05-05 14:46:46.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/cpu-h8300.c 2003-05-23 07:18:52.000000000 -0700 @@ -81,6 +81,9 @@ h8300_scan (info, string) if (*string == 'n' || *string == 'N') return (info->mach == bfd_mach_h8300sn); + if (*string == 'x' || *string == 'X') + return (info->mach == bfd_mach_h8300sx); + return (info->mach == bfd_mach_h8300s); } else @@ -103,6 +106,22 @@ compatible (in, out) return in; } +static const bfd_arch_info_type h8300sx_info_struct = +{ + 32, /* 32 bits in a word */ + 32, /* 32 bits in an address */ + 8, /* 8 bits in a byte */ + bfd_arch_h8300, + bfd_mach_h8300sx, + "h8300sx", /* arch_name */ + "h8300sx", /* printable name */ + 1, + FALSE, /* the default machine */ + compatible, + h8300_scan, + 0 +}; + static const bfd_arch_info_type h8300sn_info_struct = { 32, /* 32 bits in a word. */ @@ -116,7 +135,7 @@ static const bfd_arch_info_type h8300sn_ FALSE, /* The default machine. */ compatible, h8300_scan, - 0 + &h8300sx_info_struct }; diff -uprN binutils-2.14.90.0.2/bfd/elf-bfd.h binutils-2.14.90.0.3/bfd/elf-bfd.h --- binutils-2.14.90.0.2/bfd/elf-bfd.h 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf-bfd.h 2003-05-23 07:18:52.000000000 -0700 @@ -875,6 +875,12 @@ struct elf_backend_data Used for the MIPS ELF .mdebug section. */ const struct ecoff_debug_swap *elf_backend_ecoff_debug_swap; + /* This function implements `bfd_elf_bfd_from_remote_memory'; + see elf.c, elfcode.h. */ + bfd *(*elf_backend_bfd_from_remote_memory) + PARAMS ((bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, + int (*target_read_memory) (bfd_vma vma, char *myaddr, int len))); + /* Alternate EM_xxxx machine codes for this backend. */ int elf_machine_alt1; int elf_machine_alt2; @@ -1750,6 +1756,13 @@ extern char *elfcore_write_prxfpreg extern char *elfcore_write_lwpstatus PARAMS ((bfd *, char *, int *, long, int, const PTR)); +extern bfd *_bfd_elf32_bfd_from_remote_memory + PARAMS ((bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, + int (*target_read_memory) (bfd_vma, char *, int))); +extern bfd *_bfd_elf64_bfd_from_remote_memory + PARAMS ((bfd *templ, bfd_vma ehdr_vma, bfd_vma *loadbasep, + int (*target_read_memory) (bfd_vma, char *, int))); + /* SH ELF specific routine. */ extern bfd_boolean _sh_elf_set_mach_from_flags diff -uprN binutils-2.14.90.0.2/bfd/elf.c binutils-2.14.90.0.3/bfd/elf.c --- binutils-2.14.90.0.2/bfd/elf.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf.c 2003-05-23 07:18:52.000000000 -0700 @@ -1616,7 +1616,7 @@ bfd_elf_get_needed_list (abfd, info) bfd *abfd ATTRIBUTE_UNUSED; struct bfd_link_info *info; { - if (info->hash->creator->flavour != bfd_target_elf_flavour) + if (! is_elf_hash_table (info)) return NULL; return elf_hash_table (info)->needed; } @@ -1629,7 +1629,7 @@ bfd_elf_get_runpath_list (abfd, info) bfd *abfd ATTRIBUTE_UNUSED; struct bfd_link_info *info; { - if (info->hash->creator->flavour != bfd_target_elf_flavour) + if (! is_elf_hash_table (info)) return NULL; return elf_hash_table (info)->runpath; } @@ -6884,6 +6884,20 @@ elfcore_grok_note (abfd, note) #else return TRUE; #endif + + case NT_AUXV: + { + asection *sect = bfd_make_section (abfd, ".auxv"); + + if (sect == NULL) + return FALSE; + sect->_raw_size = note->descsz; + sect->filepos = note->descpos; + sect->flags = SEC_HAS_CONTENTS; + sect->alignment_power = 1 + bfd_get_arch_size (abfd) / 32; + + return TRUE; + } } } @@ -7535,3 +7549,27 @@ _bfd_elf_section_offset (abfd, info, sec return offset; } } + +/* Create a new BFD as if by bfd_openr. Rather than opening a file, + reconstruct an ELF file by reading the segments out of remote memory + based on the ELF file header at EHDR_VMA and the ELF program headers it + points to. If not null, *LOADBASEP is filled in with the difference + between the VMAs from which the segments were read, and the VMAs the + file headers (and hence BFD's idea of each section's VMA) put them at. + + The function TARGET_READ_MEMORY is called to copy LEN bytes from the + remote memory at target address VMA into the local buffer at MYADDR; it + should return zero on success or an `errno' code on failure. TEMPL must + be a BFD for an ELF target with the word size and byte order found in + the remote memory. */ + +bfd * +bfd_elf_bfd_from_remote_memory (templ, ehdr_vma, loadbasep, target_read_memory) + bfd *templ; + bfd_vma ehdr_vma; + bfd_vma *loadbasep; + int (*target_read_memory) PARAMS ((bfd_vma vma, char *myaddr, int len)); +{ + return (*get_elf_backend_data (templ)->elf_backend_bfd_from_remote_memory) + (templ, ehdr_vma, loadbasep, target_read_memory); +} diff -uprN binutils-2.14.90.0.2/bfd/elf32-h8300.c binutils-2.14.90.0.3/bfd/elf32-h8300.c --- binutils-2.14.90.0.2/bfd/elf32-h8300.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-h8300.c 2003-05-23 07:18:52.000000000 -0700 @@ -579,6 +579,9 @@ elf32_h8_mach (flags) case E_H8_MACH_H8300SN: return bfd_mach_h8300sn; + + case E_H8_MACH_H8300SX: + return bfd_mach_h8300sx; } } @@ -615,6 +618,10 @@ elf32_h8_final_write_processing (abfd, l case bfd_mach_h8300sn: val = E_H8_MACH_H8300SN; break; + + case bfd_mach_h8300sx: + val = E_H8_MACH_H8300SX; + break; } elf_elfheader (abfd)->e_flags &= ~ (EF_H8_MACH); @@ -1023,7 +1030,10 @@ elf32_h8_relax_section (abfd, sec, link_ && value >= 0xff00 && value <= 0xffff) || ((bfd_get_mach (abfd) == bfd_mach_h8300h - || bfd_get_mach (abfd) == bfd_mach_h8300s) + /* FIXME: h8300hn? */ + || bfd_get_mach (abfd) == bfd_mach_h8300s + /* FIXME: h8300sn? */ + || bfd_get_mach (abfd) == bfd_mach_h8300sx) && value >= 0xffff00 && value <= 0xffffff)) { @@ -1081,7 +1091,10 @@ elf32_h8_relax_section (abfd, sec, link_ && value >= 0xff00 && value <= 0xffff) || ((bfd_get_mach (abfd) == bfd_mach_h8300h - || bfd_get_mach (abfd) == bfd_mach_h8300s) + /* FIXME: h8300hn? */ + || bfd_get_mach (abfd) == bfd_mach_h8300s + /* FIXME: h8300sn? */ + || bfd_get_mach (abfd) == bfd_mach_h8300sx) && value >= 0xffff00 && value <= 0xffffff)) { diff -uprN binutils-2.14.90.0.2/bfd/elf32-i386.c binutils-2.14.90.0.3/bfd/elf32-i386.c --- binutils-2.14.90.0.2/bfd/elf32-i386.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-i386.c 2003-05-23 07:18:52.000000000 -0700 @@ -1390,11 +1390,9 @@ elf_i386_adjust_dynamic_symbol (info, h) || (h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0) { if (h->plt.refcount <= 0 - || (! info->shared - && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) == 0 - && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) == 0 - && h->root.type != bfd_link_hash_undefweak - && h->root.type != bfd_link_hash_undefined)) + || SYMBOL_CALLS_LOCAL (info, h) + || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT + && h->root.type == bfd_link_hash_undefweak)) { /* This case can occur if we saw a PLT32 reloc in an input file, but the symbol was never referred to by a dynamic @@ -1558,9 +1556,7 @@ allocate_dynrelocs (h, inf) htab = elf_i386_hash_table (info); if (htab->elf.dynamic_sections_created - && h->plt.refcount > 0 - && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT - || h->root.type != bfd_link_hash_undefweak)) + && h->plt.refcount > 0) { /* Make sure this symbol is output as a dynamic symbol. Undefined weak syms won't yet be marked as dynamic. */ diff -uprN binutils-2.14.90.0.2/bfd/elf32-i860.c binutils-2.14.90.0.3/bfd/elf32-i860.c --- binutils-2.14.90.0.2/bfd/elf32-i860.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-i860.c 2003-05-23 07:18:52.000000000 -0700 @@ -803,7 +803,7 @@ elf32_i860_relocate_highadj (input_bfd, insn = bfd_get_32 (input_bfd, contents + rel->r_offset); value += rel->r_addend; - value += (value & 0x8000) << 1; + value += 0x8000; value = ((value >> 16) & 0xffff); insn = (insn & 0xffff0000) | value; diff -uprN binutils-2.14.90.0.2/bfd/elf32-m68k.c binutils-2.14.90.0.3/bfd/elf32-m68k.c --- binutils-2.14.90.0.2/bfd/elf32-m68k.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-m68k.c 2003-05-23 07:18:52.000000000 -0700 @@ -673,6 +673,7 @@ elf_m68k_check_relocs (abfd, info, sec, || !bfd_set_section_alignment (dynobj, sreloc, 2)) return FALSE; } + elf_section_data (sec)->sreloc = sreloc; } if (sec->flags & SEC_READONLY @@ -1627,12 +1628,17 @@ elf_m68k_relocate_section (output_bfd, i if (info->shared && r_symndx != 0 && (input_section->flags & SEC_ALLOC) != 0 + && (h == NULL + || ELF_ST_VISIBILITY (h->other) == STV_DEFAULT + || h->root.type != bfd_link_hash_undefweak) && ((r_type != R_68K_PC8 && r_type != R_68K_PC16 && r_type != R_68K_PC32) - || (!info->symbolic - || (h->elf_link_hash_flags - & ELF_LINK_HASH_DEF_REGULAR) == 0))) + || (h != NULL + && h->dynindx != -1 + && (!info->symbolic + || (h->elf_link_hash_flags + & ELF_LINK_HASH_DEF_REGULAR) == 0)))) { Elf_Internal_Rela outrel; bfd_byte *loc; @@ -1642,26 +1648,6 @@ elf_m68k_relocate_section (output_bfd, i are copied into the output file to be resolved at run time. */ - if (sreloc == NULL) - { - const char *name; - - name = (bfd_elf_string_from_elf_section - (input_bfd, - elf_elfheader (input_bfd)->e_shstrndx, - elf_section_data (input_section)->rel_hdr.sh_name)); - if (name == NULL) - return FALSE; - - BFD_ASSERT (strncmp (name, ".rela", 5) == 0 - && strcmp (bfd_get_section_name (input_bfd, - input_section), - name + 5) == 0); - - sreloc = bfd_get_section_by_name (dynobj, name); - BFD_ASSERT (sreloc != NULL); - } - skip = FALSE; relocate = FALSE; @@ -1677,19 +1663,22 @@ elf_m68k_relocate_section (output_bfd, i if (skip) memset (&outrel, 0, sizeof outrel); - /* h->dynindx may be -1 if the symbol was marked to - become local. */ else if (h != NULL - && ((! info->symbolic && h->dynindx != -1) + && h->dynindx != -1 + && (r_type == R_68K_PC8 + || r_type == R_68K_PC16 + || r_type == R_68K_PC32 + || !info->shared + || !info->symbolic || (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0)) { - BFD_ASSERT (h->dynindx != -1); outrel.r_info = ELF32_R_INFO (h->dynindx, r_type); - outrel.r_addend = relocation + rel->r_addend; + outrel.r_addend = rel->r_addend; } else { + /* This symbol is local, or marked to become local. */ if (r_type == R_68K_32) { relocate = TRUE; @@ -1730,6 +1719,10 @@ elf_m68k_relocate_section (output_bfd, i } } + sreloc = elf_section_data (input_section)->sreloc; + if (sreloc == NULL) + abort (); + loc = sreloc->contents; loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); bfd_elf32_swap_reloca_out (output_bfd, &outrel, loc); diff -uprN binutils-2.14.90.0.2/bfd/elf32-ppc.c binutils-2.14.90.0.3/bfd/elf32-ppc.c --- binutils-2.14.90.0.2/bfd/elf32-ppc.c 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-ppc.c 2003-05-23 07:18:52.000000000 -0700 @@ -2495,19 +2495,21 @@ ppc_elf_adjust_dynamic_symbol (info, h) { /* Clear procedure linkage table information for any symbol that won't need a .plt entry. */ - if (! htab->elf.dynamic_sections_created + if (h->plt.refcount <= 0 || SYMBOL_CALLS_LOCAL (info, h) - || h->plt.refcount <= 0) + || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT + && h->root.type == bfd_link_hash_undefweak)) { /* A PLT entry is not required/allowed when: - 1. We are not using ld.so; because then the PLT entry - can't be set up, so we can't use one. + 1. We are not using ld.so; because then the PLT entry + can't be set up, so we can't use one. In this case, + ppc_elf_adjust_dynamic_symbol won't even be called. - 2. We know for certain that a call to this symbol - will go to this object. + 2. GC has rendered the entry unused. - 3. GC has rendered the entry unused. */ + 3. We know for certain that a call to this symbol + will go to this object, or will remain undefined. */ h->plt.offset = (bfd_vma) -1; h->elf_link_hash_flags &= ~ELF_LINK_HASH_NEEDS_PLT; } @@ -2673,9 +2675,7 @@ allocate_dynrelocs (h, inf) htab = ppc_elf_hash_table (info); if (htab->elf.dynamic_sections_created - && h->plt.refcount > 0 - && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT - || h->root.type != bfd_link_hash_undefweak)) + && h->plt.refcount > 0) { /* Make sure this symbol is output as a dynamic symbol. */ if (h->dynindx == -1 @@ -2799,12 +2799,12 @@ allocate_dynrelocs (h, inf) if (info->shared) { - /* Relocs that use pc_count are those that appear on a call - insn, or certain REL relocs (see MUST_BE_DYN_RELOC) that can - generated via assembly. We want calls to protected symbols - to resolve directly to the function rather than going via the - plt. If people want function pointer comparisons to work as - expected then they should avoid writing weird assembly. */ + /* Relocs that use pc_count are those that appear on a call insn, + or certain REL relocs (see MUST_BE_DYN_RELOC) that can be + generated via assembly. We want calls to protected symbols to + resolve directly to the function rather than going via the plt. + If people want function pointer comparisons to work as expected + then they should avoid writing weird assembly. */ if (SYMBOL_CALLS_LOCAL (info, h)) { struct ppc_elf_dyn_relocs **pp; diff -uprN binutils-2.14.90.0.2/bfd/elf32-xstormy16.c binutils-2.14.90.0.3/bfd/elf32-xstormy16.c --- binutils-2.14.90.0.2/bfd/elf32-xstormy16.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf32-xstormy16.c 2003-05-23 07:18:52.000000000 -0700 @@ -176,7 +176,7 @@ static reloc_howto_type xstormy16_elf_ho "R_XSTORMY16_REL_12", /* name */ FALSE, /* partial_inplace */ 0, /* src_mask */ - 0x0fff, /* dst_mask */ + 0x0ffe, /* dst_mask */ TRUE), /* pcrel_offset */ /* A 24-bit absolute relocation suitable for the jump instructions. */ diff -uprN binutils-2.14.90.0.2/bfd/elf64-mips.c binutils-2.14.90.0.3/bfd/elf64-mips.c --- binutils-2.14.90.0.2/bfd/elf64-mips.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf64-mips.c 2003-05-23 07:18:52.000000000 -0700 @@ -1227,6 +1227,38 @@ static reloc_howto_type elf_mips_gnu_vte 0, /* dst_mask */ FALSE); /* pcrel_offset */ +/* 16 bit offset for pc-relative branches. */ +static reloc_howto_type elf_mips_gnu_rel16_s2 = + HOWTO (R_MIPS_GNU_REL16_S2, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "R_MIPS_GNU_REL16_S2", /* name */ + TRUE, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + TRUE); /* pcrel_offset */ + +/* 16 bit offset for pc-relative branches. */ +static reloc_howto_type elf_mips_gnu_rela16_s2 = + HOWTO (R_MIPS_GNU_REL16_S2, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + bfd_elf_generic_reloc, /* special_function */ + "R_MIPS_GNU_REL16_S2", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + TRUE); /* pcrel_offset */ + /* Swap in a MIPS 64-bit Rel reloc. */ static void @@ -1960,6 +1992,8 @@ bfd_elf64_bfd_reloc_type_lookup (abfd, c return &elf_mips_gnu_vtinherit_howto; case BFD_RELOC_VTABLE_ENTRY: return &elf_mips_gnu_vtentry_howto; + case BFD_RELOC_16_PCREL_S2: + return &elf_mips_gnu_rela16_s2; default: bfd_set_error (bfd_error_bad_value); return NULL; @@ -1983,6 +2017,11 @@ mips_elf64_rtype_to_howto (r_type, rela_ return &elf_mips_gnu_vtinherit_howto; case R_MIPS_GNU_VTENTRY: return &elf_mips_gnu_vtentry_howto; + case R_MIPS_GNU_REL16_S2: + if (rela_p) + return &elf_mips_gnu_rela16_s2; + else + return &elf_mips_gnu_rel16_s2; default: BFD_ASSERT (r_type < (unsigned int) R_MIPS_max); if (rela_p) diff -uprN binutils-2.14.90.0.2/bfd/elf64-ppc.c binutils-2.14.90.0.3/bfd/elf64-ppc.c --- binutils-2.14.90.0.2/bfd/elf64-ppc.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elf64-ppc.c 2003-05-23 07:18:52.000000000 -0700 @@ -4505,10 +4505,9 @@ ppc64_elf_adjust_dynamic_symbol (info, h break; if (!((struct ppc_link_hash_entry *) h)->is_func_descriptor || ent == NULL - || (h->elf_link_hash_flags & ELF_LINK_FORCED_LOCAL) != 0 - || (! info->shared - && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) == 0 - && (h->elf_link_hash_flags & ELF_LINK_HASH_REF_DYNAMIC) == 0)) + || SYMBOL_CALLS_LOCAL (info, h) + || (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT + && h->root.type == bfd_link_hash_undefweak)) { h->plt.plist = NULL; h->elf_link_hash_flags &= ~ELF_LINK_HASH_NEEDS_PLT; @@ -5496,9 +5495,7 @@ allocate_dynrelocs (h, inf) if (htab->elf.dynamic_sections_created && h->dynindx != -1 - && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, info->shared, h) - && (ELF_ST_VISIBILITY (h->other) == STV_DEFAULT - || h->root.type != bfd_link_hash_undefweak)) + && WILL_CALL_FINISH_DYNAMIC_SYMBOL (1, info->shared, h)) { struct plt_entry *pent; bfd_boolean doneone = FALSE; @@ -5621,12 +5618,12 @@ allocate_dynrelocs (h, inf) if (info->shared) { - /* Relocs that use pc_count are those that appear on a call - insn, or certain REL relocs (see MUST_BE_DYN_RELOC) that can - generated via assembly. We want calls to protected symbols - to resolve directly to the function rather than going via the - plt. If people want function pointer comparisons to work as - expected then they should avoid writing weird assembly. */ + /* Relocs that use pc_count are those that appear on a call insn, + or certain REL relocs (see MUST_BE_DYN_RELOC) that can be + generated via assembly. We want calls to protected symbols to + resolve directly to the function rather than going via the plt. + If people want function pointer comparisons to work as expected + then they should avoid writing weird assembly. */ if (SYMBOL_CALLS_LOCAL (info, h)) { struct ppc_dyn_relocs **pp; diff -uprN binutils-2.14.90.0.2/bfd/elfcode.h binutils-2.14.90.0.3/bfd/elfcode.h --- binutils-2.14.90.0.2/bfd/elfcode.h 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elfcode.h 2003-05-23 07:18:52.000000000 -0700 @@ -1568,6 +1568,232 @@ elf_symbol_flags (flags) } #endif +/* Create a new BFD as if by bfd_openr. Rather than opening a file, + reconstruct an ELF file by reading the segments out of remote memory + based on the ELF file header at EHDR_VMA and the ELF program headers it + points to. If not null, *LOADBASEP is filled in with the difference + between the VMAs from which the segments were read, and the VMAs the + file headers (and hence BFD's idea of each section's VMA) put them at. + + The function TARGET_READ_MEMORY is called to copy LEN bytes from the + remote memory at target address VMA into the local buffer at MYADDR; it + should return zero on success or an `errno' code on failure. TEMPL must + be a BFD for a target with the word size and byte order found in the + remote memory. */ + +bfd * +NAME(_bfd_elf,bfd_from_remote_memory) (templ, ehdr_vma, loadbasep, + target_read_memory) + bfd *templ; + bfd_vma ehdr_vma; + bfd_vma *loadbasep; + int (*target_read_memory) PARAMS ((bfd_vma vma, char *myaddr, int len)); +{ + Elf_External_Ehdr x_ehdr; /* Elf file header, external form */ + Elf_Internal_Ehdr i_ehdr; /* Elf file header, internal form */ + Elf_External_Phdr *x_phdrs; + Elf_Internal_Phdr *i_phdrs, *last_phdr; + bfd *nbfd; + struct bfd_in_memory *bim; + int contents_size; + char *contents; + int err; + unsigned int i; + bfd_vma loadbase; + + /* Read in the ELF header in external format. */ + err = target_read_memory (ehdr_vma, (char *) &x_ehdr, sizeof x_ehdr); + if (err) + { + bfd_set_error (bfd_error_system_call); + errno = err; + return NULL; + } + + /* Now check to see if we have a valid ELF file, and one that BFD can + make use of. The magic number must match, the address size ('class') + and byte-swapping must match our XVEC entry. */ + + if (! elf_file_p (&x_ehdr) + || x_ehdr.e_ident[EI_VERSION] != EV_CURRENT + || x_ehdr.e_ident[EI_CLASS] != ELFCLASS) + { + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + + /* Check that file's byte order matches xvec's */ + switch (x_ehdr.e_ident[EI_DATA]) + { + case ELFDATA2MSB: /* Big-endian */ + if (! bfd_header_big_endian (templ)) + { + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + break; + case ELFDATA2LSB: /* Little-endian */ + if (! bfd_header_little_endian (templ)) + { + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + break; + case ELFDATANONE: /* No data encoding specified */ + default: /* Unknown data encoding specified */ + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + + elf_swap_ehdr_in (templ, &x_ehdr, &i_ehdr); + + /* The file header tells where to find the program headers. + These are what we use to actually choose what to read. */ + + if (i_ehdr.e_phentsize != sizeof (Elf_External_Phdr) || i_ehdr.e_phnum == 0) + { + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + + x_phdrs = (Elf_External_Phdr *) + bfd_malloc (i_ehdr.e_phnum * (sizeof *x_phdrs + sizeof *i_phdrs)); + if (x_phdrs == NULL) + { + bfd_set_error (bfd_error_no_memory); + return NULL; + } + err = target_read_memory (ehdr_vma + i_ehdr.e_phoff, (char *) x_phdrs, + i_ehdr.e_phnum * sizeof x_phdrs[0]); + if (err) + { + free (x_phdrs); + bfd_set_error (bfd_error_system_call); + errno = err; + return NULL; + } + i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum]; + + contents_size = 0; + last_phdr = NULL; + loadbase = ehdr_vma; + for (i = 0; i < i_ehdr.e_phnum; ++i) + { + elf_swap_phdr_in (templ, &x_phdrs[i], &i_phdrs[i]); + if (i_phdrs[i].p_type == PT_LOAD) + { + bfd_vma segment_end; + segment_end = (i_phdrs[i].p_offset + i_phdrs[i].p_filesz + + i_phdrs[i].p_align - 1) & -i_phdrs[i].p_align; + if (segment_end > (bfd_vma) contents_size) + contents_size = segment_end; + + if ((i_phdrs[i].p_offset & -i_phdrs[i].p_align) == 0) + loadbase = ehdr_vma - (i_phdrs[i].p_vaddr & -i_phdrs[i].p_align); + + last_phdr = &i_phdrs[i]; + } + } + if (last_phdr == NULL) + { + /* There were no PT_LOAD segments, so we don't have anything to read. */ + free (x_phdrs); + bfd_set_error (bfd_error_wrong_format); + return NULL; + } + + /* Trim the last segment so we don't bother with zeros in the last page + that are off the end of the file. However, if the extra bit in that + page includes the section headers, keep them. */ + if ((bfd_vma) contents_size > last_phdr->p_offset + last_phdr->p_filesz + && (bfd_vma) contents_size >= (i_ehdr.e_shoff + + i_ehdr.e_shnum * i_ehdr.e_shentsize)) + { + contents_size = last_phdr->p_offset + last_phdr->p_filesz; + if ((bfd_vma) contents_size < (i_ehdr.e_shoff + + i_ehdr.e_shnum * i_ehdr.e_shentsize)) + contents_size = i_ehdr.e_shoff + i_ehdr.e_shnum * i_ehdr.e_shentsize; + } + else + contents_size = last_phdr->p_offset + last_phdr->p_filesz; + + /* Now we know the size of the whole image we want read in. */ + contents = (char *) bfd_zmalloc ((bfd_size_type) contents_size); + if (contents == NULL) + { + free (x_phdrs); + bfd_set_error (bfd_error_no_memory); + return NULL; + } + + for (i = 0; i < i_ehdr.e_phnum; ++i) + if (i_phdrs[i].p_type == PT_LOAD) + { + bfd_vma start = i_phdrs[i].p_offset & -i_phdrs[i].p_align; + bfd_vma end = (i_phdrs[i].p_offset + i_phdrs[i].p_filesz + + i_phdrs[i].p_align - 1) & -i_phdrs[i].p_align; + if (end > (bfd_vma) contents_size) + end = contents_size; + err = target_read_memory ((loadbase + i_phdrs[i].p_vaddr) + & -i_phdrs[i].p_align, + contents + start, end - start); + if (err) + { + free (x_phdrs); + free (contents); + bfd_set_error (bfd_error_system_call); + errno = err; + return NULL; + } + } + free (x_phdrs); + + /* If the segments visible in memory didn't include the section headers, + then clear them from the file header. */ + if ((bfd_vma) contents_size < (i_ehdr.e_shoff + + i_ehdr.e_shnum * i_ehdr.e_shentsize)) + { + memset (&x_ehdr.e_shoff, 0, sizeof x_ehdr.e_shoff); + memset (&x_ehdr.e_shnum, 0, sizeof x_ehdr.e_shnum); + memset (&x_ehdr.e_shstrndx, 0, sizeof x_ehdr.e_shstrndx); + } + + /* This will normally have been in the first PT_LOAD segment. But it + conceivably could be missing, and we might have just changed it. */ + memcpy (contents, &x_ehdr, sizeof x_ehdr); + + /* Now we have a memory image of the ELF file contents. Make a BFD. */ + bim = ((struct bfd_in_memory *) + bfd_malloc ((bfd_size_type) sizeof (struct bfd_in_memory))); + if (bim == NULL) + { + free (contents); + bfd_set_error (bfd_error_no_memory); + return NULL; + } + nbfd = _bfd_new_bfd (); + if (nbfd == NULL) + { + free (bim); + free (contents); + bfd_set_error (bfd_error_no_memory); + return NULL; + } + nbfd->filename = ""; + nbfd->xvec = templ->xvec; + bim->size = contents_size; + bim->buffer = contents; + nbfd->iostream = (PTR) bim; + nbfd->flags = BFD_IN_MEMORY; + nbfd->direction = read_direction; + nbfd->mtime = time (NULL); + nbfd->mtime_set = TRUE; + + if (loadbasep) + *loadbasep = loadbase; + return nbfd; +} + #include "elfcore.h" #include "elflink.h" diff -uprN binutils-2.14.90.0.2/bfd/elflink.c binutils-2.14.90.0.3/bfd/elflink.c --- binutils-2.14.90.0.2/bfd/elflink.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elflink.c 2003-05-23 07:18:52.000000000 -0700 @@ -855,7 +855,7 @@ _bfd_elf_merge_symbol (abfd, info, name, /* If the old symbol has non-default visibility, we ignore the new definition from a dynamic object. */ if (newdyn - && ELF_ST_VISIBILITY (h->other) + && ELF_ST_VISIBILITY (h->other) != STV_DEFAULT && !bfd_is_und_section (sec)) { *skip = TRUE; @@ -871,7 +871,7 @@ _bfd_elf_merge_symbol (abfd, info, name, return TRUE; } else if (!newdyn - && ELF_ST_VISIBILITY (sym->st_other) + && ELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) != 0) { /* If the new symbol with non-default visibility comes from a @@ -884,7 +884,8 @@ _bfd_elf_merge_symbol (abfd, info, name, if (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_DYNAMIC) { h->elf_link_hash_flags &= ~ELF_LINK_HASH_DEF_DYNAMIC; - h->elf_link_hash_flags |= ELF_LINK_HASH_REF_DYNAMIC; + h->elf_link_hash_flags |= (ELF_LINK_HASH_REF_DYNAMIC + | ELF_LINK_DYNAMIC_DEF); } /* FIXME: Should we check type and size for protected symbol? */ h->size = 0; @@ -2427,8 +2428,8 @@ _bfd_elf_fix_symbol_flags (h, eif) /* If -Bsymbolic was used (which means to bind references to global symbols to the definition within the shared object), and this symbol was defined in a regular object, then it actually doesn't - need a PLT entry. Likewise, if the symbol has non-default - visibility. If the symbol has hidden or internal visibility, we + need a PLT entry. Likewise, if the symbol has non-default + visibility. If the symbol has hidden or internal visibility, we will force it local. */ if ((h->elf_link_hash_flags & ELF_LINK_HASH_NEEDS_PLT) != 0 && eif->info->shared @@ -2449,7 +2450,7 @@ _bfd_elf_fix_symbol_flags (h, eif) /* If a weak undefined symbol has non-default visibility, we also hide it from the dynamic linker. */ - if (ELF_ST_VISIBILITY (h->other) + if (ELF_ST_VISIBILITY (h->other) != STV_DEFAULT && h->root.type == bfd_link_hash_undefweak) { struct elf_backend_data *bed; diff -uprN binutils-2.14.90.0.2/bfd/elflink.h binutils-2.14.90.0.3/bfd/elflink.h --- binutils-2.14.90.0.2/bfd/elflink.h 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elflink.h 2003-05-23 07:18:52.000000000 -0700 @@ -4620,9 +4620,9 @@ elf_link_output_extsym (h, data) /* If a non-weak symbol with non-default visibility is not defined locally, it is a fatal error. */ if (! finfo->info->relocateable - && ELF_ST_VISIBILITY (sym.st_other) + && ELF_ST_VISIBILITY (sym.st_other) != STV_DEFAULT && ELF_ST_BIND (sym.st_info) != STB_WEAK - && h->root.type != bfd_link_hash_undefweak + && h->root.type == bfd_link_hash_undefined && (h->elf_link_hash_flags & ELF_LINK_HASH_DEF_REGULAR) == 0) { (*_bfd_error_handler) diff -uprN binutils-2.14.90.0.2/bfd/elfn32-mips.c binutils-2.14.90.0.3/bfd/elfn32-mips.c --- binutils-2.14.90.0.2/bfd/elfn32-mips.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elfn32-mips.c 2003-05-23 07:18:52.000000000 -0700 @@ -1199,6 +1199,38 @@ static reloc_howto_type elf_mips_gnu_vte 0, /* dst_mask */ FALSE); /* pcrel_offset */ +/* 16 bit offset for pc-relative branches. */ +static reloc_howto_type elf_mips_gnu_rel16_s2 = + HOWTO (R_MIPS_GNU_REL16_S2, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GNU_REL16_S2", /* name */ + TRUE, /* partial_inplace */ + 0x0000ffff, /* src_mask */ + 0x0000ffff, /* dst_mask */ + TRUE); /* pcrel_offset */ + +/* 16 bit offset for pc-relative branches. */ +static reloc_howto_type elf_mips_gnu_rela16_s2 = + HOWTO (R_MIPS_GNU_REL16_S2, /* type */ + 2, /* rightshift */ + 2, /* size (0 = byte, 1 = short, 2 = long) */ + 16, /* bitsize */ + TRUE, /* pc_relative */ + 0, /* bitpos */ + complain_overflow_signed, /* complain_on_overflow */ + mips_elf_generic_reloc, /* special_function */ + "R_MIPS_GNU_REL16_S2", /* name */ + FALSE, /* partial_inplace */ + 0, /* src_mask */ + 0x0000ffff, /* dst_mask */ + TRUE); /* pcrel_offset */ + /* This is derived from bfd_elf_generic_reloc. NewABI allows us to have several relocations against the same address. The addend is derived from the addends of preceding relocations. If we don't need to @@ -1897,6 +1929,8 @@ bfd_elf32_bfd_reloc_type_lookup (abfd, c return &elf_mips_gnu_vtinherit_howto; case BFD_RELOC_VTABLE_ENTRY: return &elf_mips_gnu_vtentry_howto; + case BFD_RELOC_16_PCREL_S2: + return &elf_mips_gnu_rela16_s2; default: bfd_set_error (bfd_error_bad_value); return NULL; @@ -1920,6 +1954,11 @@ mips_elf_n32_rtype_to_howto (r_type, rel return &elf_mips_gnu_vtinherit_howto; case R_MIPS_GNU_VTENTRY: return &elf_mips_gnu_vtentry_howto; + case R_MIPS_GNU_REL16_S2: + if (rela_p) + return &elf_mips_gnu_rela16_s2; + else + return &elf_mips_gnu_rel16_s2; default: BFD_ASSERT (r_type < (unsigned int) R_MIPS_max); if (rela_p) diff -uprN binutils-2.14.90.0.2/bfd/elfxx-mips.c binutils-2.14.90.0.3/bfd/elfxx-mips.c --- binutils-2.14.90.0.2/bfd/elfxx-mips.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/elfxx-mips.c 2003-05-23 07:18:52.000000000 -0700 @@ -163,8 +163,7 @@ struct mips_elf_hash_sort_data long min_got_dynindx; /* The greatest dynamic symbol table index corresponding to a symbol with a GOT entry that is not referenced (e.g., a dynamic symbol - with dynamic relocations pointing to it from non-primary - GOTs). */ + with dynamic relocations pointing to it from non-primary GOTs). */ long max_unref_got_dynindx; /* The greatest dynamic symbol table index not corresponding to a symbol without a GOT entry. */ @@ -246,8 +245,7 @@ struct mips_elf_link_hash_table struct extsym_info { - bfd *abfd; - struct bfd_link_info *info; + bfd *abfd; struct bfd_link_info *info; struct ecoff_debug_info *debug; const struct ecoff_debug_swap *swap; bfd_boolean failed; @@ -1719,15 +1717,15 @@ mips_elf_get_global_gotsym_index (abfd) if (abfd == NULL) return 0; - + sgot = mips_elf_got_section (abfd, TRUE); if (sgot == NULL || mips_elf_section_data (sgot) == NULL) return 0; - + g = mips_elf_section_data (sgot)->u.got_info; if (g == NULL || g->global_gotsym == NULL) return 0; - + return g->global_gotsym->dynindx; } @@ -1770,7 +1768,7 @@ mips_elf_global_got_index (abfd, ibfd, h if (g->bfd2got && ibfd) { struct mips_got_entry e, *p; - + BFD_ASSERT (h->dynindx >= 0); g = mips_elf_got_for_ibfd (g, ibfd); @@ -1828,7 +1826,7 @@ mips_elf_got_page (abfd, ibfd, info, val if (!entry) return MINUS_ONE; - + index = entry->gotidx; if (offsetp) @@ -1886,7 +1884,7 @@ mips_elf_got_offset_from_index (dynobj, g = mips_elf_got_info (dynobj, &sgot); gp = _bfd_get_gp_value (output_bfd) + mips_elf_adjust_gp (output_bfd, g, input_bfd); - + return sgot->output_section->vma + sgot->output_offset + index - gp; } @@ -1918,14 +1916,14 @@ mips_elf_create_local_got_entry (abfd, i INSERT); if (*loc) return *loc; - + entry.gotidx = MIPS_ELF_GOT_SIZE (abfd) * g->assigned_gotno++; *loc = (struct mips_got_entry *)bfd_alloc (abfd, sizeof entry); if (! *loc) return NULL; - + memcpy (*loc, &entry, sizeof entry); if (g->assigned_gotno >= g->local_gotno) @@ -1965,7 +1963,7 @@ mips_elf_sort_hash_table (info, max_loca g = mips_elf_got_info (dynobj, NULL); hsd.low = NULL; - hsd.max_unref_got_dynindx = + hsd.max_unref_got_dynindx = hsd.min_got_dynindx = elf_hash_table (info)->dynsymcount /* In the multi-got case, assigned_gotno of the master got_info indicate the number of entries that aren't referenced in the @@ -2079,7 +2077,7 @@ mips_elf_record_global_got_symbol (h, ab if (! *loc) return FALSE; - + entry.gotidx = -1; memcpy (*loc, &entry, sizeof entry); @@ -2121,7 +2119,7 @@ mips_elf_record_local_got_symbol (abfd, if (! *loc) return FALSE; - + memcpy (*loc, &entry, sizeof entry); return TRUE; @@ -2187,7 +2185,7 @@ mips_elf_make_got_per_bfd (entryp, p) struct mips_got_info *g; struct mips_elf_bfd2got_hash bfdgot_entry, *bfdgot; void **bfdgotp; - + /* Find the got_info for this GOT entry's input bfd. Create one if none exists. */ bfdgot_entry.bfd = entry->abfd; @@ -2239,7 +2237,7 @@ mips_elf_make_got_per_bfd (entryp, p) entryp = htab_find_slot (g->got_entries, entry, INSERT); if (*entryp != NULL) return 1; - + *entryp = entry; if (entry->symndx >= 0 || entry->d.h->forced_local) @@ -2268,7 +2266,7 @@ mips_elf_merge_gots (bfd2got_, p) unsigned int lcount = bfd2got->g->local_gotno; unsigned int gcount = bfd2got->g->global_gotno; unsigned int maxcnt = arg->max_count; - + /* If we don't have a primary GOT and this is not too big, use it as a starting point for the primary GOT. */ if (! arg->primary && lcount + gcount <= maxcnt) @@ -2336,7 +2334,7 @@ mips_elf_merge_gots (bfd2got_, p) { bfd2got->g->next = arg->current; arg->current = bfd2got->g; - + arg->current_count = lcount + gcount; } @@ -2417,7 +2415,7 @@ mips_elf_resolve_final_got_entry (entryp if (entry->d.h == h) return 1; - + entry->d.h = h; /* If we can't find this entry with the new bfd hash, re-insert @@ -2437,7 +2435,7 @@ mips_elf_resolve_final_got_entry (entryp /* We might want to decrement the global_gotno count, but it's either too early or too late for that at this point. */ } - + return 1; } @@ -2478,7 +2476,7 @@ mips_elf_adjust_gp (abfd, g, ibfd) BFD_ASSERT (g->next); g = g->next; - + return (g->local_gotno + g->global_gotno) * MIPS_ELF_GOT_SIZE (abfd); } @@ -2566,7 +2564,7 @@ mips_elf_multi_got (abfd, info, g, got, { struct mips_elf_bfd2got_hash *bfdgot; void **bfdgotp; - + bfdgot = (struct mips_elf_bfd2got_hash *)bfd_alloc (abfd, sizeof (struct mips_elf_bfd2got_hash)); @@ -2592,7 +2590,7 @@ mips_elf_multi_got (abfd, info, g, got, the cache. Also, knowing that every external symbol has a GOT helps speed up the resolution of local symbols too, so GNU/Linux follows IRIX's practice. - + The number 2 is used by mips_elf_sort_hash_table_f to count global GOT symbols that are unreferenced in the primary GOT, with an initial dynamic index computed from gg->assigned_gotno, where @@ -2665,10 +2663,10 @@ mips_elf_multi_got (abfd, info, g, got, got->_raw_size = (gg->next->local_gotno + gg->next->global_gotno) * MIPS_ELF_GOT_SIZE (abfd); - + return TRUE; } - + /* Returns the first relocation of type r_type found, beginning with RELOCATION. RELEND is one-past-the-end of the relocation table. */ @@ -5370,12 +5368,12 @@ _bfd_mips_elf_check_relocs (abfd, info, { struct mips_elf_link_hash_entry *hmips = (struct mips_elf_link_hash_entry *) h; - + while (hmips->root.root.type == bfd_link_hash_indirect || hmips->root.root.type == bfd_link_hash_warning) hmips = (struct mips_elf_link_hash_entry *) hmips->root.root.u.i.link; - + if ((hmips->root.root.type == bfd_link_hash_defined || hmips->root.root.type == bfd_link_hash_defweak) && hmips->root.root.u.def.section @@ -5599,7 +5597,7 @@ _bfd_mips_relax_section (abfd, sec, link while (h->root.root.type == bfd_link_hash_indirect || h->root.root.type == bfd_link_hash_warning) h = (struct mips_elf_link_hash_entry *) h->root.root.u.i.link; - + /* If a symbol is undefined, or if it may be overridden, skip it. */ if (! ((h->root.root.type == bfd_link_hash_defined @@ -5662,7 +5660,7 @@ _bfd_mips_relax_section (abfd, sec, link /* Check that it's in range. */ if (sym_offset < -0x8000 || sym_offset >= 0x8000) continue; - + /* Get the section contents if we haven't done so already. */ if (contents == NULL) { @@ -5711,7 +5709,7 @@ _bfd_mips_relax_section (abfd, sec, link } return TRUE; - relax_return: + relax_return: if (free_contents != NULL) free (free_contents); return FALSE; @@ -5857,7 +5855,7 @@ _bfd_mips_elf_always_size_sections (outp if (dynobj == NULL) /* Relocatable links don't have it. */ return TRUE; - + g = mips_elf_got_info (dynobj, &s); if (s == NULL) return TRUE; @@ -6022,7 +6020,7 @@ _bfd_mips_elf_size_dynamic_sections (out struct mips_got_info *g = gg; struct mips_elf_set_global_got_offset_arg set_got_offset_arg; unsigned int needed_relocs = 0; - + if (gg->next) { set_got_offset_arg.value = MIPS_ELF_GOT_SIZE (output_bfd); @@ -6782,7 +6780,7 @@ _bfd_mips_elf_finish_dynamic_symbol (out e.abfd = output_bfd; e.symndx = -1; e.d.h = (struct mips_elf_link_hash_entry *)h; - + if (info->shared || h->root.type == bfd_link_hash_undefined || h->root.type == bfd_link_hash_undefweak) @@ -8380,17 +8378,6 @@ _bfd_mips_elf_final_link (abfd, info) scRData, scSData, scSBss, scBss }; - /* If all the things we linked together were PIC, but we're - producing an executable (rather than a shared object), then the - resulting file is CPIC (i.e., it calls PIC code.) */ - if (!info->shared - && !info->relocateable - && elf_elfheader (abfd)->e_flags & EF_MIPS_PIC) - { - elf_elfheader (abfd)->e_flags &= ~EF_MIPS_PIC; - elf_elfheader (abfd)->e_flags |= EF_MIPS_CPIC; - } - /* We'd carefully arranged the dynamic symbol indices, and then the generic size_dynamic_sections renumbered them out from under us. Rather than trying somehow to prevent the renumbering, just do @@ -9250,25 +9237,22 @@ _bfd_mips_elf_merge_private_bfd_data (ib ok = TRUE; - if ((new_flags & EF_MIPS_PIC) != (old_flags & EF_MIPS_PIC)) + if (((new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0) + != ((old_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) != 0)) { - new_flags &= ~EF_MIPS_PIC; - old_flags &= ~EF_MIPS_PIC; (*_bfd_error_handler) - (_("%s: linking PIC files with non-PIC files"), + (_("%s: warning: linking PIC files with non-PIC files"), bfd_archive_filename (ibfd)); - ok = FALSE; + ok = TRUE; } - if ((new_flags & EF_MIPS_CPIC) != (old_flags & EF_MIPS_CPIC)) - { - new_flags &= ~EF_MIPS_CPIC; - old_flags &= ~EF_MIPS_CPIC; - (*_bfd_error_handler) - (_("%s: linking abicalls files with non-abicalls files"), - bfd_archive_filename (ibfd)); - ok = FALSE; - } + if (new_flags & (EF_MIPS_PIC | EF_MIPS_CPIC)) + elf_elfheader (obfd)->e_flags |= EF_MIPS_CPIC; + if (! (new_flags & EF_MIPS_PIC)) + elf_elfheader (obfd)->e_flags &= ~EF_MIPS_PIC; + + new_flags &= ~ (EF_MIPS_PIC | EF_MIPS_CPIC); + old_flags &= ~ (EF_MIPS_PIC | EF_MIPS_CPIC); /* Compare the ISAs. */ if (mips_32bit_flags_p (old_flags) != mips_32bit_flags_p (new_flags)) diff -uprN binutils-2.14.90.0.2/bfd/elfxx-target.h binutils-2.14.90.0.3/bfd/elfxx-target.h --- binutils-2.14.90.0.2/bfd/elfxx-target.h 2003-03-19 09:19:13.000000000 -0800 +++ binutils-2.14.90.0.3/bfd/elfxx-target.h 2003-05-23 07:18:52.000000000 -0700 @@ -338,6 +338,9 @@ #ifndef elf_backend_ecoff_debug_swap #define elf_backend_ecoff_debug_swap 0 #endif +#ifndef elf_backend_bfd_from_remote_memory +#define elf_backend_bfd_from_remote_memory _bfd_elfNN_bfd_from_remote_memory +#endif #ifndef elf_backend_got_header_size #define elf_backend_got_header_size 0 #endif @@ -490,6 +493,7 @@ static const struct elf_backend_data elf elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto, elf_backend_ecoff_debug_swap, + elf_backend_bfd_from_remote_memory, ELF_MACHINE_ALT1, ELF_MACHINE_ALT2, &elf_backend_size_info, diff -uprN binutils-2.14.90.0.2/bfd/som.h binutils-2.14.90.0.3/bfd/som.h --- binutils-2.14.90.0.2/bfd/som.h 2002-12-16 12:22:52.000000000 -0800 +++ binutils-2.14.90.0.3/bfd/som.h 2003-05-23 07:18:52.000000000 -0700 @@ -27,6 +27,9 @@ #include "libhppa.h" +/* Enable PA2.0 if available */ +#define PA_2_0 + #include #include #include diff -uprN binutils-2.14.90.0.2/bfd/version.h binutils-2.14.90.0.3/bfd/version.h --- binutils-2.14.90.0.2/bfd/version.h 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/bfd/version.h 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,3 @@ -#define BFD_VERSION_DATE 20030515 +#define BFD_VERSION_DATE 20030523 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_string@ diff -uprN binutils-2.14.90.0.2/binutils/ChangeLog binutils-2.14.90.0.3/binutils/ChangeLog --- binutils-2.14.90.0.2/binutils/ChangeLog 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/binutils/ChangeLog 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,14 @@ +2003-05-20 Michal Ludvig + + * readelf.c (display_debug_frames): Print both registers + for DW_CFA_register. + +2003-05-16 Kelley Cook + + * configure.in: Accept i[3-7]86 variants. Escape '[]' for + i[3-7]86-*-interix. + * configure.in: Regenerate. + 2003-05-13 Michael Eager * objcopy.c: Treat identical src/dst file names as if only one diff -uprN binutils-2.14.90.0.2/binutils/configure binutils-2.14.90.0.3/binutils/configure --- binutils-2.14.90.0.2/binutils/configure 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/binutils/configure 2003-05-23 07:18:52.000000000 -0700 @@ -5612,7 +5612,7 @@ do NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC" else case $targ in - i[3456]86*-*-netware*) + i[3-7]86*-*-netware*) BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386" ;; @@ -5651,13 +5651,13 @@ do arm*-* | xscale-* | strongarm-* | d10v-*) OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS" ;; - i[3-6]86-*-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*) + i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*) BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' ;; - i3-686-*-interix) + i[3-7]86-*-interix) BUILD_DLLTOOL='$(DLLTOOL_PROG)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" ;; diff -uprN binutils-2.14.90.0.2/binutils/configure.in binutils-2.14.90.0.3/binutils/configure.in --- binutils-2.14.90.0.2/binutils/configure.in 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/binutils/configure.in 2003-05-23 07:18:52.000000000 -0700 @@ -219,7 +219,7 @@ do else case $targ in changequote(,)dnl - i[3456]86*-*-netware*) + i[3-7]86*-*-netware*) changequote([,])dnl BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)' NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386" @@ -260,14 +260,16 @@ changequote([,])dnl OBJDUMP_DEFS="-DDISASSEMBLER_NEEDS_RELOCS" ;; changequote(,)dnl - i[3-6]86-*-pe* | i[3-6]86-*-cygwin* | i[3-6]86-*-mingw32** | i[3-6]86-*-netbsdpe*) + i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*) changequote([,])dnl BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)' BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)' ;; - i[3-6]86-*-interix) +changequote(,)dnl + i[3-7]86-*-interix) +changequote([,])dnl BUILD_DLLTOOL='$(DLLTOOL_PROG)' DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386" ;; diff -uprN binutils-2.14.90.0.2/binutils/readelf.c binutils-2.14.90.0.3/binutils/readelf.c --- binutils-2.14.90.0.2/binutils/readelf.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/binutils/readelf.c 2003-05-23 07:18:52.000000000 -0700 @@ -9257,7 +9257,7 @@ display_debug_frames (section, start, fi reg = LEB (); roffs = LEB (); if (! do_debug_frames_interp) - printf (" DW_CFA_register: r%ld\n", reg); + printf (" DW_CFA_register: r%ld in r%ld\n", reg, roffs); fc->col_type[reg] = DW_CFA_register; fc->col_offset[reg] = roffs; break; diff -uprN binutils-2.14.90.0.2/binutils.spec binutils-2.14.90.0.3/binutils.spec --- binutils-2.14.90.0.2/binutils.spec 2003-05-15 08:04:37.000000000 -0700 +++ binutils-2.14.90.0.3/binutils.spec 2003-05-23 07:19:15.000000000 -0700 @@ -12,7 +12,7 @@ Summary: A GNU collection of binary utilities. Name: binutils -Version: 2.14.90.0.2 +Version: 2.14.90.0.3 Release: 1 Copyright: GPL Group: Development/Tools @@ -35,6 +35,9 @@ converting addresses to file and line). %prep %setup -q +# Apply additional Linux patches. +/bin/sh patches/README + %build if [ -x /usr/bin/getconf ] ; then NRPROC=$(/usr/bin/getconf _NPROCESSORS_ONLN) diff -uprN binutils-2.14.90.0.2/binutils.spec.in binutils-2.14.90.0.3/binutils.spec.in --- binutils-2.14.90.0.2/binutils.spec.in 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/binutils.spec.in 2003-05-23 07:18:52.000000000 -0700 @@ -35,6 +35,9 @@ converting addresses to file and line). %prep %setup -q +# Apply additional Linux patches. +/bin/sh patches/README + %build if [ -x /usr/bin/getconf ] ; then NRPROC=$(/usr/bin/getconf _NPROCESSORS_ONLN) diff -uprN binutils-2.14.90.0.2/config/ChangeLog binutils-2.14.90.0.3/config/ChangeLog --- binutils-2.14.90.0.2/config/ChangeLog 2003-03-19 09:19:14.000000000 -0800 +++ binutils-2.14.90.0.3/config/ChangeLog 2003-05-23 07:18:52.000000000 -0700 @@ -1,3 +1,13 @@ +2003-05-14 Kelley Cook + + * acinclude.m4: Accept i[3456789]86 for machine type. + +2003-05-18 Nathanael Nerode + + * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, + _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, + GCC_TOPLEV_SUBDIRS. + 2003-03-04 Nathanael Nerode * mh-dgux: Delete. diff -uprN binutils-2.14.90.0.2/config/acinclude.m4 binutils-2.14.90.0.3/config/acinclude.m4 --- binutils-2.14.90.0.2/config/acinclude.m4 2002-05-23 15:10:10.000000000 -0700 +++ binutils-2.14.90.0.3/config/acinclude.m4 2003-05-23 07:18:53.000000000 -0700 @@ -788,7 +788,7 @@ dnl Yes, this is ugly, and only used for dnl is just to keep configure from stopping here. case "${host}" in changequote(,) - i[3456]86-*-*) ac_cv_c_little_endian=yes ;; + i[3456789]86-*-*) ac_cv_c_little_endian=yes ;; sparc*-*-*) ac_cv_c_little_endian=no ;; changequote([,]) *) AC_MSG_WARN(Can't cross compile this test) ;; diff -uprN binutils-2.14.90.0.2/config/acx.m4 binutils-2.14.90.0.3/config/acx.m4 --- binutils-2.14.90.0.2/config/acx.m4 2003-01-21 10:21:32.000000000 -0800 +++ binutils-2.14.90.0.3/config/acx.m4 2003-05-23 07:18:53.000000000 -0700 @@ -1,6 +1,67 @@ # Autoconf M4 include file defining utility macros for complex Canadian # cross builds. +dnl #### +dnl # _GCC_TOPLEV_NONCANONICAL_BUILD +dnl # $build_alias or canonical $build if blank. +dnl # Used when we would use $build_alias, but empty is not OK. +AC_DEFUN([_GCC_TOPLEV_NONCANONICAL_BUILD], +[AC_REQUIRE([AC_CANONICAL_BUILD]) []dnl +case ${build_alias} in + "") build_noncanonical=${build} ;; + *) build_noncanonical=${build_alias} ;; +esac +]) []dnl # _GCC_TOPLEV_NONCANONICAL_BUILD + +dnl #### +dnl # _GCC_TOPLEV_NONCANONICAL_HOST +dnl # $host_alias, or $build_noncanonical if blank. +dnl # Used when we would use $host_alias, but empty is not OK. +AC_DEFUN([_GCC_TOPLEV_NONCANONICAL_HOST], +[AC_REQUIRE([_GCC_TOPLEV_NONCANONICAL_BUILD]) []dnl +case ${host_alias} in + "") host_noncanonical=${build_noncanonical} ;; + *) host_noncanonical=${host_alias} ;; +esac +]) []dnl # _GCC_TOPLEV_NONCANONICAL_HOST + +dnl #### +dnl # _GCC_TOPLEV_NONCANONICAL_TARGET +dnl # $target_alias or $host_noncanonical if blank. +dnl # Used when we would use $target_alias, but empty is not OK. +AC_DEFUN([_GCC_TOPLEV_NONCANONICAL_TARGET], +[AC_REQUIRE([_GCC_TOPLEV_NONCANONICAL_HOST]) []dnl +case ${target_alias} in + "") target_noncanonical=${host_noncanonical} ;; + *) target_noncanonical=${target_alias} ;; +esac +]) []dnl # _GCC_TOPLEV_NONCANONICAL_TARGET + +dnl #### +dnl # GCC_TOPLEV_SUBDIRS +dnl # GCC & friends build 'build', 'host', and 'target' tools. These must +dnl # be separated into three well-known subdirectories of the build directory: +dnl # build_subdir, host_subdir, and target_subdir. The values are determined +dnl # here so that they can (theoretically) be changed in the future. They +dnl # were previously reproduced across many different files. +dnl # +dnl # This logic really amounts to very little with autoconf 2.13; it will +dnl # amount to a lot more with autoconf 2.5x. +AC_DEFUN([GCC_TOPLEV_SUBDIRS], +[AC_REQUIRE([_GCC_TOPLEV_NONCANONICAL_TARGET]) []dnl +AC_REQUIRE([_GCC_TOPLEV_NONCANONICAL_BUILD]) []dnl +# Prefix 'build-' so this never conflicts with target_subdir. +build_subdir="build-${build_noncanonical}" +# Not really a subdirectory, but here for completeness. +host_subdir=. +# No prefix. +target_subdir=${target_noncanonical} +AC_SUBST([build_subdir]) []dnl +AC_SUBST([host_subdir]) []dnl +AC_SUBST([target_subdir]) []dnl +]) []dnl # GCC_TOPLEV_SUBDIRS + + #### # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM # or AC_INIT. diff -uprN binutils-2.14.90.0.2/configure binutils-2.14.90.0.3/configure --- binutils-2.14.90.0.2/configure 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/configure 2003-05-23 07:18:52.000000000 -0700 @@ -661,6 +661,11 @@ test "$program_transform_name" = "" && p # Autoconf M4 include file defining utility macros for complex Canadian # cross builds. + + + + + #### # _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM # or AC_INIT. @@ -824,6 +829,16 @@ target_tools="target-examples target-gro configdirs=`echo ${host_libs} ${host_tools}` target_configdirs=`echo ${target_libs} ${target_tools}` +# Only make build modules if build != host. +# This should be done more generally, but at the moment it doesn't matter. +if test ${host_alias} != ${build_alias} ; then + # This is the only build module. + build_modules=libiberty +else + build_modules= +fi + + ################################################################################ srcname="gnu development package" @@ -839,9 +854,29 @@ else is_cross_compiler=yes fi -# We always want to use the same name for this directory, so that dejagnu -# can reliably find it. -target_subdir=${target_alias} +# Find the build and target subdirs. + case ${build_alias} in + "") build_noncanonical=${build} ;; + *) build_noncanonical=${build_alias} ;; +esac + + case ${host_alias} in + "") host_noncanonical=${build_noncanonical} ;; + *) host_noncanonical=${host_alias} ;; +esac + + case ${target_alias} in + "") target_noncanonical=${host_noncanonical} ;; + *) target_noncanonical=${target_alias} ;; +esac + + # Prefix 'build-' so this never conflicts with target_subdir. +build_subdir="build-${build_noncanonical}" +# Not really a subdirectory, but here for completeness. +host_subdir=. +# No prefix. +target_subdir=${target_noncanonical} + if test ! -d ${target_subdir} ; then if mkdir ${target_subdir} ; then true @@ -851,9 +886,6 @@ if test ! -d ${target_subdir} ; then fi fi -build_prefix=build- -build_subdir=${build_prefix}${build_alias} - if test x"${build_alias}" != x"${host}" ; then if test ! -d ${build_subdir} ; then if mkdir ${build_subdir} ; then true @@ -938,17 +970,17 @@ case "${host}" in hppa*64*-*-*) noconfigdirs="$noconfigdirs byacc" ;; - i[3456]86-*-vsta) + i[3456789]86-*-vsta) noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix gnuserv gettext" ;; - i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*) + i[3456789]86-*-go32* | i[3456789]86-*-msdosdjgpp*) noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile itcl tix gnuserv libffi" ;; - i[3456]86-*-mingw32*) + i[3456789]86-*-mingw32*) # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix gnuserv" noconfigdirs="expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool" ;; - i[3456]86-*-beos*) + i[3456789]86-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" ;; *-*-cygwin*) @@ -1155,13 +1187,13 @@ case "${target}" in # No gdb or ld support yet. noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld" ;; - i[3456]86-*-coff | i[3456]86-*-elf) + i[3456789]86-*-coff | i[3456789]86-*-elf) noconfigdirs="$noconfigdirs ${libgcj}" ;; - i[34567]86-*-freebsd*) + i[3456789]86-*-freebsd*) noconfigdirs="$noconfigdirs target-newlib target-libgloss" ;; - i[3456]86-*-linux*) + i[3456789]86-*-linux*) # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's # not build java stuff by default. case "${target}" in @@ -1180,13 +1212,13 @@ case "${target}" in # if the --with-newlib option has been given, because otherwise # 'target-newlib' will appear in skipdirs. ;; - i[3456]86-*-mingw32*) + i[3456789]86-*-mingw32*) target_configdirs="$target_configdirs target-mingw" noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}" # Can't build gdb for mingw32 if not native. case "${host}" in - i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc. + i[3456789]86-*-mingw32) ;; # keep gdb tcl tk expect etc. *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix gnuserv" ;; esac @@ -1204,24 +1236,24 @@ case "${target}" in ;; esac ;; - i[3456]86-*-pe) + i[3456789]86-*-pe) noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" ;; - i[3456]86-*-sco3.2v5*) + i[3456789]86-*-sco3.2v5*) # The linker does not yet know about weak symbols in COFF, # and is not configured to handle mixed ELF and COFF. noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}" ;; - i[3456]86-*-sco*) + i[3456789]86-*-sco*) noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" ;; - i[3456]86-*-solaris2*) + i[3456789]86-*-solaris2*) noconfigdirs="$noconfigdirs target-libgloss" ;; - i[3456]86-*-sysv4*) + i[3456789]86-*-sysv4*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; - i[3456]86-*-beos*) + i[3456789]86-*-beos*) noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}" ;; m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*) @@ -1310,9 +1342,9 @@ case "${target}" in ;; sh-*-*) case "${host}" in - i[3456]86-*-vsta) ;; # don't add gprof back in - i[3456]86-*-go32*) ;; # don't add gprof back in - i[3456]86-*-msdosdjgpp*) ;; # don't add gprof back in + i[3456789]86-*-vsta) ;; # don't add gprof back in + i[3456789]86-*-go32*) ;; # don't add gprof back in + i[3456789]86-*-msdosdjgpp*) ;; # don't add gprof back in *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;; esac noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" @@ -1707,19 +1739,19 @@ case "${host}" in i370-ibm-opened*) tentative_cc="c89" ;; - i[3456]86-*-sysv5*) + i[3456789]86-*-sysv5*) host_makefile_frag="config/mh-sysv5" ;; - i[3456]86-*-dgux*) + i[3456789]86-*-dgux*) tentative_cc="gcc -Wall -ansi -D__using_DGUX" host_makefile_frag="config/mh-dgux386" ;; - i[3456]86-ncr-sysv4.3*) + i[3456789]86-ncr-sysv4.3*) # The MetaWare compiler will generate a copyright message unless you # turn it off by adding the -Hnocopyr flag. tentative_cc="cc -Hnocopyr" ;; - i[3456]86-ncr-sysv4*) + i[3456789]86-ncr-sysv4*) # for an NCR 3000 (i486/SVR4) system. # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc. # This compiler not only emits obnoxious copyright messages every time @@ -1728,21 +1760,21 @@ case "${host}" in tentative_cc="/usr/ccs/ATT/cc" host_makefile_frag="config/mh-ncr3000" ;; - i[3456]86-*-sco3.2v5*) + i[3456789]86-*-sco3.2v5*) ;; - i[3456]86-*-sco*) + i[3456789]86-*-sco*) # The native C compiler botches some simple uses of const. Unfortunately, # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h. tentative_cc="cc -Dconst=" host_makefile_frag="config/mh-sco" ;; - i[3456]86-*-udk*) + i[3456789]86-*-udk*) host_makefile_frag="config/mh-sysv5" ;; - i[3456]86-*-solaris2*) + i[3456789]86-*-solaris2*) host_makefile_frag="config/mh-sysv4" ;; - i[3456]86-*-msdosdjgpp*) + i[3456789]86-*-msdosdjgpp*) host_makefile_frag="config/mh-djgpp" ;; *-cygwin*) @@ -1792,7 +1824,7 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in - i[3456]86-*-netware*) + i[3456789]86-*-netware*) target_makefile_frag="config/mt-netware" ;; powerpc-*-netware*) @@ -1926,7 +1958,7 @@ fi # Some systems (e.g., one of the i386-aix systems the gas testers are # using) don't handle "\$" correctly, so don't use it here. -tooldir='$(exec_prefix)'/${target_alias} +tooldir='${exec_prefix}'/${target_alias} build_tooldir=${tooldir} # Generate a default definition for YACC. This is used if the makefile can't @@ -2264,59 +2296,14 @@ esac target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'` # This is the final value for target_configdirs. configdirs already -# has its final value. It's time to create some lists of valid targets. - -# While at that, we remove Makefiles if we were started for recursive -# configuration, such that the top-level Makefile reconfigures them, -# like we used to do when configure itself was recursive. +# has its final value, as does build_modules. It's time to create some +# lists of valid targets. all_build_modules= configure_build_modules= -# Only make build modules if build != host. -# This should be done more generally, but at the moment it doesn't matter. -if test ${host_alias} != ${build_alias} ; then - for module in libiberty ; do - all_build_modules=all-build-${module} - configure_build_modules=configure-build-${module} - if test -z "${no_recursion}" \ - && test -f ${build_subdir}/${module}/Makefile; then - echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure" - rm -f ${build_subdir}/${module}/Makefile - fi - done -fi - -all_host_modules= -check_host_modules= -install_host_modules= -configure_host_modules= -for module in ${configdirs} ; do - all_host_modules="${all_host_modules} all-${module}" - check_host_modules="${check_host_modules} check-${module}" - install_host_modules="${install_host_modules} install-${module}" - configure_host_modules="${configure_host_modules} configure-${module}" - if test -z "${no_recursion}" \ - && test -f ${module}/Makefile; then - echo 1>&2 "*** removing ${module}/Makefile to force reconfigure" - rm -f ${module}/Makefile - fi -done -install_host_modules_nogcc=`echo "${install_host_modules}" | sed -e 's/install-gcc//g'` - -all_target_modules= -check_target_modules= -install_target_modules= -configure_target_modules= -for module in ${target_configdirs} ; do - all_target_modules="${all_target_modules} all-target-${module}" - check_target_modules="${check_target_modules} check-target-${module}" - install_target_modules="${install_target_modules} install-target-${module}" - configure_target_modules="${configure_target_modules} configure-target-${module}" - if test -z "${no_recursion}" \ - && test -f ${target_subdir}/${module}/Makefile; then - echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure" - rm -f ${target_subdir}/${module}/Makefile - fi +for module in ${build_modules} ; do + all_build_modules=all-build-${module} + configure_build_modules=configure-build-${module} done # Determine whether gdb needs tk/tcl or not. @@ -2346,13 +2333,49 @@ case "$enable_gdbtk" in esac # Create the 'maybe dependencies'. This uses a temporary file. + +# While at that, we remove Makefiles if we were started for recursive +# configuration, so that the top-level Makefile reconfigures them, +# like we used to do when configure itself was recursive. rm -f maybedep.tmp echo '# maybedep.tmp' > maybedep.tmp -for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \ - ${install_host_modules} ${install_target_modules} \ - ${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \ - ; do - echo "maybe-${item}: ${item}" >> maybedep.tmp + +# Make-targets which may need maybe dependencies. +mts="configure all install check" + +# Loop over modules and make-targets. +for module in ${build_modules} ; do + if test -z "${no_recursion}" \ + && test -f ${build_subdir}/${module}/Makefile; then + echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure" + rm -f ${build_subdir}/${module}/Makefile + fi + for mt in ${mts} ; do + case ${mt} in + install) ;; # No installing build modules. + *) echo "maybe-${mt}-build-${module}: ${mt}-build-${module}" >> maybedep.tmp ;; + esac + done +done +for module in ${configdirs} ; do + if test -z "${no_recursion}" \ + && test -f ${module}/Makefile; then + echo 1>&2 "*** removing ${module}/Makefile to force reconfigure" + rm -f ${module}/Makefile + fi + for mt in ${mts} ; do + echo "maybe-${mt}-${module}: ${mt}-${module}" >> maybedep.tmp + done +done +for module in ${target_configdirs} ; do + if test -z "${no_recursion}" \ + && test -f ${target_subdir}/${module}/Makefile; then + echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure" + rm -f ${target_subdir}/${module}/Makefile + fi + for mt in ${mts} ; do + echo "maybe-${mt}-target-${module}: ${mt}-target-${module}" >> maybedep.tmp + done done maybe_dependencies=maybedep.tmp @@ -2515,7 +2538,7 @@ case " $target_configdirs " in fi case "${target}-${is_cross_compiler}" in - i[3456]86-*-linux*-no) + i[3456789]86-*-linux*-no) # Here host == target, so we don't need to build gcc, # so we don't want to discard standard headers. FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'` @@ -2642,25 +2665,14 @@ ospace_frag=${srcdir}/${ospace_frag} - # Host module lists & subconfigure args. - - - - - # Target module lists & subconfigure args. - - - - - # Build tools. @@ -2679,7 +2691,7 @@ test -n "$target_alias" && ncn_target_to # Extract the first word of "${ncn_tool_prefix}ar", so it can be a program name with args. set dummy ${ncn_tool_prefix}ar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2683: checking for $ac_word" >&5 +echo "configure:2695: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2712,7 +2724,7 @@ if test -z "$ac_cv_prog_AR" ; then # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2716: checking for $ac_word" >&5 +echo "configure:2728: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2751,7 +2763,7 @@ fi # Extract the first word of "${ncn_tool_prefix}as", so it can be a program name with args. set dummy ${ncn_tool_prefix}as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2755: checking for $ac_word" >&5 +echo "configure:2767: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2784,7 +2796,7 @@ if test -z "$ac_cv_prog_AS" ; then # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2788: checking for $ac_word" >&5 +echo "configure:2800: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2823,7 +2835,7 @@ fi # Extract the first word of "${ncn_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ncn_tool_prefix}dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2827: checking for $ac_word" >&5 +echo "configure:2839: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2856,7 +2868,7 @@ if test -z "$ac_cv_prog_DLLTOOL" ; then # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2860: checking for $ac_word" >&5 +echo "configure:2872: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2895,7 +2907,7 @@ fi # Extract the first word of "${ncn_tool_prefix}ld", so it can be a program name with args. set dummy ${ncn_tool_prefix}ld; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2899: checking for $ac_word" >&5 +echo "configure:2911: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2928,7 +2940,7 @@ if test -z "$ac_cv_prog_LD" ; then # Extract the first word of "ld", so it can be a program name with args. set dummy ld; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2932: checking for $ac_word" >&5 +echo "configure:2944: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2967,7 +2979,7 @@ fi # Extract the first word of "${ncn_tool_prefix}nm", so it can be a program name with args. set dummy ${ncn_tool_prefix}nm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2971: checking for $ac_word" >&5 +echo "configure:2983: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3000,7 +3012,7 @@ if test -z "$ac_cv_prog_NM" ; then # Extract the first word of "nm", so it can be a program name with args. set dummy nm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3004: checking for $ac_word" >&5 +echo "configure:3016: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3039,7 +3051,7 @@ fi # Extract the first word of "${ncn_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ncn_tool_prefix}ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3043: checking for $ac_word" >&5 +echo "configure:3055: 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 @@ -3072,7 +3084,7 @@ if test -z "$ac_cv_prog_RANLIB" ; 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:3076: checking for $ac_word" >&5 +echo "configure:3088: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3111,7 +3123,7 @@ fi # Extract the first word of "${ncn_tool_prefix}windres", so it can be a program name with args. set dummy ${ncn_tool_prefix}windres; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3115: checking for $ac_word" >&5 +echo "configure:3127: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3144,7 +3156,7 @@ if test -z "$ac_cv_prog_WINDRES" ; then # Extract the first word of "windres", so it can be a program name with args. set dummy windres; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3148: checking for $ac_word" >&5 +echo "configure:3160: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3183,7 +3195,7 @@ fi # Extract the first word of "${ncn_tool_prefix}objcopy", so it can be a program name with args. set dummy ${ncn_tool_prefix}objcopy; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3187: checking for $ac_word" >&5 +echo "configure:3199: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_OBJCOPY'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3216,7 +3228,7 @@ if test -z "$ac_cv_prog_OBJCOPY" ; then # Extract the first word of "objcopy", so it can be a program name with args. set dummy objcopy; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3220: checking for $ac_word" >&5 +echo "configure:3232: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJCOPY'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3255,7 +3267,7 @@ fi # Extract the first word of "${ncn_tool_prefix}objdump", so it can be a program name with args. set dummy ${ncn_tool_prefix}objdump; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3259: checking for $ac_word" >&5 +echo "configure:3271: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3288,7 +3300,7 @@ if test -z "$ac_cv_prog_OBJDUMP" ; then # Extract the first word of "objdump", so it can be a program name with args. set dummy objdump; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3292: checking for $ac_word" >&5 +echo "configure:3304: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_OBJDUMP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3336,7 +3348,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}ar", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}ar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3340: checking for $ac_word" >&5 +echo "configure:3352: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AR_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3369,7 +3381,7 @@ if test -z "$ac_cv_prog_AR_FOR_TARGET" ; # Extract the first word of "ar", so it can be a program name with args. set dummy ar; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3373: checking for $ac_word" >&5 +echo "configure:3385: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AR_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3408,7 +3420,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}as", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3412: checking for $ac_word" >&5 +echo "configure:3424: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AS_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3441,7 +3453,7 @@ if test -z "$ac_cv_prog_AS_FOR_TARGET" ; # Extract the first word of "as", so it can be a program name with args. set dummy as; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3445: checking for $ac_word" >&5 +echo "configure:3457: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_AS_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3480,7 +3492,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}dlltool", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3484: checking for $ac_word" >&5 +echo "configure:3496: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3513,7 +3525,7 @@ if test -z "$ac_cv_prog_DLLTOOL_FOR_TARG # Extract the first word of "dlltool", so it can be a program name with args. set dummy dlltool; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3517: checking for $ac_word" >&5 +echo "configure:3529: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_DLLTOOL_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3552,7 +3564,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}ld", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}ld; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3556: checking for $ac_word" >&5 +echo "configure:3568: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LD_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3585,7 +3597,7 @@ if test -z "$ac_cv_prog_LD_FOR_TARGET" ; # Extract the first word of "ld", so it can be a program name with args. set dummy ld; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3589: checking for $ac_word" >&5 +echo "configure:3601: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_LD_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3624,7 +3636,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}nm", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}nm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3628: checking for $ac_word" >&5 +echo "configure:3640: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_NM_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3657,7 +3669,7 @@ if test -z "$ac_cv_prog_NM_FOR_TARGET" ; # Extract the first word of "nm", so it can be a program name with args. set dummy nm; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3661: checking for $ac_word" >&5 +echo "configure:3673: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_NM_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3696,7 +3708,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3700: checking for $ac_word" >&5 +echo "configure:3712: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3729,7 +3741,7 @@ if test -z "$ac_cv_prog_RANLIB_FOR_TARGE # 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:3733: checking for $ac_word" >&5 +echo "configure:3745: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_RANLIB_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3768,7 +3780,7 @@ fi # Extract the first word of "${ncn_target_tool_prefix}windres", so it can be a program name with args. set dummy ${ncn_target_tool_prefix}windres; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3772: checking for $ac_word" >&5 +echo "configure:3784: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_WINDRES_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3801,7 +3813,7 @@ if test -z "$ac_cv_prog_WINDRES_FOR_TARG # Extract the first word of "windres", so it can be a program name with args. set dummy windres; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3805: checking for $ac_word" >&5 +echo "configure:3817: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_ncn_cv_WINDRES_FOR_TARGET'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3868,7 +3880,7 @@ RANLIB_FOR_TARGET=${RANLIB_FOR_TARGET}${ NM_FOR_TARGET=${NM_FOR_TARGET}${extra_nmflags_for_target} echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:3872: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:3884: 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" @@ -4049,6 +4061,9 @@ s%@build_cpu@%$build_cpu%g s%@build_vendor@%$build_vendor%g s%@build_os@%$build_os%g s%@TOPLEVEL_CONFIGURE_ARGUMENTS@%$TOPLEVEL_CONFIGURE_ARGUMENTS%g +s%@build_subdir@%$build_subdir%g +s%@host_subdir@%$host_subdir%g +s%@target_subdir@%$target_subdir%g /@maybe_dependencies@/r $maybe_dependencies s%@maybe_dependencies@%%g /@serialization_dependencies@/r $serialization_dependencies @@ -4073,24 +4088,13 @@ s%@build_tooldir@%$build_tooldir%g s%@GDB_TK@%$GDB_TK%g s%@gxx_include_dir@%$gxx_include_dir%g s%@libstdcxx_incdir@%$libstdcxx_incdir%g -s%@build_subdir@%$build_subdir%g s%@build_configargs@%$build_configargs%g s%@configure_build_modules@%$configure_build_modules%g s%@all_build_modules@%$all_build_modules%g s%@host_configargs@%$host_configargs%g s%@configdirs@%$configdirs%g -s%@configure_host_modules@%$configure_host_modules%g -s%@all_host_modules@%$all_host_modules%g -s%@check_host_modules@%$check_host_modules%g -s%@install_host_modules@%$install_host_modules%g -s%@install_host_modules_nogcc@%$install_host_modules_nogcc%g -s%@target_subdir@%$target_subdir%g s%@target_configargs@%$target_configargs%g s%@target_configdirs@%$target_configdirs%g -s%@configure_target_modules@%$configure_target_modules%g -s%@all_target_modules@%$all_target_modules%g -s%@check_target_modules@%$check_target_modules%g -s%@install_target_modules@%$install_target_modules%g s%@BISON@%$BISON%g s%@CC_FOR_BUILD@%$CC_FOR_BUILD%g s%@LEX@%$LEX%g diff -uprN binutils-2.14.90.0.2/configure.in binutils-2.14.90.0.3/configure.in --- binutils-2.14.90.0.2/configure.in 2003-05-15 13:42:24.000000000 -0700 +++ binutils-2.14.90.0.3/configure.in 2003-05-23 07:18:52.000000000 -0700 @@ -164,6 +164,16 @@ target_tools="target-examples target-gro configdirs=`echo ${host_libs} ${host_tools}` target_configdirs=`echo ${target_libs} ${target_tools}` +# Only make build modules if build != host. +# This should be done more generally, but at the moment it doesn't matter. +if test ${host_alias} != ${build_alias} ; then + # This is the only build module. + build_modules=libiberty +else + build_modules= +fi + + ################################################################################ srcname="gnu development package" @@ -179,9 +189,8 @@ else is_cross_compiler=yes fi -# We always want to use the same name for this directory, so that dejagnu -# can reliably find it. -target_subdir=${target_alias} +# Find the build and target subdirs. +GCC_TOPLEV_SUBDIRS if test ! -d ${target_subdir} ; then if mkdir ${target_subdir} ; then true @@ -191,9 +200,6 @@ if test ! -d ${target_subdir} ; then fi fi -build_prefix=build- -build_subdir=${build_prefix}${build_alias} - if test x"${build_alias}" != x"${host}" ; then if test ! -d ${build_subdir} ; then if mkdir ${build_subdir} ; then true @@ -278,17 +284,17 @@ case "${host}" in hppa*64*-*-*) noconfigdirs="$noconfigdirs byacc" ;; - i[[3456]]86-*-vsta) + i[[3456789]]86-*-vsta) noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl itcl tix gnuserv gettext" ;; - i[[3456]]86-*-go32* | i[[3456]]86-*-msdosdjgpp*) + i[[3456789]]86-*-go32* | i[[3456789]]86-*-msdosdjgpp*) noconfigdirs="tcl tk expect dejagnu send-pr uudecode guile itcl tix gnuserv libffi" ;; - i[[3456]]86-*-mingw32*) + i[[3456789]]86-*-mingw32*) # noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl itcl tix gnuserv" noconfigdirs="expect dejagnu autoconf automake send-pr rcs guile perl texinfo libtool" ;; - i[[3456]]86-*-beos*) + i[[3456789]]86-*-beos*) noconfigdirs="$noconfigdirs tk itcl tix libgui gdb" ;; *-*-cygwin*) @@ -495,13 +501,13 @@ case "${target}" in # No gdb or ld support yet. noconfigdirs="$noconfigdirs tix readline mmalloc libgui itcl gdb ld" ;; - i[[3456]]86-*-coff | i[[3456]]86-*-elf) + i[[3456789]]86-*-coff | i[[3456789]]86-*-elf) noconfigdirs="$noconfigdirs ${libgcj}" ;; - i[[34567]]86-*-freebsd*) + i[[3456789]]86-*-freebsd*) noconfigdirs="$noconfigdirs target-newlib target-libgloss" ;; - i[[3456]]86-*-linux*) + i[[3456789]]86-*-linux*) # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's # not build java stuff by default. case "${target}" in @@ -520,13 +526,13 @@ case "${target}" in # if the --with-newlib option has been given, because otherwise # 'target-newlib' will appear in skipdirs. ;; - i[[3456]]86-*-mingw32*) + i[[3456789]]86-*-mingw32*) target_configdirs="$target_configdirs target-mingw" noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}" # Can't build gdb for mingw32 if not native. case "${host}" in - i[[3456]]86-*-mingw32) ;; # keep gdb tcl tk expect etc. + i[[3456789]]86-*-mingw32) ;; # keep gdb tcl tk expect etc. *) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix gnuserv" ;; esac @@ -544,24 +550,24 @@ case "${target}" in ;; esac ;; - i[[3456]]86-*-pe) + i[[3456789]]86-*-pe) noconfigdirs="$noconfigdirs target-libstdc++-v3 target-libgloss ${libgcj}" ;; - i[[3456]]86-*-sco3.2v5*) + i[[3456789]]86-*-sco3.2v5*) # The linker does not yet know about weak symbols in COFF, # and is not configured to handle mixed ELF and COFF. noconfigdirs="$noconfigdirs ld target-libgloss ${libgcj}" ;; - i[[3456]]86-*-sco*) + i[[3456789]]86-*-sco*) noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}" ;; - i[[3456]]86-*-solaris2*) + i[[3456789]]86-*-solaris2*) noconfigdirs="$noconfigdirs target-libgloss" ;; - i[[3456]]86-*-sysv4*) + i[[3456789]]86-*-sysv4*) noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" ;; - i[[3456]]86-*-beos*) + i[[3456789]]86-*-beos*) noconfigdirs="$noconfigdirs gdb target-newlib target-libgloss ${libgcj}" ;; m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*) @@ -650,9 +656,9 @@ case "${target}" in ;; sh-*-*) case "${host}" in - i[[3456]]86-*-vsta) ;; # don't add gprof back in - i[[3456]]86-*-go32*) ;; # don't add gprof back in - i[[3456]]86-*-msdosdjgpp*) ;; # don't add gprof back in + i[[3456789]]86-*-vsta) ;; # don't add gprof back in + i[[3456789]]86-*-go32*) ;; # don't add gprof back in + i[[3456789]]86-*-msdosdjgpp*) ;; # don't add gprof back in *) skipdirs=`echo " ${skipdirs} " | sed -e 's/ gprof / /'` ;; esac noconfigdirs="$noconfigdirs target-libgloss ${libgcj}" @@ -1047,19 +1053,19 @@ case "${host}" in i370-ibm-opened*) tentative_cc="c89" ;; - i[[3456]]86-*-sysv5*) + i[[3456789]]86-*-sysv5*) host_makefile_frag="config/mh-sysv5" ;; - i[[3456]]86-*-dgux*) + i[[3456789]]86-*-dgux*) tentative_cc="gcc -Wall -ansi -D__using_DGUX" host_makefile_frag="config/mh-dgux386" ;; - i[[3456]]86-ncr-sysv4.3*) + i[[3456789]]86-ncr-sysv4.3*) # The MetaWare compiler will generate a copyright message unless you # turn it off by adding the -Hnocopyr flag. tentative_cc="cc -Hnocopyr" ;; - i[[3456]]86-ncr-sysv4*) + i[[3456789]]86-ncr-sysv4*) # for an NCR 3000 (i486/SVR4) system. # The NCR 3000 ships with a MetaWare compiler installed as /bin/cc. # This compiler not only emits obnoxious copyright messages every time @@ -1068,21 +1074,21 @@ case "${host}" in tentative_cc="/usr/ccs/ATT/cc" host_makefile_frag="config/mh-ncr3000" ;; - i[[3456]]86-*-sco3.2v5*) + i[[3456789]]86-*-sco3.2v5*) ;; - i[[3456]]86-*-sco*) + i[[3456789]]86-*-sco*) # The native C compiler botches some simple uses of const. Unfortunately, # it doesn't defined anything like "__sco__" for us to test for in ansidecl.h. tentative_cc="cc -Dconst=" host_makefile_frag="config/mh-sco" ;; - i[[3456]]86-*-udk*) + i[[3456789]]86-*-udk*) host_makefile_frag="config/mh-sysv5" ;; - i[[3456]]86-*-solaris2*) + i[[3456789]]86-*-solaris2*) host_makefile_frag="config/mh-sysv4" ;; - i[[3456]]86-*-msdosdjgpp*) + i[[3456789]]86-*-msdosdjgpp*) host_makefile_frag="config/mh-djgpp" ;; *-cygwin*) @@ -1132,7 +1138,7 @@ extra_nmflags_for_target= extra_ranlibflags_for_target= target_makefile_frag=/dev/null case "${target}" in - i[[3456]]86-*-netware*) + i[[3456789]]86-*-netware*) target_makefile_frag="config/mt-netware" ;; powerpc-*-netware*) @@ -1266,7 +1272,7 @@ fi # Some systems (e.g., one of the i386-aix systems the gas testers are # using) don't handle "\$" correctly, so don't use it here. -tooldir='$(exec_prefix)'/${target_alias} +tooldir='${exec_prefix}'/${target_alias} build_tooldir=${tooldir} # Generate a default definition for YACC. This is used if the makefile can't @@ -1604,59 +1610,14 @@ esac target_configdirs=`echo "${target_configdirs}" | sed -e 's/target-//g'` # This is the final value for target_configdirs. configdirs already -# has its final value. It's time to create some lists of valid targets. - -# While at that, we remove Makefiles if we were started for recursive -# configuration, such that the top-level Makefile reconfigures them, -# like we used to do when configure itself was recursive. +# has its final value, as does build_modules. It's time to create some +# lists of valid targets. all_build_modules= configure_build_modules= -# Only make build modules if build != host. -# This should be done more generally, but at the moment it doesn't matter. -if test ${host_alias} != ${build_alias} ; then - for module in libiberty ; do - all_build_modules=all-build-${module} - configure_build_modules=configure-build-${module} - if test -z "${no_recursion}" \ - && test -f ${build_subdir}/${module}/Makefile; then - echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure" - rm -f ${build_subdir}/${module}/Makefile - fi - done -fi - -all_host_modules= -check_host_modules= -install_host_modules= -configure_host_modules= -for module in ${configdirs} ; do - all_host_modules="${all_host_modules} all-${module}" - check_host_modules="${check_host_modules} check-${module}" - install_host_modules="${install_host_modules} install-${module}" - configure_host_modules="${configure_host_modules} configure-${module}" - if test -z "${no_recursion}" \ - && test -f ${module}/Makefile; then - echo 1>&2 "*** removing ${module}/Makefile to force reconfigure" - rm -f ${module}/Makefile - fi -done -install_host_modules_nogcc=`echo "${install_host_modules}" | sed -e 's/install-gcc//g'` - -all_target_modules= -check_target_modules= -install_target_modules= -configure_target_modules= -for module in ${target_configdirs} ; do - all_target_modules="${all_target_modules} all-target-${module}" - check_target_modules="${check_target_modules} check-target-${module}" - install_target_modules="${install_target_modules} install-target-${module}" - configure_target_modules="${configure_target_modules} configure-target-${module}" - if test -z "${no_recursion}" \ - && test -f ${target_subdir}/${module}/Makefile; then - echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure" - rm -f ${target_subdir}/${module}/Makefile - fi +for module in ${build_modules} ; do + all_build_modules=all-build-${module} + configure_build_modules=configure-build-${module} done # Determine whether gdb needs tk/tcl or not. @@ -1686,13 +1647,49 @@ case "$enable_gdbtk" in esac # Create the 'maybe dependencies'. This uses a temporary file. + +# While at that, we remove Makefiles if we were started for recursive +# configuration, so that the top-level Makefile reconfigures them, +# like we used to do when configure itself was recursive. rm -f maybedep.tmp echo '# maybedep.tmp' > maybedep.tmp -for item in ${all_build_modules} ${all_host_modules} ${all_target_modules} \ - ${install_host_modules} ${install_target_modules} \ - ${configure_build_modules} ${configure_host_modules} ${configure_target_modules} \ - ; do - echo "maybe-${item}: ${item}" >> maybedep.tmp + +# Make-targets which may need maybe dependencies. +mts="configure all install check" + +# Loop over modules and make-targets. +for module in ${build_modules} ; do + if test -z "${no_recursion}" \ + && test -f ${build_subdir}/${module}/Makefile; then + echo 1>&2 "*** removing ${build_subdir}/${module}/Makefile to force reconfigure" + rm -f ${build_subdir}/${module}/Makefile + fi + for mt in ${mts} ; do + case ${mt} in + install) ;; # No installing build modules. + *) echo "maybe-${mt}-build-${module}: ${mt}-build-${module}" >> maybedep.tmp ;; + esac + done +done +for module in ${configdirs} ; do + if test -z "${no_recursion}" \ + && test -f ${module}/Makefile; then + echo 1>&2 "*** removing ${module}/Makefile to force reconfigure" + rm -f ${module}/Makefile + fi + for mt in ${mts} ; do + echo "maybe-${mt}-${module}: ${mt}-${module}" >> maybedep.tmp + done +done +for module in ${target_configdirs} ; do + if test -z "${no_recursion}" \ + && test -f ${target_subdir}/${module}/Makefile; then + echo 1>&2 "*** removing ${target_subdir}/${module}/Makefile to force reconfigure" + rm -f ${target_subdir}/${module}/Makefile + fi + for mt in ${mts} ; do + echo "maybe-${mt}-target-${module}: ${mt}-target-${module}" >> maybedep.tmp + done done maybe_dependencies=maybedep.tmp AC_SUBST_FILE(maybe_dependencies) @@ -1854,7 +1851,7 @@ case " $target_configdirs " in fi case "${target}-${is_cross_compiler}" in - i[[3456]]86-*-linux*-no) + i[[3456789]]86-*-linux*-no) # Here host == target, so we don't need to build gcc, # so we don't want to discard standard headers. FLAGS_FOR_TARGET=`echo " $FLAGS_FOR_TARGET " | sed -e 's/ -nostdinc / /'` @@ -1977,7 +1974,6 @@ AC_SUBST(gxx_include_dir) AC_SUBST(libstdcxx_incdir) # Build module lists & subconfigure args. -AC_SUBST(build_subdir) AC_SUBST(build_configargs) AC_SUBST(configure_build_modules) AC_SUBST(all_build_modules) @@ -1985,20 +1981,10 @@ AC_SUBST(all_build_modules) # Host module lists & subconfigure args. AC_SUBST(host_configargs) AC_SUBST(configdirs) -AC_SUBST(configure_host_modules) -AC_SUBST(all_host_modules) -AC_SUBST(check_host_modules) -AC_SUBST(install_host_modules) -AC_SUBST(install_host_modules_nogcc) # Target module lists & subconfigure args. -AC_SUBST(target_subdir) AC_SUBST(target_configargs) AC_SUBST(target_configdirs) -AC_SUBST(configure_target_modules) -AC_SUBST(all_target_modules) -AC_SUBST(check_target_modules) -AC_SUBST(install_target_modules) # Build tools. AC_SUBST(BISON) diff -uprN binutils-2.14.90.0.2/etc/ChangeLog binutils-2.14.90.0.3/etc/ChangeLog --- binutils-2.14.90.0.2/etc/ChangeLog 2003-01-21 10:21:32.000000000 -0800 +++ binutils-2.14.90.0.3/etc/ChangeLog 2003-05-23 07:18:53.000000000 -0700 @@ -1,3 +1,7 @@ +2003-05-16 Kelley Cook + + * configure.texi: Use "i[3-7]86" in example. + 2003-01-02 H.J. Lu * Makefile.in (DESTDIR): New. diff -uprN binutils-2.14.90.0.2/etc/configure.texi binutils-2.14.90.0.3/etc/configure.texi --- binutils-2.14.90.0.2/etc/configure.texi 1999-06-03 11:01:55.000000000 -0700 +++ binutils-2.14.90.0.3/etc/configure.texi 2003-05-23 07:18:53.000000000 -0700 @@ -1451,7 +1451,7 @@ canonical configuration name (which will @smallexample case "$@{host@}" in -i[3456]86-*-linux-gnu*) do something ;; +i[3-7]86-*-linux-gnu*) do something ;; sparc*-sun-solaris2.[56789]*) do something ;; sparc*-sun-solaris*) do something ;; mips*-*-elf*) do something ;; @@ -1465,7 +1465,7 @@ field, in order to match the version num In most cases you must be careful to match a range of processor types. For most processor families, a trailing @samp{*} suffices, as in @samp{mips*} above. For the i386 family, something along the lines of -@samp{i[3456]86} suffices at present. For the m68k family, you will +@samp{i[3-7]86} suffices at present. For the m68k family, you will need something like @samp{m68*}. Of course, if you do not need to match on the processor, it is simpler to just replace the entire field by a @samp{*}, as in @samp{*-*-irix*}. diff -uprN binutils-2.14.90.0.2/gas/ChangeLog binutils-2.14.90.0.3/gas/ChangeLog --- binutils-2.14.90.0.2/gas/ChangeLog 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/ChangeLog 2003-05-23 07:18:53.000000000 -0700 @@ -1,3 +1,135 @@ +2003-05-22 Thiemo Seufer + + * config/tc-mips.c (append_insn): Use actual relocation size for new + fixp's. Don't relax overflow checking for partial_inplace relocations. + Use the actual relocation type in combined relocs, not just the type + of the first one. + (macro_build_jalr): Use actual relocation size for new fix. + (s_cpsetup, s_gpdword): Likewise. + +2003-05-22 Thiemo Seufer + + * config/tc-mips.c (macro): Don't use uninitialized tempreg. + +2003-05-22 Nick Clifton + + * config/tc-xstormy16.c (md_pcrel_from_section): Do not produce + section relative offsets for relocs that will not be based on the + section symbol. + (xstormy16_md_apply_fix3): Remove previous patch to this + function. + +2003-05-07 Eric Christopher + + * config/tc-mips.c (mips_abicalls): New variable. + (md_parse_option): Use. + (s_option): Ditto. + (s_abicalls): Ditto. + (mips_elf_final_processing): Set EF_MIPS_PIC and + EF_MIPS_CPIC dependent on above. + +2003-05-21 John David Anglin + + * tc-hppa.c (hppa_symbol_chars): Remove `,' and `!'. + +2003-05-21 Nick Clifton + + * config/obj-elf.c: Include dwarf2dbg.h. + (elf_pseudo_tab): Add .file and .loc. + * config/tc-arc.c (md_pseudo_table): Remove .file and .loc. + * config/tc-arm.c: Likewise. + * config/tc-h8300.c: Likewise. + * config/tc-hppa.c: Likewise. + * config/tc-ia64.c: Likewise. + * config/tc-m68hc11.c: Likewise. + * config/tc-m68k.c: Likewise. + * config/tc-mmix.c: Likewise. + * config/tc-mn10300.c: Likewise. + * config/tc-ppc.c: Likewise. + * config/tc-sh.c: Likewise. + * config/tc-sparc.c: Likewise. + * config/tc-v850.c: Likewise. + * config/tc-frv.c: Likewise, and remove redundant inclusion of + dwarf2dbg.h. + * config/tc-ip2k.c: Likewise. + * config/tc-iq2000.c: Likewise. + * config/tc-xstormy16.c: Likewise. + * config/tc-xtensa.c: Likewise. + * Makefile.am: Regenerate dependencies. + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * config.in: Regenerate. + * configure: Regenerate. + * po/POTFILES.in: Regenerate. + * po/gas.pot: Regenerate. + +2003-05-21 Nick Clifton + + * dw2gencfi.c (cfi_get_label): Use symbol_make for non + BFD_ASSEMBLER targets. + (cfi_startproc): Change type of saved_seg and cfi_seg to segT. + (dot_cfi_endproc): Only call bfd_set_section_flags for targets + defining BFD_ASSEMBLER. + +2003-05-20 Michal Ludvig + + * as.c (main): Remove tc_cfi_init(). + * dw2gencfi.c (cfi_parse_arg): Allow regnames beginning + with '%'. + (cfi_pseudo_table): Add "cfi_register" entry. + (cfi_make_insn): Handle CFA_register. + (cfi_output_insn): Ditto. + (dot_cfi): Ditto. + (cfi_get_label): Add 'simple' modifier to .cfi_startproc. + (dot_cfi_endproc): Reuse already emitted CIEs. + * testsuite/gas/cfi/cfi-i386.d: New pattern. + * testsuite/gas/cfi/cfi-x86-64.d: Ditto. + +2003-05-20 Nick Clifton + + * config/tc-xstormy16.c: Include dwarf2dbg.h. + (md_pseudo_table): Add entries for .loc and .line. + +2003-05-20 Alan Modra + + * dw2gencfi.c (cfi_parse_arg): Only use tc_regname_to_dw2regnum if + defined. + (dot_cfi_endproc): Avoid C99 construct. + +2003-05-20 Michal Ludvig + + * dw2gencfi.c, dw2gencfi.h: New files. + * config/tc-i386.c (tc_x86_cfi_init): New function. + * config/tc-i386.h (TARGET_USE_CFIPOP, tc_cfi_init): New defines. + * as.c (parse_args): Set verbose flag on --verbose. + (main): Call tc_cfi_init()/cfi_finish(). + * as.h (verbose): New external variable. + * read.c (pobegin): Insert CFI pops to the list. + * symbols.c (local_symbol_make): Make symbol external. + * symbols.h (local_symbol_make): New prototype. + * Makefile.am: Add dw2gencfi.[ch] files. Run "make dep-am". + * Makefile.in: Regenerate. + * doc/as.texinfo: Added node "CFI directives" with description of + all implemented .cfi_* directives. + * doc/Makefile.in: Regenerate. + * po/POTFILES.in: Regenerate. + +2003-05-19 Svein E. Seldal + + * config/tc-tic4x.c (md_assemble): Added support for one-line parallel + insns. + * config/tc-tic4x.h: Added DOUBLEBAR_PARALLEL definition + +2003-05-18 Jason Eckhardt + + * config/tc-i860.c (i860_process_insn): Initialize fc after + each opcode mismatch. + +2003-05-16 Kelley Cook + + * configure.in: Accept i[3-7]86 variants. + * configure: Regenerate. + 2003-05-15 Thiemo Seufer * config/tc-mips.h: Fix comment formatting. @@ -5,7 +137,7 @@ 2003-05-13 Hans-Peter Nilsson * read.c (old_buffer, old_input, old_limit): Remove variables. - (read_a_source_file): Delete label contin. + (read_a_source_file): Delete label contin. : Use an "sb" to push #APP expansion into input as with macros, instead of in separate old_* variables. Zero-terminate string being scrubbed. @@ -98,7 +230,7 @@ 2003-05-02 Michael Snyder - * write.h (FAKE_LABEL_NAME): Allow override + * write.h (FAKE_LABEL_NAME): Allow override (for targets that like eg. a leading dot in a local label). 2003-05-02 Nick Clifton @@ -135,7 +267,7 @@ 2003-05-01 Christian Groessler * expr.h: Fix comments in operatorT typedef. - * config/tc-z8k.c: Add 2003 to copyright message. + * config/tc-z8k.c: Add 2003 to copyright message. Fold s_segm() and s_unseg() into one function s_segm(parm) which decides by the parameter. (md_begin): Don't set linkrelax. Only set Z8002 default if no @@ -267,8 +399,8 @@ 2003-04-21 Richard Henderson - * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers. - (out_file_list): Assign non-null filename after generating error. + * dwarf2dbg.c (get_filenum): Skip as-yet unassigned file numbers. + (out_file_list): Assign non-null filename after generating error. 2003-04-18 Jakub Jelinek @@ -403,32 +535,31 @@ 2003-04-01 Bob Wilson - * Makefile.am (CPU_TYPES): Add xtensa. - (TARGET_CPU_CFILES): Add config/tc-xtensa.c. - (TARGET_CPU_HFILES): Add config/tc-xtensa.h. - (xtensa-relax.o): New target. - Run "make dep-am". - * Makefile.in: Regenerate. - * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to - extra_objects for xtensa targets. - * configure: Regenerate. - * write.c (write_object_file): Add new md_post_relax_hook. - * config/tc-xtensa.c: New file. - * config/tc-xtensa.h: Likewise. - * config/xtensa-istack.h: Likewise. - * config/xtensa-relax.c: Likewise. - * config/xtensa-relax.h: Likewise. - * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi. - * doc/Makefile.in: Regenerate. - * doc/all.texi: Set new XTENSA variable. - * doc/as.texinfo: Set new Xtensa variable. Describe - Xtensa-specific options. Define line comment character for - Xtensa. Add Xtensa processors to list of ELF targets where - alignment is specified in bytes. Add new Xtensa-Dependent node. - Add acknowledgements for those contributing to the Xtensa port. - * doc/internals.texi: Describe new md_post_relax_hook. - * doc/c-xtensa.texi: New file. - + * Makefile.am (CPU_TYPES): Add xtensa. + (TARGET_CPU_CFILES): Add config/tc-xtensa.c. + (TARGET_CPU_HFILES): Add config/tc-xtensa.h. + (xtensa-relax.o): New target. + Run "make dep-am". + * Makefile.in: Regenerate. + * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to + extra_objects for xtensa targets. + * configure: Regenerate. + * write.c (write_object_file): Add new md_post_relax_hook. + * config/tc-xtensa.c: New file. + * config/tc-xtensa.h: Likewise. + * config/xtensa-istack.h: Likewise. + * config/xtensa-relax.c: Likewise. + * config/xtensa-relax.h: Likewise. + * doc/Makefile.am (CPU_DOCS): Add c-xtensa.texi. + * doc/Makefile.in: Regenerate. + * doc/all.texi: Set new XTENSA variable. + * doc/as.texinfo: Set new Xtensa variable. Describe + Xtensa-specific options. Define line comment character for + Xtensa. Add Xtensa processors to list of ELF targets where + alignment is specified in bytes. Add new Xtensa-Dependent node. + Add acknowledgements for those contributing to the Xtensa port. + * doc/internals.texi: Describe new md_post_relax_hook. + * doc/c-xtensa.texi: New file. 2003-04-01 Nick Clifton Richard Earnshaw @@ -442,8 +573,7 @@ 2003-03-26 Eric Christopher - * config/tc-mips.c (nopic_need_relax): Check for - S_IS_EXTERN. + * config/tc-mips.c (nopic_need_relax): Check for S_IS_EXTERN. 2003-03-25 Stan Cox Nick Clifton @@ -748,15 +878,12 @@ 2003-01-23 Nick Clifton - NEWS: Announce sh2e support. - - * Add sh2e support: + * NEWS: Announce sh2e support. + Add sh2e support: 2002-04-02 Alexandre Oliva - - * config/tc-sh.c (md_show_usage): Added sh2e next to - sh3e. - (sh_elf_final_processing): Handle arch_sh2e. + * config/tc-sh.c (md_show_usage): Added sh2e next to sh3e. + (sh_elf_final_processing): Handle arch_sh2e. 2003-01-23 Alan Modra @@ -930,8 +1057,8 @@ 2003-01-01 John David Anglin - * config/obj-elf.c (special_sections): Work around HP's incorrect usage - of .init and .fini sections for array initializers and finalizers. + * config/obj-elf.c (special_sections): Work around HP's incorrect usage + of .init and .fini sections for array initializers and finalizers. 2002-12-31 Chris Demetriou diff -uprN binutils-2.14.90.0.2/gas/Makefile.am binutils-2.14.90.0.3/gas/Makefile.am --- binutils-2.14.90.0.2/gas/Makefile.am 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/Makefile.am 2003-05-23 07:18:53.000000000 -0700 @@ -176,6 +176,7 @@ GAS_CFILES = \ cond.c \ depend.c \ dwarf2dbg.c \ + dw2gencfi.c \ ecoff.c \ ehopt.c \ expr.c \ @@ -207,6 +208,7 @@ HFILES = \ bit_fix.h \ cgen.h \ dwarf2dbg.h \ + dw2gencfi.h \ ecoff.h \ emul-target.h \ emul.h \ @@ -422,6 +424,7 @@ GENERIC_OBJS = \ cond.o \ depend.o \ dwarf2dbg.o \ + dw2gencfi.o \ ehopt.o \ expr.o \ flonum-konst.o \ @@ -1084,28 +1087,26 @@ DEPTC_fr30_elf = $(INCDIR)/symcat.h $(sr $(srcdir)/../opcodes/fr30-opc.h cgen.h DEPTC_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ - $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \ - cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/frv.h \ - $(INCDIR)/elf/reloc-macros.h + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \ + $(srcdir)/../opcodes/frv-desc.h $(INCDIR)/opcode/cgen.h \ + $(srcdir)/../opcodes/frv-opc.h cgen.h $(BFDDIR)/libbfd.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h DEPTC_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ - dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \ cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h DEPTC_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h dwarf2dbg.h + $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \ + $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h DEPTC_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ - subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h \ - dwarf2dbg.h + subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \ + $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h DEPTC_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ @@ -1150,17 +1151,18 @@ DEPTC_i370_elf = $(INCDIR)/symcat.h $(sr DEPTC_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - dwarf2dbg.h $(INCDIR)/opcode/i386.h + dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h DEPTC_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/i386.h + $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/opcode/i386.h DEPTC_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - dwarf2dbg.h $(INCDIR)/opcode/i386.h + dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h DEPTC_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \ @@ -1179,15 +1181,14 @@ DEPTC_i960_elf = $(INCDIR)/symcat.h $(sr $(INCDIR)/safe-ctype.h $(INCDIR)/obstack.h $(INCDIR)/opcode/i960.h DEPTC_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ - $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ - cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \ - $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \ + $(srcdir)/../opcodes/ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + $(srcdir)/../opcodes/ip2k-opc.h cgen.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ - dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \ $(BFDDIR)/libbfd.h @@ -1531,7 +1532,7 @@ DEPTC_xtensa_elf = $(INCDIR)/symcat.h $( $(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \ subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/xtensa-relax.h \ $(INCDIR)/xtensa-isa.h $(srcdir)/config/xtensa-istack.h \ - dwarf2dbg.h struc-symbol.h + struc-symbol.h DEPTC_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ @@ -1551,19 +1552,11 @@ DEPTC_cris_multi = $(DEPTC_cris_aout) $( DEPOBJ_a29k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_a29k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-a29k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/a29k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_a29k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_alpha_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_alpha_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \ $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \ $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ @@ -1572,41 +1565,29 @@ DEPOBJ_alpha_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_alpha_evax = $(INCDIR)/symcat.h $(srcdir)/config/obj-evax.h \ $(srcdir)/config/tc-alpha.h -DEPOBJ_arc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h DEPOBJ_arc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_arm_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_arm_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_arm_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_avr_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_avr_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_cris_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -1614,197 +1595,121 @@ DEPOBJ_cris_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_d10v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-d10v.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_d10v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_d30v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-d30v.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_d30v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_dlx_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-dlx.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_dlx_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_fr30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-fr30.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_fr30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_h8500_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_hppa_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-hppa.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_hppa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \ $(BFDDIR)/elf32-hppa.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_ia64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_ia64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \ $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_i370_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i370.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i370_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i960_bout = $(INCDIR)/symcat.h $(srcdir)/config/obj-bout.h \ $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h -DEPOBJ_i960_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h subsegs.h DEPOBJ_i960_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m32r_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_m68hc11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m68hc11.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68hc11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_m68k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_m68k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68k_hp300 = $(srcdir)/config/obj-aout.c $(INCDIR)/symcat.h \ $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \ $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/obstack.h -DEPOBJ_m88k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m88k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_m88k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_mcore_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mcore_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mips_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-mips.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_mips_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h DEPOBJ_mips_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \ $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \ $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ @@ -1813,61 +1718,42 @@ DEPOBJ_mips_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_mmix_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_mn10200_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mn10200_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_mn10300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mn10300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_msp430_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-msp430.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_msp430_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ns32k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_ns32k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h DEPOBJ_ns32k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h -DEPOBJ_openrisc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-openrisc.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_openrisc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_or32_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/or32.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ @@ -1876,7 +1762,7 @@ DEPOBJ_or32_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_pdp11_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -1888,7 +1774,7 @@ DEPOBJ_pdp11_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_pj_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-pj.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ @@ -1897,7 +1783,7 @@ DEPOBJ_pj_elf = $(INCDIR)/symcat.h $(src $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ppc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/rs6000.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ @@ -1906,7 +1792,7 @@ DEPOBJ_ppc_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_s390_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-s390.h $(INCDIR)/coff/internal.h \ @@ -1916,7 +1802,7 @@ DEPOBJ_s390_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sh_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/sh.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ @@ -1925,13 +1811,13 @@ DEPOBJ_sh_elf = $(INCDIR)/symcat.h $(src $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \ $(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ $(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sparc_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -1943,7 +1829,7 @@ DEPOBJ_sparc_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tahoe_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-tahoe.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -1955,7 +1841,7 @@ DEPOBJ_tahoe_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic30_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -1967,7 +1853,7 @@ DEPOBJ_tic30_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic4x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/tic4x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \ @@ -1976,7 +1862,7 @@ DEPOBJ_tic4x_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic4x.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic54x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h $(BFDDIR)/libcoff.h \ @@ -1985,7 +1871,7 @@ DEPOBJ_tic54x_elf = $(INCDIR)/symcat.h $ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic54x.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic80_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic80.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/tic80.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ @@ -1994,7 +1880,7 @@ DEPOBJ_tic80_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_vax_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h @@ -2006,7 +1892,7 @@ DEPOBJ_vax_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_vax_vms = $(INCDIR)/symcat.h $(srcdir)/config/obj-vms.h \ $(srcdir)/config/tc-vax.h $(INCDIR)/aout/stab_gnu.h \ $(INCDIR)/aout/stab.def $(INCDIR)/safe-ctype.h subsegs.h \ @@ -2019,7 +1905,7 @@ DEPOBJ_w65_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_v850_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ @@ -2028,7 +1914,8 @@ DEPOBJ_v850_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \ $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_xstormy16_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-xstormy16.h $(INCDIR)/coff/internal.h \ $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ @@ -2037,12 +1924,12 @@ DEPOBJ_xstormy16_elf = $(INCDIR)/symcat. $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_xtensa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \ $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/z8k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ @@ -2051,7 +1938,7 @@ DEPOBJ_z8k_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \ $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \ $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def @@ -2403,13 +2290,17 @@ BMKDEP = #DO NOT PUT ANYTHING BETWEEN TH #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. app.o: app.c $(INCDIR)/symcat.h as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ - output-file.h sb.h macro.h dwarf2dbg.h $(BFDVER_H) + output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h $(BFDVER_H) atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h depend.o: depend.c $(INCDIR)/symcat.h dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/symcat.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h + $(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \ + $(INCDIR)/elf/dwarf2.h +dw2gencfi.o: dw2gencfi.c $(INCDIR)/symcat.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h ecoff.o: ecoff.c $(INCDIR)/symcat.h ecoff.h ehopt.o: ehopt.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ $(INCDIR)/elf/dwarf2.h @@ -2432,7 +2323,8 @@ macro.o: macro.c $(INCDIR)/safe-ctype.h messages.o: messages.c $(INCDIR)/symcat.h output-file.o: output-file.c $(INCDIR)/symcat.h output-file.h read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h + subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \ + dw2gencfi.h $(INCDIR)/elf/dwarf2.h sb.o: sb.c sb.h stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \ subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def diff -uprN binutils-2.14.90.0.2/gas/Makefile.in binutils-2.14.90.0.3/gas/Makefile.in --- binutils-2.14.90.0.2/gas/Makefile.in 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/Makefile.in 2003-05-23 07:18:53.000000000 -0700 @@ -291,6 +291,7 @@ GAS_CFILES = \ cond.c \ depend.c \ dwarf2dbg.c \ + dw2gencfi.c \ ecoff.c \ ehopt.c \ expr.c \ @@ -323,6 +324,7 @@ HFILES = \ bit_fix.h \ cgen.h \ dwarf2dbg.h \ + dw2gencfi.h \ ecoff.h \ emul-target.h \ emul.h \ @@ -546,6 +548,7 @@ GENERIC_OBJS = \ cond.o \ depend.o \ dwarf2dbg.o \ + dw2gencfi.o \ ehopt.o \ expr.o \ flonum-konst.o \ @@ -808,31 +811,29 @@ DEPTC_fr30_elf = $(INCDIR)/symcat.h $(sr DEPTC_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ - $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \ - cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/frv.h \ - $(INCDIR)/elf/reloc-macros.h + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \ + $(srcdir)/../opcodes/frv-desc.h $(INCDIR)/opcode/cgen.h \ + $(srcdir)/../opcodes/frv-opc.h cgen.h $(BFDDIR)/libbfd.h \ + $(INCDIR)/elf/common.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h DEPTC_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ - dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/frv-desc.h \ $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/frv-opc.h \ cgen.h $(BFDDIR)/libbfd.h $(INCDIR)/elf/frv.h $(INCDIR)/elf/reloc-macros.h DEPTC_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h dwarf2dbg.h + $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \ + $(INCDIR)/opcode/h8300.h $(INCDIR)/safe-ctype.h DEPTC_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ - subsegs.h $(INCDIR)/obstack.h $(INCDIR)/opcode/h8300.h \ - $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h \ - dwarf2dbg.h + subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/h8300.h \ + $(INCDIR)/safe-ctype.h $(INCDIR)/elf/h8.h $(INCDIR)/elf/reloc-macros.h DEPTC_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \ @@ -886,19 +887,20 @@ DEPTC_i370_elf = $(INCDIR)/symcat.h $(sr DEPTC_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - dwarf2dbg.h $(INCDIR)/opcode/i386.h + dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h DEPTC_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \ $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ $(INCDIR)/bfdlink.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h dwarf2dbg.h $(INCDIR)/opcode/i386.h + $(INCDIR)/obstack.h dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h \ + $(INCDIR)/opcode/i386.h DEPTC_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - dwarf2dbg.h $(INCDIR)/opcode/i386.h + dwarf2dbg.h dw2gencfi.h $(INCDIR)/elf/dwarf2.h $(INCDIR)/opcode/i386.h DEPTC_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ @@ -922,16 +924,15 @@ DEPTC_i960_elf = $(INCDIR)/symcat.h $(sr DEPTC_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ - $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ - cgen.h $(INCDIR)/elf/common.h $(INCDIR)/elf/ip2k.h \ - $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h + $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h subsegs.h $(INCDIR)/obstack.h \ + $(srcdir)/../opcodes/ip2k-desc.h $(INCDIR)/opcode/cgen.h \ + $(srcdir)/../opcodes/ip2k-opc.h cgen.h $(INCDIR)/elf/common.h \ + $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h $(BFDDIR)/libbfd.h DEPTC_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ - dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ + subsegs.h $(INCDIR)/obstack.h $(srcdir)/../opcodes/ip2k-desc.h \ $(INCDIR)/opcode/cgen.h $(srcdir)/../opcodes/ip2k-opc.h \ cgen.h $(INCDIR)/elf/ip2k.h $(INCDIR)/elf/reloc-macros.h \ $(BFDDIR)/libbfd.h @@ -1343,7 +1344,7 @@ DEPTC_xtensa_elf = $(INCDIR)/symcat.h $( $(INCDIR)/xtensa-config.h sb.h $(INCDIR)/safe-ctype.h \ subsegs.h $(INCDIR)/obstack.h $(srcdir)/config/xtensa-relax.h \ $(INCDIR)/xtensa-isa.h $(srcdir)/config/xtensa-istack.h \ - dwarf2dbg.h struc-symbol.h + struc-symbol.h DEPTC_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ @@ -1370,21 +1371,11 @@ DEPOBJ_a29k_aout = $(INCDIR)/symcat.h $( $(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_a29k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-a29k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/a29k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_a29k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-a29k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_alpha_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-alpha.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_alpha_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \ $(srcdir)/config/tc-alpha.h ecoff.h $(INCDIR)/coff/sym.h \ @@ -1395,49 +1386,34 @@ DEPOBJ_alpha_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-alpha.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/alpha.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_alpha_evax = $(INCDIR)/symcat.h $(srcdir)/config/obj-evax.h \ $(srcdir)/config/tc-alpha.h -DEPOBJ_arc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-arc.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h - DEPOBJ_arc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_arm_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-arm.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_arm_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-arm.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/arm.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_arm_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-arm.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_avr_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-avr.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_avr_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-avr.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_cris_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-cris.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1447,241 +1423,146 @@ DEPOBJ_cris_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-cris.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_d10v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-d10v.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_d10v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d10v.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_d30v_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-d30v.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_d30v_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-d30v.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_dlx_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-dlx.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_dlx_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-dlx.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_fr30_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-fr30.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_fr30_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-fr30.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_frv_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-frv.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_frv_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-frv.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_h8300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-h8300.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/h8300.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_h8300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8300.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_h8500_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-h8500.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/h8500.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_h8500_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-h8500.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_hppa_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-hppa.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_hppa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-hppa.h \ $(BFDDIR)/elf32-hppa.h $(BFDDIR)/libhppa.h $(INCDIR)/elf/hppa.h \ $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_ia64_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ia64.h $(INCDIR)/opcode/ia64.h \ - $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_ia64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ia64.h \ $(INCDIR)/opcode/ia64.h $(INCDIR)/elf/ia64.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_i370_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i370.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i370_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i370.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/i370.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_i386_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-i386.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_i386_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i386.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/i386.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_i386_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i386.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i860_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i860.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_i960_bout = $(INCDIR)/symcat.h $(srcdir)/config/obj-bout.h \ $(srcdir)/config/tc-i960.h $(INCDIR)/obstack.h -DEPOBJ_i960_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-i960.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/i960.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \ - $(INCDIR)/obstack.h subsegs.h - DEPOBJ_i960_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-i960.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_ip2k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ip2k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ip2k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ip2k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_m32r_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m32r.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m32r_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m32r.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_m68hc11_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m68hc11.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68hc11_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68hc11.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-m68k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_m68k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m68k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m68k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_m68k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m68k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_m68k_hp300 = $(srcdir)/config/obj-aout.c $(INCDIR)/symcat.h \ $(srcdir)/config/obj-aout.h $(srcdir)/config/tc-m68k.h \ $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h $(INCDIR)/aout/aout64.h \ $(INCDIR)/obstack.h -DEPOBJ_m88k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-m88k.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/m88k.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_m88k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-m88k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_mcore_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mcore.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mcore.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mcore_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mcore.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mips_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-mips.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_mips_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mips.h $(INCDIR)/coff/internal.h \ - $(INCDIR)/coff/mipspe.h $(INCDIR)/coff/external.h $(BFDDIR)/libcoff.h \ - $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h subsegs.h - DEPOBJ_mips_ecoff = $(INCDIR)/symcat.h $(srcdir)/config/obj-ecoff.h \ $(srcdir)/config/tc-mips.h ecoff.h $(INCDIR)/coff/sym.h \ $(INCDIR)/coff/ecoff.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \ @@ -1691,73 +1572,49 @@ DEPOBJ_mips_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mips.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h ecoff.h $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h \ - $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h ecoff.h $(INCDIR)/coff/sym.h \ + $(INCDIR)/coff/ecoff.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_mmix_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mmix.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_mn10200_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mn10200.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mn10200_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10200.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_mn10300_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-mn10300.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_mn10300_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-mn10300.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_msp430_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-msp430.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_msp430_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-msp430.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ns32k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-ns32k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ $(INCDIR)/aout/aout64.h $(INCDIR)/obstack.h -DEPOBJ_ns32k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-ns32k.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h - DEPOBJ_ns32k_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ns32k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h - -DEPOBJ_openrisc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ - $(srcdir)/config/tc-openrisc.h $(INCDIR)/coff/internal.h \ - $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h $(INCDIR)/obstack.h \ - subsegs.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_openrisc_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-openrisc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_or32_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-or32.h $(INCDIR)/coff/internal.h \ @@ -1768,7 +1625,7 @@ DEPOBJ_or32_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-or32.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_pdp11_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-pdp11.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1783,7 +1640,7 @@ DEPOBJ_pdp11_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pdp11.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_pj_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-pj.h $(INCDIR)/coff/internal.h \ @@ -1794,7 +1651,7 @@ DEPOBJ_pj_elf = $(INCDIR)/symcat.h $(src $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-pj.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_ppc_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-ppc.h $(INCDIR)/coff/internal.h \ @@ -1805,7 +1662,7 @@ DEPOBJ_ppc_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-ppc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \ + struc-symbol.h dwarf2dbg.h $(INCDIR)/elf/ppc.h $(INCDIR)/elf/reloc-macros.h \ $(INCDIR)/aout/aout64.h DEPOBJ_s390_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ @@ -1817,7 +1674,7 @@ DEPOBJ_s390_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-s390.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sh_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-sh.h $(INCDIR)/coff/internal.h \ @@ -1828,14 +1685,14 @@ DEPOBJ_sh_elf = $(INCDIR)/symcat.h $(src $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sh64_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sh64.h \ $(srcdir)/config/tc-sh.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h \ $(BFDDIR)/elf32-sh64.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_sparc_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-sparc.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1850,7 +1707,7 @@ DEPOBJ_sparc_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-sparc.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tahoe_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-tahoe.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1865,7 +1722,7 @@ DEPOBJ_tahoe_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tahoe.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic30_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-tic30.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1880,7 +1737,7 @@ DEPOBJ_tic30_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic30.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic4x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic4x.h $(INCDIR)/coff/internal.h \ @@ -1891,7 +1748,7 @@ DEPOBJ_tic4x_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic4x.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic54x_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic54x.h $(INCDIR)/coff/internal.h \ @@ -1902,7 +1759,7 @@ DEPOBJ_tic54x_elf = $(INCDIR)/symcat.h $ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic54x.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_tic80_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-tic80.h $(INCDIR)/coff/internal.h \ @@ -1913,7 +1770,7 @@ DEPOBJ_tic80_elf = $(INCDIR)/symcat.h $( $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-tic80.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_vax_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \ $(srcdir)/config/tc-vax.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \ @@ -1928,7 +1785,7 @@ DEPOBJ_vax_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-vax.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_vax_vms = $(INCDIR)/symcat.h $(srcdir)/config/obj-vms.h \ $(srcdir)/config/tc-vax.h $(INCDIR)/aout/stab_gnu.h \ @@ -1944,7 +1801,7 @@ DEPOBJ_w65_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-w65.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_v850_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-v850.h $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h \ @@ -1955,7 +1812,8 @@ DEPOBJ_v850_elf = $(INCDIR)/symcat.h $(s $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-v850.h \ $(INCDIR)/elf/v850.h $(INCDIR)/elf/reloc-macros.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + subsegs.h $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h \ + $(INCDIR)/aout/aout64.h DEPOBJ_xstormy16_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-xstormy16.h $(INCDIR)/coff/internal.h \ @@ -1966,13 +1824,13 @@ DEPOBJ_xstormy16_elf = $(INCDIR)/symcat. $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xstormy16.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_xtensa_elf = $(INCDIR)/symcat.h $(srcdir)/config/obj-elf.h \ $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-xtensa.h \ $(INCDIR)/xtensa-config.h $(INCDIR)/safe-ctype.h subsegs.h \ - $(INCDIR)/obstack.h struc-symbol.h $(INCDIR)/aout/aout64.h + $(INCDIR)/obstack.h struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_z8k_coff = $(INCDIR)/symcat.h $(srcdir)/config/obj-coff.h \ $(srcdir)/config/tc-z8k.h $(INCDIR)/coff/internal.h \ @@ -1983,7 +1841,7 @@ DEPOBJ_z8k_elf = $(INCDIR)/symcat.h $(sr $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h \ $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h $(srcdir)/config/tc-z8k.h \ $(INCDIR)/safe-ctype.h subsegs.h $(INCDIR)/obstack.h \ - struc-symbol.h $(INCDIR)/aout/aout64.h + struc-symbol.h dwarf2dbg.h $(INCDIR)/aout/aout64.h DEPOBJ_hppa_som = $(srcdir)/config/obj-som.h subsegs.h \ $(INCDIR)/obstack.h $(BFDDIR)/libhppa.h $(BFDDIR)/som.h \ @@ -2469,13 +2327,13 @@ itbl_test_DEPENDENCIES = itbl-tops.o it itbl_test_LDFLAGS = as_new_OBJECTS = app.$(OBJEXT) as.$(OBJEXT) atof-generic.$(OBJEXT) \ bignum-copy.$(OBJEXT) cond.$(OBJEXT) depend.$(OBJEXT) \ -dwarf2dbg.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) expr.$(OBJEXT) \ -flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) flonum-mult.$(OBJEXT) \ -frags.$(OBJEXT) hash.$(OBJEXT) input-file.$(OBJEXT) \ -input-scrub.$(OBJEXT) listing.$(OBJEXT) literal.$(OBJEXT) \ -macro.$(OBJEXT) messages.$(OBJEXT) output-file.$(OBJEXT) read.$(OBJEXT) \ -sb.$(OBJEXT) stabs.$(OBJEXT) subsegs.$(OBJEXT) symbols.$(OBJEXT) \ -write.$(OBJEXT) +dwarf2dbg.$(OBJEXT) dw2gencfi.$(OBJEXT) ecoff.$(OBJEXT) ehopt.$(OBJEXT) \ +expr.$(OBJEXT) flonum-copy.$(OBJEXT) flonum-konst.$(OBJEXT) \ +flonum-mult.$(OBJEXT) frags.$(OBJEXT) hash.$(OBJEXT) \ +input-file.$(OBJEXT) input-scrub.$(OBJEXT) listing.$(OBJEXT) \ +literal.$(OBJEXT) macro.$(OBJEXT) messages.$(OBJEXT) \ +output-file.$(OBJEXT) read.$(OBJEXT) sb.$(OBJEXT) stabs.$(OBJEXT) \ +subsegs.$(OBJEXT) symbols.$(OBJEXT) write.$(OBJEXT) as_new_LDFLAGS = SCRIPTS = $(noinst_SCRIPTS) @@ -3315,13 +3173,17 @@ dep-am: DEP #MKDEP DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING BELOW. app.o: app.c $(INCDIR)/symcat.h as.o: as.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ - output-file.h sb.h macro.h dwarf2dbg.h $(BFDVER_H) + output-file.h sb.h macro.h dwarf2dbg.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h $(BFDVER_H) atof-generic.o: atof-generic.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h bignum-copy.o: bignum-copy.c $(INCDIR)/symcat.h cond.o: cond.c $(INCDIR)/symcat.h macro.h sb.h $(INCDIR)/obstack.h depend.o: depend.c $(INCDIR)/symcat.h dwarf2dbg.o: dwarf2dbg.c $(INCDIR)/symcat.h dwarf2dbg.h \ - subsegs.h $(INCDIR)/obstack.h $(INCDIR)/elf/dwarf2.h + $(INCDIR)/filenames.h subsegs.h $(INCDIR)/obstack.h \ + $(INCDIR)/elf/dwarf2.h +dw2gencfi.o: dw2gencfi.c $(INCDIR)/symcat.h dw2gencfi.h \ + $(INCDIR)/elf/dwarf2.h ecoff.o: ecoff.c $(INCDIR)/symcat.h ecoff.h ehopt.o: ehopt.c $(INCDIR)/symcat.h subsegs.h $(INCDIR)/obstack.h \ $(INCDIR)/elf/dwarf2.h @@ -3344,7 +3206,8 @@ macro.o: macro.c $(INCDIR)/safe-ctype.h messages.o: messages.c $(INCDIR)/symcat.h output-file.o: output-file.c $(INCDIR)/symcat.h output-file.h read.o: read.c $(INCDIR)/symcat.h $(INCDIR)/safe-ctype.h \ - subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h + subsegs.h $(INCDIR)/obstack.h sb.h macro.h ecoff.h \ + dw2gencfi.h $(INCDIR)/elf/dwarf2.h sb.o: sb.c sb.h stabs.o: stabs.c $(INCDIR)/symcat.h $(INCDIR)/obstack.h \ subsegs.h ecoff.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def diff -uprN binutils-2.14.90.0.2/gas/aclocal.m4 binutils-2.14.90.0.3/gas/aclocal.m4 --- binutils-2.14.90.0.2/gas/aclocal.m4 2002-03-07 11:52:37.000000000 -0800 +++ binutils-2.14.90.0.3/gas/aclocal.m4 2003-05-23 07:18:53.000000000 -0700 @@ -83,6 +83,24 @@ AC_DEFUN([CY_WITH_NLS],) AC_SUBST(INTLLIBS) ]) +#serial 1 +# This test replaces the one in autoconf. +# Currently this macro should have the same name as the autoconf macro +# because gettext's gettext.m4 (distributed in the automake package) +# still uses it. Otherwise, the use in gettext.m4 makes autoheader +# give these diagnostics: +# configure.in:556: AC_TRY_COMPILE was called before AC_ISC_POSIX +# configure.in:556: AC_TRY_RUN was called before AC_ISC_POSIX + +undefine([AC_ISC_POSIX]) + +AC_DEFUN([AC_ISC_POSIX], + [ + dnl This test replaces the obsolescent AC_ISC_POSIX kludge. + AC_CHECK_LIB(cposix, strerror, [LIBS="$LIBS -lcposix"]) + ] +) + # Do all the work for Automake. This macro actually does too much -- # some checks are only needed if your package does certain things. # But this isn't really a big deal. @@ -203,7 +221,7 @@ dnl AM_PROG_LEX dnl Look for flex, lex or missing, then run AC_PROG_LEX and AC_DECL_YYTEXT AC_DEFUN([AM_PROG_LEX], [missing_dir=ifelse([$1],,`cd $ac_aux_dir && pwd`,$1) -AC_CHECK_PROGS(LEX, flex lex, $missing_dir/missing flex) +AC_CHECK_PROGS(LEX, flex lex, "$missing_dir/missing flex") AC_PROG_LEX AC_DECL_YYTEXT]) diff -uprN binutils-2.14.90.0.2/gas/as.c binutils-2.14.90.0.3/gas/as.c --- binutils-2.14.90.0.2/gas/as.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/as.c 2003-05-23 07:18:53.000000000 -0700 @@ -42,6 +42,7 @@ #include "sb.h" #include "macro.h" #include "dwarf2dbg.h" +#include "dw2gencfi.h" #ifdef BFD_ASSEMBLER #include "bfdver.h" @@ -98,6 +99,9 @@ int chunksize = 0; Then the chunk sizes for gas and bfd will be reduced. */ int debug_memory = 0; +/* Enable verbose mode. */ +int verbose = 0; + /* We build a list of defsyms as we read the options, and then define them after we have initialized everything. */ @@ -497,6 +501,7 @@ parse_args (pargc, pargv) #endif case OPTION_VERBOSE: print_version_id (); + verbose = 1; break; } /* Fall through. */ @@ -906,6 +911,10 @@ main (argc, argv) assembly debugging or on behalf of the compiler, emit it now. */ dwarf2_finish (); +#ifdef TARGET_USE_CFIPOP + cfi_finish (); +#endif + if (seen_at_least_1_file () && (flag_always_generate_output || had_errors () == 0)) keep_it = 1; diff -uprN binutils-2.14.90.0.2/gas/as.h binutils-2.14.90.0.3/gas/as.h --- binutils-2.14.90.0.2/gas/as.h 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/as.h 2003-05-23 07:18:53.000000000 -0700 @@ -474,6 +474,9 @@ extern enum debug_info_type debug_type; /* Maximum level of macro nesting. */ extern int max_macro_nest; +/* Verbosity level. */ +extern int verbose; + /* Obstack chunk size. Keep large for efficient space use, make small to increase malloc calls for monitoring memory allocation. */ extern int chunksize; diff -uprN binutils-2.14.90.0.2/gas/config/obj-elf.c binutils-2.14.90.0.3/gas/config/obj-elf.c --- binutils-2.14.90.0.2/gas/config/obj-elf.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/obj-elf.c 2003-05-23 07:18:53.000000000 -0700 @@ -25,6 +25,7 @@ #include "subsegs.h" #include "obstack.h" #include "struc-symbol.h" +#include "dwarf2dbg.h" #ifndef ECOFF_DEBUGGING #define ECOFF_DEBUGGING 0 @@ -126,6 +127,9 @@ static const pseudo_typeS elf_pseudo_tab {"2byte", cons, 2}, {"4byte", cons, 4}, {"8byte", cons, 8}, + /* These are used for dwarf2. */ + { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, + { "loc", dwarf2_directive_loc, 0 }, /* We need to trap the section changing calls to handle .previous. */ {"data", obj_elf_data, 0}, diff -uprN binutils-2.14.90.0.2/gas/config/tc-arc.c binutils-2.14.90.0.3/gas/config/tc-arc.c --- binutils-2.14.90.0.2/gas/config/tc-arc.c 2002-09-27 08:33:09.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-arc.c 2003-05-23 07:18:53.000000000 -0700 @@ -94,8 +94,6 @@ const pseudo_typeS md_pseudo_table[] = { { "option", arc_option, 0 }, { "cpu", arc_option, 0 }, { "block", s_space, 0 }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "extcondcode", arc_extoper, 0 }, { "extcoreregister", arc_extoper, 1 }, { "extauxregister", arc_extoper, 2 }, diff -uprN binutils-2.14.90.0.2/gas/config/tc-arm.c binutils-2.14.90.0.3/gas/config/tc-arm.c --- binutils-2.14.90.0.2/gas/config/tc-arm.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-arm.c 2003-05-23 07:18:53.000000000 -0700 @@ -2345,8 +2345,6 @@ const pseudo_typeS md_pseudo_table[] = #ifdef OBJ_ELF { "word", s_arm_elf_cons, 4 }, { "long", s_arm_elf_cons, 4 }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, #else { "word", cons, 4}, #endif diff -uprN binutils-2.14.90.0.2/gas/config/tc-frv.c binutils-2.14.90.0.3/gas/config/tc-frv.c --- binutils-2.14.90.0.2/gas/config/tc-frv.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-frv.c 2003-05-23 07:18:53.000000000 -0700 @@ -20,7 +20,6 @@ #include #include "as.h" -#include "dwarf2dbg.h" #include "subsegs.h" #include "symcat.h" #include "opcodes/frv-desc.h" @@ -185,8 +184,6 @@ const pseudo_typeS md_pseudo_table[] = { "eflags", frv_set_flags, 0 }, { "word", cons, 4 }, { "picptr", frv_pic_ptr, 4 }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { NULL, NULL, 0 } }; diff -uprN binutils-2.14.90.0.2/gas/config/tc-h8300.c binutils-2.14.90.0.3/gas/config/tc-h8300.c --- binutils-2.14.90.0.2/gas/config/tc-h8300.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-h8300.c 2003-05-23 07:18:53.000000000 -0700 @@ -151,11 +151,6 @@ const pseudo_typeS md_pseudo_table[] = {"sbranch", sbranch, L_8}, {"lbranch", sbranch, L_16}, -#ifdef BFD_ASSEMBLER - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - {"loc", dwarf2_directive_loc, 0 }, -#endif - {"int", pint, 0}, {"data.b", cons, 1}, {"data.w", cons, 2}, diff -uprN binutils-2.14.90.0.2/gas/config/tc-hppa.c binutils-2.14.90.0.3/gas/config/tc-hppa.c --- binutils-2.14.90.0.2/gas/config/tc-hppa.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-hppa.c 2003-05-23 07:18:53.000000000 -0700 @@ -622,8 +622,10 @@ static struct call_desc last_call_desc; /* handle of the OPCODE hash table */ static struct hash_control *op_hash = NULL; -/* Those characters can be suffixes of opcode names. */ -const char hppa_symbol_chars[] = ",*!?=<>"; +/* These characters can be suffixes of opcode names and they may be + followed by meaningful whitespace. We don't include `,' and `!' + as they never appear followed by meaningful whitespace. */ +const char hppa_symbol_chars[] = "*?=<>"; /* Table of pseudo ops for the PA. FIXME -- how many of these are now redundant with the overall GAS and the object file @@ -670,9 +672,6 @@ const pseudo_typeS md_pseudo_table[] = {"equ", pa_equ, 0}, {"exit", pa_exit, 0}, {"export", pa_export, 0}, -#ifdef OBJ_ELF - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, -#endif {"fill", pa_fill, 0}, {"float", pa_float_cons, 'f'}, {"half", pa_cons, 2}, @@ -682,9 +681,6 @@ const pseudo_typeS md_pseudo_table[] = {"lcomm", pa_lcomm, 0}, {"leave", pa_leave, 0}, {"level", pa_level, 0}, -#ifdef OBJ_ELF - {"loc", dwarf2_directive_loc, 0 }, -#endif {"long", pa_cons, 4}, {"lsym", pa_lsym, 0}, #ifdef OBJ_SOM diff -uprN binutils-2.14.90.0.2/gas/config/tc-i386.c binutils-2.14.90.0.3/gas/config/tc-i386.c --- binutils-2.14.90.0.2/gas/config/tc-i386.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-i386.c 2003-05-23 07:18:53.000000000 -0700 @@ -30,6 +30,7 @@ #include "safe-ctype.h" #include "subsegs.h" #include "dwarf2dbg.h" +#include "dw2gencfi.h" #include "opcode/i386.h" #ifndef REGISTER_WARNINGS @@ -6299,3 +6300,85 @@ intel_putback_token () prev_token.reg = NULL; prev_token.str = NULL; } + +void +tc_x86_cfi_init (void) +{ + struct cfi_config cfi_config; + + if (flag_code == CODE_64BIT) + { + cfi_config.addr_length = 8; + cfi_config.eh_align = 8; + cfi_config.code_align = 1; + cfi_config.data_align = -8; + cfi_config.ra_column = 0x10; + cfi_config.reloc_type = BFD_RELOC_64; + } + else + { + cfi_config.addr_length = 4; + cfi_config.eh_align = 4; + cfi_config.code_align = 1; + cfi_config.data_align = -4; + cfi_config.ra_column = 0x08; + cfi_config.reloc_type = BFD_RELOC_32; + } + + cfi_set_config (&cfi_config); +} + +unsigned long +tc_x86_regname_to_dw2regnum (const char *regname) +{ + unsigned int regnum; + unsigned int regnames_count; + char *regnames_32[] = + { + "eax", "ebx", "ecx", "edx", + "edi", "esi", "ebp", "esp", + "eip" + }; + char *regnames_64[] = + { + "rax", "rbx", "rcx", "rdx", + "rdi", "rsi", "rbp", "rsp", + "r8", "r9", "r10", "r11", + "r12", "r13", "r14", "r15", + "rip" + }; + char **regnames; + + if (flag_code == CODE_64BIT) + { + regnames = regnames_64; + regnames_count = sizeof (regnames_64); + } + else + { + regnames = regnames_32; + regnames_count = sizeof (regnames_32); + } + + for (regnum = 0; regnum < regnames_count; regnum++) + if (strcmp (regname, regnames[regnum]) == 0) + return regnum; + + as_bad (_("unknown register name '%s'"), regname); + return -1; +} + +void +tc_x86_frame_initial_instructions (void) +{ + if (flag_code == CODE_64BIT) + { + cfi_add_insn (CFA_def_cfa, tc_x86_regname_to_dw2regnum ("rsp"), 8); + cfi_add_insn (CFA_offset, tc_x86_regname_to_dw2regnum ("rip"), -8); + } + else + { + cfi_add_insn (CFA_def_cfa, tc_x86_regname_to_dw2regnum ("esp"), 4); + cfi_add_insn (CFA_offset, tc_x86_regname_to_dw2regnum ("eip"), -4); + } +} diff -uprN binutils-2.14.90.0.2/gas/config/tc-i386.h binutils-2.14.90.0.3/gas/config/tc-i386.h --- binutils-2.14.90.0.2/gas/config/tc-i386.h 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-i386.h 2003-05-23 07:18:53.000000000 -0700 @@ -545,4 +545,19 @@ void i386_print_statistics PARAMS ((FILE extern void sco_id PARAMS ((void)); #endif +/* We want .cfi_* pseudo-ops for generating unwind info. */ +#define TARGET_USE_CFIPOP +#ifdef TARGET_USE_CFIPOP + +#define tc_cfi_init() tc_x86_cfi_init () +extern void tc_x86_cfi_init PARAMS ((void)); + +#define tc_regname_to_dw2regnum tc_x86_regname_to_dw2regnum +extern unsigned long tc_x86_regname_to_dw2regnum PARAMS ((const char *regname)); + +#define tc_cfi_frame_initial_instructions tc_x86_frame_initial_instructions +extern void tc_x86_frame_initial_instructions PARAMS ((void)); + +#endif /* TARGET_USE_CFIPOP */ + #endif /* TC_I386 */ diff -uprN binutils-2.14.90.0.2/gas/config/tc-i860.c binutils-2.14.90.0.3/gas/config/tc-i860.c --- binutils-2.14.90.0.2/gas/config/tc-i860.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-i860.c 2003-05-23 07:18:53.000000000 -0700 @@ -477,6 +477,7 @@ i860_process_insn (str) int t; opcode = insn->match; memset (&the_insn, '\0', sizeof (the_insn)); + fc = 0; for (t = 0; t < MAX_FIXUPS; t++) { the_insn.fi[t].reloc = BFD_RELOC_NONE; diff -uprN binutils-2.14.90.0.2/gas/config/tc-ia64.c binutils-2.14.90.0.3/gas/config/tc-ia64.c --- binutils-2.14.90.0.2/gas/config/tc-ia64.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-ia64.c 2003-05-23 07:18:53.000000000 -0700 @@ -4874,8 +4874,6 @@ const pseudo_typeS md_pseudo_table[] = { "body", dot_body, 0 }, { "prologue", dot_prologue, 0 }, { "endp", dot_endp, 0 }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "fframe", dot_fframe, 0 }, { "vframe", dot_vframe, 0 }, diff -uprN binutils-2.14.90.0.2/gas/config/tc-ip2k.c binutils-2.14.90.0.3/gas/config/tc-ip2k.c --- binutils-2.14.90.0.2/gas/config/tc-ip2k.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-ip2k.c 2003-05-23 07:18:53.000000000 -0700 @@ -22,7 +22,6 @@ #include #include "as.h" -#include "dwarf2dbg.h" #include "subsegs.h" #include "symcat.h" #include "opcodes/ip2k-desc.h" @@ -66,8 +65,6 @@ static void ip2k_elf_section_rtn (int); /* The target specific pseudo-ops which we support. */ const pseudo_typeS md_pseudo_table[] = { - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "text", ip2k_elf_section_text, 0 }, { "sect", ip2k_elf_section_rtn, 0 }, { NULL, NULL, 0 } diff -uprN binutils-2.14.90.0.2/gas/config/tc-iq2000.c binutils-2.14.90.0.3/gas/config/tc-iq2000.c --- binutils-2.14.90.0.2/gas/config/tc-iq2000.c 2003-01-21 10:21:32.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-iq2000.c 2003-05-23 07:18:53.000000000 -0700 @@ -21,7 +21,6 @@ #include #include "as.h" #include "safe-ctype.h" -#include "dwarf2dbg.h" #include "subsegs.h" #include "symcat.h" #include "opcodes/iq2000-desc.h" @@ -103,8 +102,6 @@ const pseudo_typeS md_pseudo_table[] = { { "align", s_align_bytes, 0 }, { "word", cons, 4 }, - { "file", dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "rdata", s_change_sec, 'r'}, { "sdata", s_change_sec, 's'}, { "set", s_iq2000_set, 0 }, diff -uprN binutils-2.14.90.0.2/gas/config/tc-m68hc11.c binutils-2.14.90.0.3/gas/config/tc-m68hc11.c --- binutils-2.14.90.0.2/gas/config/tc-m68hc11.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-m68hc11.c 2003-05-23 07:18:53.000000000 -0700 @@ -268,10 +268,6 @@ const pseudo_typeS md_pseudo_table[] = { {"fcc", stringer, 1}, {"rmb", s_space, 0}, - /* Dwarf2 support for Gcc. */ - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, - /* Motorola ALIS. */ {"xrefb", s_ignore, 0}, /* Same as xref */ diff -uprN binutils-2.14.90.0.2/gas/config/tc-m68k.c binutils-2.14.90.0.3/gas/config/tc-m68k.c --- binutils-2.14.90.0.2/gas/config/tc-m68k.c 2002-12-16 12:22:52.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-m68k.c 2003-05-23 07:18:53.000000000 -0700 @@ -554,12 +554,6 @@ const pseudo_typeS md_pseudo_table[] = {"extend", float_cons, 'x'}, {"ldouble", float_cons, 'x'}, -#ifdef OBJ_ELF - /* Dwarf2 support for Gcc. */ - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, -#endif - /* The following pseudo-ops are supported for MRI compatibility. */ {"chip", s_chip, 0}, {"comline", s_space, 1}, diff -uprN binutils-2.14.90.0.2/gas/config/tc-mips.c binutils-2.14.90.0.3/gas/config/tc-mips.c --- binutils-2.14.90.0.2/gas/config/tc-mips.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-mips.c 2003-05-23 07:18:53.000000000 -0700 @@ -131,6 +131,9 @@ enum mips_abi_level /* MIPS ABI we are using for this output file. */ static enum mips_abi_level mips_abi = NO_ABI; +/* Whether or not we have code that can call pic code. */ +int mips_abicalls = FALSE; + /* This is the set of options which may be modified by the .set pseudo-op. We use a struct so that .set push and .set pop are more reliable. */ @@ -2151,34 +2154,39 @@ append_insn (place, ip, address_expr, re } else { + reloc_howto_type *howto; + need_reloc: /* Don't generate a reloc if we are writing into a variant frag. */ if (place == NULL) { - fixp[0] = fix_new_exp (frag_now, f - frag_now->fr_literal, 4, + howto = bfd_reloc_type_lookup (stdoutput, reloc_type[0]); + fixp[0] = fix_new_exp (frag_now, f - frag_now->fr_literal, + bfd_get_reloc_size(howto), address_expr, - *reloc_type == BFD_RELOC_16_PCREL_S2, + reloc_type[0] == BFD_RELOC_16_PCREL_S2, reloc_type[0]); /* These relocations can have an addend that won't fit in 4 octets for 64bit assembly. */ - if (HAVE_64BIT_GPRS && - (*reloc_type == BFD_RELOC_16 - || *reloc_type == BFD_RELOC_32 - || *reloc_type == BFD_RELOC_MIPS_JMP - || *reloc_type == BFD_RELOC_HI16_S - || *reloc_type == BFD_RELOC_LO16 - || *reloc_type == BFD_RELOC_GPREL16 - || *reloc_type == BFD_RELOC_MIPS_LITERAL - || *reloc_type == BFD_RELOC_GPREL32 - || *reloc_type == BFD_RELOC_64 - || *reloc_type == BFD_RELOC_CTOR - || *reloc_type == BFD_RELOC_MIPS_SUB - || *reloc_type == BFD_RELOC_MIPS_HIGHEST - || *reloc_type == BFD_RELOC_MIPS_HIGHER - || *reloc_type == BFD_RELOC_MIPS_SCN_DISP - || *reloc_type == BFD_RELOC_MIPS_REL16 - || *reloc_type == BFD_RELOC_MIPS_RELGOT)) + if (HAVE_64BIT_GPRS + && ! howto->partial_inplace + && (reloc_type[0] == BFD_RELOC_16 + || reloc_type[0] == BFD_RELOC_32 + || reloc_type[0] == BFD_RELOC_MIPS_JMP + || reloc_type[0] == BFD_RELOC_HI16_S + || reloc_type[0] == BFD_RELOC_LO16 + || reloc_type[0] == BFD_RELOC_GPREL16 + || reloc_type[0] == BFD_RELOC_MIPS_LITERAL + || reloc_type[0] == BFD_RELOC_GPREL32 + || reloc_type[0] == BFD_RELOC_64 + || reloc_type[0] == BFD_RELOC_CTOR + || reloc_type[0] == BFD_RELOC_MIPS_SUB + || reloc_type[0] == BFD_RELOC_MIPS_HIGHEST + || reloc_type[0] == BFD_RELOC_MIPS_HIGHER + || reloc_type[0] == BFD_RELOC_MIPS_SCN_DISP + || reloc_type[0] == BFD_RELOC_MIPS_REL16 + || reloc_type[0] == BFD_RELOC_MIPS_RELGOT)) fixp[0]->fx_no_overflow = 1; if (reloc_needs_lo_p (*reloc_type)) @@ -2207,29 +2215,31 @@ append_insn (place, ip, address_expr, re address_expr->X_add_symbol = 0; address_expr->X_add_number = 0; + howto = bfd_reloc_type_lookup (stdoutput, reloc_type[1]); fixp[1] = fix_new_exp (frag_now, f - frag_now->fr_literal, - 4, address_expr, FALSE, - reloc_type[1]); + bfd_get_reloc_size(howto), + address_expr, FALSE, reloc_type[1]); /* These relocations can have an addend that won't fit in 4 octets for 64bit assembly. */ - if (HAVE_64BIT_GPRS && - (*reloc_type == BFD_RELOC_16 - || *reloc_type == BFD_RELOC_32 - || *reloc_type == BFD_RELOC_MIPS_JMP - || *reloc_type == BFD_RELOC_HI16_S - || *reloc_type == BFD_RELOC_LO16 - || *reloc_type == BFD_RELOC_GPREL16 - || *reloc_type == BFD_RELOC_MIPS_LITERAL - || *reloc_type == BFD_RELOC_GPREL32 - || *reloc_type == BFD_RELOC_64 - || *reloc_type == BFD_RELOC_CTOR - || *reloc_type == BFD_RELOC_MIPS_SUB - || *reloc_type == BFD_RELOC_MIPS_HIGHEST - || *reloc_type == BFD_RELOC_MIPS_HIGHER - || *reloc_type == BFD_RELOC_MIPS_SCN_DISP - || *reloc_type == BFD_RELOC_MIPS_REL16 - || *reloc_type == BFD_RELOC_MIPS_RELGOT)) + if (HAVE_64BIT_GPRS + && ! howto->partial_inplace + && (reloc_type[1] == BFD_RELOC_16 + || reloc_type[1] == BFD_RELOC_32 + || reloc_type[1] == BFD_RELOC_MIPS_JMP + || reloc_type[1] == BFD_RELOC_HI16_S + || reloc_type[1] == BFD_RELOC_LO16 + || reloc_type[1] == BFD_RELOC_GPREL16 + || reloc_type[1] == BFD_RELOC_MIPS_LITERAL + || reloc_type[1] == BFD_RELOC_GPREL32 + || reloc_type[1] == BFD_RELOC_64 + || reloc_type[1] == BFD_RELOC_CTOR + || reloc_type[1] == BFD_RELOC_MIPS_SUB + || reloc_type[1] == BFD_RELOC_MIPS_HIGHEST + || reloc_type[1] == BFD_RELOC_MIPS_HIGHER + || reloc_type[1] == BFD_RELOC_MIPS_SCN_DISP + || reloc_type[1] == BFD_RELOC_MIPS_REL16 + || reloc_type[1] == BFD_RELOC_MIPS_RELGOT)) fixp[1]->fx_no_overflow = 1; if (reloc_type[2] != BFD_RELOC_UNUSED) @@ -2238,30 +2248,33 @@ append_insn (place, ip, address_expr, re address_expr->X_add_symbol = 0; address_expr->X_add_number = 0; + howto = bfd_reloc_type_lookup (stdoutput, reloc_type[2]); fixp[2] = fix_new_exp (frag_now, - f - frag_now->fr_literal, 4, + f - frag_now->fr_literal, + bfd_get_reloc_size(howto), address_expr, FALSE, reloc_type[2]); /* These relocations can have an addend that won't fit in 4 octets for 64bit assembly. */ - if (HAVE_64BIT_GPRS && - (*reloc_type == BFD_RELOC_16 - || *reloc_type == BFD_RELOC_32 - || *reloc_type == BFD_RELOC_MIPS_JMP - || *reloc_type == BFD_RELOC_HI16_S - || *reloc_type == BFD_RELOC_LO16 - || *reloc_type == BFD_RELOC_GPREL16 - || *reloc_type == BFD_RELOC_MIPS_LITERAL - || *reloc_type == BFD_RELOC_GPREL32 - || *reloc_type == BFD_RELOC_64 - || *reloc_type == BFD_RELOC_CTOR - || *reloc_type == BFD_RELOC_MIPS_SUB - || *reloc_type == BFD_RELOC_MIPS_HIGHEST - || *reloc_type == BFD_RELOC_MIPS_HIGHER - || *reloc_type == BFD_RELOC_MIPS_SCN_DISP - || *reloc_type == BFD_RELOC_MIPS_REL16 - || *reloc_type == BFD_RELOC_MIPS_RELGOT)) + if (HAVE_64BIT_GPRS + && ! howto->partial_inplace + && (reloc_type[2] == BFD_RELOC_16 + || reloc_type[2] == BFD_RELOC_32 + || reloc_type[2] == BFD_RELOC_MIPS_JMP + || reloc_type[2] == BFD_RELOC_HI16_S + || reloc_type[2] == BFD_RELOC_LO16 + || reloc_type[2] == BFD_RELOC_GPREL16 + || reloc_type[2] == BFD_RELOC_MIPS_LITERAL + || reloc_type[2] == BFD_RELOC_GPREL32 + || reloc_type[2] == BFD_RELOC_64 + || reloc_type[2] == BFD_RELOC_CTOR + || reloc_type[2] == BFD_RELOC_MIPS_SUB + || reloc_type[2] == BFD_RELOC_MIPS_HIGHEST + || reloc_type[2] == BFD_RELOC_MIPS_HIGHER + || reloc_type[2] == BFD_RELOC_MIPS_SCN_DISP + || reloc_type[2] == BFD_RELOC_MIPS_REL16 + || reloc_type[2] == BFD_RELOC_MIPS_RELGOT)) fixp[2]->fx_no_overflow = 1; } } @@ -3310,7 +3323,7 @@ macro_build_jalr (icnt, ep) RA, PIC_CALL_REG); if (HAVE_NEWABI) fix_new_exp (frag_now, f - frag_now->fr_literal, - 0, ep, FALSE, BFD_RELOC_MIPS_JALR); + 4, ep, FALSE, BFD_RELOC_MIPS_JALR); } /* @@ -5831,11 +5844,11 @@ macro (ip) offset_expr.X_add_symbol, 0, NULL); macro_build (p, &icnt, &offset_expr, HAVE_32BIT_ADDRESSES ? "lw" : "ld", "t,o(b)", - tempreg, (int) BFD_RELOC_MIPS_GOT_PAGE, + PIC_CALL_REG, (int) BFD_RELOC_MIPS_GOT_PAGE, mips_gp_register); macro_build (p + 4, &icnt, &offset_expr, HAVE_32BIT_ADDRESSES ? "addi" : "daddiu", - "t,r,j", tempreg, tempreg, + "t,r,j", PIC_CALL_REG, PIC_CALL_REG, (int) BFD_RELOC_MIPS_GOT_OFST); } @@ -11038,6 +11051,7 @@ md_parse_option (c, arg) return 0; } mips_pic = SVR4_PIC; + mips_abicalls = TRUE; if (g_switch_seen && g_switch_value != 0) { as_bad (_("-G may not be used with SVR4 PIC code")); @@ -11053,6 +11067,7 @@ md_parse_option (c, arg) return 0; } mips_pic = NO_PIC; + mips_abicalls = FALSE; break; /* The -xgot option tells the assembler to use 32 offsets when @@ -12430,7 +12445,10 @@ s_option (x) if (i == 0) mips_pic = NO_PIC; else if (i == 2) + { mips_pic = SVR4_PIC; + mips_abicalls = TRUE; + } else as_bad (_(".option pic%d not supported"), i); @@ -12654,6 +12672,7 @@ s_abicalls (ignore) int ignore ATTRIBUTE_UNUSED; { mips_pic = SVR4_PIC; + mips_abicalls = TRUE; if (USE_GLOBAL_POINTER_OPT) { if (g_switch_seen && g_switch_value != 0) @@ -12796,17 +12815,17 @@ s_cpsetup (ignore) macro_build ((char *) NULL, &icnt, &ex_sym, "lui", "t,u", mips_gp_register, (int) BFD_RELOC_GPREL16); fix_new (frag_now, f - frag_now->fr_literal, - 0, NULL, 0, 0, BFD_RELOC_MIPS_SUB); + 8, NULL, 0, 0, BFD_RELOC_MIPS_SUB); fix_new (frag_now, f - frag_now->fr_literal, - 0, NULL, 0, 0, BFD_RELOC_HI16_S); + 4, NULL, 0, 0, BFD_RELOC_HI16_S); f = frag_more (0); macro_build ((char *) NULL, &icnt, &ex_sym, "addiu", "t,r,j", mips_gp_register, mips_gp_register, (int) BFD_RELOC_GPREL16); fix_new (frag_now, f - frag_now->fr_literal, - 0, NULL, 0, 0, BFD_RELOC_MIPS_SUB); + 8, NULL, 0, 0, BFD_RELOC_MIPS_SUB); fix_new (frag_now, f - frag_now->fr_literal, - 0, NULL, 0, 0, BFD_RELOC_LO16); + 4, NULL, 0, 0, BFD_RELOC_LO16); macro_build ((char *) NULL, &icnt, (expressionS *) NULL, HAVE_64BIT_ADDRESSES ? "daddu" : "add", "d,v,t", @@ -12995,7 +13014,7 @@ s_gpdword (ignore) p = frag_more (8); md_number_to_chars (p, (valueT) 0, 8); - fix_new_exp (frag_now, p - frag_now->fr_literal, 8, &ex, FALSE, + fix_new_exp (frag_now, p - frag_now->fr_literal, 4, &ex, FALSE, BFD_RELOC_GPREL32); /* GPREL32 composed with 64 gives a 64-bit GP offset. */ @@ -14440,7 +14459,12 @@ mips_elf_final_processing () if (mips_any_noreorder) elf_elfheader (stdoutput)->e_flags |= EF_MIPS_NOREORDER; if (mips_pic != NO_PIC) + { elf_elfheader (stdoutput)->e_flags |= EF_MIPS_PIC; + elf_elfheader (stdoutput)->e_flags |= EF_MIPS_CPIC; + } + if (mips_abicalls) + elf_elfheader (stdoutput)->e_flags |= EF_MIPS_CPIC; /* Set MIPS ELF flags for ASEs. */ if (file_ase_mips16) diff -uprN binutils-2.14.90.0.2/gas/config/tc-mmix.c binutils-2.14.90.0.3/gas/config/tc-mmix.c --- binutils-2.14.90.0.2/gas/config/tc-mmix.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-mmix.c 2003-05-23 07:18:53.000000000 -0700 @@ -343,10 +343,6 @@ const pseudo_typeS md_pseudo_table[] = /* Support " .local $45" syntax. */ {"local", mmix_s_local, 1}, - /* Support DWARF2 debugging info. */ - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, - {NULL, 0, 0} }; diff -uprN binutils-2.14.90.0.2/gas/config/tc-mn10300.c binutils-2.14.90.0.3/gas/config/tc-mn10300.c --- binutils-2.14.90.0.2/gas/config/tc-mn10300.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-mn10300.c 2003-05-23 07:18:53.000000000 -0700 @@ -125,8 +125,6 @@ size_t md_longopts_size = sizeof (md_lon /* The target specific pseudo-ops which we support. */ const pseudo_typeS md_pseudo_table[] = { - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "am30", set_arch_mach, AM30 }, { "am33", set_arch_mach, AM33 }, { "mn10300", set_arch_mach, MN103 }, diff -uprN binutils-2.14.90.0.2/gas/config/tc-ppc.c binutils-2.14.90.0.3/gas/config/tc-ppc.c --- binutils-2.14.90.0.2/gas/config/tc-ppc.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-ppc.c 2003-05-23 07:18:53.000000000 -0700 @@ -237,8 +237,6 @@ const pseudo_typeS md_pseudo_table[] = { "rdata", ppc_elf_rdata, 0 }, { "rodata", ppc_elf_rdata, 0 }, { "lcomm", ppc_elf_lcomm, 0 }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, #endif #ifdef TE_PE diff -uprN binutils-2.14.90.0.2/gas/config/tc-sh.c binutils-2.14.90.0.3/gas/config/tc-sh.c --- binutils-2.14.90.0.2/gas/config/tc-sh.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-sh.c 2003-05-23 07:18:53.000000000 -0700 @@ -136,10 +136,6 @@ const pseudo_typeS md_pseudo_table[] = {"2byte", s_uacons, 2}, {"4byte", s_uacons, 4}, {"8byte", s_uacons, 8}, -#ifdef BFD_ASSEMBLER - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - {"loc", dwarf2_directive_loc, 0 }, -#endif #ifdef HAVE_SH64 {"mode", s_sh64_mode, 0 }, diff -uprN binutils-2.14.90.0.2/gas/config/tc-sparc.c binutils-2.14.90.0.3/gas/config/tc-sparc.c --- binutils-2.14.90.0.2/gas/config/tc-sparc.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-sparc.c 2003-05-23 07:18:53.000000000 -0700 @@ -161,8 +161,6 @@ const pseudo_typeS md_pseudo_table[] = {"uaword", s_uacons, 4}, {"uaxword", s_uacons, 8}, #ifdef OBJ_ELF - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, /* These are specific to sparc/svr4. */ {"2byte", s_uacons, 2}, {"4byte", s_uacons, 4}, diff -uprN binutils-2.14.90.0.2/gas/config/tc-tic4x.c binutils-2.14.90.0.3/gas/config/tc-tic4x.c --- binutils-2.14.90.0.2/gas/config/tc-tic4x.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-tic4x.c 2003-05-23 07:18:53.000000000 -0700 @@ -2567,27 +2567,44 @@ md_assemble (str) tic4x_inst_t *inst; /* Instruction template. */ tic4x_inst_t *first_inst; + /* Scan for parallel operators */ + if (str) + { + s = str; + while (*s && *s != '|') + s++; + + if (*s && s[1]=='|') + { + if(insn->parallel) + { + as_bad ("Parallel opcode cannot contain more than two instructions"); + insn->parallel = 0; + insn->in_use = 0; + return; + } + + /* Lets take care of the first part of the parallel insn */ + *s++ = 0; + md_assemble(str); + insn->parallel = 1; + str = ++s; + /* .. and let the second run though here */ + } + } + if (str && insn->parallel) { - int star; - /* Find mnemonic (second part of parallel instruction). */ s = str; /* Skip past instruction mnemonic. */ - while (*s && *s != ' ' && *s != '*') + while (*s && *s != ' ') s++; - star = *s == '*'; if (*s) /* Null terminate for hash_find. */ *s++ = '\0'; /* and skip past null. */ strcat (insn->name, "_"); strncat (insn->name, str, TIC4X_NAME_MAX - strlen (insn->name)); - /* Kludge to overcome problems with scrubber removing - space between mnemonic and indirect operand (starting with *) - on second line of parallel instruction. */ - if (star) - *--s = '*'; - insn->operands[insn->num_operands++].mode = M_PARALLEL; if ((i = tic4x_operands_parse @@ -3141,13 +3158,15 @@ tic4x_start_line () if (insn->in_use) { insn->parallel = 1; - input_line_pointer += 2; + input_line_pointer ++; + *input_line_pointer = ' '; /* So line counters get bumped. */ input_line_pointer[-1] = '\n'; } } else { + /* Write out the previous insn here */ if (insn->in_use) md_assemble (NULL); input_line_pointer = s; diff -uprN binutils-2.14.90.0.2/gas/config/tc-tic4x.h binutils-2.14.90.0.3/gas/config/tc-tic4x.h --- binutils-2.14.90.0.2/gas/config/tc-tic4x.h 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-tic4x.h 2003-05-23 07:18:53.000000000 -0700 @@ -71,6 +71,9 @@ #define NO_RELOC 0 +/* '||' denotes parallel instruction */ +#define DOUBLEBAR_PARALLEL 1 + /* Labels are not required to have a colon for a suffix. */ #define LABELS_WITHOUT_COLONS 1 diff -uprN binutils-2.14.90.0.2/gas/config/tc-v850.c binutils-2.14.90.0.3/gas/config/tc-v850.c --- binutils-2.14.90.0.2/gas/config/tc-v850.c 2003-03-19 09:19:16.000000000 -0800 +++ binutils-2.14.90.0.3/gas/config/tc-v850.c 2003-05-23 07:18:53.000000000 -0700 @@ -539,8 +539,6 @@ const pseudo_typeS md_pseudo_table[] = { "call_table_data", v850_seg, CALL_TABLE_DATA_SECTION }, { "call_table_text", v850_seg, CALL_TABLE_TEXT_SECTION }, { "v850e", set_machine, bfd_mach_v850e }, - { "file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0 }, - { "loc", dwarf2_directive_loc, 0 }, { "longcall", v850_longcode, 1 }, { "longjump", v850_longcode, 2 }, { NULL, NULL, 0 } diff -uprN binutils-2.14.90.0.2/gas/config/tc-xstormy16.c binutils-2.14.90.0.3/gas/config/tc-xstormy16.c --- binutils-2.14.90.0.2/gas/config/tc-xstormy16.c 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-xstormy16.c 2003-05-23 07:18:53.000000000 -0700 @@ -141,7 +141,7 @@ md_operand (e) if (*input_line_pointer != '@') return; - if (strncmp (input_line_pointer+1, "fptr", 4) == 0) + if (strncmp (input_line_pointer + 1, "fptr", 4) == 0) { input_line_pointer += 5; SKIP_WHITESPACE (); @@ -330,12 +330,13 @@ md_pcrel_from_section (fixP, sec) { if (fixP->fx_addsy != (symbolS *) NULL && (! S_IS_DEFINED (fixP->fx_addsy) - || S_GET_SEGMENT (fixP->fx_addsy) != sec)) - { - /* The symbol is undefined (or is defined but not in this section). - Let the linker figure it out. */ - return 0; - } + || S_GET_SEGMENT (fixP->fx_addsy) != sec) + || xstormy16_force_relocation (fixP)) + /* The symbol is undefined, + or it is defined but not in this section, + or the relocation will be relative to this symbol not the section symbol. + Let the linker figure it out. */ + return 0; return fixP->fx_frag->fr_address + fixP->fx_where; } @@ -581,12 +582,8 @@ xstormy16_md_apply_fix3 (fixP, valueP, s /* Tuck `value' away for use by tc_gen_reloc. See the comment describing fx_addnumber in write.h. - This field is misnamed (or misused :-). - We do not do this for pc-relative relocs against a - defined symbol, since it will be done for us. */ - if ((! fixP->fx_pcrel) - || (fixP->fx_addsy && ! S_IS_DEFINED (fixP->fx_addsy))) - fixP->fx_addnumber += value; + This field is misnamed (or misused :-). */ + fixP->fx_addnumber += value; } diff -uprN binutils-2.14.90.0.2/gas/config/tc-xtensa.c binutils-2.14.90.0.3/gas/config/tc-xtensa.c --- binutils-2.14.90.0.2/gas/config/tc-xtensa.c 2003-05-05 14:46:47.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config/tc-xtensa.c 2003-05-23 07:18:53.000000000 -0700 @@ -27,7 +27,6 @@ #include "subsegs.h" #include "xtensa-relax.h" #include "xtensa-istack.h" -#include "dwarf2dbg.h" #include "struc-symbol.h" #include "xtensa-config.h" @@ -1115,8 +1114,6 @@ const pseudo_typeS md_pseudo_table[] = {"word", cons, 4}, {"begin", xtensa_begin_directive, 0}, {"end", xtensa_end_directive, 0}, - {"file", (void (*) PARAMS ((int))) dwarf2_directive_file, 0}, - {"loc", dwarf2_directive_loc, 0}, {"literal", xtensa_literal_pseudo, 0}, {NULL, 0, 0}, }; @@ -4078,8 +4075,6 @@ xg_emit_insn (t_insn, record_fix) xtensa_insnbuf_to_chars (isa, insnbuf, f); - /* dwarf2_emit_insn (byte_count); */ - /* Now spit out the opcode fixup.... */ if (!has_fixup) return !ok; diff -uprN binutils-2.14.90.0.2/gas/config.in binutils-2.14.90.0.3/gas/config.in --- binutils-2.14.90.0.2/gas/config.in 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/config.in 2003-05-23 07:18:53.000000000 -0700 @@ -25,9 +25,6 @@ /* Define to `long' if doesn't define. */ #undef off_t -/* Define if you need to in order for stat and other things to work. */ -#undef _POSIX_SOURCE - /* Define to `unsigned' if doesn't define. */ #undef size_t @@ -130,9 +127,6 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the header file. */ -#undef HAVE_SYS_STAT_H - /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H diff -uprN binutils-2.14.90.0.2/gas/configure binutils-2.14.90.0.3/gas/configure --- binutils-2.14.90.0.2/gas/configure 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/configure 2003-05-23 07:18:53.000000000 -0700 @@ -719,249 +719,49 @@ test "$host_alias" != "$target_alias" && NONENONEs,x,x, && program_prefix=${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 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_CC="gcc" - break - fi - done - IFS="$ac_save_ifs" -fi -fi -CC="$ac_cv_prog_CC" -if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi -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 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_prog_rejected=no - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then - ac_prog_rejected=yes - continue - fi - ac_cv_prog_CC="cc" - break - fi - done - IFS="$ac_save_ifs" -if test $ac_prog_rejected = yes; then - # We found a bogon in the path, so make sure we never use it. - set dummy $ac_cv_prog_CC - shift - if test $# -gt 0; then - # We chose a different compiler from the bogus one. - # However, it has the same basename, so the bogon will be chosen - # first if we set CC to just the basename; use the full file name. - shift - set dummy "$ac_dir/$ac_word" "$@" - shift - ac_cv_prog_CC="$@" - fi -fi -fi -fi -CC="$ac_cv_prog_CC" -if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi - - if test -z "$CC"; then - case "`uname -s`" in - *win32* | *WIN32*) - # 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 -if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then + echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 +echo "configure:725: checking for strerror in -lcposix" >&5 +ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` +if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -else - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" - ac_dummy="$PATH" - for ac_dir in $ac_dummy; do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - ac_cv_prog_CC="cl" - break - fi - done - IFS="$ac_save_ifs" -fi -fi -CC="$ac_cv_prog_CC" -if test -n "$CC"; then - echo "$ac_t""$CC" 1>&6 -else - echo "$ac_t""no" 1>&6 -fi - ;; - esac - fi - test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } -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 - -ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - -cat > conftest.$ac_ext << EOF - -#line 850 "configure" + ac_save_LIBS="$LIBS" +LIBS="-lcposix $LIBS" +cat > conftest.$ac_ext <&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 - ac_cv_prog_cc_cross=no - else - ac_cv_prog_cc_cross=yes - fi +if { (eval echo configure:744: \"$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 echo "configure: failed program was:" >&5 cat conftest.$ac_ext >&5 - ac_cv_prog_cc_works=no -fi -rm -fr conftest* -ac_ext=c -# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. -ac_cpp='$CPP $CPPFLAGS' -ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' -ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -cross_compiling=$ac_cv_prog_cc_cross - -echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 -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 "$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 -if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then - ac_cv_prog_gcc=yes -else - ac_cv_prog_gcc=no -fi -fi - -echo "$ac_t""$ac_cv_prog_gcc" 1>&6 - -if test $ac_cv_prog_gcc = yes; then - GCC=yes -else - GCC= -fi - -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 -if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then - echo $ac_n "(cached) $ac_c" 1>&6 -else - echo 'void f(){}' > conftest.c -if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then - ac_cv_prog_cc_g=yes -else - ac_cv_prog_cc_g=no + rm -rf conftest* + eval "ac_cv_lib_$ac_lib_var=no" fi rm -f conftest* +LIBS="$ac_save_LIBS" fi - -echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 -if test "$ac_test_CFLAGS" = set; then - CFLAGS="$ac_save_CFLAGS" -elif test $ac_cv_prog_cc_g = yes; then - if test "$GCC" = yes; then - CFLAGS="-g -O2" - else - CFLAGS="-g" - fi -else - if test "$GCC" = yes; then - CFLAGS="-O2" - else - CFLAGS= - fi -fi - -echo $ac_n "checking for POSIXized ISC""... $ac_c" 1>&6 -echo "configure:946: 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 +if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 - ISC=yes # If later tests want to check for ISC. - cat >> confdefs.h <<\EOF -#define _POSIX_SOURCE 1 -EOF - - if test "$GCC" = yes; then - CC="$CC -posix" - else - CC="$CC -Xp" - fi + LIBS="$LIBS -lcposix" else echo "$ac_t""no" 1>&6 - ISC= fi + + BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in` # Find a good install program. We prefer a C program (faster), @@ -976,7 +776,7 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOM # 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:980: checking for a BSD compatible install" >&5 +echo "configure:780: 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 @@ -1029,7 +829,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:1033: checking whether build environment is sane" >&5 +echo "configure:833: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -1086,7 +886,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:1090: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:890: 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 @@ -1132,7 +932,7 @@ EOF missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:1136: checking for working aclocal" >&5 +echo "configure:936: 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. @@ -1145,7 +945,7 @@ else fi echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:1149: checking for working autoconf" >&5 +echo "configure:949: 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. @@ -1158,7 +958,7 @@ else fi echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:1162: checking for working automake" >&5 +echo "configure:962: 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. @@ -1171,7 +971,7 @@ else fi echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:1175: checking for working autoheader" >&5 +echo "configure:975: 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. @@ -1184,7 +984,7 @@ else fi echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:1188: checking for working makeinfo" >&5 +echo "configure:988: 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. @@ -1267,6 +1067,228 @@ else enable_fast_install=yes fi +# 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:1074: 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 + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_prog_CC="gcc" + break + fi + done + IFS="$ac_save_ifs" +fi +fi +CC="$ac_cv_prog_CC" +if test -n "$CC"; then + echo "$ac_t""$CC" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + +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:1104: 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 + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_prog_rejected=no + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + break + fi + done + IFS="$ac_save_ifs" +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# -gt 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + set dummy "$ac_dir/$ac_word" "$@" + shift + ac_cv_prog_CC="$@" + fi +fi +fi +fi +CC="$ac_cv_prog_CC" +if test -n "$CC"; then + echo "$ac_t""$CC" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + + if test -z "$CC"; then + case "`uname -s`" in + *win32* | *WIN32*) + # 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:1155: 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 + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":" + ac_dummy="$PATH" + for ac_dir in $ac_dummy; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_prog_CC="cl" + break + fi + done + IFS="$ac_save_ifs" +fi +fi +CC="$ac_cv_prog_CC" +if test -n "$CC"; then + echo "$ac_t""$CC" 1>&6 +else + echo "$ac_t""no" 1>&6 +fi + ;; + esac + fi + test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; } +fi + +echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 +echo "configure:1187: 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. +ac_cpp='$CPP $CPPFLAGS' +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' +ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +cross_compiling=$ac_cv_prog_cc_cross + +cat > conftest.$ac_ext << EOF + +#line 1198 "configure" +#include "confdefs.h" + +main(){return(0);} +EOF +if { (eval echo configure:1203: \"$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 + ac_cv_prog_cc_cross=no + else + ac_cv_prog_cc_cross=yes + fi +else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 + ac_cv_prog_cc_works=no +fi +rm -fr conftest* +ac_ext=c +# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. +ac_cpp='$CPP $CPPFLAGS' +ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' +ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' +cross_compiling=$ac_cv_prog_cc_cross + +echo "$ac_t""$ac_cv_prog_cc_works" 1>&6 +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:1229: 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:1234: 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 + cat > conftest.c <&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then + ac_cv_prog_gcc=yes +else + ac_cv_prog_gcc=no +fi +fi + +echo "$ac_t""$ac_cv_prog_gcc" 1>&6 + +if test $ac_cv_prog_gcc = yes; then + GCC=yes +else + GCC= +fi + +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:1262: 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 + echo 'void f(){}' > conftest.c +if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then + ac_cv_prog_cc_g=yes +else + ac_cv_prog_cc_g=no +fi +rm -f conftest* + +fi + +echo "$ac_t""$ac_cv_prog_cc_g" 1>&6 +if test "$ac_test_CFLAGS" = set; then + CFLAGS="$ac_save_CFLAGS" +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi + # Check whether --with-gnu-ld or --without-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval="$with_gnu_ld" @@ -1279,7 +1301,7 @@ ac_prog=ld if test "$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:1283: checking for ld used by GCC" >&5 +echo "configure:1305: checking for ld used by GCC" >&5 case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -1309,10 +1331,10 @@ echo "configure:1283: checking for ld us esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:1313: checking for GNU ld" >&5 +echo "configure:1335: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:1316: checking for non-GNU ld" >&5 +echo "configure:1338: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1347,7 +1369,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:1351: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:1373: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1364,7 +1386,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 -echo "configure:1368: checking for $LD option to reload object files" >&5 +echo "configure:1390: 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 @@ -1376,7 +1398,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:1380: checking for BSD-compatible nm" >&5 +echo "configure:1402: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1414,7 +1436,7 @@ NM="$lt_cv_path_NM" echo "$ac_t""$NM" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1418: checking whether ln -s works" >&5 +echo "configure:1440: 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 @@ -1435,7 +1457,7 @@ else fi echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 -echo "configure:1439: checking how to recognise dependant libraries" >&5 +echo "configure:1461: 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 @@ -1608,13 +1630,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:1612: checking for object suffix" >&5 +echo "configure:1634: 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:1618: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then for ac_file in conftest.*; do case $ac_file in *.c) ;; @@ -1634,7 +1656,7 @@ ac_objext=$ac_cv_objext echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1638: checking for executable suffix" >&5 +echo "configure:1660: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1644,7 +1666,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:1648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:1670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.o | *.obj) ;; @@ -1677,7 +1699,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:1681: checking for ${ac_tool_prefix}file" >&5 +echo "configure:1703: 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 @@ -1739,7 +1761,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:1743: checking for file" >&5 +echo "configure:1765: 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 @@ -1810,7 +1832,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:1814: checking for $ac_word" >&5 +echo "configure:1836: 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 @@ -1842,7 +1864,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:1846: checking for $ac_word" >&5 +echo "configure:1868: 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 @@ -1877,7 +1899,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:1881: checking for $ac_word" >&5 +echo "configure:1903: 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 @@ -1909,7 +1931,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:1913: checking for $ac_word" >&5 +echo "configure:1935: 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 @@ -1976,8 +1998,8 @@ test x"$pic_mode" = xno && libtool_flags case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 1980 "configure"' > conftest.$ac_ext - if { (eval echo configure:1981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 2002 "configure"' > conftest.$ac_ext + if { (eval echo configure:2003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then if test "$lt_cv_prog_gnu_ld" = yes; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) @@ -2010,7 +2032,7 @@ case $host in ia64-*-hpux*) # Find out which ABI we are using. echo 'int i;' > conftest.$ac_ext - if { (eval echo configure:2014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + if { (eval echo configure:2036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case "`/usr/bin/file conftest.o`" in *ELF-32*) HPUX_IA64_MODE="32" @@ -2028,7 +2050,7 @@ ia64-*-hpux*) SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:2032: checking whether the C compiler needs -belf" >&5 +echo "configure:2054: 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 @@ -2041,14 +2063,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2074: \"$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 @@ -2284,7 +2306,7 @@ for this_target in $target $canon_target arm*b|xscale*b|strongarm*b) cpu_type=arm endian=big ;; arm*|xscale*|strongarm*) cpu_type=arm endian=little ;; hppa*) cpu_type=hppa ;; - i[3456]86) cpu_type=i386 arch=i386;; + i[3-7]86) cpu_type=i386 arch=i386;; x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; ip2k) cpu_type=ip2k endian=big ;; @@ -3231,7 +3253,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:3235: checking for $ac_word" >&5 +echo "configure:3257: 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 @@ -3261,7 +3283,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:3265: checking for $ac_word" >&5 +echo "configure:3287: 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 @@ -3312,7 +3334,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:3316: checking for $ac_word" >&5 +echo "configure:3338: 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 @@ -3344,7 +3366,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:3348: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:3370: 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. @@ -3355,12 +3377,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 3359 "configure" +#line 3381 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:3364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3386: \"$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 @@ -3386,12 +3408,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:3390: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:3412: 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:3395: checking whether we are using GNU C" >&5 +echo "configure:3417: 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 @@ -3400,7 +3422,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:3404: \"$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:3426: \"$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 @@ -3419,7 +3441,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:3423: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:3445: 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 @@ -3456,7 +3478,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:3460: checking for $ac_word" >&5 +echo "configure:3482: 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 @@ -3487,7 +3509,7 @@ done test -n "$YACC" || YACC="yacc" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:3491: checking how to run the C preprocessor" >&5 +echo "configure:3513: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -3502,13 +3524,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3512: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3534: \"$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 : @@ -3519,13 +3541,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3529: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3551: \"$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 : @@ -3536,13 +3558,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3546: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3568: \"$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 : @@ -3572,7 +3594,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:3576: checking for $ac_word" >&5 +echo "configure:3598: 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 @@ -3600,12 +3622,12 @@ fi test -n "$LEX" && break done -test -n "$LEX" || LEX="$missing_dir/missing flex" +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:3609: checking for $ac_word" >&5 +echo "configure:3631: 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 @@ -3639,7 +3661,7 @@ then *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:3643: checking for yywrap in -l$ac_lib" >&5 +echo "configure:3665: 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 @@ -3647,7 +3669,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3684: \"$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 @@ -3681,7 +3703,7 @@ fi fi echo $ac_n "checking lex output file root""... $ac_c" 1>&6 -echo "configure:3685: checking lex output file root" >&5 +echo "configure:3707: 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 @@ -3702,7 +3724,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:3706: checking whether yytext is a pointer" >&5 +echo "configure:3728: 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 @@ -3714,14 +3736,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPU ac_save_LIBS="$LIBS" LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3747: \"$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 @@ -3747,7 +3769,7 @@ ALL_LINGUAS="fr tr es" # 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:3751: checking for $ac_word" >&5 +echo "configure:3773: 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 @@ -3775,12 +3797,12 @@ else fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:3779: checking for ANSI C header files" >&5 +echo "configure:3801: 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 < #include @@ -3788,7 +3810,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3814: \"$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* @@ -3805,7 +3827,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 @@ -3823,7 +3845,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 @@ -3844,7 +3866,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -3855,7 +3877,7 @@ if (XOR (islower (i), ISLOWER (i)) || to exit (0); } EOF -if { (eval echo configure:3859: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -3879,12 +3901,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:3883: checking for working const" >&5 +echo "configure:3905: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3959: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -3954,21 +3976,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:3958: checking for inline" >&5 +echo "configure:3980: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -3994,12 +4016,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:3998: checking for off_t" >&5 +echo "configure:4020: 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 < #if STDC_HEADERS @@ -4027,12 +4049,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:4031: checking for size_t" >&5 +echo "configure:4053: 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 < #if STDC_HEADERS @@ -4062,19 +4084,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:4066: checking for working alloca.h" >&5 +echo "configure:4088: 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 < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:4078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4100: \"$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 @@ -4095,12 +4117,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:4099: checking for alloca" >&5 +echo "configure:4121: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4154: \"$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 @@ -4160,12 +4182,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:4164: checking whether alloca needs Cray hooks" >&5 +echo "configure:4186: 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 <&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:4194: checking for $ac_func" >&5 +echo "configure:4216: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4244: \"$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 @@ -4245,7 +4267,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:4249: checking stack direction for C alloca" >&5 +echo "configure:4271: 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 @@ -4253,7 +4275,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4298: \"$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 @@ -4297,17 +4319,17 @@ for ac_hdr in stdlib.h unistd.h sys/stat do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4301: checking for $ac_hdr" >&5 +echo "configure:4323: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4333: \"$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* @@ -4336,12 +4358,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4340: checking for $ac_func" >&5 +echo "configure:4362: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4390: \"$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 @@ -4389,7 +4411,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:4393: checking for working mmap" >&5 +echo "configure:4415: 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 @@ -4397,7 +4419,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4576: \"$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 @@ -4578,17 +4600,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:4582: checking for $ac_hdr" >&5 +echo "configure:4604: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4592: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4614: \"$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,12 +4640,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4622: checking for $ac_func" >&5 +echo "configure:4644: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4672: \"$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 @@ -4675,12 +4697,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4679: checking for $ac_func" >&5 +echo "configure:4701: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4729: \"$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 @@ -4737,19 +4759,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:4741: checking for LC_MESSAGES" >&5 +echo "configure:4763: 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 < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:4753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4775: \"$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 @@ -4770,7 +4792,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:4774: checking whether NLS is requested" >&5 +echo "configure:4796: 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" @@ -4790,7 +4812,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:4794: checking whether included gettext is requested" >&5 +echo "configure:4816: 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" @@ -4809,17 +4831,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:4813: checking for libintl.h" >&5 +echo "configure:4835: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4823: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4845: \"$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* @@ -4836,19 +4858,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:4840: checking for gettext in libc" >&5 +echo "configure:4862: 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 < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:4852: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4874: \"$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 @@ -4864,7 +4886,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:4868: checking for bindtextdomain in -lintl" >&5 +echo "configure:4890: 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 @@ -4872,7 +4894,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4909: \"$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 @@ -4899,19 +4921,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:4903: checking for gettext in libintl" >&5 +echo "configure:4925: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4937: \"$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 @@ -4939,7 +4961,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:4943: checking for $ac_word" >&5 +echo "configure:4965: 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 @@ -4973,12 +4995,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4977: checking for $ac_func" >&5 +echo "configure:4999: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5027: \"$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 @@ -5028,7 +5050,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:5032: checking for $ac_word" >&5 +echo "configure:5054: 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 @@ -5064,7 +5086,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:5068: checking for $ac_word" >&5 +echo "configure:5090: 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 @@ -5096,7 +5118,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -5136,7 +5158,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:5140: checking for $ac_word" >&5 +echo "configure:5162: 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 @@ -5170,7 +5192,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:5174: checking for $ac_word" >&5 +echo "configure:5196: 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 @@ -5206,7 +5228,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:5210: checking for $ac_word" >&5 +echo "configure:5232: 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 @@ -5296,7 +5318,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:5300: checking for catalogs to be installed" >&5 +echo "configure:5322: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -5324,17 +5346,17 @@ echo "configure:5300: checking for catal 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:5328: checking for linux/version.h" >&5 +echo "configure:5350: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5338: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5360: \"$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* @@ -5397,7 +5419,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:5401: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:5423: 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" @@ -5422,7 +5444,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:5426: checking for executable suffix" >&5 +echo "configure:5448: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -5432,7 +5454,7 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:5436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:5458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in *.c | *.o | *.obj) ;; @@ -5457,17 +5479,17 @@ for ac_hdr in string.h stdlib.h memory.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:5461: checking for $ac_hdr" >&5 +echo "configure:5483: 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 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:5471: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:5493: \"$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* @@ -5497,7 +5519,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:5501: checking whether compiling a cross-assembler" >&5 +echo "configure:5523: checking whether compiling a cross-assembler" >&5 if test "${host}" = "${target}"; then cross_gas=no else @@ -5512,19 +5534,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:5516: checking for working alloca.h" >&5 +echo "configure:5538: 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 < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:5528: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5550: \"$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 @@ -5545,12 +5567,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:5549: checking for alloca" >&5 +echo "configure:5571: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5604: \"$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 @@ -5610,12 +5632,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:5614: checking whether alloca needs Cray hooks" >&5 +echo "configure:5636: 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 <&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:5644: checking for $ac_func" >&5 +echo "configure:5666: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5694: \"$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 @@ -5695,7 +5717,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:5699: checking stack direction for C alloca" >&5 +echo "configure:5721: 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 @@ -5703,7 +5725,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:5748: \"$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 @@ -5744,21 +5766,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:5748: checking for inline" >&5 +echo "configure:5770: 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 <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5784: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -5788,12 +5810,12 @@ esac for ac_func in unlink remove do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5792: checking for $ac_func" >&5 +echo "configure:5814: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5842: \"$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 @@ -5845,12 +5867,12 @@ done for ac_func in sbrk do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:5849: checking for $ac_func" >&5 +echo "configure:5871: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5899: \"$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 @@ -5908,7 +5930,7 @@ case $host in ;; *-ncr-sysv4.3*) echo $ac_n "checking for _mwvalidcheckl in -lmw""... $ac_c" 1>&6 -echo "configure:5912: checking for _mwvalidcheckl in -lmw" >&5 +echo "configure:5934: 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 @@ -5916,7 +5938,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lmw $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5953: \"$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 @@ -5948,7 +5970,7 @@ else fi echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:5952: checking for main in -lm" >&5 +echo "configure:5974: 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 @@ -5956,14 +5978,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5989: \"$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 @@ -5986,7 +6008,7 @@ fi ;; *) echo $ac_n "checking for main in -lm""... $ac_c" 1>&6 -echo "configure:5990: checking for main in -lm" >&5 +echo "configure:6012: 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 @@ -5994,14 +6016,14 @@ else ac_save_LIBS="$LIBS" LIBS="-lm $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6027: \"$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 @@ -6032,12 +6054,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:6036: checking for working assert macro" >&5 +echo "configure:6058: 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 < #include @@ -6053,7 +6075,7 @@ assert (a == b ; return 0; } EOF -if { (eval echo configure:6057: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gas_cv_assert_ok=yes else @@ -6094,12 +6116,12 @@ gas_test_headers=" " echo $ac_n "checking whether declaration is required for strstr""... $ac_c" 1>&6 -echo "configure:6098: checking whether declaration is required for strstr" >&5 +echo "configure:6120: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6136: \"$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 @@ -6131,12 +6153,12 @@ fi echo $ac_n "checking whether declaration is required for malloc""... $ac_c" 1>&6 -echo "configure:6135: checking whether declaration is required for malloc" >&5 +echo "configure:6157: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6173: \"$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 @@ -6168,12 +6190,12 @@ fi echo $ac_n "checking whether declaration is required for free""... $ac_c" 1>&6 -echo "configure:6172: checking whether declaration is required for free" >&5 +echo "configure:6194: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6210: \"$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 @@ -6205,12 +6227,12 @@ fi echo $ac_n "checking whether declaration is required for sbrk""... $ac_c" 1>&6 -echo "configure:6209: checking whether declaration is required for sbrk" >&5 +echo "configure:6231: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6247: \"$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 @@ -6242,12 +6264,12 @@ fi echo $ac_n "checking whether declaration is required for environ""... $ac_c" 1>&6 -echo "configure:6246: checking whether declaration is required for environ" >&5 +echo "configure:6268: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6284: \"$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 @@ -6282,12 +6304,12 @@ fi # for it? echo $ac_n "checking whether declaration is required for errno""... $ac_c" 1>&6 -echo "configure:6286: checking whether declaration is required for errno" >&5 +echo "configure:6308: 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 <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:6328: \"$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 @@ -6472,7 +6494,6 @@ s%@build_alias@%$build_alias%g s%@build_cpu@%$build_cpu%g s%@build_vendor@%$build_vendor%g s%@build_os@%$build_os%g -s%@CC@%$CC%g s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g s%@INSTALL_DATA@%$INSTALL_DATA%g @@ -6484,6 +6505,7 @@ s%@AUTOMAKE@%$AUTOMAKE%g s%@AUTOHEADER@%$AUTOHEADER%g s%@MAKEINFO@%$MAKEINFO%g s%@SET_MAKE@%$SET_MAKE%g +s%@CC@%$CC%g s%@LN_S@%$LN_S%g s%@OBJEXT@%$OBJEXT%g s%@EXEEXT@%$EXEEXT%g diff -uprN binutils-2.14.90.0.2/gas/configure.in binutils-2.14.90.0.3/gas/configure.in --- binutils-2.14.90.0.2/gas/configure.in 2003-05-15 13:42:25.000000000 -0700 +++ binutils-2.14.90.0.3/gas/configure.in 2003-05-23 07:18:53.000000000 -0700 @@ -119,7 +119,7 @@ changequote([,])dnl arm*|xscale*|strongarm*) cpu_type=arm endian=little ;; hppa*) cpu_type=hppa ;; changequote(,)dnl - i[3456]86) cpu_type=i386 arch=i386;; + i[3-7]86) cpu_type=i386 arch=i386;; x86_64) cpu_type=i386 arch=x86_64;; ia64) cpu_type=ia64 ;; ip2k) cpu_type=ip2k endian=big ;; diff -uprN binutils-2.14.90.0.2/gas/doc/Makefile.in binutils-2.14.90.0.3/gas/doc/Makefile.in --- binutils-2.14.90.0.2/gas/doc/Makefile.in 2003-05-05 14:46:48.000000000 -0700 +++ binutils-2.14.90.0.3/gas/doc/Makefile.in 2003-05-23 07:18:53.000000000 -0700 @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am +# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -195,7 +195,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: diff -uprN binutils-2.14.90.0.2/gas/doc/as.texinfo binutils-2.14.90.0.3/gas/doc/as.texinfo --- binutils-2.14.90.0.2/gas/doc/as.texinfo 2003-05-05 14:46:48.000000000 -0700 +++ binutils-2.14.90.0.3/gas/doc/as.texinfo 2003-05-23 07:18:53.000000000 -0700 @@ -3690,6 +3690,16 @@ Some machine configurations provide addi * Balign:: @code{.balign @var{abs-expr} , @var{abs-expr}} * Byte:: @code{.byte @var{expressions}} * Comm:: @code{.comm @var{symbol} , @var{length} } + +* CFI directives:: @code{.cfi_startproc} + @code{.cfi_endproc} + @code{.cfi_def_cfa @var{register}, @var{offset}} + @code{.cfi_def_cfa_register @var{register}} + @code{.cfi_def_cfa_offset @var{offset}} + @code{.cfi_adjust_cfa_offset @var{offset}} + @code{.cfi_offset @var{register}, @var{offset}} + @code{.cfi_verbose [1|0]} + * Data:: @code{.data @var{subsection}} @ifset COFF * Def:: @code{.def @var{name}} @@ -3966,6 +3976,48 @@ undefined. @code{.byte} expects zero or more expressions, separated by commas. Each expression is assembled into the next byte. +@node CFI directives +@section @code{.cfi_startproc} +@cindex @code{cfi_startproc} directive +@code{.cfi_startproc} is used at the beginning of each function that +should have an entry in @code{.eh_frame}. It initializes some internal +data structures and emits architecture dependent initial CFI instructions. +Don't forget to close the function by +@code{.cfi_endproc}. + +@section @code{.cfi_endproc} +@cindex @code{cfi_endproc} directive +@code{.cfi_endproc} is used at the end of a function where it closes its +unwind entry previously opened by +@code{.cfi_startproc}. and emits it to @code{.eh_frame}. + +@section @code{.cfi_def_cfa @var{register}, @var{offset}} +@code{.cfi_def_cfa} defines a rule for computing CFA as: @i{take +address from @var{register} and add @var{offset} to it}. + +@section @code{.cfi_def_cfa_register @var{register}} +@code{.cfi_def_cfa_register} modifies a rule for computing CFA. From +now on @var{register} will be used instead of the old one. Offset +remains the same. + +@section @code{.cfi_def_cfa_offset @var{offset}} +@code{.cfi_def_cfa_offset} modifies a rule for computing CFA. Register +remains the same, but @var{offset} is new. Note that it is the +absolute offset that will be added to a defined register to compute +CFA address. + +@section @code{.cfi_adjust_cfa_offset @var{offset}} +Same as @code{.cfi_def_cfa_offset} but @var{offset} is a relative +value that is added/substracted from the previous offset. + +@section @code{.cfi_offset @var{register}, @var{offset}} +Previous value of @var{register} is saved at offset @var{offset} from +CFA. + +@section @code{.cfi_verbose [1|0]} +Switch on/off verbosity of the CFI machinery. @value{AS} will print +lots of useful messages to standard output if you use this directive. + @node Comm @section @code{.comm @var{symbol} , @var{length} } diff -uprN binutils-2.14.90.0.2/gas/dw2gencfi.c binutils-2.14.90.0.3/gas/dw2gencfi.c --- binutils-2.14.90.0.2/gas/dw2gencfi.c 1969-12-31 16:00:00.000000000 -0800 +++ binutils-2.14.90.0.3/gas/dw2gencfi.c 2003-05-23 07:18:53.000000000 -0700 @@ -0,0 +1,830 @@ +/* dw2gencfi.c - Support for generating Dwarf2 CFI information. + Copyright 2003 Free Software Foundation, Inc. + Contributed by Michal Ludvig + + This file is part of GAS, the GNU Assembler. + + GAS is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GAS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ + +#include +#include "as.h" +#include "dw2gencfi.h" + +struct cie_entry +{ + unsigned long offset; + size_t size; + void *data; + struct cie_entry *next; +}; + +struct cfi_data +{ + enum cfi_insn insn; + long param[2]; + struct cfi_data *next; +}; + +struct cfi_info +{ + addressT start_address; + addressT end_address; + addressT last_address; + const char *labelname; + struct cfi_data *data; + struct cfi_info *next; +}; + +/* Current open CFI entry. */ +static struct cfi_info *cfi_info; + +/* List of CIEs so that they could be reused. */ +static struct cie_entry *cie_root; + +/* Current target config. */ +static struct cfi_config current_config; + +/* This is the main entry point to the CFI machinery. */ +static void dot_cfi (int arg); + +const pseudo_typeS cfi_pseudo_table[] = + { + { "cfi_verbose", dot_cfi, CFI_verbose }, + { "cfi_startproc", dot_cfi, CFI_startproc }, + { "cfi_endproc", dot_cfi, CFI_endproc }, + { "cfi_def_cfa", dot_cfi, CFA_def_cfa }, + { "cfi_def_cfa_register", dot_cfi, CFA_def_cfa_register }, + { "cfi_def_cfa_offset", dot_cfi, CFA_def_cfa_offset }, + { "cfi_adjust_cfa_offset", dot_cfi, CFI_adjust_cfa_offset }, + { "cfi_offset", dot_cfi, CFA_offset }, + { "cfi_register", dot_cfi, CFA_register }, + { NULL, NULL, 0 } + }; + +static const char * +cfi_insn_str (enum cfi_insn insn) +{ + switch (insn) + { + case CFA_nop: + return "CFA_nop"; + case CFA_set_loc: + return "CFA_set_loc"; + case CFA_advance_loc1: + return "CFA_advance_loc1"; + case CFA_advance_loc2: + return "CFA_advance_loc2"; + case CFA_advance_loc4: + return "CFA_advance_loc4"; + case CFA_offset_extended: + return "CFA_offset_extended"; + case CFA_resotre_extended: + return "CFA_resotre_extended"; + case CFA_undefined: + return "CFA_undefined"; + case CFA_same_value: + return "CFA_same_value"; + case CFA_register: + return "CFA_register"; + case CFA_remember_state: + return "CFA_remember_state"; + case CFA_restore_state: + return "CFA_restore_state"; + case CFA_def_cfa: + return "CFA_def_cfa"; + case CFA_def_cfa_register: + return "CFA_def_cfa_register"; + case CFA_def_cfa_offset: + return "CFA_def_cfa_offset"; + case CFA_advance_loc: + return "CFA_advance_loc"; + case CFA_offset: + return "CFA_offset"; + case CFA_restore: + return "CFA_restore"; + default: + break; + } + + return "CFA_unknown"; +} + +static struct cfi_data * +alloc_cfi_data (void) +{ + return (struct cfi_data *) xcalloc (sizeof (struct cfi_info), 1); +} + +static struct cfi_info * +alloc_cfi_info (void) +{ + return (struct cfi_info *) xcalloc (sizeof (struct cfi_info), 1); +} + +/* Parse arguments. */ +static int +cfi_parse_arg (long *param, int resolvereg) +{ + long value; + int retval = -1; + int nchars; + + assert (param != NULL); + SKIP_WHITESPACE (); + + if (sscanf (input_line_pointer, "%li%n", &value, &nchars) >= 1) + { + input_line_pointer += nchars; + retval = 1; + } +#ifdef tc_regname_to_dw2regnum + else if (resolvereg && ((is_name_beginner (*input_line_pointer)) + || (*input_line_pointer == '%' + && is_name_beginner (*(++input_line_pointer))))) + { + char *name, c, *p; + + name = input_line_pointer; + c = get_symbol_end (); + p = input_line_pointer; + + if ((value = tc_regname_to_dw2regnum (name)) >= 0) + retval = 1; + + *p = c; + } +#endif + else + as_bad (resolvereg ? + _("can't convert argument to a register number") : + _("can't convert argument to an integer")); + + if (retval > 0) + *param = value; + + SKIP_WHITESPACE (); + if (*input_line_pointer == ',') + { + input_line_pointer++; + SKIP_WHITESPACE (); + } + + return retval; +} + +static int +cfi_parse_reg (long *param) +{ + return cfi_parse_arg (param, 1); +} + +static int +cfi_parse_const (long *param) +{ + return cfi_parse_arg (param, 0); +} + +void +cfi_add_insn (enum cfi_insn insn, long param0, long param1) +{ + struct cfi_data *data_ptr; + + if (!cfi_info->data) + { + cfi_info->data = alloc_cfi_data (); + data_ptr = cfi_info->data; + } + else + { + data_ptr = cfi_info->data; + + while (data_ptr && data_ptr->next) + data_ptr = data_ptr->next; + + data_ptr->next = alloc_cfi_data (); + + data_ptr = data_ptr->next; + } + + data_ptr->insn = insn; + data_ptr->param[0] = param0; + data_ptr->param[1] = param1; +} + +static void +cfi_advance_loc (void) +{ + addressT curr_address = frag_now_fix (); + if (cfi_info->last_address == curr_address) + return; + cfi_add_insn (CFA_advance_loc, + (long) (curr_address - cfi_info->last_address), 0); + cfi_info->last_address = curr_address; +} + +static long +get_current_offset (struct cfi_info *info) +{ + long current_offset = 0; + struct cfi_data *data = info->data; + + current_offset = 0; + while (data) + { + if (data->insn == CFA_def_cfa) + current_offset = data->param[1]; + else if (data->insn == CFA_def_cfa_offset) + current_offset = data->param[0]; + data = data->next; + } + + return current_offset; +} + +static void +cfi_make_insn (int arg) +{ + long param[2] = { 0, 0 }; + + if (!cfi_info) + { + as_bad (_("CFI instruction used without previous .cfi_startproc")); + return; + } + + cfi_advance_loc (); + + switch (arg) + { + /* Instructions that take two arguments (register, integer). */ + case CFA_offset: + case CFA_def_cfa: + if (cfi_parse_reg (¶m[0]) < 0) + { + as_bad (_("first argument to %s is not a register"), + cfi_insn_str (arg)); + return; + } + if (cfi_parse_const (¶m[1]) < 0) + { + as_bad (_("second argument to %s is not a number"), + cfi_insn_str (arg)); + return; + } + break; + + case CFA_register: + if (cfi_parse_reg (¶m[0]) < 0) + { + as_bad (_("first argument to %s is not a register"), + cfi_insn_str (arg)); + return; + } + if (cfi_parse_reg (¶m[1]) < 0) + { + as_bad (_("second argument to %s is not a register"), + cfi_insn_str (arg)); + return; + } + break; + + /* Instructions that take one register argument. */ + case CFA_def_cfa_register: + if (cfi_parse_reg (¶m[0]) < 0) + { + as_bad (_("argument to %s is not a register"), cfi_insn_str (arg)); + return; + } + break; + + /* Instructions that take one integer argument. */ + case CFA_def_cfa_offset: + if (cfi_parse_const (¶m[0]) < 0) + { + as_bad (_("argument to %s is not a number"), cfi_insn_str (arg)); + return; + } + break; + + /* Special handling for pseudo-instruction. */ + case CFI_adjust_cfa_offset: + if (cfi_parse_const (¶m[0]) < 0) + { + as_bad (_("argument to %s is not a number"), + ".cfi_adjust_cfa_offset"); + return; + } + param[0] += get_current_offset (cfi_info); + arg = CFA_def_cfa_offset; + break; + + default: + as_bad (_("unknown CFI instruction %d (%s)"), arg, cfi_insn_str (arg)); + return; + } + cfi_add_insn (arg, param[0], param[1]); +} + +static symbolS * +cfi_get_label (void) +{ + char symname[40], *symbase=".Llbl_cfi"; + symbolS *symbolP; + unsigned int i = 0; + + snprintf (symname, sizeof (symname), "%s_0x%lx", + symbase, (long) frag_now_fix ()); + while ((symbolP = symbol_find (symname))) + { + if ((S_GET_VALUE (symbolP) == frag_now_fix ()) + && (S_GET_SEGMENT (symbolP) == now_seg)) + return symbolP; + + snprintf (symname, sizeof (symname), "%s_0x%lx_%u", + symbase, (long) frag_now_fix (), i++); + } +#ifdef BFD_ASSEMBLER + symbolP = (symbolS *) local_symbol_make (symname, now_seg, + (valueT) frag_now_fix (), + frag_now); +#else + symbolP = symbol_make (symname); +#endif + return symbolP; +} + +static void +dot_cfi_startproc (void) +{ +#ifdef tc_cfi_frame_initial_instructions + const char *simple = "simple"; +#endif + + if (cfi_info) + { + as_bad (_("previous CFI entry not closed (missing .cfi_endproc)")); + return; + } + +#if defined(TARGET_USE_CFIPOP) + /* Because this file is linked even for architectures that + don't use CFI, we must wrap this call. */ + if (current_config.addr_length == 0) + tc_cfi_init (); +#endif + + cfi_info = alloc_cfi_info (); + + cfi_info->start_address = frag_now_fix (); + cfi_info->last_address = cfi_info->start_address; + cfi_info->labelname = S_GET_NAME (cfi_get_label ()); + + SKIP_WHITESPACE (); +#ifdef tc_cfi_frame_initial_instructions + if (strncmp (simple, input_line_pointer, strlen (simple)) != 0) + tc_cfi_frame_initial_instructions (); + else + input_line_pointer += strlen (simple); +#endif +} + +#define cfi_is_advance_insn(insn) \ + ((insn >= CFA_set_loc && insn <= CFA_advance_loc4) \ + || insn == CFA_advance_loc) + +/* Output CFI instructions to the file. */ + +enum data_types + { + t_ascii = 0, + t_byte = 1, + t_half = 2, + t_long = 4, + t_quad = 8, + t_uleb128 = 0x10, + t_sleb128 = 0x11 + }; + +static int +output_data (char **p, unsigned long *size, enum data_types type, long value) +{ + char *ptr = *p; + unsigned int ret_size; + + switch (type) + { + case t_byte: + ret_size = 1; + break; + case t_half: + ret_size = 2; + break; + case t_long: + ret_size = 4; + break; + case t_quad: + case t_uleb128: + case t_sleb128: + ret_size = 8; + break; + default: + /* This should never happen - throw an internal error. */ + as_fatal (_("unknown type %d"), type); + return 0; + } + + if (*size < ret_size) + { + as_bad (_("output_data buffer is too small")); + return 0; + } + + switch (type) + { + case t_byte: + *ptr = (char) value; + if (verbose) + printf ("\t.byte\t0x%x\n", (unsigned char) *ptr); + break; + case t_half: + *(short *) ptr = (short) value & 0xFFFF; + if (verbose) + printf ("\t.half\t0x%x\n", (unsigned short) *ptr); + break; + case t_long: + *(int *) ptr = (int) value & 0xFFFFFFFF; + if (verbose) + printf ("\t.long\t0x%x\n", (unsigned int) *ptr); + break; + case t_quad: + *(long long *) ptr = (long long) value & 0xFFFFFFFF; + if (verbose) + printf ("\t.quad\t0x%x\n", (unsigned int) *ptr); + break; + case t_uleb128: + case t_sleb128: + ret_size = output_leb128 (ptr, value, type == t_sleb128); + if (verbose) + printf ("\t.%s\t0x%lx\n", + type == t_sleb128 ? "sleb128" : "uleb128", + value); + break; + default: + as_fatal (_("unknown type %d"), type); + return 0; + } + + *size -= ret_size; + *p += ret_size; + + return ret_size; +} + +static int +cfi_output_insn (struct cfi_data *data, char **buf, unsigned long *buf_size) +{ + char **pbuf = buf, *orig_buf = *buf; + unsigned long size; + + if (!data || !buf) + as_fatal (_("cfi_output_insn called with NULL pointer")); + + switch (data->insn) + { + case CFA_advance_loc: + if (verbose) + printf ("\t# %s(%ld)\n", cfi_insn_str (data->insn), + data->param[0]); + if (data->param[0] <= 0x3F) + { + output_data (pbuf, buf_size, t_byte, CFA_advance_loc + + (data->param[0] / current_config.code_align)); + } + else if (data->param[0] <= 0xFF) + { + output_data (pbuf, buf_size, t_byte, CFA_advance_loc1); + output_data (pbuf, buf_size, t_byte, + data->param[0] / current_config.code_align); + } + else if (data->param[0] <= 0xFFFF) + { + output_data (pbuf, buf_size, t_byte, CFA_advance_loc2); + output_data (pbuf, buf_size, t_half, + data->param[0] / current_config.code_align); + } + else + { + output_data (pbuf, buf_size, t_byte, CFA_advance_loc4); + output_data (pbuf, buf_size, t_long, + data->param[0] / current_config.code_align); + } + break; + + case CFA_def_cfa: + if (verbose) + printf ("\t# CFA_def_cfa(%ld,%ld)\n", + data->param[0], data->param[1]); + output_data (pbuf, buf_size, t_byte, CFA_def_cfa); + output_data (pbuf, buf_size, t_uleb128, data->param[0]); + output_data (pbuf, buf_size, t_uleb128, data->param[1]); + break; + + case CFA_def_cfa_register: + case CFA_def_cfa_offset: + if (verbose) + printf ("\t# %s(%ld)\n", cfi_insn_str (data->insn), + data->param[0]); + output_data (pbuf, buf_size, t_byte, data->insn); + output_data (pbuf, buf_size, t_uleb128, data->param[0]); + break; + + case CFA_offset: + if (verbose) + printf ("\t# %s(%ld,%ld)\n", cfi_insn_str (data->insn), + data->param[0], data->param[1]); + + /* Check whether to use CFA_offset or CFA_offset_extended. */ + if (data->param[0] <= 0x3F) + output_data (pbuf, buf_size, t_byte, CFA_offset + data->param[0]); + else + { + output_data (pbuf, buf_size, t_byte, CFA_offset_extended); + output_data (pbuf, buf_size, t_uleb128, data->param[0]); + } + output_data (pbuf, buf_size, t_uleb128, + data->param[1] / current_config.data_align); + break; + + case CFA_register: + if (verbose) + printf ("\t# %s(%ld,%ld)\n", cfi_insn_str (data->insn), + data->param[0], data->param[1]); + output_data (pbuf, buf_size, t_byte, CFA_register); + output_data (pbuf, buf_size, t_uleb128, data->param[0]); + output_data (pbuf, buf_size, t_uleb128, data->param[1]); + break; + + case CFA_nop: + if (verbose) + printf ("\t# CFA_nop\n"); + output_data (pbuf, buf_size, t_byte, CFA_nop); + break; + + default: + as_warn ("CFA_unknown[%d](%ld,%ld)", data->insn, + data->param[0], data->param[1]); + } + size = *pbuf - orig_buf; + *buf = *pbuf; + *buf_size -= size; + return size; +} + +static void +dot_cfi_endproc (void) +{ + struct cfi_data *data_ptr; + struct cie_entry *cie_ptr; + char *cie_buf, *fde_buf, *pbuf, *where; + unsigned long buf_size, cie_size, fde_size, last_cie_offset; + unsigned long fde_initloc_offset, fde_len_offset, fde_offset; + segT saved_seg, cfi_seg; + expressionS exp; + + if (! cfi_info) + { + as_bad (_(".cfi_endproc without corresponding .cfi_startproc")); + return; + } + cfi_info->end_address = frag_now_fix (); + + /* Open .eh_frame section. */ + saved_seg = now_seg; + cfi_seg = subseg_new (".eh_frame", 0); +#ifdef BFD_ASSEMBLER + bfd_set_section_flags (stdoutput, cfi_seg, + SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_DATA); +#endif + subseg_set (cfi_seg, 0); + + /* Build CIE. */ + cie_buf = xcalloc (1024, 1); + /* Skip space for CIE length. */ + pbuf = cie_buf + 4; + buf_size = 1020; + + if (verbose) + printf ("# CIE *****\n"); + + /* CIE id. */ + output_data (&pbuf, &buf_size, t_long, 0x0); + /* Version. */ + output_data (&pbuf, &buf_size, t_byte, 1); + /* Augmentation. */ + output_data (&pbuf, &buf_size, t_byte, 0); + /* Code alignment. */ + output_data (&pbuf, &buf_size, t_uleb128, current_config.code_align); + /* Data alignment. */ + output_data (&pbuf, &buf_size, t_sleb128, current_config.data_align); + /* Return address column. */ + output_data (&pbuf, &buf_size, t_byte, current_config.ra_column); + + /* Build CFI instructions. */ + data_ptr = cfi_info->data; + while (data_ptr && !cfi_is_advance_insn (data_ptr->insn)) + { + cfi_output_insn (data_ptr, &pbuf, &buf_size); + data_ptr = data_ptr->next; + } + + /* Align the whole data to current_config.eh_align. */ + cie_size = pbuf - cie_buf; + cie_size += current_config.eh_align - cie_size % current_config.eh_align; + + /* CIE length. */ + pbuf = cie_buf; + output_data (&pbuf, &buf_size, t_long, cie_size - 4); + + /* OK, we built the CIE. Let's write it to the file... */ + last_cie_offset = frag_now_fix (); + + /* Check if we have already emitted the exactly same CIE. + If yes then use its offset instead and don't put out + the new one. */ + cie_ptr = cie_root; + while (cie_ptr) + { + if (cie_ptr->size == cie_size - 4 + && memcmp (cie_ptr->data, cie_buf + 4, cie_ptr->size) == 0) + break; + cie_ptr = cie_ptr->next; + } + + /* If we have found the same CIE, use it... */ + if (cie_ptr) + { + if (verbose) + printf ("# Duplicate CIE found. Previous is at offset %lu\n", + cie_ptr->offset); + last_cie_offset = cie_ptr->offset; + } + else + { + /* Otherwise join this CIE to the list. */ + where = (unsigned char *) frag_more (cie_size); + memcpy (where, cie_buf, cie_size); + if (cie_root) + { + cie_ptr = cie_root; + while (cie_ptr->next) + cie_ptr = cie_ptr->next; + cie_ptr->next = calloc (sizeof (struct cie_entry), 1); + cie_ptr = cie_ptr->next; + } + else + { + cie_root = calloc (sizeof (struct cie_entry), 1); + cie_ptr = cie_root; + } + + cie_ptr->size = cie_size - 4; + cie_ptr->data = calloc (cie_ptr->size, 1); + cie_ptr->offset = last_cie_offset; + memcpy (cie_ptr->data, cie_buf + 4, cie_ptr->size); + } + + /* Clean up. */ + free (cie_buf); + + /* Build the FDE... */ + fde_buf = xcalloc (1024, 1); + pbuf = fde_buf; + buf_size = 1024; + + /* Offset of this FDE in current fragment. */ + fde_offset = frag_now_fix (); + + if (verbose) + { + printf ("# FDE: start=0x%lx, end=0x%lx, delta=%d\n", + (long) cfi_info->start_address, + (long) cfi_info->end_address, + (int) (cfi_info->end_address - cfi_info->start_address)); + } + + /* FDE length (t_long, 4 bytes) - will be set later. */ + fde_len_offset = pbuf - fde_buf; + pbuf += 4; + buf_size -= 4; + + /* CIE pointer - offset from here. */ + output_data (&pbuf, &buf_size, t_long, fde_offset - last_cie_offset + 4); + + /* FDE initial location - this must be set relocatable! */ + fde_initloc_offset = pbuf - fde_buf + fde_offset; + output_data (&pbuf, &buf_size, current_config.addr_length, + cfi_info->start_address); + + /* FDE address range. */ + output_data (&pbuf, &buf_size, current_config.addr_length, + cfi_info->end_address - cfi_info->start_address); + + while (data_ptr) + { + cfi_output_insn (data_ptr, &pbuf, &buf_size); + data_ptr = data_ptr->next; + } + + fde_size = pbuf - fde_buf; + fde_size += current_config.eh_align - fde_size % current_config.eh_align; + + /* Now we can set FDE length. */ + pbuf = fde_buf + fde_len_offset; + buf_size = 4; + output_data (&pbuf, &buf_size, t_long, fde_size - 4); + + /* Copy FDE to objfile. */ + where = (unsigned char *) frag_more (fde_size); + memcpy (where, fde_buf, fde_size); + + /* Set relocation for initial address. */ + buf_size = current_config.addr_length; + memset (&exp, 0, sizeof (exp)); + exp.X_op = O_symbol; + exp.X_add_symbol = symbol_find (cfi_info->labelname); + fix_new_exp (frag_now, fde_initloc_offset, + current_config.addr_length, + &exp, 0, current_config.reloc_type); + + /* Clean up. */ + free (fde_buf); + + free (cfi_info); + cfi_info = NULL; + + /* Restore previous segment. */ + subseg_set (saved_seg, 0); +} + +void +dot_cfi (int arg) +{ + long param; + + switch (arg) + { + case CFI_startproc: + dot_cfi_startproc (); + break; + case CFI_endproc: + dot_cfi_endproc (); + break; + case CFA_def_cfa: + case CFA_def_cfa_register: + case CFA_def_cfa_offset: + case CFA_offset: + case CFA_register: + case CFI_adjust_cfa_offset: + cfi_make_insn (arg); + break; + case CFI_verbose: + if (cfi_parse_const (¶m) >= 0) + verbose = (int) param; + else + verbose = 1; + break; + default: + as_bad (_("unknown CFI code 0x%x (%s)"), arg, cfi_insn_str (arg)); + break; + } + ignore_rest_of_line (); +} + +void +cfi_set_config (struct cfi_config *cfg) +{ + assert (cfg != NULL); + assert (cfg->addr_length > 0); + + current_config = *cfg; +} + +void +cfi_finish (void) +{ + if (cfi_info) + as_bad (_("open CFI at the end of file; missing .cfi_endproc directive")); +} diff -uprN binutils-2.14.90.0.2/gas/dw2gencfi.h binutils-2.14.90.0.3/gas/dw2gencfi.h --- binutils-2.14.90.0.2/gas/dw2gencfi.h 1969-12-31 16:00:00.000000000 -0800 +++ binutils-2.14.90.0.3/gas/dw2gencfi.h 2003-05-23 07:18:53.000000000 -0700 @@ -0,0 +1,100 @@ +/* dw2gencfi.h - Support for generating Dwarf2 CFI information. + Copyright 2003 Free Software Foundation, Inc. + Contributed by Michal Ludvig + + This file is part of GAS, the GNU Assembler. + + GAS is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + GAS is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with GAS; see the file COPYING. If not, write to the Free + Software Foundation, 59 Temple Place - Suite 330, Boston, MA + 02111-1307, USA. */ + +#ifndef DW2GENCFI_H +#define DW2GENCFI_H + +#include "elf/dwarf2.h" + +struct cfi_config { + /* Target address length in bytes. (usually 4 or 8). + Round it up for archs like S/390 with 31b addresses. */ + unsigned int addr_length; + + /* Alignment of .eh_frame blocks in bytes (usually 1, 4 or 8). */ + unsigned int eh_align; + + /* Code alignment (1 for x86/amd64 machines, 4 or 8 for + RISC machines). Consult Dwarf2 standard for details. */ + int code_align; + + /* Data (stack) alignment (-4 on x86, -8 on amd64, something + positive on archs where stack grows up). Consult Dwarf2 + standard for details. */ + int data_align; + + /* Return address column (0x8 on x86, 0x10 on amd64). Consult + Dwarf2 standard for details. */ + int ra_column; + + /* Relocation type for init_addr FDE record. (BFD_RELOC_64 + on amd64). */ + int reloc_type; +}; + +/* Codes of CFI instructions taken from Dwarf2 standard. */ +enum cfi_insn { + CFA_nop = DW_CFA_nop, + CFA_set_loc = DW_CFA_set_loc, + CFA_advance_loc1 = DW_CFA_advance_loc1, + CFA_advance_loc2 = DW_CFA_advance_loc2, + CFA_advance_loc4 = DW_CFA_advance_loc4, + CFA_offset_extended = DW_CFA_offset_extended, + CFA_resotre_extended = DW_CFA_restore_extended, + CFA_undefined = DW_CFA_undefined, + CFA_same_value = DW_CFA_same_value, + CFA_register = DW_CFA_register, + CFA_remember_state = DW_CFA_remember_state, + CFA_restore_state = DW_CFA_restore_state, + CFA_def_cfa = DW_CFA_def_cfa, + CFA_def_cfa_register = DW_CFA_def_cfa_register, + CFA_def_cfa_offset = DW_CFA_def_cfa_offset, + CFA_advance_loc = DW_CFA_advance_loc, + CFA_offset = DW_CFA_offset, + CFA_restore = DW_CFA_restore, + + /* These don't belong to the standard. */ + CFI_startproc = 0xff00, + CFI_endproc = 0xff01, + CFI_adjust_cfa_offset = 0xff10, + CFI_verbose = 0xffff +}; + +extern const pseudo_typeS cfi_pseudo_table[]; + +/* Insert .cfi_* directives to the list of pseudo-ops. */ +void cfi_pop_insert PARAMS ((void)); + +/* Set/change setup of the CFI machinery. This change won't + affect already generated CIEs/FDEs. */ +void cfi_set_config PARAMS ((struct cfi_config *cfg)); + +/* cfi_finish() is called at the end of file. It will complain if + the last CFI wasn't properly closed by .cfi_endproc. */ +void cfi_finish PARAMS ((void)); + +/* Add CFI instruction to the list of instructions + of the current frame. cfi_add_insn() could be used + in tc_cfi_frame_initial_instructions() to add instructions + needed for every frame (ie. those that usually go to CIE). */ +void cfi_add_insn (enum cfi_insn insn, long param0, long param1); + +#endif /* DW2GENCFI_H */ diff -uprN binutils-2.14.90.0.2/gas/po/POTFILES.in binutils-2.14.90.0.3/gas/po/POTFILES.in --- binutils-2.14.90.0.2/gas/po/POTFILES.in 2003-01-21 10:21:33.000000000 -0800 +++ binutils-2.14.90.0.3/gas/po/POTFILES.in 2003-05-23 07:18:53.000000000 -0700 @@ -114,10 +114,10 @@ config/tc-ppc.c config/tc-ppc.h config/tc-s390.c config/tc-s390.h -config/tc-sh.c -config/tc-sh.h config/tc-sh64.c config/tc-sh64.h +config/tc-sh.c +config/tc-sh.h config/tc-sparc.c config/tc-sparc.h config/tc-tahoe.c @@ -136,10 +136,15 @@ config/tc-w65.c config/tc-w65.h config/tc-xstormy16.c config/tc-xstormy16.h +config/tc-xtensa.c +config/tc-xtensa.h config/tc-z8k.c config/tc-z8k.h depend.c depend.c +dw2gencfi.c +dw2gencfi.c +dw2gencfi.h dwarf2dbg.c dwarf2dbg.c dwarf2dbg.h @@ -148,18 +153,18 @@ ecoff.c ecoff.h ehopt.c ehopt.c -emul-target.h emul.h +emul-target.h expr.c expr.c expr.h flonum-copy.c flonum-copy.c +flonum.h flonum-konst.c flonum-konst.c flonum-mult.c flonum-mult.c -flonum.h frags.c frags.c frags.h diff -uprN binutils-2.14.90.0.2/gas/po/gas.pot binutils-2.14.90.0.3/gas/po/gas.pot --- binutils-2.14.90.0.2/gas/po/gas.pot 2002-03-07 11:52:38.000000000 -0800 +++ binutils-2.14.90.0.3/gas/po/gas.pot 2003-05-23 07:18:53.000000000 -0700 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2002-02-08 04:20-0200\n" +"POT-Creation-Date: 2003-05-21 11:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -14,72 +14,72 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: app.c:476 app.c:490 +#: app.c:468 app.c:482 msgid "end of file in comment" msgstr "" -#: app.c:569 +#: app.c:561 msgid "end of file in string; inserted '\"'" msgstr "" -#: app.c:635 -#, c-format -msgid "unknown escape '\\%c' in string; ignored" +#: app.c:606 +msgid "end of file in string; '\"' inserted" msgstr "" -#: app.c:644 -msgid "end of file in string; '\"' inserted" +#: app.c:632 +#, c-format +msgid "unknown escape '\\%c' in string; ignored" msgstr "" -#: app.c:764 +#: app.c:765 msgid "end of file not at end of a line; newline inserted" msgstr "" -#: app.c:923 +#: app.c:924 msgid "end of file in multiline comment" msgstr "" -#: app.c:987 +#: app.c:988 msgid "end of file after a one-character quote; \\0 inserted" msgstr "" -#: app.c:995 +#: app.c:996 msgid "end of file in escape character" msgstr "" -#: app.c:1007 +#: app.c:1008 msgid "missing close quote; (assumed)" msgstr "" -#: app.c:1075 app.c:1129 app.c:1139 app.c:1204 +#: app.c:1076 app.c:1130 app.c:1141 app.c:1206 msgid "end of file in comment; newline inserted" msgstr "" -#: as.c:148 +#: as.c:160 msgid "missing emulation mode name" msgstr "" -#: as.c:163 +#: as.c:175 #, c-format msgid "unrecognized emulation name `%s'" msgstr "" -#: as.c:210 +#: as.c:222 #, c-format msgid "GNU assembler version %s (%s) using BFD version %s" msgstr "" -#: as.c:213 +#: as.c:225 #, c-format msgid "GNU assembler version %s (%s)" msgstr "" -#: as.c:222 +#: as.c:234 #, c-format msgid "Usage: %s [option...] [asmfile...]\n" msgstr "" -#: as.c:224 +#: as.c:236 msgid "" "Options:\n" " -a[sub-option...]\t turn on listings\n" @@ -94,139 +94,139 @@ msgid "" " \t =FILE list to FILE (must be last sub-option)\n" msgstr "" -#: as.c:237 +#: as.c:249 msgid " -D produce assembler debugging messages\n" msgstr "" -#: as.c:239 +#: as.c:251 msgid " --defsym SYM=VAL define symbol SYM to given value\n" msgstr "" -#: as.c:255 +#: as.c:267 #, c-format msgid " emulate output (default %s)\n" msgstr "" -#: as.c:259 +#: as.c:271 msgid " -f skip whitespace and comment preprocessing\n" msgstr "" -#: as.c:261 +#: as.c:273 msgid " --gstabs generate stabs debugging information\n" msgstr "" -#: as.c:263 +#: as.c:275 msgid " --gdwarf2 generate DWARF2 debugging information\n" msgstr "" -#: as.c:265 +#: as.c:277 msgid " --help show this message and exit\n" msgstr "" -#: as.c:267 +#: as.c:279 msgid " --target-help show target specific options\n" msgstr "" -#: as.c:269 +#: as.c:281 msgid "" " -I DIR add DIR to search list for .include directives\n" msgstr "" -#: as.c:271 +#: as.c:283 msgid " -J don't warn about signed overflow\n" msgstr "" -#: as.c:273 +#: as.c:285 msgid "" " -K warn when differences altered for long " "displacements\n" msgstr "" -#: as.c:275 +#: as.c:287 msgid " -L,--keep-locals keep local symbols (e.g. starting with `L')\n" msgstr "" -#: as.c:277 +#: as.c:289 msgid " -M,--mri assemble in MRI compatibility mode\n" msgstr "" -#: as.c:279 +#: as.c:291 msgid "" " --MD FILE write dependency information in FILE (default " "none)\n" msgstr "" -#: as.c:281 +#: as.c:293 msgid " -nocpp ignored\n" msgstr "" -#: as.c:283 +#: as.c:295 msgid "" " -o OBJFILE name the object-file output OBJFILE (default a." "out)\n" msgstr "" -#: as.c:285 +#: as.c:297 msgid " -R fold data section into text section\n" msgstr "" -#: as.c:287 +#: as.c:299 msgid "" " --statistics print various measured statistics from execution\n" msgstr "" -#: as.c:289 +#: as.c:301 msgid " --strip-local-absolute strip local absolute symbols\n" msgstr "" -#: as.c:291 +#: as.c:303 msgid "" " --traditional-format Use same format as native assembler when possible\n" msgstr "" -#: as.c:293 +#: as.c:305 msgid " --version print assembler version number and exit\n" msgstr "" -#: as.c:295 +#: as.c:307 msgid " -W --no-warn suppress warnings\n" msgstr "" -#: as.c:297 +#: as.c:309 msgid " --warn don't suppress warnings\n" msgstr "" -#: as.c:299 +#: as.c:311 msgid " --fatal-warnings treat warnings as errors\n" msgstr "" -#: as.c:301 +#: as.c:313 msgid "" " --itbl INSTTBL extend instruction set to include instructions\n" " matching the specifications defined in file " "INSTTBL\n" msgstr "" -#: as.c:304 +#: as.c:316 msgid " -w ignored\n" msgstr "" -#: as.c:306 +#: as.c:318 msgid " -X ignored\n" msgstr "" -#: as.c:308 +#: as.c:320 msgid " -Z generate object file even after errors\n" msgstr "" -#: as.c:310 +#: as.c:322 msgid "" " --listing-lhs-width set the width in words of the output data column " "of\n" " the listing\n" msgstr "" -#: as.c:313 +#: as.c:325 msgid "" " --listing-lhs-width2 set the width in words of the continuation lines\n" " of the output data column; ignored if smaller " @@ -234,106 +234,105 @@ msgid "" " the width of the first line\n" msgstr "" -#: as.c:317 +#: as.c:329 msgid "" " --listing-rhs-width set the max width in characters of the lines from\n" " the source file\n" msgstr "" -#: as.c:320 +#: as.c:332 msgid "" " --listing-cont-lines set the maximum number of continuation lines used\n" " for the output data column of the listing\n" msgstr "" -#: as.c:327 gasp.c:3528 +#: as.c:339 #, c-format msgid "Report bugs to %s\n" msgstr "" -#. This output is intended to follow the GNU standards document. -#: as.c:527 +#: as.c:545 as.c:547 #, c-format msgid "GNU assembler %s\n" msgstr "" -#: as.c:528 +#: as.c:549 msgid "Copyright 2002 Free Software Foundation, Inc.\n" msgstr "" -#: as.c:529 gasp.c:3627 +#: as.c:550 msgid "" "This program is free software; you may redistribute it under the terms of\n" "the GNU General Public License. This program has absolutely no warranty.\n" msgstr "" -#: as.c:532 +#: as.c:553 #, c-format msgid "This assembler was configured for a target of `%s'.\n" msgstr "" -#: as.c:539 +#: as.c:560 msgid "multiple emulation names specified" msgstr "" -#: as.c:541 +#: as.c:562 msgid "emulations not handled in this configuration" msgstr "" -#: as.c:546 +#: as.c:567 #, c-format msgid "alias = %s\n" msgstr "" -#: as.c:547 +#: as.c:568 #, c-format msgid "canonical = %s\n" msgstr "" -#: as.c:548 +#: as.c:569 #, c-format msgid "cpu-type = %s\n" msgstr "" -#: as.c:550 +#: as.c:571 #, c-format msgid "format = %s\n" msgstr "" -#: as.c:553 +#: as.c:574 #, c-format msgid "bfd-target = %s\n" msgstr "" -#: as.c:566 +#: as.c:587 msgid "bad defsym; format is --defsym name=value" msgstr "" -#: as.c:590 +#: as.c:611 msgid "no file name following -t option" msgstr "" -#: as.c:605 +#: as.c:626 #, c-format msgid "failed to read instruction table %s\n" msgstr "" -#: as.c:720 +#: as.c:741 #, c-format msgid "invalid listing option `%c'" msgstr "" -#: as.c:928 +#: as.c:947 #, c-format msgid "%d warnings, treating warnings as errors" msgstr "" -#: as.c:959 +#: as.c:978 #, c-format msgid "%s: total time in assembly: %ld.%06ld\n" msgstr "" -#: as.c:962 +#: as.c:981 #, c-format msgid "%s: data size %ld\n" msgstr "" @@ -347,71 +346,71 @@ msgstr "" #. * We have a GROSS internal error. #. * This should never happen. #. -#: atof-generic.c:437 config/tc-m68k.c:2879 +#: atof-generic.c:437 config/tc-m68k.c:2869 msgid "failed sanity check" msgstr "" -#: cond.c:79 +#: cond.c:83 msgid "invalid identifier for \".ifdef\"" msgstr "" -#: cond.c:133 +#: cond.c:151 msgid "non-constant expression in \".if\" statement" msgstr "" -#: cond.c:229 +#: cond.c:247 msgid "bad format for ifc or ifnc" msgstr "" -#: cond.c:260 +#: cond.c:278 msgid "\".elseif\" without matching \".if\"" msgstr "" -#: cond.c:264 +#: cond.c:282 msgid "\".elseif\" after \".else\"" msgstr "" -#: cond.c:267 cond.c:375 +#: cond.c:285 cond.c:393 msgid "here is the previous \"else\"" msgstr "" -#: cond.c:270 cond.c:378 +#: cond.c:288 cond.c:396 msgid "here is the previous \"if\"" msgstr "" -#: cond.c:299 +#: cond.c:317 msgid "non-constant expression in \".elseif\" statement" msgstr "" -#: cond.c:338 +#: cond.c:356 msgid "\".endif\" without \".if\"" msgstr "" -#: cond.c:368 +#: cond.c:386 msgid "\".else\" without matching \".if\"" msgstr "" -#: cond.c:372 +#: cond.c:390 msgid "duplicate \"else\"" msgstr "" -#: cond.c:424 +#: cond.c:442 msgid ".ifeqs syntax error" msgstr "" -#: cond.c:507 +#: cond.c:525 msgid "end of macro inside conditional" msgstr "" -#: cond.c:509 +#: cond.c:527 msgid "end of file inside conditional" msgstr "" -#: cond.c:512 +#: cond.c:530 msgid "here is the start of the unterminated conditional" msgstr "" -#: cond.c:516 +#: cond.c:534 msgid "here is the \"else\" of the unterminated conditional" msgstr "" @@ -425,16 +424,16 @@ msgstr "" msgid "Attempt to put an undefined symbol into set %s" msgstr "" -#: config/obj-aout.c:197 config/obj-coff.c:1274 +#: config/obj-aout.c:197 config/obj-coff.c:1276 #, c-format msgid "Symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-aout.c:255 config/obj-coff.c:2010 +#: config/obj-aout.c:255 config/obj-coff.c:2022 msgid "unresolved relocation" msgstr "" -#: config/obj-aout.c:257 config/obj-coff.c:2012 +#: config/obj-aout.c:257 config/obj-coff.c:2024 #, c-format msgid "bad relocation: symbol `%s' not in symbol table" msgstr "" @@ -444,7 +443,7 @@ msgstr "" msgid "%s: bad type for weak symbol" msgstr "" -#: config/obj-aout.c:458 config/obj-coff.c:2956 write.c:1933 +#: config/obj-aout.c:458 config/obj-coff.c:2945 write.c:1932 #, c-format msgid "%s: global symbols not supported in common sections" msgstr "" @@ -454,11 +453,7 @@ msgstr "" msgid "Local symbol %s never defined." msgstr "" -#: config/obj-aout.c:612 -msgid "subsegment index too high" -msgstr "" - -#: config/obj-bout.c:319 config/obj-vms.c:562 +#: config/obj-bout.c:319 config/obj-vms.c:629 #, c-format msgid "Local symbol %s never defined" msgstr "" @@ -473,11 +468,12 @@ msgstr "" msgid "Line numbers must be positive integers\n" msgstr "" -#: config/obj-coff.c:503 config/obj-coff.c:2371 +#. Wrong context. +#: config/obj-coff.c:503 config/obj-coff.c:2367 msgid ".ln pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:546 ecoff.c:3280 +#: config/obj-coff.c:546 ecoff.c:3278 msgid ".loc outside of .text" msgstr "" @@ -485,11 +481,11 @@ msgstr "" msgid ".loc pseudo-op inside .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:641 config/obj-coff.c:2428 +#: config/obj-coff.c:641 config/obj-coff.c:2419 msgid ".def pseudo-op used inside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:687 config/obj-coff.c:2480 +#: config/obj-coff.c:687 config/obj-coff.c:2471 msgid ".endef pseudo-op used outside of .def/.endef: ignored." msgstr "" @@ -498,336 +494,338 @@ msgstr "" msgid "`%s' symbol without preceding function" msgstr "" -#: config/obj-coff.c:812 config/obj-coff.c:2555 +#: config/obj-coff.c:812 config/obj-coff.c:2551 #, c-format msgid "unexpected storage class %d" msgstr "" -#: config/obj-coff.c:925 config/obj-coff.c:2662 +#: config/obj-coff.c:925 config/obj-coff.c:2658 msgid ".dim pseudo-op used outside of .def/.endef: ignored." msgstr "" -#: config/obj-coff.c:945 config/obj-coff.c:2682 +#: config/obj-coff.c:945 config/obj-coff.c:2678 msgid "badly formed .dim directive ignored" msgstr "" -#: config/obj-coff.c:996 config/obj-coff.c:2745 +#: config/obj-coff.c:996 config/obj-coff.c:2738 msgid ".size pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1012 config/obj-coff.c:2761 +#: config/obj-coff.c:1012 config/obj-coff.c:2754 msgid ".scl pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1030 config/obj-coff.c:2779 +#: config/obj-coff.c:1030 config/obj-coff.c:2772 msgid ".tag pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1049 config/obj-coff.c:2797 +#: config/obj-coff.c:1049 config/obj-coff.c:2789 #, c-format msgid "tag not found for .tag %s" msgstr "" -#: config/obj-coff.c:1064 config/obj-coff.c:2812 +#: config/obj-coff.c:1064 config/obj-coff.c:2803 msgid ".type pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1086 config/obj-coff.c:2834 +#: config/obj-coff.c:1086 config/obj-coff.c:2823 msgid ".val pseudo-op used outside of .def/.endef ignored." msgstr "" -#: config/obj-coff.c:1231 config/obj-coff.c:3029 +#: config/obj-coff.c:1233 config/obj-coff.c:3016 msgid "mismatched .eb" msgstr "" -#: config/obj-coff.c:1252 config/obj-coff.c:3069 +#: config/obj-coff.c:1254 config/obj-coff.c:3054 msgid "C_EFCN symbol out of scope" msgstr "" #. STYP_INFO #. STYP_LIB #. STYP_OVER -#: config/obj-coff.c:1476 +#: config/obj-coff.c:1482 #, c-format msgid "unsupported section attribute '%c'" msgstr "" -#: config/obj-coff.c:1481 config/obj-coff.c:3774 config/tc-ppc.c:4211 +#: config/obj-coff.c:1487 config/obj-coff.c:3759 config/tc-ppc.c:4490 #, c-format msgid "unknown section attribute '%c'" msgstr "" -#: config/obj-coff.c:1511 config/tc-ppc.c:4229 config/tc-tic54x.c:4133 -#: read.c:2555 +#: config/obj-coff.c:1517 config/tc-ppc.c:4508 config/tc-tic54x.c:4339 +#: read.c:2561 #, c-format msgid "error setting flags for \"%s\": %s" msgstr "" -#: config/obj-coff.c:1522 +#: config/obj-coff.c:1528 #, c-format msgid "Ignoring changed section attributes for %s" msgstr "" -#: config/obj-coff.c:1658 +#: config/obj-coff.c:1664 #, c-format msgid "0x%lx: \"%s\" type = %ld, class = %d, segment = %d\n" msgstr "" -#: config/obj-coff.c:1838 config/obj-ieee.c:69 +#: config/obj-coff.c:1849 config/obj-ieee.c:69 msgid "Out of step\n" msgstr "" -#: config/obj-coff.c:2287 +#: config/obj-coff.c:2286 msgid "bfd_coff_swap_scnhdr_out failed" msgstr "" -#: config/obj-coff.c:2512 +#: config/obj-coff.c:2507 msgid "`.bf' symbol without preceding function\n" msgstr "" -#: config/obj-coff.c:3466 config/obj-ieee.c:507 +#: config/obj-coff.c:3457 config/obj-ieee.c:521 #, c-format msgid "FATAL: Can't create %s" msgstr "" -#: config/obj-coff.c:3648 +#: config/obj-coff.c:3635 #, c-format msgid "Can't close %s: %s" msgstr "" -#: config/obj-coff.c:3682 +#: config/obj-coff.c:3669 #, c-format msgid "Too many new sections; can't add \"%s\"" msgstr "" -#: config/obj-coff.c:4089 config/tc-sparc.c:3537 +#: config/obj-coff.c:4057 config/tc-sparc.c:3635 msgid "Expected comma after name" msgstr "" -#: config/obj-coff.c:4095 +#: config/obj-coff.c:4063 msgid "Missing size expression" msgstr "" -#: config/obj-coff.c:4101 +#: config/obj-coff.c:4069 #, c-format msgid "lcomm length (%d.) <0! Ignored." msgstr "" -#: config/obj-coff.c:4129 +#: config/obj-coff.c:4097 #, c-format msgid "Symbol %s already defined" msgstr "" -#: config/obj-coff.c:4224 config/tc-i960.c:3206 +#: config/obj-coff.c:4193 config/tc-i960.c:3221 #, c-format msgid "No 'bal' entry point for leafproc %s" msgstr "" -#: config/obj-coff.c:4303 +#: config/obj-coff.c:4270 #, c-format msgid "Negative of non-absolute symbol %s" msgstr "" -#: config/obj-coff.c:4324 +#: config/obj-coff.c:4290 msgid "callj to difference of 2 symbols" msgstr "" -#: config/obj-coff.c:4370 +#: config/obj-coff.c:4334 #, c-format msgid "Can't emit reloc {- %s-seg symbol \"%s\"} @ file address %ld." msgstr "" -#. This is a COBR instruction. They have only a 13-bit -#. displacement and are only to be used for local branches: -#. flag as error, don't generate relocation. -#: config/obj-coff.c:4459 config/tc-i960.c:3226 write.c:2826 +#: config/obj-coff.c:4420 config/tc-i960.c:2844 msgid "can't use COBR format with external label" msgstr "" -#: config/obj-coff.c:4534 +#: config/obj-coff.c:4493 #, c-format msgid "Value of %ld too large for field of %d bytes at 0x%lx" msgstr "" -#: config/obj-coff.c:4548 +#: config/obj-coff.c:4507 #, c-format msgid "Signed .word overflow; switch may be too large; %ld at 0x%lx" msgstr "" -#: config/obj-ecoff.c:227 +#: config/obj-ecoff.c:192 msgid "Can't set GP value" msgstr "" -#: config/obj-ecoff.c:234 +#: config/obj-ecoff.c:199 msgid "Can't set register masks" msgstr "" -#: config/obj-elf.c:308 +#: config/obj-elf.c:316 msgid "expected comma after symbol-name" msgstr "" -#: config/obj-elf.c:315 config/tc-sparc.c:3690 +#: config/obj-elf.c:326 #, c-format -msgid ".COMMon length (%d.) <0! Ignored." +msgid ".COMMon length (%ld) out of range, ignored." msgstr "" -#: config/obj-elf.c:325 ecoff.c:3399 read.c:1403 read.c:1504 read.c:2137 -#: read.c:2226 read.c:2856 read.c:4937 symbols.c:361 symbols.c:460 +#: config/obj-elf.c:335 ecoff.c:3397 read.c:1405 read.c:1506 read.c:2144 +#: read.c:2233 read.c:2862 read.c:4958 symbols.c:367 symbols.c:466 #, c-format msgid "symbol `%s' is already defined" msgstr "" -#: config/obj-elf.c:333 +#: config/obj-elf.c:343 #, c-format -msgid "length of .comm \"%s\" is already %ld; not changed to %d" +msgid "length of .comm \"%s\" is already %ld; not changed to %ld" msgstr "" -#: config/obj-elf.c:356 +#: config/obj-elf.c:367 msgid "common alignment negative; 0 assumed" msgstr "" -#: config/obj-elf.c:375 +#: config/obj-elf.c:386 msgid "common alignment not a power of 2" msgstr "" -#: config/obj-elf.c:438 config/tc-sparc.c:3832 config/tc-v850.c:450 +#: config/obj-elf.c:449 config/tc-sparc.c:3930 config/tc-v850.c:461 #, c-format msgid "bad .common segment %s" msgstr "" -#: config/obj-elf.c:668 +#: config/obj-elf.c:717 #, c-format msgid "setting incorrect section type for %s" msgstr "" -#: config/obj-elf.c:672 +#: config/obj-elf.c:721 #, c-format msgid "ignoring incorrect section type for %s" msgstr "" -#: config/obj-elf.c:685 +#: config/obj-elf.c:734 #, c-format msgid "setting incorrect section attributes for %s" msgstr "" -#: config/obj-elf.c:732 +#: config/obj-elf.c:786 #, c-format msgid "ignoring changed section attributes for %s" msgstr "" -#: config/obj-elf.c:734 +#: config/obj-elf.c:788 #, c-format msgid "ignoring changed section entity size for %s" msgstr "" -#: config/obj-elf.c:737 +#: config/obj-elf.c:791 #, c-format msgid "ignoring new section group for %s" msgstr "" -#: config/obj-elf.c:788 -msgid "unrecognized .section attribute: want a,w,x,M,S,G" +#: config/obj-elf.c:845 +msgid "unrecognized .section attribute: want a,w,x,M,S,G,T" msgstr "" -#: config/obj-elf.c:828 +#: config/obj-elf.c:884 msgid "unrecognized section attribute" msgstr "" -#: config/obj-elf.c:850 read.c:2538 +#: config/obj-elf.c:906 read.c:2544 msgid "unrecognized section type" msgstr "" -#: config/obj-elf.c:880 +#: config/obj-elf.c:936 msgid "missing name" msgstr "" -#: config/obj-elf.c:987 +#: config/obj-elf.c:1048 msgid "invalid merge entity size" msgstr "" -#: config/obj-elf.c:994 +#: config/obj-elf.c:1055 msgid "entity size for SHF_MERGE not specified" msgstr "" -#: config/obj-elf.c:1007 +#: config/obj-elf.c:1075 msgid "group name for SHF_GROUP not specified" msgstr "" -#: config/obj-elf.c:1020 +#: config/obj-elf.c:1088 msgid "character following name is not '#'" msgstr "" -#: config/obj-elf.c:1121 +#: config/obj-elf.c:1189 msgid ".previous without corresponding .section; ignored" msgstr "" -#: config/obj-elf.c:1148 +#: config/obj-elf.c:1216 msgid ".popsection without corresponding .pushsection; ignored" msgstr "" -#: config/obj-elf.c:1202 +#: config/obj-elf.c:1270 msgid "expected comma after name in .symver" msgstr "" -#: config/obj-elf.c:1225 +#: config/obj-elf.c:1294 #, c-format msgid "missing version name in `%s' for symbol `%s'" msgstr "" -#: config/obj-elf.c:1236 +#: config/obj-elf.c:1305 #, c-format msgid "multiple versions [`%s'|`%s'] for symbol `%s'" msgstr "" -#: config/obj-elf.c:1470 +#: config/obj-elf.c:1541 msgid "expected quoted string" msgstr "" -#: config/obj-elf.c:1491 +#: config/obj-elf.c:1562 #, c-format msgid "expected comma after name `%s' in .size directive" msgstr "" -#: config/obj-elf.c:1500 +#: config/obj-elf.c:1571 msgid "missing expression in .size directive" msgstr "" -#: config/obj-elf.c:1583 +#: config/obj-elf.c:1660 #, c-format msgid "unrecognized symbol type \"%s\"" msgstr "" -#: config/obj-elf.c:1764 +#: config/obj-elf.c:1841 msgid ".size expression too complicated to fix up" msgstr "" -#: config/obj-elf.c:1796 +#: config/obj-elf.c:1873 #, c-format msgid "" "invalid attempt to declare external version name as default in symbol `%s'" msgstr "" -#: config/obj-elf.c:1855 ecoff.c:3644 +#: config/obj-elf.c:1934 ecoff.c:3642 #, c-format msgid "symbol `%s' can not be both weak and common" msgstr "" -#: config/obj-elf.c:1971 +#: config/obj-elf.c:2054 #, c-format -msgid "can't create group: %s" +msgid "assuming all members of group `%s' are COMDAT" msgstr "" #: config/obj-elf.c:2076 #, c-format +msgid "can't create group: %s" +msgstr "" + +#: config/obj-elf.c:2183 +#, c-format msgid "failed to set up debugging information: %s" msgstr "" -#: config/obj-elf.c:2096 +#: config/obj-elf.c:2203 #, c-format msgid "can't start writing .mdebug section: %s" msgstr "" -#: config/obj-elf.c:2104 +#: config/obj-elf.c:2211 #, c-format msgid "could not write .mdebug section: %s" msgstr "" @@ -858,45 +856,45 @@ msgstr "" msgid "FATAL: Attaching copyright header %s" msgstr "" -#: config/obj-vms.c:463 +#: config/obj-vms.c:530 #, c-format msgid "compiler emitted zero-size common symbol `%s' already defined" msgstr "" -#: config/obj-vms.c:473 +#: config/obj-vms.c:540 #, c-format msgid "compiler redefined zero-size common symbol `%s'" msgstr "" -#: config/obj-vms.c:592 +#: config/obj-vms.c:663 #, c-format msgid "Couldn't create VMS object file \"%s\"" msgstr "" -#: config/obj-vms.c:617 +#: config/obj-vms.c:688 msgid "I/O error writing VMS object file (length prefix)" msgstr "" -#: config/obj-vms.c:631 +#: config/obj-vms.c:702 msgid "I/O error writing VMS object file" msgstr "" -#: config/obj-vms.c:1221 +#: config/obj-vms.c:1292 #, c-format msgid "Couldn't find source file \"%s\", status=%%X%x" msgstr "" -#: config/obj-vms.c:1719 config/obj-vms.c:2895 +#: config/obj-vms.c:1790 config/obj-vms.c:2967 #, c-format msgid "debugger forward reference error, dbx type %d" msgstr "" -#: config/obj-vms.c:1794 +#: config/obj-vms.c:1865 #, c-format msgid "Variable descriptor %d too complicated. Defined as `void *'." msgstr "" -#: config/obj-vms.c:2108 +#: config/obj-vms.c:2179 msgid "" "***Warning - the assembly code generated by the compiler has placed \n" " global constant(s) in the text psect. These will not be available to \n" @@ -907,92 +905,92 @@ msgid "" " I didn't warn you! \n" msgstr "" -#: config/obj-vms.c:2422 +#: config/obj-vms.c:2494 #, c-format msgid "debugginer output: %d is an unknown untyped variable." msgstr "" -#: config/obj-vms.c:2640 +#: config/obj-vms.c:2712 #, c-format msgid "debugger output: structure element `%s' has undefined type" msgstr "" -#: config/obj-vms.c:2751 +#: config/obj-vms.c:2823 #, c-format msgid "debugger output: %d is an unknown type of variable." msgstr "" -#: config/obj-vms.c:2884 +#: config/obj-vms.c:2956 #, c-format msgid "debugger output: Unable to resolve %d circular references." msgstr "" -#: config/obj-vms.c:3086 +#: config/obj-vms.c:3158 #, c-format msgid "Module name truncated: %s\n" msgstr "" -#: config/obj-vms.c:3364 +#: config/obj-vms.c:3436 #, c-format msgid "Symbol %s replaced by %s\n" msgstr "" #. impossible -#: config/obj-vms.c:3647 +#: config/obj-vms.c:3719 #, c-format msgid "Unknown VMS psect type (%ld)" msgstr "" -#: config/obj-vms.c:3688 +#: config/obj-vms.c:3760 #, c-format msgid "Globalsymbol attribute for symbol %s was unexpected." msgstr "" -#: config/obj-vms.c:3837 +#: config/obj-vms.c:3909 msgid "Invalid data type for globalvalue" msgstr "" -#: config/obj-vms.c:3849 +#: config/obj-vms.c:3921 #, c-format msgid "Invalid globalvalue of %s" msgstr "" -#: config/obj-vms.c:4199 +#: config/obj-vms.c:4271 msgid "Couldn't find fixup fragment when checking for indirect reference" msgstr "" -#: config/obj-vms.c:4542 config/obj-vms.c:4683 +#: config/obj-vms.c:4614 config/obj-vms.c:4757 msgid "Fixup data addsy and subsy don't have the same type" msgstr "" -#: config/obj-vms.c:4546 config/obj-vms.c:4687 +#: config/obj-vms.c:4618 config/obj-vms.c:4761 msgid "Fixup data addsy and subsy don't have an appropriate type" msgstr "" -#: config/obj-vms.c:4549 config/obj-vms.c:4690 +#: config/obj-vms.c:4621 config/obj-vms.c:4764 msgid "Fixup data is erroneously \"pcrel\"" msgstr "" -#: config/obj-vms.c:4565 config/obj-vms.c:4709 +#: config/obj-vms.c:4637 config/obj-vms.c:4783 msgid "Fixup datum is not a longword" msgstr "" -#: config/obj-vms.c:4569 config/obj-vms.c:4713 +#: config/obj-vms.c:4641 config/obj-vms.c:4787 msgid "Fixup datum is not \"fixP->fx_addsy\"" msgstr "" -#: config/obj-vms.c:4784 +#: config/obj-vms.c:4858 #, c-format msgid "" "g++ wrote an extern reference to `%s' as a routine.\n" "I will fix it, but I hope that it was note really a routine." msgstr "" -#: config/obj-vms.c:4916 +#: config/obj-vms.c:4990 msgid "Can't handle global xtors symbols yet." msgstr "" -#: config/obj-vms.c:4919 +#: config/obj-vms.c:4993 #, c-format msgid "Unknown %s" msgstr "" @@ -1000,1501 +998,1596 @@ msgstr "" #. #. * Error otherwise. #. -#: config/obj-vms.c:5004 +#: config/obj-vms.c:5078 #, c-format msgid "unhandled stab type %d" msgstr "" -#: config/tc-a29k.c:160 config/tc-sparc.c:3884 +#: config/tc-a29k.c:163 config/tc-sparc.c:3982 msgid "Unknown segment type" msgstr "" #. Probably a memory allocation problem? Give up now. -#: config/tc-a29k.c:330 config/tc-hppa.c:1462 config/tc-mips.c:1251 -#: config/tc-mips.c:1293 config/tc-or32.c:230 config/tc-sparc.c:847 +#: config/tc-a29k.c:333 config/tc-dlx.c:369 config/tc-hppa.c:1461 +#: config/tc-mips.c:1202 config/tc-mips.c:1244 config/tc-or32.c:228 +#: config/tc-sparc.c:853 msgid "Broken assembler. No assembly attempted." msgstr "" -#: config/tc-a29k.c:375 config/tc-avr.c:1131 config/tc-d10v.c:540 -#: config/tc-d30v.c:552 config/tc-h8300.c:313 config/tc-h8500.c:284 -#: config/tc-mcore.c:655 config/tc-mmix.c:475 config/tc-mn10200.c:940 -#: config/tc-mn10300.c:1311 config/tc-or32.c:336 config/tc-or32.c:392 -#: config/tc-ppc.c:2106 config/tc-s390.c:1054 config/tc-sh.c:1287 -#: config/tc-sh64.c:2228 config/tc-tic80.c:283 config/tc-v850.c:1984 -#: config/tc-w65.c:241 config/tc-z8k.c:343 +#: config/tc-a29k.c:378 config/tc-avr.c:1121 config/tc-d10v.c:545 +#: config/tc-d30v.c:551 config/tc-h8300.c:396 config/tc-h8500.c:283 +#: config/tc-mcore.c:607 config/tc-mmix.c:470 config/tc-mn10200.c:940 +#: config/tc-mn10300.c:1318 config/tc-msp430.c:1544 config/tc-or32.c:334 +#: config/tc-or32.c:390 config/tc-ppc.c:2329 config/tc-s390.c:1214 +#: config/tc-sh.c:1264 config/tc-sh64.c:2254 config/tc-tic80.c:279 +#: config/tc-v850.c:2025 config/tc-w65.c:218 config/tc-z8k.c:372 msgid "missing operand" msgstr "" -#: config/tc-a29k.c:414 config/tc-cris.c:950 config/tc-cris.c:958 -#: config/tc-hppa.c:1598 config/tc-i860.c:431 config/tc-i860.c:448 -#: config/tc-sparc.c:1409 config/tc-sparc.c:1415 +#: config/tc-a29k.c:417 config/tc-cris.c:1065 config/tc-cris.c:1073 +#: config/tc-dlx.c:834 config/tc-hppa.c:1597 config/tc-i860.c:450 +#: config/tc-i860.c:467 config/tc-sparc.c:1415 config/tc-sparc.c:1421 #, c-format msgid "Unknown opcode: `%s'" msgstr "" -#: config/tc-a29k.c:419 +#: config/tc-a29k.c:422 config/tc-dlx.c:852 #, c-format msgid "Unknown opcode `%s'." msgstr "" -#: config/tc-a29k.c:451 +#: config/tc-a29k.c:454 config/tc-dlx.c:913 #, c-format msgid "Too many operands: %s" msgstr "" -#: config/tc-a29k.c:473 config/tc-a29k.c:504 +#: config/tc-a29k.c:476 config/tc-a29k.c:507 #, c-format msgid "Immediate value of %ld is too large" msgstr "" -#: config/tc-a29k.c:543 config/tc-i860.c:340 config/tc-i860.c:832 -#: config/tc-m68k.c:3181 config/tc-m68k.c:3210 config/tc-sparc.c:2544 +#: config/tc-a29k.c:546 config/tc-i860.c:352 config/tc-i860.c:862 +#: config/tc-m68k.c:3171 config/tc-m68k.c:3200 config/tc-sparc.c:2647 msgid "failed sanity check." msgstr "" -#: config/tc-a29k.c:889 config/tc-or32.c:1046 config/tc-or32.c:1180 +#: config/tc-a29k.c:892 config/tc-or32.c:1044 config/tc-or32.c:1178 #, c-format msgid "bad relocation type: 0x%02x" msgstr "" -#: config/tc-a29k.c:916 +#: config/tc-a29k.c:919 #, c-format msgid "need %o3\n" msgstr "" -#: config/tc-a29k.c:932 +#: config/tc-a29k.c:935 msgid "a29k_convert_frag\n" msgstr "" -#: config/tc-a29k.c:941 +#: config/tc-a29k.c:944 msgid "a29k_estimate_size_before_relax\n" msgstr "" -#: config/tc-a29k.c:1092 config/tc-or32.c:1375 +#: config/tc-a29k.c:1095 config/tc-dlx.c:1283 config/tc-or32.c:1373 #, c-format msgid "label \"$%d\" redefined" msgstr "" -#: config/tc-a29k.c:1165 config/tc-or32.c:1470 +#: config/tc-a29k.c:1168 config/tc-dlx.c:511 config/tc-or32.c:1466 #, c-format msgid "Invalid expression after %%%%\n" msgstr "" -#: config/tc-a29k.c:1176 +#: config/tc-a29k.c:1179 msgid "Invalid register in & expression" msgstr "" -#: config/tc-alpha.c:789 +#: config/tc-alpha.c:829 #, c-format msgid "internal error: can't hash opcode `%s': %s" msgstr "" -#: config/tc-alpha.c:824 +#: config/tc-alpha.c:863 #, c-format msgid "internal error: can't hash macro `%s': %s" msgstr "" -#: config/tc-alpha.c:906 config/tc-i960.c:2701 +#: config/tc-alpha.c:946 config/tc-i960.c:2707 config/tc-xtensa.c:4954 +#: config/tc-xtensa.c:5015 msgid "syntax error" msgstr "" -#: config/tc-alpha.c:980 config/tc-h8300.c:1421 config/tc-h8500.c:1187 -#: config/tc-hppa.c:4017 config/tc-i860.c:931 config/tc-m68hc11.c:500 -#: config/tc-m68k.c:4201 config/tc-m88k.c:1011 config/tc-ns32k.c:1663 -#: config/tc-or32.c:912 config/tc-sparc.c:2831 config/tc-z8k.c:1321 +#: config/tc-alpha.c:1020 config/tc-h8300.c:1493 config/tc-h8500.c:1204 +#: config/tc-hppa.c:4016 config/tc-i860.c:960 config/tc-m68hc11.c:568 +#: config/tc-m68k.c:4196 config/tc-m88k.c:991 config/tc-ns32k.c:1688 +#: config/tc-or32.c:910 config/tc-sparc.c:2934 config/tc-z8k.c:1354 msgid "Bad call to MD_ATOF()" msgstr "" -#: config/tc-alpha.c:1030 +#: config/tc-alpha.c:1070 #, c-format msgid "Unknown CPU identifier `%s'" msgstr "" -#: config/tc-alpha.c:1074 +#: config/tc-alpha.c:1114 msgid "" "Alpha options:\n" "-32addr\t\t\ttreat addresses as 32-bit values\n" "-F\t\t\tlack floating point instructions support\n" -"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mall\n" +"-mev4 | -mev45 | -mev5 | -mev56 | -mpca56 | -mev6 | -mev67 | -mev68 | -mall\n" "\t\t\tspecify variant of Alpha architecture\n" -"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264\n" +"-m21064 | -m21066 | -m21164 | -m21164a | -m21164pc | -m21264 | -m21264a | -" +"m21264b\n" "\t\t\tthese variants include PALcode opcodes\n" msgstr "" -#: config/tc-alpha.c:1084 +#: config/tc-alpha.c:1124 msgid "" "VMS options:\n" "-+\t\t\thash encode (don't truncate) names longer than 64 characters\n" "-H\t\t\tshow new symbol after hash truncation\n" msgstr "" -#: config/tc-alpha.c:1242 +#: config/tc-alpha.c:1301 #, c-format msgid "unhandled relocation type %s" msgstr "" -#: config/tc-alpha.c:1255 +#: config/tc-alpha.c:1314 msgid "non-absolute expression in constant field" msgstr "" -#: config/tc-alpha.c:1269 +#: config/tc-alpha.c:1328 #, c-format msgid "type %d reloc done?\n" msgstr "" -#: config/tc-alpha.c:1317 config/tc-alpha.c:1324 config/tc-mips.c:7965 +#: config/tc-alpha.c:1376 config/tc-alpha.c:1383 config/tc-mips.c:9101 msgid "Used $at without \".set noat\"" msgstr "" -#: config/tc-alpha.c:1481 +#: config/tc-alpha.c:1545 +#, c-format +msgid "!samegp reloc against symbol without .prologue: %s" +msgstr "" + +#: config/tc-alpha.c:1584 config/tc-xtensa.c:5451 #, c-format msgid "cannot represent `%s' relocation in object file" msgstr "" -#: config/tc-alpha.c:1488 +#: config/tc-alpha.c:1591 config/tc-xtensa.c:5458 #, c-format msgid "internal error? cannot generate `%s' relocation" msgstr "" -#: config/tc-alpha.c:1543 +#: config/tc-alpha.c:1645 #, c-format msgid "frame reg expected, using $%d." msgstr "" -#: config/tc-alpha.c:1646 +#: config/tc-alpha.c:1746 #, c-format msgid "No !literal!%ld was found" msgstr "" -#: config/tc-alpha.c:1654 +#: config/tc-alpha.c:1753 +#, c-format +msgid "No !tlsgd!%ld was found" +msgstr "" + +#: config/tc-alpha.c:1760 +#, c-format +msgid "No !tlsldm!%ld was found" +msgstr "" + +#: config/tc-alpha.c:1769 #, c-format msgid "No ldah !gpdisp!%ld was found" msgstr "" -#: config/tc-alpha.c:1705 +#: config/tc-alpha.c:1819 +#, c-format +msgid "too many !literal!%ld for %s" +msgstr "" + +#: config/tc-alpha.c:1849 #, c-format msgid "No lda !gpdisp!%ld was found" msgstr "" -#. only support one relocation op per insn -#: config/tc-alpha.c:1841 +#. Only support one relocation op per insn. +#: config/tc-alpha.c:1997 msgid "More than one relocation op per insn" msgstr "" -#: config/tc-alpha.c:1857 +#: config/tc-alpha.c:2013 msgid "No relocation operand" msgstr "" -#: config/tc-alpha.c:1867 +#: config/tc-alpha.c:2023 #, c-format msgid "Unknown relocation operand: !%s" msgstr "" -#: config/tc-alpha.c:1877 +#: config/tc-alpha.c:2033 #, c-format msgid "no sequence number after !%s" msgstr "" -#: config/tc-alpha.c:1887 +#: config/tc-alpha.c:2043 #, c-format msgid "!%s does not use a sequence number" msgstr "" -#: config/tc-alpha.c:1897 +#: config/tc-alpha.c:2053 #, c-format msgid "Bad sequence number: !%s!%s" msgstr "" -#: config/tc-alpha.c:2224 +#: config/tc-alpha.c:2381 #, c-format msgid "operand out of range (%s not between %d and %d)" msgstr "" -#: config/tc-alpha.c:2338 config/tc-alpha.c:2362 config/tc-d10v.c:629 -#: config/tc-d30v.c:640 config/tc-mn10200.c:995 config/tc-mn10300.c:1382 -#: config/tc-ppc.c:2072 config/tc-ppc.c:2256 config/tc-ppc.c:2268 -#: config/tc-s390.c:1064 config/tc-s390.c:1121 config/tc-v850.c:1764 -#: config/tc-v850.c:1787 config/tc-v850.c:2007 +#: config/tc-alpha.c:2493 config/tc-alpha.c:2517 config/tc-d10v.c:634 +#: config/tc-d30v.c:639 config/tc-mn10200.c:995 config/tc-mn10300.c:1389 +#: config/tc-ppc.c:2295 config/tc-ppc.c:2512 config/tc-ppc.c:2524 +#: config/tc-s390.c:1224 config/tc-s390.c:1317 config/tc-s390.c:1413 +#: config/tc-v850.c:1805 config/tc-v850.c:1828 config/tc-v850.c:2048 msgid "too many fixups" msgstr "" -#: config/tc-alpha.c:2374 +#: config/tc-alpha.c:2529 msgid "invalid relocation for instruction" msgstr "" -#: config/tc-alpha.c:2385 +#: config/tc-alpha.c:2540 msgid "invalid relocation for field" msgstr "" -#: config/tc-alpha.c:2484 +#: config/tc-alpha.c:2645 #, c-format msgid "too many ldah insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:2486 config/tc-alpha.c:2498 +#: config/tc-alpha.c:2647 config/tc-alpha.c:2659 #, c-format msgid "both insns for !gpdisp!%ld must be in the same section" msgstr "" -#: config/tc-alpha.c:2496 +#: config/tc-alpha.c:2657 #, c-format msgid "too many lda insns for !gpdisp!%ld" msgstr "" -#: config/tc-alpha.c:2577 config/tc-alpha.c:2647 +#: config/tc-alpha.c:2710 +#, c-format +msgid "too many lituse insns for !lituse_tlsgd!%ld" +msgstr "" + +#: config/tc-alpha.c:2713 +#, c-format +msgid "too many lituse insns for !lituse_tlsldm!%ld" +msgstr "" + +#: config/tc-alpha.c:2730 +#, c-format +msgid "duplicate !tlsgd!%ld" +msgstr "" + +#: config/tc-alpha.c:2732 +#, c-format +msgid "sequence number in use for !tlsldm!%ld" +msgstr "" + +#: config/tc-alpha.c:2746 +#, c-format +msgid "duplicate !tlsldm!%ld" +msgstr "" + +#: config/tc-alpha.c:2748 +#, c-format +msgid "sequence number in use for !tlsgd!%ld" +msgstr "" + +#: config/tc-alpha.c:2793 config/tc-alpha.c:2866 #, c-format msgid "inappropriate arguments for opcode `%s'" msgstr "" -#: config/tc-alpha.c:2579 config/tc-alpha.c:2649 +#: config/tc-alpha.c:2795 config/tc-alpha.c:2868 #, c-format msgid "opcode `%s' not supported for target %s" msgstr "" -#: config/tc-alpha.c:2583 config/tc-alpha.c:2653 config/tc-avr.c:1097 +#: config/tc-alpha.c:2799 config/tc-alpha.c:2872 config/tc-avr.c:1087 +#: config/tc-msp430.c:446 #, c-format msgid "unknown opcode `%s'" msgstr "" -#: config/tc-alpha.c:2701 +#: config/tc-alpha.c:2919 msgid "can not resolve expression" msgstr "" -#: config/tc-alpha.c:2845 config/tc-alpha.c:3024 +#: config/tc-alpha.c:3063 config/tc-alpha.c:3242 msgid "overflow in literal (.lita) table" msgstr "" -#: config/tc-alpha.c:2852 config/tc-alpha.c:2875 config/tc-alpha.c:3037 -#: config/tc-alpha.c:3252 config/tc-alpha.c:3297 config/tc-alpha.c:3371 -#: config/tc-alpha.c:3463 config/tc-alpha.c:3712 config/tc-alpha.c:3813 +#: config/tc-alpha.c:3070 config/tc-alpha.c:3093 config/tc-alpha.c:3255 +#: config/tc-alpha.c:3470 config/tc-alpha.c:3515 config/tc-alpha.c:3589 +#: config/tc-alpha.c:3681 config/tc-alpha.c:3929 config/tc-alpha.c:4028 msgid "macro requires $at register while noat in effect" msgstr "" -#: config/tc-alpha.c:2854 config/tc-alpha.c:2877 config/tc-alpha.c:3039 +#: config/tc-alpha.c:3072 config/tc-alpha.c:3095 config/tc-alpha.c:3257 msgid "macro requires $at while $at in use" msgstr "" -#: config/tc-alpha.c:2985 +#: config/tc-alpha.c:3203 msgid "bignum invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:2987 +#: config/tc-alpha.c:3205 msgid "floating point number invalid; zero assumed" msgstr "" -#: config/tc-alpha.c:2992 +#: config/tc-alpha.c:3210 msgid "can't handle expression" msgstr "" -#: config/tc-alpha.c:3030 +#: config/tc-alpha.c:3248 msgid "overflow in literal (.lit8) table" msgstr "" -#: config/tc-alpha.c:4042 config/tc-ppc.c:1579 config/tc-ppc.c:3974 +#: config/tc-alpha.c:4265 config/tc-ppc.c:1735 config/tc-ppc.c:4253 #, c-format msgid ".COMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-alpha.c:4071 config/tc-sparc.c:3700 config/tc-v850.c:254 +#: config/tc-alpha.c:4294 config/tc-sparc.c:3798 config/tc-v850.c:256 msgid "Ignoring attempt to re-define symbol" msgstr "" -#: config/tc-alpha.c:4080 config/tc-alpha.c:4089 config/tc-ppc.c:4011 +#: config/tc-alpha.c:4303 config/tc-alpha.c:4312 config/tc-ppc.c:4290 #, c-format msgid "Length of .comm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-alpha.c:4191 ecoff.c:3084 +#: config/tc-alpha.c:4414 ecoff.c:3082 msgid ".ent directive has no name" msgstr "" -#: config/tc-alpha.c:4199 +#: config/tc-alpha.c:4422 msgid "nested .ent directives" msgstr "" -#: config/tc-alpha.c:4235 ecoff.c:3034 +#: config/tc-alpha.c:4458 ecoff.c:3032 msgid ".end directive has no name" msgstr "" -#: config/tc-alpha.c:4244 +#: config/tc-alpha.c:4467 msgid ".end directive names different symbol than .ent" msgstr "" -#: config/tc-alpha.c:4321 +#: config/tc-alpha.c:4531 +msgid ".prologue directive without a preceding .ent directive" +msgstr "" + +#: config/tc-alpha.c:4549 #, c-format msgid "Invalid argument %d to .prologue." msgstr "" -#: config/tc-alpha.c:4413 +#: config/tc-alpha.c:4641 msgid "ECOFF debugging is disabled." msgstr "" -#: config/tc-alpha.c:4434 +#: config/tc-alpha.c:4662 msgid "Unknown section directive" msgstr "" -#: config/tc-alpha.c:4470 +#: config/tc-alpha.c:4698 msgid ".ent directive has no symbol" msgstr "" -#: config/tc-alpha.c:4497 +#: config/tc-alpha.c:4725 msgid "Bad .frame directive 1./2. param" msgstr "" -#: config/tc-alpha.c:4509 +#: config/tc-alpha.c:4737 msgid "Bad .frame directive 3./4. param" msgstr "" -#: config/tc-alpha.c:4534 +#: config/tc-alpha.c:4762 msgid ".pdesc directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:4542 +#: config/tc-alpha.c:4770 msgid ".pdesc has no matching .ent" msgstr "" -#: config/tc-alpha.c:4553 +#: config/tc-alpha.c:4781 msgid ".pdesc directive has no entry symbol" msgstr "" -#: config/tc-alpha.c:4566 +#: config/tc-alpha.c:4794 msgid "No comma after .pdesc " msgstr "" -#: config/tc-alpha.c:4589 +#: config/tc-alpha.c:4817 msgid "unknown procedure kind" msgstr "" -#: config/tc-alpha.c:4682 +#: config/tc-alpha.c:4910 msgid ".name directive not in link (.link) section" msgstr "" -#: config/tc-alpha.c:4690 +#: config/tc-alpha.c:4918 msgid ".name directive has no symbol" msgstr "" -#: config/tc-alpha.c:4724 +#: config/tc-alpha.c:4952 msgid "No symbol after .linkage" msgstr "" -#: config/tc-alpha.c:4752 +#: config/tc-alpha.c:4980 msgid "No symbol after .code_address" msgstr "" -#: config/tc-alpha.c:4785 +#: config/tc-alpha.c:5013 msgid "Bad .mask directive" msgstr "" -#: config/tc-alpha.c:4806 +#: config/tc-alpha.c:5034 msgid "Bad .fmask directive" msgstr "" -#: config/tc-alpha.c:4976 +#: config/tc-alpha.c:5202 #, c-format msgid "Expected comma after name \"%s\"" msgstr "" #. *symbol_get_obj (symbolP) = (signed char) temp; -#: config/tc-alpha.c:4987 +#: config/tc-alpha.c:5213 #, c-format msgid "unhandled: .proc %s,%d" msgstr "" -#: config/tc-alpha.c:5022 +#: config/tc-alpha.c:5248 #, c-format msgid "Tried to .set unrecognized mode `%s'" msgstr "" #. not fatal, but it might not work in the end -#: config/tc-alpha.c:5039 +#: config/tc-alpha.c:5265 msgid "File overrides no-base-register option." msgstr "" -#: config/tc-alpha.c:5056 +#: config/tc-alpha.c:5282 #, c-format msgid "Bad base register, using $%d." msgstr "" -#: config/tc-alpha.c:5078 +#: config/tc-alpha.c:5304 #, c-format msgid "Alignment too large: %d. assumed" msgstr "" -#: config/tc-alpha.c:5082 config/tc-d30v.c:2214 +#: config/tc-alpha.c:5308 config/tc-d30v.c:2200 msgid "Alignment negative: 0 assumed" msgstr "" -#: config/tc-alpha.c:5394 +#: config/tc-alpha.c:5621 #, c-format msgid "Chose GP value of %lx\n" msgstr "" -#: config/tc-alpha.c:5410 config/tc-ia64.c:932 -msgid "Bad .section directive: want a,s,w,x,M,S in string" +#: config/tc-alpha.c:5637 +msgid "Bad .section directive: want a,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-arc.c:1616 config/tc-arm.c:10344 +#: config/tc-arc.c:1615 config/tc-arm.c:11397 config/tc-ip2k.c:221 msgid "md_estimate_size_before_relax\n" msgstr "" -#: config/tc-arc.c:1628 +#: config/tc-arc.c:1627 msgid "md_convert_frag\n" msgstr "" -#: config/tc-arm.c:681 +#. We can't actually support subtracting a symbol. +#: config/tc-arc.c:1898 config/tc-arm.c:6604 config/tc-arm.c:9692 +#: config/tc-arm.c:9792 config/tc-avr.c:854 config/tc-cris.c:3113 +#: config/tc-d10v.c:1710 config/tc-d30v.c:1851 config/tc-mips.c:3829 +#: config/tc-mips.c:4957 config/tc-mips.c:6158 config/tc-mips.c:6885 +#: config/tc-msp430.c:1403 config/tc-ppc.c:5441 config/tc-v850.c:2351 +#: config/tc-xstormy16.c:482 +msgid "expression too complex" +msgstr "" + +#: config/tc-arm.c:750 msgid "ARM register expected" msgstr "" -#: config/tc-arm.c:682 config/tc-arm.c:2843 +#: config/tc-arm.c:751 config/tc-arm.c:3161 msgid "bad or missing co-processor number" msgstr "" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:683 config/tc-arm.c:2898 +#: config/tc-arm.c:752 config/tc-arm.c:3216 msgid "co-processor register expected" msgstr "" -#: config/tc-arm.c:684 +#: config/tc-arm.c:753 msgid "FPA register expected" msgstr "" -#: config/tc-arm.c:685 +#: config/tc-arm.c:754 msgid "VFP single precision register expected" msgstr "" -#: config/tc-arm.c:686 +#: config/tc-arm.c:755 msgid "VFP double precision register expected" msgstr "" -#: config/tc-arm.c:687 +#: config/tc-arm.c:756 msgid "Maverick MVF register expected" msgstr "" -#: config/tc-arm.c:688 +#: config/tc-arm.c:757 msgid "Maverick MVD register expected" msgstr "" -#: config/tc-arm.c:689 config/tc-arm.c:690 +#: config/tc-arm.c:758 config/tc-arm.c:759 msgid "Maverick MVFX register expected" msgstr "" -#: config/tc-arm.c:691 +#: config/tc-arm.c:760 msgid "Maverick MVAX register expected" msgstr "" -#: config/tc-arm.c:692 +#: config/tc-arm.c:761 msgid "Maverick DSPSC register expected" msgstr "" -#: config/tc-arm.c:2036 +#: config/tc-arm.c:762 +msgid "Intel Wireless MMX technology register expected" +msgstr "" + +#: config/tc-arm.c:2296 msgid "bad arguments to instruction" msgstr "" -#: config/tc-arm.c:2037 +#: config/tc-arm.c:2297 msgid "r15 not allowed here" msgstr "" -#: config/tc-arm.c:2038 +#: config/tc-arm.c:2298 msgid "instruction is not conditional" msgstr "" -#: config/tc-arm.c:2039 +#: config/tc-arm.c:2299 msgid "acc0 expected" msgstr "" -#: config/tc-arm.c:2184 +#: config/tc-arm.c:2492 msgid "literal pool overflow" msgstr "" -#: config/tc-arm.c:2326 +#: config/tc-arm.c:2634 msgid "invalid syntax for .req directive" msgstr "" -#: config/tc-arm.c:2401 +#: config/tc-arm.c:2714 #, c-format msgid "alignment too large: %d assumed" msgstr "" -#: config/tc-arm.c:2404 +#: config/tc-arm.c:2717 msgid "alignment negative. 0 assumed." msgstr "" -#: config/tc-arm.c:2488 +#: config/tc-arm.c:2801 #, c-format msgid "expected comma after name \"%s\"" msgstr "" -#: config/tc-arm.c:2538 config/tc-m32r.c:418 +#: config/tc-arm.c:2851 config/tc-m32r.c:420 #, c-format msgid "symbol `%s' already defined" msgstr "" -#: config/tc-arm.c:2609 +#: config/tc-arm.c:2876 msgid "selected processor does not support THUMB opcodes" msgstr "" -#: config/tc-arm.c:2622 +#: config/tc-arm.c:2889 msgid "selected processor does not support ARM opcodes" msgstr "" -#: config/tc-arm.c:2634 +#: config/tc-arm.c:2901 #, c-format msgid "invalid instruction size selected (%d)" msgstr "" -#: config/tc-arm.c:2669 +#: config/tc-arm.c:2936 #, c-format msgid "invalid operand to .code directive (%d) (expecting 16 or 32)" msgstr "" -#: config/tc-arm.c:2680 +#: config/tc-arm.c:2947 msgid "garbage following instruction" msgstr "" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2730 +#: config/tc-arm.c:2997 #, c-format msgid "register expected, not '%.100s'" msgstr "" #. In the few cases where we might be able to accept #. something else this error can be overridden. -#: config/tc-arm.c:2802 +#: config/tc-arm.c:3048 +#, c-format +msgid "Intel Wireless MMX technology register expected, not '%.100s'" +msgstr "" + +#. In the few cases where we might be able to accept +#. something else this error can be overridden. +#: config/tc-arm.c:3120 msgid "flag for {c}psr instruction expected" msgstr "" -#: config/tc-arm.c:2836 +#: config/tc-arm.c:3154 msgid "illegal co-processor number" msgstr "" -#: config/tc-arm.c:2868 config/tc-arm.c:3928 config/tc-arm.c:4110 +#: config/tc-arm.c:3186 config/tc-arm.c:4765 msgid "bad or missing expression" msgstr "" -#: config/tc-arm.c:2874 +#: config/tc-arm.c:3192 msgid "immediate co-processor expression too large" msgstr "" #. In the few cases where we might be able to accept something else #. this error can be overridden. -#: config/tc-arm.c:2921 +#: config/tc-arm.c:3239 msgid "floating point register expected" msgstr "" -#: config/tc-arm.c:2938 +#: config/tc-arm.c:3256 config/tc-arm.c:3401 msgid "immediate expression expected" msgstr "" -#: config/tc-arm.c:2953 +#: config/tc-arm.c:3271 msgid "co-processor address must be word aligned" msgstr "" -#: config/tc-arm.c:2959 +#: config/tc-arm.c:3277 config/tc-arm.c:3416 msgid "offset too large" msgstr "" -#: config/tc-arm.c:3008 +#: config/tc-arm.c:3326 config/tc-arm.c:3464 msgid "pc may not be used in post-increment" msgstr "" -#: config/tc-arm.c:3024 config/tc-arm.c:3469 config/tc-arm.c:4279 -#: config/tc-arm.c:5146 config/tc-arm.c:5480 +#: config/tc-arm.c:3342 config/tc-arm.c:3480 config/tc-arm.c:3925 +#: config/tc-arm.c:5184 config/tc-arm.c:6051 config/tc-arm.c:6385 msgid "pre-indexed expression expected" msgstr "" -#: config/tc-arm.c:3037 config/tc-arm.c:3482 config/tc-arm.c:4290 -#: config/tc-arm.c:5158 config/tc-arm.c:5492 config/tc-arm.c:5841 -#: config/tc-arm.c:8503 config/tc-arm.c:8518 +#: config/tc-arm.c:3355 config/tc-arm.c:3493 config/tc-arm.c:3938 +#: config/tc-arm.c:5195 config/tc-arm.c:6063 config/tc-arm.c:6397 +#: config/tc-arm.c:6771 config/tc-arm.c:9435 config/tc-arm.c:9450 msgid "missing ]" msgstr "" -#: config/tc-arm.c:3047 +#: config/tc-arm.c:3365 config/tc-arm.c:3503 msgid "pc may not be used with write-back" msgstr "" -#: config/tc-arm.c:3099 +#: config/tc-arm.c:3555 msgid "comma expected after register name" msgstr "" -#: config/tc-arm.c:3118 +#: config/tc-arm.c:3574 msgid "CPSR or SPSR expected" msgstr "" -#: config/tc-arm.c:3144 +#: config/tc-arm.c:3600 msgid "comma missing after psr flags" msgstr "" -#: config/tc-arm.c:3160 config/tc-arm.c:3170 +#: config/tc-arm.c:3616 config/tc-arm.c:3626 msgid "only a register or immediate value can follow a psr flag" msgstr "" -#: config/tc-arm.c:3181 +#: config/tc-arm.c:3637 msgid "immediate value cannot be used to set this field" msgstr "" -#: config/tc-arm.c:3199 config/tc-arm.c:4506 config/tc-arm.c:4786 -#: config/tc-arm.c:4806 config/tc-i960.c:1924 +#: config/tc-arm.c:3655 config/tc-arm.c:5411 config/tc-arm.c:5691 +#: config/tc-arm.c:5711 config/tc-i960.c:1935 msgid "invalid constant" msgstr "" -#: config/tc-arm.c:3247 +#: config/tc-arm.c:3703 msgid "rdhi, rdlo and rm must all be different" msgstr "" -#: config/tc-arm.c:3301 +#: config/tc-arm.c:3757 msgid "rd and rm should be different in mul" msgstr "" -#: config/tc-arm.c:3355 +#: config/tc-arm.c:3811 msgid "rd and rm should be different in mla" msgstr "" -#: config/tc-arm.c:3403 +#: config/tc-arm.c:3859 #, c-format msgid "acc0 expected, not '%.100s'" msgstr "" -#: config/tc-arm.c:3581 +#: config/tc-arm.c:4037 msgid "rdhi and rdlo must be different" msgstr "" -#: config/tc-arm.c:3689 +#: config/tc-arm.c:4145 msgid "Warning: instruction unpredictable when using r15" msgstr "" -#: config/tc-arm.c:3904 +#: config/tc-arm.c:4360 msgid "use of r15 in bxj is not really useful" msgstr "" -#: config/tc-arm.c:3937 config/tc-arm.c:4119 config/tc-arm.c:7446 -#: config/tc-arm.c:7479 config/tc-arm.c:7489 +#: config/tc-arm.c:4387 config/tc-arm.c:4572 config/tc-arm.c:5432 expr.c:1326 +#: read.c:2205 +msgid "bad expression" +msgstr "" + +#: config/tc-arm.c:4396 config/tc-arm.c:4581 config/tc-arm.c:4773 +#: config/tc-arm.c:8376 config/tc-arm.c:8411 config/tc-arm.c:8421 +#: config/tc-z8k.c:1144 config/tc-z8k.c:1156 msgid "immediate value out of range" msgstr "" -#: config/tc-arm.c:4242 +#: config/tc-arm.c:4820 +msgid "only r15 allowed here" +msgstr "" + +#: config/tc-arm.c:5147 msgid "'[' expected after PLD mnemonic" msgstr "" -#: config/tc-arm.c:4264 +#: config/tc-arm.c:5169 msgid "post-indexed expression used in preload instruction" msgstr "" -#: config/tc-arm.c:4269 config/tc-arm.c:4299 +#: config/tc-arm.c:5174 config/tc-arm.c:5204 msgid "writeback used in preload instruction" msgstr "" -#: config/tc-arm.c:4341 +#: config/tc-arm.c:5246 msgid "destination register must be even" msgstr "" -#: config/tc-arm.c:4347 +#: config/tc-arm.c:5252 msgid "r14 not allowed here" msgstr "" -#: config/tc-arm.c:4354 +#: config/tc-arm.c:5259 msgid "pre/post-indexing used when modified address register is destination" msgstr "" -#: config/tc-arm.c:4364 +#: config/tc-arm.c:5269 msgid "ldrd destination registers must not overlap index register" msgstr "" -#: config/tc-arm.c:4490 +#: config/tc-arm.c:5395 msgid "bad_segment" msgstr "" -#: config/tc-arm.c:4527 expr.c:1314 read.c:2198 -msgid "bad expression" -msgstr "" - -#: config/tc-arm.c:4550 config/tc-arm.c:4561 +#: config/tc-arm.c:5455 config/tc-arm.c:5466 msgid "shift expression expected" msgstr "" -#: config/tc-arm.c:4585 +#: config/tc-arm.c:5490 msgid "shift requires register or #expression" msgstr "" -#: config/tc-arm.c:4586 +#: config/tc-arm.c:5491 msgid "shift requires #expression" msgstr "" -#: config/tc-arm.c:4616 +#: config/tc-arm.c:5521 msgid "shift of 0 ignored." msgstr "" -#: config/tc-arm.c:4622 +#: config/tc-arm.c:5527 msgid "invalid immediate shift" msgstr "" -#: config/tc-arm.c:4777 config/tc-arm.c:5194 config/tc-arm.c:5529 -#: config/tc-arm.c:6138 config/tc-v850.c:1867 config/tc-v850.c:1888 +#: config/tc-arm.c:5682 config/tc-arm.c:6099 config/tc-arm.c:6434 +#: config/tc-arm.c:7068 config/tc-v850.c:1908 config/tc-v850.c:1929 msgid "constant expression expected" msgstr "" -#: config/tc-arm.c:4819 +#: config/tc-arm.c:5724 msgid "register or shift expression expected" msgstr "" -#: config/tc-arm.c:4872 +#: config/tc-arm.c:5777 msgid "invalid floating point immediate expression" msgstr "" -#: config/tc-arm.c:4876 +#: config/tc-arm.c:5781 msgid "floating point register or immediate expression expected" msgstr "" -#: config/tc-arm.c:5030 config/tc-arm.c:5360 +#: config/tc-arm.c:5935 config/tc-arm.c:6265 msgid "address offset too large" msgstr "" -#: config/tc-arm.c:5088 config/tc-arm.c:5278 config/tc-arm.c:5420 +#: config/tc-arm.c:5993 config/tc-arm.c:6183 config/tc-arm.c:6325 msgid "address expected" msgstr "" -#: config/tc-arm.c:5118 config/tc-arm.c:5130 config/tc-arm.c:5167 -#: config/tc-arm.c:5296 config/tc-arm.c:5450 config/tc-arm.c:5464 -#: config/tc-arm.c:5501 +#: config/tc-arm.c:6023 config/tc-arm.c:6035 config/tc-arm.c:6072 +#: config/tc-arm.c:6201 config/tc-arm.c:6355 config/tc-arm.c:6369 +#: config/tc-arm.c:6406 #, c-format msgid "%s register same as write-back base" msgstr "" -#: config/tc-arm.c:5120 config/tc-arm.c:5132 config/tc-arm.c:5169 -#: config/tc-arm.c:5298 config/tc-arm.c:5452 config/tc-arm.c:5466 -#: config/tc-arm.c:5503 +#: config/tc-arm.c:6025 config/tc-arm.c:6037 config/tc-arm.c:6074 +#: config/tc-arm.c:6203 config/tc-arm.c:6357 config/tc-arm.c:6371 +#: config/tc-arm.c:6408 msgid "destination" msgstr "" -#: config/tc-arm.c:5120 config/tc-arm.c:5132 config/tc-arm.c:5169 -#: config/tc-arm.c:5298 config/tc-arm.c:5452 config/tc-arm.c:5466 -#: config/tc-arm.c:5503 +#: config/tc-arm.c:6025 config/tc-arm.c:6037 config/tc-arm.c:6074 +#: config/tc-arm.c:6203 config/tc-arm.c:6357 config/tc-arm.c:6371 +#: config/tc-arm.c:6408 msgid "source" msgstr "" -#: config/tc-arm.c:5179 config/tc-arm.c:5513 config/tc-arm.c:7750 +#: config/tc-arm.c:6084 config/tc-arm.c:6418 config/tc-arm.c:8682 msgid "invalid pseudo operation" msgstr "" -#: config/tc-arm.c:5231 config/tc-arm.c:5564 +#: config/tc-arm.c:6136 config/tc-arm.c:6469 msgid "literal pool insertion failed" msgstr "" -#: config/tc-arm.c:5326 config/tc-arm.c:5332 +#: config/tc-arm.c:6231 config/tc-arm.c:6237 msgid "post-indexed expression expected" msgstr "" -#: config/tc-arm.c:5630 +#: config/tc-arm.c:6535 msgid "bad range in register list" msgstr "" -#: config/tc-arm.c:5638 config/tc-arm.c:5647 config/tc-arm.c:5689 +#: config/tc-arm.c:6543 config/tc-arm.c:6552 config/tc-arm.c:6594 #, c-format msgid "Warning: duplicated register (r%d) in register list" msgstr "" -#: config/tc-arm.c:5650 +#: config/tc-arm.c:6555 msgid "Warning: register range not in ascending order" msgstr "" -#: config/tc-arm.c:5662 +#: config/tc-arm.c:6567 msgid "missing `}'" msgstr "" -#: config/tc-arm.c:5678 +#: config/tc-arm.c:6583 msgid "invalid register mask" msgstr "" -#: config/tc-arm.c:5699 config/tc-arm.c:8760 config/tc-arm.c:8860 -#: config/tc-avr.c:860 config/tc-cris.c:3006 config/tc-d10v.c:1563 -#: config/tc-d30v.c:1863 config/tc-mips.c:3641 config/tc-mips.c:4630 -#: config/tc-mips.c:5486 config/tc-mips.c:6091 config/tc-ppc.c:5143 -#: config/tc-v850.c:2287 config/tc-xstormy16.c:479 -msgid "expression too complex" +#: config/tc-arm.c:6642 +msgid "r15 not allowed as base register" msgstr "" -#: config/tc-arm.c:5737 -msgid "r15 not allowed as base register" +#: config/tc-arm.c:6676 config/tc-arm.c:6685 +msgid "writeback of base register is UNPREDICTABLE" +msgstr "" + +#: config/tc-arm.c:6679 +msgid "writeback of base register when in register list is UNPREDICTABLE" +msgstr "" + +#: config/tc-arm.c:6689 +msgid "if writeback register is in list, it must be the lowest reg in the list" msgstr "" -#: config/tc-arm.c:5801 config/tc-arm.c:5815 +#: config/tc-arm.c:6731 config/tc-arm.c:6745 msgid "r15 not allowed in swap" msgstr "" -#: config/tc-arm.c:5910 +#: config/tc-arm.c:6840 msgid "use of r15 in bx in ARM mode is not really useful" msgstr "" -#: config/tc-arm.c:6144 +#: config/tc-arm.c:7074 msgid "constant value required for number of registers" msgstr "" -#: config/tc-arm.c:6152 +#: config/tc-arm.c:7082 msgid "number of registers must be in the range [1:4]" msgstr "" -#: config/tc-arm.c:6213 +#: config/tc-arm.c:7143 msgid "r15 not allowed as base register with write-back" msgstr "" -#: config/tc-arm.c:6595 +#: config/tc-arm.c:7525 msgid "only two consecutive VFP SP registers allowed here" msgstr "" -#: config/tc-arm.c:6763 +#: config/tc-arm.c:7693 msgid "VFP system register expected" msgstr "" -#: config/tc-arm.c:6901 config/tc-arm.c:6940 config/tc-arm.c:6953 -#: config/tc-arm.c:7014 config/tc-arm.c:7053 config/tc-arm.c:7066 -#: config/tc-mips.c:9060 config/tc-mips.c:9090 +#: config/tc-arm.c:7831 config/tc-arm.c:7870 config/tc-arm.c:7883 +#: config/tc-arm.c:7944 config/tc-arm.c:7983 config/tc-arm.c:7996 +#: config/tc-mips.c:10223 config/tc-mips.c:10253 msgid "invalid register list" msgstr "" -#: config/tc-arm.c:6907 config/tc-arm.c:7020 +#: config/tc-arm.c:7837 config/tc-arm.c:7950 msgid "register list not in ascending order" msgstr "" -#: config/tc-arm.c:6932 config/tc-arm.c:7045 +#: config/tc-arm.c:7862 config/tc-arm.c:7975 msgid "register range not in ascending order" msgstr "" -#: config/tc-arm.c:6970 config/tc-arm.c:7083 +#: config/tc-arm.c:7900 config/tc-arm.c:8013 msgid "non-contiguous register range" msgstr "" -#: config/tc-arm.c:7113 config/tc-arm.c:7150 +#: config/tc-arm.c:8043 config/tc-arm.c:8080 msgid "this addressing mode requires base-register writeback" msgstr "" -#: config/tc-arm.c:7310 +#: config/tc-arm.c:8240 msgid "lo register required" msgstr "" -#: config/tc-arm.c:7318 +#: config/tc-arm.c:8248 msgid "hi register required" msgstr "" -#: config/tc-arm.c:7388 config/tc-arm.c:8592 +#: config/tc-arm.c:8318 config/tc-arm.c:9524 msgid "dest and source1 must be the same register" msgstr "" -#: config/tc-arm.c:7395 +#: config/tc-arm.c:8325 msgid "subtract valid only on lo regs" msgstr "" -#: config/tc-arm.c:7419 +#: config/tc-arm.c:8349 msgid "invalid Hi register with immediate" msgstr "" -#: config/tc-arm.c:7457 +#: config/tc-arm.c:8389 msgid "invalid immediate value for stack adjust" msgstr "" -#: config/tc-arm.c:7468 +#: config/tc-arm.c:8400 msgid "invalid immediate for address calculation" msgstr "" -#: config/tc-arm.c:7555 +#: config/tc-arm.c:8487 msgid "source1 and dest must be same register" msgstr "" -#: config/tc-arm.c:7589 +#: config/tc-arm.c:8521 msgid "invalid immediate for shift" msgstr "" -#: config/tc-arm.c:7668 +#: config/tc-arm.c:8600 msgid "only lo regs allowed with immediate" msgstr "" -#: config/tc-arm.c:7687 +#: config/tc-arm.c:8619 msgid "invalid immediate" msgstr "" -#: config/tc-arm.c:7741 +#: config/tc-arm.c:8673 msgid "expected ']'" msgstr "" -#: config/tc-arm.c:7814 +#: config/tc-arm.c:8746 msgid "byte or halfword not valid for base register" msgstr "" -#: config/tc-arm.c:7819 +#: config/tc-arm.c:8751 msgid "r15 based store not allowed" msgstr "" -#: config/tc-arm.c:7824 +#: config/tc-arm.c:8756 msgid "invalid base register for register offset" msgstr "" -#: config/tc-arm.c:7842 config/tc-arm.c:7877 +#: config/tc-arm.c:8774 config/tc-arm.c:8809 msgid "invalid offset" msgstr "" -#: config/tc-arm.c:7853 +#: config/tc-arm.c:8785 msgid "invalid base register in load/store" msgstr "" -#: config/tc-arm.c:8396 +#: config/tc-arm.c:9328 msgid "expecting immediate, 7bit operand" msgstr "" -#: config/tc-arm.c:8411 +#: config/tc-arm.c:9343 msgid "immediate out of range" msgstr "" -#: config/tc-arm.c:8454 +#: config/tc-arm.c:9386 msgid "offset expected" msgstr "" -#: config/tc-arm.c:8463 config/tc-pj.c:528 config/tc-sh.c:3573 +#: config/tc-arm.c:9395 config/tc-pj.c:537 config/tc-sh.c:3593 msgid "offset out of range" msgstr "" -#: config/tc-arm.c:8600 +#: config/tc-arm.c:9532 msgid "Rs and Rd must be different in MUL" msgstr "" -#: config/tc-arm.c:8744 +#: config/tc-arm.c:9676 msgid "" "inserted missing '!': load/store multiple always writes back base register" msgstr "" -#: config/tc-arm.c:8766 +#: config/tc-arm.c:9698 msgid "only lo-regs valid in load/store multiple" msgstr "" -#: config/tc-arm.c:8812 +#: config/tc-arm.c:9744 msgid "syntax: ldrs[b] Rd, [Rb, Ro]" msgstr "" -#: config/tc-arm.c:8876 +#: config/tc-arm.c:9808 msgid "invalid register list to push/pop instruction" msgstr "" -#: config/tc-arm.c:8988 config/tc-arm.c:9166 +#: config/tc-arm.c:9920 config/tc-arm.c:10146 msgid "virtual memory exhausted" msgstr "" -#: config/tc-arm.c:9069 +#: config/tc-arm.c:10001 #, c-format msgid "register '%s' does not exist\n" msgstr "" -#: config/tc-arm.c:9073 +#: config/tc-arm.c:10005 #, c-format msgid "" "ignoring redefinition of register alias '%s' to non-existant register '%s'" msgstr "" -#: config/tc-arm.c:9082 +#: config/tc-arm.c:10014 #, c-format msgid "ignoring redefinition of register alias '%s'" msgstr "" -#: config/tc-arm.c:9088 +#: config/tc-arm.c:10020 msgid "ignoring incomplete .req pseuso op" msgstr "" -#: config/tc-arm.c:9190 +#: config/tc-arm.c:10170 msgid "use of old and new-style options to set CPU type" msgstr "" -#: config/tc-arm.c:9200 +#: config/tc-arm.c:10180 msgid "use of old and new-style options to set FPU type" msgstr "" -#: config/tc-arm.c:9410 +#: config/tc-arm.c:10454 msgid "bad call to MD_ATOF()" msgstr "" -#: config/tc-arm.c:9640 +#: config/tc-arm.c:10684 #, c-format msgid "invalid constant (%lx) after fixup" msgstr "" -#: config/tc-arm.c:9676 +#: config/tc-arm.c:10722 #, c-format msgid "unable to compute ADRL instructions for PC offset of 0x%lx" msgstr "" -#: config/tc-arm.c:9706 +#: config/tc-arm.c:10752 #, c-format msgid "bad immediate value for offset (%ld)" msgstr "" -#: config/tc-arm.c:9728 config/tc-arm.c:9750 +#: config/tc-arm.c:10774 config/tc-arm.c:10796 msgid "invalid literal constant: pool needs to be closer" msgstr "" -#: config/tc-arm.c:9730 +#: config/tc-arm.c:10776 #, c-format msgid "bad immediate value for half-word offset (%ld)" msgstr "" -#: config/tc-arm.c:9767 +#: config/tc-arm.c:10813 msgid "shift expression is too large" msgstr "" -#: config/tc-arm.c:9786 config/tc-arm.c:9795 +#: config/tc-arm.c:10832 config/tc-arm.c:10841 msgid "invalid swi expression" msgstr "" -#: config/tc-arm.c:9805 +#: config/tc-arm.c:10851 msgid "invalid expression in load/store multiple" msgstr "" -#: config/tc-arm.c:9858 +#: config/tc-arm.c:10904 msgid "GAS can't handle same-section branch dest >= 0x04000000" msgstr "" -#: config/tc-arm.c:9867 +#: config/tc-arm.c:10913 msgid "out of range branch" msgstr "" -#: config/tc-arm.c:9900 config/tc-arm.c:9916 +#: config/tc-arm.c:10946 config/tc-arm.c:10962 msgid "branch out of range" msgstr "" -#: config/tc-arm.c:9939 +#: config/tc-arm.c:10986 msgid "branch with link out of range" msgstr "" -#: config/tc-arm.c:10015 +#: config/tc-arm.c:11055 msgid "illegal value for co-processor offset" msgstr "" -#: config/tc-arm.c:10039 +#: config/tc-arm.c:11067 +msgid "Illegal value for co-processor offset" +msgstr "" + +#: config/tc-arm.c:11091 #, c-format msgid "invalid offset, target not word aligned (0x%08X)" msgstr "" -#: config/tc-arm.c:10045 config/tc-arm.c:10054 config/tc-arm.c:10061 -#: config/tc-arm.c:10068 config/tc-arm.c:10075 +#: config/tc-arm.c:11097 config/tc-arm.c:11107 config/tc-arm.c:11115 +#: config/tc-arm.c:11123 config/tc-arm.c:11131 #, c-format msgid "invalid offset, value too big (0x%08lX)" msgstr "" -#: config/tc-arm.c:10114 +#: config/tc-arm.c:11171 msgid "invalid immediate for stack address calculation" msgstr "" -#: config/tc-arm.c:10123 +#: config/tc-arm.c:11180 #, c-format msgid "invalid immediate for address calculation (value = 0x%08lX)" msgstr "" -#: config/tc-arm.c:10133 +#: config/tc-arm.c:11190 msgid "invalid 8bit immediate" msgstr "" -#: config/tc-arm.c:10141 +#: config/tc-arm.c:11198 msgid "invalid 3bit immediate" msgstr "" -#: config/tc-arm.c:10157 +#: config/tc-arm.c:11214 #, c-format msgid "invalid immediate: %ld is too large" msgstr "" -#: config/tc-arm.c:10172 +#: config/tc-arm.c:11229 #, c-format msgid "illegal Thumb shift value: %ld" msgstr "" -#: config/tc-arm.c:10186 +#: config/tc-arm.c:11243 #, c-format msgid "bad relocation fixup type (%d)" msgstr "" -#: config/tc-arm.c:10257 -msgid "literal referenced across section boundary (Implicit dump?)" +#: config/tc-arm.c:11314 +msgid "literal referenced across section boundary" msgstr "" -#: config/tc-arm.c:10270 -#, c-format -msgid "internal relocation (type %d) not fixed up (IMMEDIATE)" +#: config/tc-arm.c:11327 +msgid "internal relocation (type: IMMEDIATE) not fixed up" msgstr "" -#: config/tc-arm.c:10276 +#: config/tc-arm.c:11332 msgid "ADRL used for a symbol not defined in the same file" msgstr "" -#: config/tc-arm.c:10281 -#, c-format -msgid "internal_relocation (type %d) not fixed up (OFFSET_IMM)" +#: config/tc-arm.c:11337 +msgid "internal_relocation (type: OFFSET_IMM) not fixed up" msgstr "" -#: config/tc-arm.c:10302 config/tc-cris.c:2940 config/tc-mcore.c:2104 -#: config/tc-mmix.c:2868 config/tc-ns32k.c:2350 +#: config/tc-arm.c:11355 config/tc-cris.c:3053 config/tc-mcore.c:2052 +#: config/tc-mmix.c:2867 config/tc-ns32k.c:2395 msgid "" msgstr "" -#: config/tc-arm.c:10305 config/tc-arm.c:10326 +#: config/tc-arm.c:11358 config/tc-arm.c:11379 #, c-format msgid "cannot represent %s relocation in this object file format" msgstr "" -#: config/tc-arm.c:10423 +#: config/tc-arm.c:11475 #, c-format msgid "no operator -- statement `%s'\n" msgstr "" -#: config/tc-arm.c:10441 config/tc-arm.c:10466 +#: config/tc-arm.c:11493 config/tc-arm.c:11518 #, c-format msgid "selected processor does not support `%s'" msgstr "" -#: config/tc-arm.c:10483 +#: config/tc-arm.c:11535 #, c-format msgid "bad instruction `%s'" msgstr "" -#: config/tc-arm.c:10584 +#: config/tc-arm.c:11636 msgid "generate PIC code" msgstr "" -#: config/tc-arm.c:10585 +#: config/tc-arm.c:11637 msgid "assemble Thumb code" msgstr "" -#: config/tc-arm.c:10586 +#: config/tc-arm.c:11638 msgid "support ARM/Thumb interworking" msgstr "" -#: config/tc-arm.c:10588 +#: config/tc-arm.c:11640 msgid "use old ABI (ELF only)" msgstr "" -#: config/tc-arm.c:10589 +#: config/tc-arm.c:11641 msgid "code uses 32-bit program counter" msgstr "" -#: config/tc-arm.c:10590 +#: config/tc-arm.c:11642 msgid "code uses 26-bit program counter" msgstr "" -#: config/tc-arm.c:10591 +#: config/tc-arm.c:11643 msgid "floating point args are in fp regs" msgstr "" -#: config/tc-arm.c:10593 +#: config/tc-arm.c:11645 msgid "re-entrant code" msgstr "" -#: config/tc-arm.c:10594 +#: config/tc-arm.c:11646 msgid "code is ATPCS conformant" msgstr "" -#: config/tc-arm.c:10595 +#: config/tc-arm.c:11647 msgid "assemble for big-endian" msgstr "" -#: config/tc-arm.c:10596 +#: config/tc-arm.c:11648 msgid "assemble for little-endian" msgstr "" #. These are recognized by the assembler, but have no affect on code. -#: config/tc-arm.c:10600 +#: config/tc-arm.c:11652 msgid "use frame pointer" msgstr "" -#: config/tc-arm.c:10601 +#: config/tc-arm.c:11653 msgid "use stack size checking" msgstr "" #. DON'T add any new processors to this list -- we want the whole list #. to go away... Add them to the processors table instead. -#: config/tc-arm.c:10605 config/tc-arm.c:10606 +#: config/tc-arm.c:11657 config/tc-arm.c:11658 msgid "use -mcpu=arm1" msgstr "" -#: config/tc-arm.c:10607 config/tc-arm.c:10608 +#: config/tc-arm.c:11659 config/tc-arm.c:11660 msgid "use -mcpu=arm2" msgstr "" -#: config/tc-arm.c:10609 config/tc-arm.c:10610 +#: config/tc-arm.c:11661 config/tc-arm.c:11662 msgid "use -mcpu=arm250" msgstr "" -#: config/tc-arm.c:10611 config/tc-arm.c:10612 +#: config/tc-arm.c:11663 config/tc-arm.c:11664 msgid "use -mcpu=arm3" msgstr "" -#: config/tc-arm.c:10613 config/tc-arm.c:10614 +#: config/tc-arm.c:11665 config/tc-arm.c:11666 msgid "use -mcpu=arm6" msgstr "" -#: config/tc-arm.c:10615 config/tc-arm.c:10616 +#: config/tc-arm.c:11667 config/tc-arm.c:11668 msgid "use -mcpu=arm600" msgstr "" -#: config/tc-arm.c:10617 config/tc-arm.c:10618 +#: config/tc-arm.c:11669 config/tc-arm.c:11670 msgid "use -mcpu=arm610" msgstr "" -#: config/tc-arm.c:10619 config/tc-arm.c:10620 +#: config/tc-arm.c:11671 config/tc-arm.c:11672 msgid "use -mcpu=arm620" msgstr "" -#: config/tc-arm.c:10621 config/tc-arm.c:10622 +#: config/tc-arm.c:11673 config/tc-arm.c:11674 msgid "use -mcpu=arm7" msgstr "" -#: config/tc-arm.c:10623 config/tc-arm.c:10624 +#: config/tc-arm.c:11675 config/tc-arm.c:11676 msgid "use -mcpu=arm70" msgstr "" -#: config/tc-arm.c:10625 config/tc-arm.c:10626 +#: config/tc-arm.c:11677 config/tc-arm.c:11678 msgid "use -mcpu=arm700" msgstr "" -#: config/tc-arm.c:10627 config/tc-arm.c:10628 +#: config/tc-arm.c:11679 config/tc-arm.c:11680 msgid "use -mcpu=arm700i" msgstr "" -#: config/tc-arm.c:10629 config/tc-arm.c:10630 +#: config/tc-arm.c:11681 config/tc-arm.c:11682 msgid "use -mcpu=arm710" msgstr "" -#: config/tc-arm.c:10631 config/tc-arm.c:10632 +#: config/tc-arm.c:11683 config/tc-arm.c:11684 msgid "use -mcpu=arm710c" msgstr "" -#: config/tc-arm.c:10633 config/tc-arm.c:10634 +#: config/tc-arm.c:11685 config/tc-arm.c:11686 msgid "use -mcpu=arm720" msgstr "" -#: config/tc-arm.c:10635 config/tc-arm.c:10636 +#: config/tc-arm.c:11687 config/tc-arm.c:11688 msgid "use -mcpu=arm7d" msgstr "" -#: config/tc-arm.c:10637 config/tc-arm.c:10638 +#: config/tc-arm.c:11689 config/tc-arm.c:11690 msgid "use -mcpu=arm7di" msgstr "" -#: config/tc-arm.c:10639 config/tc-arm.c:10640 +#: config/tc-arm.c:11691 config/tc-arm.c:11692 msgid "use -mcpu=arm7m" msgstr "" -#: config/tc-arm.c:10641 config/tc-arm.c:10642 +#: config/tc-arm.c:11693 config/tc-arm.c:11694 msgid "use -mcpu=arm7dm" msgstr "" -#: config/tc-arm.c:10643 config/tc-arm.c:10644 +#: config/tc-arm.c:11695 config/tc-arm.c:11696 msgid "use -mcpu=arm7dmi" msgstr "" -#: config/tc-arm.c:10645 config/tc-arm.c:10646 +#: config/tc-arm.c:11697 config/tc-arm.c:11698 msgid "use -mcpu=arm7100" msgstr "" -#: config/tc-arm.c:10647 config/tc-arm.c:10648 +#: config/tc-arm.c:11699 config/tc-arm.c:11700 msgid "use -mcpu=arm7500" msgstr "" -#: config/tc-arm.c:10649 config/tc-arm.c:10650 +#: config/tc-arm.c:11701 config/tc-arm.c:11702 msgid "use -mcpu=arm7500fe" msgstr "" -#: config/tc-arm.c:10651 config/tc-arm.c:10652 config/tc-arm.c:10653 -#: config/tc-arm.c:10654 +#: config/tc-arm.c:11703 config/tc-arm.c:11704 config/tc-arm.c:11705 +#: config/tc-arm.c:11706 msgid "use -mcpu=arm7tdmi" msgstr "" -#: config/tc-arm.c:10655 config/tc-arm.c:10656 +#: config/tc-arm.c:11707 config/tc-arm.c:11708 msgid "use -mcpu=arm710t" msgstr "" -#: config/tc-arm.c:10657 config/tc-arm.c:10658 +#: config/tc-arm.c:11709 config/tc-arm.c:11710 msgid "use -mcpu=arm720t" msgstr "" -#: config/tc-arm.c:10659 config/tc-arm.c:10660 +#: config/tc-arm.c:11711 config/tc-arm.c:11712 msgid "use -mcpu=arm740t" msgstr "" -#: config/tc-arm.c:10661 config/tc-arm.c:10662 +#: config/tc-arm.c:11713 config/tc-arm.c:11714 msgid "use -mcpu=arm8" msgstr "" -#: config/tc-arm.c:10663 config/tc-arm.c:10664 +#: config/tc-arm.c:11715 config/tc-arm.c:11716 msgid "use -mcpu=arm810" msgstr "" -#: config/tc-arm.c:10665 config/tc-arm.c:10666 +#: config/tc-arm.c:11717 config/tc-arm.c:11718 msgid "use -mcpu=arm9" msgstr "" -#: config/tc-arm.c:10667 config/tc-arm.c:10668 +#: config/tc-arm.c:11719 config/tc-arm.c:11720 msgid "use -mcpu=arm9tdmi" msgstr "" -#: config/tc-arm.c:10669 config/tc-arm.c:10670 +#: config/tc-arm.c:11721 config/tc-arm.c:11722 msgid "use -mcpu=arm920" msgstr "" -#: config/tc-arm.c:10671 config/tc-arm.c:10672 +#: config/tc-arm.c:11723 config/tc-arm.c:11724 msgid "use -mcpu=arm940" msgstr "" -#: config/tc-arm.c:10673 +#: config/tc-arm.c:11725 msgid "use -mcpu=strongarm" msgstr "" -#: config/tc-arm.c:10675 +#: config/tc-arm.c:11727 msgid "use -mcpu=strongarm110" msgstr "" -#: config/tc-arm.c:10677 +#: config/tc-arm.c:11729 msgid "use -mcpu=strongarm1100" msgstr "" -#: config/tc-arm.c:10679 +#: config/tc-arm.c:11731 msgid "use -mcpu=strongarm1110" msgstr "" -#: config/tc-arm.c:10680 +#: config/tc-arm.c:11732 msgid "use -mcpu=xscale" msgstr "" -#: config/tc-arm.c:10681 +#: config/tc-arm.c:11733 +msgid "use -mcpu=iwmmxt" +msgstr "" + +#: config/tc-arm.c:11734 msgid "use -mcpu=all" msgstr "" #. Architecture variants -- don't add any more to this list either. -#: config/tc-arm.c:10684 config/tc-arm.c:10685 +#: config/tc-arm.c:11737 config/tc-arm.c:11738 msgid "use -march=armv2" msgstr "" -#: config/tc-arm.c:10686 config/tc-arm.c:10687 +#: config/tc-arm.c:11739 config/tc-arm.c:11740 msgid "use -march=armv2a" msgstr "" -#: config/tc-arm.c:10688 config/tc-arm.c:10689 +#: config/tc-arm.c:11741 config/tc-arm.c:11742 msgid "use -march=armv3" msgstr "" -#: config/tc-arm.c:10690 config/tc-arm.c:10691 +#: config/tc-arm.c:11743 config/tc-arm.c:11744 msgid "use -march=armv3m" msgstr "" -#: config/tc-arm.c:10692 config/tc-arm.c:10693 +#: config/tc-arm.c:11745 config/tc-arm.c:11746 msgid "use -march=armv4" msgstr "" -#: config/tc-arm.c:10694 config/tc-arm.c:10695 +#: config/tc-arm.c:11747 config/tc-arm.c:11748 msgid "use -march=armv4t" msgstr "" -#: config/tc-arm.c:10696 config/tc-arm.c:10697 +#: config/tc-arm.c:11749 config/tc-arm.c:11750 msgid "use -march=armv5" msgstr "" -#: config/tc-arm.c:10698 config/tc-arm.c:10699 +#: config/tc-arm.c:11751 config/tc-arm.c:11752 msgid "use -march=armv5t" msgstr "" -#: config/tc-arm.c:10700 config/tc-arm.c:10701 +#: config/tc-arm.c:11753 config/tc-arm.c:11754 msgid "use -march=armv5te" msgstr "" #. Floating point variants -- don't add any more to this list either. -#: config/tc-arm.c:10704 +#: config/tc-arm.c:11757 msgid "use -mfpu=fpe" msgstr "" -#: config/tc-arm.c:10705 +#: config/tc-arm.c:11758 msgid "use -mfpu=fpa10" msgstr "" -#: config/tc-arm.c:10706 +#: config/tc-arm.c:11759 msgid "use -mfpu=fpa11" msgstr "" -#: config/tc-arm.c:10708 +#: config/tc-arm.c:11761 msgid "use either -mfpu=softfpa or -mfpu=softvfp" msgstr "" -#: config/tc-arm.c:10888 +#: config/tc-arm.c:11944 msgid "invalid architectural extension" msgstr "" -#: config/tc-arm.c:10902 +#: config/tc-arm.c:11958 msgid "missing architectural extension" msgstr "" -#: config/tc-arm.c:10915 +#: config/tc-arm.c:11971 #, c-format msgid "unknown architectural extnsion `%s'" msgstr "" -#: config/tc-arm.c:10940 +#: config/tc-arm.c:11996 #, c-format msgid "missing cpu name `%s'" msgstr "" -#: config/tc-arm.c:10956 +#: config/tc-arm.c:12012 #, c-format msgid "unknown cpu `%s'" msgstr "" -#: config/tc-arm.c:10975 +#: config/tc-arm.c:12031 #, c-format msgid "missing architecture name `%s'" msgstr "" -#: config/tc-arm.c:10992 +#: config/tc-arm.c:12048 #, c-format msgid "unknown architecture `%s'\n" msgstr "" -#: config/tc-arm.c:11009 +#: config/tc-arm.c:12065 #, c-format msgid "unknown floating point format `%s'\n" msgstr "" -#: config/tc-arm.c:11015 +#: config/tc-arm.c:12071 msgid "\t assemble for CPU " msgstr "" -#: config/tc-arm.c:11017 +#: config/tc-arm.c:12073 msgid "\t assemble for architecture " msgstr "" -#: config/tc-arm.c:11019 +#: config/tc-arm.c:12075 msgid "\t assemble for FPU architecture " msgstr "" -#: config/tc-arm.c:11061 config/tc-arm.c:11083 +#: config/tc-arm.c:12117 config/tc-arm.c:12139 #, c-format msgid "option `-%c%s' is deprecated: %s" msgstr "" -#: config/tc-arm.c:11092 +#: config/tc-arm.c:12148 #, c-format msgid "unrecognized option `-%c%s'" msgstr "" -#: config/tc-arm.c:11106 +#: config/tc-arm.c:12162 msgid " ARM-specific assembler options:\n" msgstr "" -#: config/tc-arm.c:11117 +#: config/tc-arm.c:12173 msgid " -EB assemble code for a big-endian cpu\n" msgstr "" -#: config/tc-arm.c:11122 +#: config/tc-arm.c:12178 msgid " -EL assemble code for a little-endian cpu\n" msgstr "" -#: config/tc-arm.c:11305 +#: config/tc-arm.c:12362 #, c-format msgid "%s: unexpected function type: %d" msgstr "" -#: config/tc-arm.c:11671 +#: config/tc-arm.c:12737 msgid "alignments greater than 32 bytes not supported in .text sections." msgstr "" @@ -2502,11 +2595,11 @@ msgstr "" msgid "arm convert_frag\n" msgstr "" -#: config/tc-avr.c:197 +#: config/tc-avr.c:203 msgid "Known MCU names:" msgstr "" -#: config/tc-avr.c:266 +#: config/tc-avr.c:272 msgid "" "AVR options:\n" " -mmcu=[avr-name] select microcontroller variant\n" @@ -2519,7 +2612,7 @@ msgid "" " or immediate microcontroller name.\n" msgstr "" -#: config/tc-avr.c:276 +#: config/tc-avr.c:282 msgid "" " -mall-opcodes accept all AVR opcodes, even if not supported by MCU\n" " -mno-skip-bug disable warnings for skipping two-word instructions\n" @@ -2528,359 +2621,389 @@ msgid "" " (default for avr3, avr5)\n" msgstr "" -#: config/tc-avr.c:324 +#: config/tc-avr.c:330 config/tc-msp430.c:257 #, c-format msgid "unknown MCU: %s\n" msgstr "" -#: config/tc-avr.c:333 +#: config/tc-avr.c:339 #, c-format msgid "redefinition of mcu type `%s' to `%s'" msgstr "" -#: config/tc-avr.c:384 config/tc-d10v.c:314 config/tc-d30v.c:366 -#: config/tc-mips.c:9586 config/tc-mmix.c:2249 config/tc-mn10200.c:361 -#: config/tc-pj.c:357 config/tc-ppc.c:4803 config/tc-sh.c:2518 -#: config/tc-v850.c:1194 +#: config/tc-avr.c:390 config/tc-d10v.c:319 config/tc-d30v.c:365 +#: config/tc-mips.c:10654 config/tc-mmix.c:2246 config/tc-mn10200.c:361 +#: config/tc-msp430.c:378 config/tc-pj.c:374 config/tc-ppc.c:5086 +#: config/tc-sh.c:2528 config/tc-v850.c:1245 msgid "bad call to md_atof" msgstr "" -#: config/tc-avr.c:447 +#: config/tc-avr.c:453 msgid "constant value required" msgstr "" -#: config/tc-avr.c:450 +#: config/tc-avr.c:456 #, c-format msgid "number must be less than %d" msgstr "" -#: config/tc-avr.c:502 +#: config/tc-avr.c:508 msgid "`,' required" msgstr "" -#: config/tc-avr.c:521 +#: config/tc-avr.c:527 msgid "undefined combination of operands" msgstr "" -#: config/tc-avr.c:530 +#: config/tc-avr.c:536 msgid "skipping two-word instruction" msgstr "" -#: config/tc-avr.c:592 +#: config/tc-avr.c:598 msgid "register r16-r23 required" msgstr "" -#: config/tc-avr.c:598 +#: config/tc-avr.c:604 msgid "register number above 15 required" msgstr "" -#: config/tc-avr.c:604 +#: config/tc-avr.c:610 msgid "even register number required" msgstr "" -#: config/tc-avr.c:610 +#: config/tc-avr.c:616 msgid "register r24, r26, r28 or r30 required" msgstr "" -#: config/tc-avr.c:616 +#: config/tc-avr.c:622 msgid "register name or number from 0 to 31 required" msgstr "" -#: config/tc-avr.c:634 +#: config/tc-avr.c:640 msgid "pointer register (X, Y or Z) required" msgstr "" -#: config/tc-avr.c:641 +#: config/tc-avr.c:647 msgid "cannot both predecrement and postincrement" msgstr "" -#: config/tc-avr.c:649 +#: config/tc-avr.c:655 msgid "addressing mode not supported" msgstr "" -#: config/tc-avr.c:655 +#: config/tc-avr.c:661 msgid "can't predecrement" msgstr "" -#: config/tc-avr.c:658 +#: config/tc-avr.c:664 msgid "pointer register Z required" msgstr "" -#: config/tc-avr.c:676 +#: config/tc-avr.c:682 msgid "pointer register (Y or Z) required" msgstr "" -#: config/tc-avr.c:781 +#: config/tc-avr.c:787 #, c-format msgid "unknown constraint `%c'" msgstr "" -#: config/tc-avr.c:890 config/tc-avr.c:906 config/tc-avr.c:1007 +#: config/tc-avr.c:881 config/tc-avr.c:897 config/tc-avr.c:998 +#: config/tc-msp430.c:1431 config/tc-msp430.c:1448 #, c-format msgid "odd address operand: %ld" msgstr "" -#: config/tc-avr.c:898 config/tc-avr.c:917 +#: config/tc-avr.c:889 config/tc-avr.c:908 config/tc-d10v.c:586 +#: config/tc-d30v.c:655 config/tc-msp430.c:1439 config/tc-msp430.c:1453 +#: config/tc-msp430.c:1463 #, c-format msgid "operand out of range: %ld" msgstr "" -#: config/tc-avr.c:1016 config/tc-d10v.c:1634 config/tc-d30v.c:1987 +#: config/tc-avr.c:1007 config/tc-d10v.c:1793 config/tc-d30v.c:1973 +#: config/tc-msp430.c:1481 #, c-format msgid "line %d: unknown relocation type: 0x%x" msgstr "" -#: config/tc-avr.c:1030 +#: config/tc-avr.c:1021 msgid "only constant expression allowed" msgstr "" -#: config/tc-avr.c:1067 config/tc-d10v.c:1498 config/tc-d30v.c:1807 -#: config/tc-mn10200.c:1240 config/tc-mn10300.c:1774 config/tc-or32.c:1622 -#: config/tc-ppc.c:5534 config/tc-v850.c:2207 +#: config/tc-avr.c:1057 config/tc-d10v.c:1659 config/tc-d30v.c:1806 +#: config/tc-mn10200.c:1240 config/tc-mn10300.c:1781 config/tc-msp430.c:1520 +#: config/tc-or32.c:1618 config/tc-ppc.c:5889 config/tc-v850.c:2248 #, c-format msgid "reloc %d not supported by object file format" msgstr "" -#: config/tc-avr.c:1091 config/tc-d10v.c:1100 config/tc-d10v.c:1114 -#: config/tc-h8300.c:1283 config/tc-h8500.c:1088 config/tc-mcore.c:988 -#: config/tc-pj.c:266 config/tc-sh.c:2096 config/tc-z8k.c:1192 +#: config/tc-avr.c:1081 config/tc-d10v.c:1248 config/tc-d10v.c:1262 +#: config/tc-h8300.c:1352 config/tc-h8500.c:1106 config/tc-mcore.c:938 +#: config/tc-msp430.c:438 config/tc-pj.c:283 config/tc-sh.c:2096 +#: config/tc-z8k.c:1221 msgid "can't find opcode " msgstr "" -#: config/tc-avr.c:1108 +#: config/tc-avr.c:1098 #, c-format msgid "illegal opcode %s for mcu %s" msgstr "" -#: config/tc-avr.c:1116 +#: config/tc-avr.c:1106 msgid "garbage at end of line" msgstr "" -#: config/tc-avr.c:1180 read.c:3219 +#: config/tc-avr.c:1170 read.c:3225 msgid "illegal expression" msgstr "" -#: config/tc-avr.c:1206 config/tc-avr.c:1272 +#: config/tc-avr.c:1196 config/tc-avr.c:1262 msgid "`)' required" msgstr "" -#: config/tc-avr.c:1226 +#: config/tc-avr.c:1216 #, c-format msgid "constant out of 8-bit range: %d" msgstr "" -#: config/tc-avr.c:1229 +#: config/tc-avr.c:1219 msgid "expression possibly out of 8-bit range" msgstr "" -#: config/tc-avr.c:1300 config/tc-avr.c:1307 +#: config/tc-avr.c:1290 config/tc-avr.c:1297 #, c-format msgid "illegal %srelocation size: %d" msgstr "" -#: config/tc-cris.c:681 +#: config/tc-cris.c:376 config/tc-m68hc11.c:2831 +#, c-format +msgid "internal inconsistency problem in %s: fr_symbol %lx" +msgstr "" + +#: config/tc-cris.c:380 config/tc-m68hc11.c:2835 +#, c-format +msgid "internal inconsistency problem in %s: resolved symbol" +msgstr "" + +#: config/tc-cris.c:386 config/tc-m68hc11.c:2841 +#, c-format +msgid "internal inconsistency problem in %s: fr_subtype %d" +msgstr "" + +#: config/tc-cris.c:640 +#, c-format +msgid "internal inconsistency in %s: bdapq no symbol" +msgstr "" + +#: config/tc-cris.c:653 +#, c-format +msgid "internal inconsistency in %s: bdap.w with no symbol" +msgstr "" + +#: config/tc-cris.c:797 msgid "Virtual memory exhausted" msgstr "" -#: config/tc-cris.c:689 +#: config/tc-cris.c:805 #, c-format msgid "Can't hash `%s': %s\n" msgstr "" -#: config/tc-cris.c:690 +#: config/tc-cris.c:806 msgid "(unknown reason)" msgstr "" -#: config/tc-cris.c:694 +#: config/tc-cris.c:810 #, c-format msgid "Buggy opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-cris.c:1039 +#: config/tc-cris.c:1154 #, c-format msgid "Immediate value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1055 +#: config/tc-cris.c:1170 #, c-format msgid "Immediate value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:1094 +#: config/tc-cris.c:1209 #, c-format msgid "Immediate value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:1109 +#: config/tc-cris.c:1224 #, c-format msgid "Immediate value not in 6 bit unsigned range: %ld" msgstr "" #. Others have a generic warning. -#: config/tc-cris.c:1199 +#: config/tc-cris.c:1314 #, c-format msgid "Unimplemented register `%s' specified" msgstr "" #. We've come to the end of instructions with this #. opcode, so it must be an error. -#: config/tc-cris.c:1358 +#: config/tc-cris.c:1473 msgid "Illegal operands" msgstr "" -#: config/tc-cris.c:1389 config/tc-cris.c:1420 +#: config/tc-cris.c:1504 config/tc-cris.c:1535 #, c-format msgid "Immediate value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:1399 config/tc-cris.c:1427 +#: config/tc-cris.c:1514 config/tc-cris.c:1542 #, c-format msgid "Immediate value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:1448 +#: config/tc-cris.c:1563 msgid "PIC relocation size does not match operand size" msgstr "" -#: config/tc-cris.c:2447 +#: config/tc-cris.c:2562 msgid "32-bit conditional branch generated" msgstr "" -#: config/tc-cris.c:2501 +#: config/tc-cris.c:2616 msgid "Complex expression not supported" msgstr "" #. FIXME: Is this function mentioned in the internals.texi manual? If #. not, add it. -#: config/tc-cris.c:2622 +#: config/tc-cris.c:2737 msgid "Bad call to md_atof () - floating point formats are not supported" msgstr "" -#: config/tc-cris.c:2669 +#: config/tc-cris.c:2784 msgid "PC-relative relocation must be trivially resolved" msgstr "" -#: config/tc-cris.c:2712 +#: config/tc-cris.c:2827 #, c-format msgid "Value not in 16 bit range: %ld" msgstr "" -#: config/tc-cris.c:2723 +#: config/tc-cris.c:2838 #, c-format msgid "Value not in 8 bit range: %ld" msgstr "" -#: config/tc-cris.c:2730 +#: config/tc-cris.c:2845 #, c-format msgid "Value not in 4 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2737 +#: config/tc-cris.c:2852 #, c-format msgid "Value not in 5 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2744 +#: config/tc-cris.c:2859 #, c-format msgid "Value not in 6 bit range: %ld" msgstr "" -#: config/tc-cris.c:2751 +#: config/tc-cris.c:2866 #, c-format msgid "Value not in 6 bit unsigned range: %ld" msgstr "" -#: config/tc-cris.c:2799 +#: config/tc-cris.c:2914 msgid "Please use --help to see usage and options for this assembler.\n" msgstr "" -#: config/tc-cris.c:2811 +#: config/tc-cris.c:2926 msgid "--no-underscore is invalid with a.out format" msgstr "" -#: config/tc-cris.c:2887 +#: config/tc-cris.c:3002 msgid "" "Semantics error. This type of operand can not be relocated, it must be an " "assembly-time constant" msgstr "" -#: config/tc-cris.c:2941 +#: config/tc-cris.c:3054 #, c-format msgid "Cannot generate relocation type for symbol %s, code %s" msgstr "" #. The messages are formatted to line up with the generic options. -#: config/tc-cris.c:2955 +#: config/tc-cris.c:3068 msgid "CRIS-specific options:\n" msgstr "" -#: config/tc-cris.c:2957 +#: config/tc-cris.c:3070 msgid "" " -h, -H Don't execute, print this help text. Deprecated.\n" msgstr "" -#: config/tc-cris.c:2959 +#: config/tc-cris.c:3072 msgid " -N Warn when branches are expanded to jumps.\n" msgstr "" -#: config/tc-cris.c:2961 +#: config/tc-cris.c:3074 msgid "" " --underscore User symbols are normally prepended with " "underscore.\n" msgstr "" -#: config/tc-cris.c:2963 +#: config/tc-cris.c:3076 msgid " Registers will not need any prefix.\n" msgstr "" -#: config/tc-cris.c:2965 +#: config/tc-cris.c:3078 msgid " --no-underscore User symbols do not have any prefix.\n" msgstr "" -#: config/tc-cris.c:2967 +#: config/tc-cris.c:3080 msgid " Registers will require a `$'-prefix.\n" msgstr "" -#: config/tc-cris.c:2969 +#: config/tc-cris.c:3082 msgid " --pic\t\t\tEnable generation of position-independent code.\n" msgstr "" -#: config/tc-cris.c:2992 +#: config/tc-cris.c:3105 msgid "Invalid relocation" msgstr "" -#: config/tc-cris.c:3033 +#: config/tc-cris.c:3139 msgid "Invalid pc-relative relocation" msgstr "" -#: config/tc-cris.c:3084 +#: config/tc-cris.c:3188 #, c-format msgid "Adjusted signed .word (%ld) overflows: `switch'-statement too large." msgstr "" -#: config/tc-cris.c:3111 +#: config/tc-cris.c:3215 #, c-format msgid ".syntax %s requires command-line option `--underscore'" msgstr "" -#: config/tc-cris.c:3120 +#: config/tc-cris.c:3224 #, c-format msgid ".syntax %s requires command-line option `--no-underscore'" msgstr "" -#: config/tc-cris.c:3158 +#: config/tc-cris.c:3262 msgid "Unknown .syntax operand" msgstr "" -#: config/tc-cris.c:3169 +#: config/tc-cris.c:3273 msgid "Pseudodirective .file is only valid when generating ELF" msgstr "" -#: config/tc-cris.c:3182 +#: config/tc-cris.c:3286 msgid "Pseudodirective .loc is only valid when generating ELF" msgstr "" -#: config/tc-d10v.c:247 +#: config/tc-d10v.c:252 msgid "" "D10V options:\n" "-O Optimize. Will do some operations in parallel.\n" @@ -2890,94 +3013,130 @@ msgid "" " instructions together.\n" msgstr "" -#: config/tc-d10v.c:538 config/tc-d30v.c:550 config/tc-mn10200.c:937 -#: config/tc-mn10300.c:1308 config/tc-ppc.c:2104 config/tc-s390.c:1052 -#: config/tc-tic80.c:279 config/tc-v850.c:1981 +#: config/tc-d10v.c:543 config/tc-d30v.c:549 config/tc-mn10200.c:937 +#: config/tc-mn10300.c:1315 config/tc-ppc.c:2327 config/tc-s390.c:1212 +#: config/tc-tic80.c:275 config/tc-v850.c:2022 msgid "illegal operand" msgstr "" -#: config/tc-d10v.c:581 config/tc-d10v.c:663 config/tc-d30v.c:656 +#: config/tc-d10v.c:657 +msgid "operand is not an immediate" +msgstr "" + +#: config/tc-d10v.c:675 #, c-format -msgid "operand out of range: %d" +msgid "operand out of range: %lu" msgstr "" -#: config/tc-d10v.c:724 +#: config/tc-d10v.c:736 msgid "Instruction must be executed in parallel with another instruction." msgstr "" -#: config/tc-d10v.c:780 +#: config/tc-d10v.c:792 msgid "Instruction must be executed in parallel" msgstr "" -#: config/tc-d10v.c:783 +#: config/tc-d10v.c:795 msgid "Long instructions may not be combined." msgstr "" -#: config/tc-d10v.c:817 +#: config/tc-d10v.c:828 msgid "One of these instructions may not be executed in parallel." msgstr "" -#: config/tc-d10v.c:821 config/tc-d30v.c:877 +#: config/tc-d10v.c:832 config/tc-d30v.c:876 msgid "Two IU instructions may not be executed in parallel" msgstr "" -#: config/tc-d10v.c:823 config/tc-d10v.c:831 config/tc-d10v.c:844 -#: config/tc-d10v.c:859 config/tc-d30v.c:878 config/tc-d30v.c:887 +#: config/tc-d10v.c:834 config/tc-d10v.c:842 config/tc-d10v.c:856 +#: config/tc-d10v.c:871 config/tc-d30v.c:877 config/tc-d30v.c:886 msgid "Swapping instruction order" msgstr "" -#: config/tc-d10v.c:829 config/tc-d30v.c:884 +#: config/tc-d10v.c:840 config/tc-d30v.c:883 msgid "Two MU instructions may not be executed in parallel" msgstr "" -#: config/tc-d10v.c:848 config/tc-d30v.c:904 +#: config/tc-d10v.c:860 config/tc-d30v.c:903 msgid "IU instruction may not be in the left container" msgstr "" -#: config/tc-d10v.c:850 config/tc-d10v.c:865 +#: config/tc-d10v.c:862 config/tc-d10v.c:877 msgid "" "Instruction in R container is squashed by flow control instruction in L " "container." msgstr "" -#: config/tc-d10v.c:863 config/tc-d30v.c:915 +#: config/tc-d10v.c:875 config/tc-d30v.c:914 msgid "MU instruction may not be in the right container" msgstr "" -#: config/tc-d10v.c:869 config/tc-d30v.c:927 +#: config/tc-d10v.c:881 config/tc-d30v.c:926 msgid "unknown execution type passed to write_2_short()" msgstr "" -#: config/tc-d10v.c:1128 config/tc-d10v.c:1149 config/tc-d30v.c:1411 +#: config/tc-d10v.c:1072 config/tc-d10v.c:1080 +#, c-format +msgid "packing conflict: %s must dispatch sequentially" +msgstr "" + +#: config/tc-d10v.c:1179 +#, c-format +msgid "resource conflict (R%d)" +msgstr "" + +#: config/tc-d10v.c:1182 +#, c-format +msgid "resource conflict (A%d)" +msgstr "" + +#: config/tc-d10v.c:1184 +msgid "resource conflict (PSW)" +msgstr "" + +#: config/tc-d10v.c:1186 +msgid "resource conflict (C flag)" +msgstr "" + +#: config/tc-d10v.c:1188 +msgid "resource conflict (F flag)" +msgstr "" + +#: config/tc-d10v.c:1276 config/tc-d10v.c:1298 config/tc-d30v.c:1410 msgid "Unable to mix instructions as specified" msgstr "" -#: config/tc-d10v.c:1196 config/tc-d30v.c:1548 +#: config/tc-d10v.c:1345 config/tc-d30v.c:1547 #, c-format msgid "unknown opcode: %s" msgstr "" -#: config/tc-d10v.c:1279 config/tc-d10v.c:1451 config/tc-tic80.c:536 +#: config/tc-d10v.c:1428 config/tc-d10v.c:1603 config/tc-tic80.c:532 msgid "bad opcode or operands" msgstr "" -#: config/tc-d10v.c:1352 config/tc-m68k.c:4310 +#: config/tc-d10v.c:1503 config/tc-m68k.c:4305 msgid "value out of range" msgstr "" -#: config/tc-d10v.c:1426 +#: config/tc-d10v.c:1579 msgid "illegal operand - register name found where none expected" msgstr "" -#: config/tc-d10v.c:1462 config/tc-tic80.c:547 +#: config/tc-d10v.c:1614 config/tc-tic80.c:543 msgid "Register number must be EVEN" msgstr "" -#: config/tc-d10v.c:1465 +#: config/tc-d10v.c:1617 msgid "Unsupported use of sp" msgstr "" -#: config/tc-d10v.c:1614 +#: config/tc-d10v.c:1636 +#, c-format +msgid "cr%ld is a reserved control register" +msgstr "" + +#: config/tc-d10v.c:1773 #, c-format msgid "line %d: rep or repi must include at least 4 instructions" msgstr "" @@ -2987,7 +3146,7 @@ msgstr "" msgid "Register name %s conflicts with symbol of the same name" msgstr "" -#: config/tc-d30v.c:288 +#: config/tc-d30v.c:287 msgid "" "\n" "D30V options:\n" @@ -3000,1086 +3159,1233 @@ msgid "" "-C Opposite of -C. -c is the default.\n" msgstr "" -#: config/tc-d30v.c:462 +#: config/tc-d30v.c:461 msgid "unexpected 12-bit reloc type" msgstr "" -#: config/tc-d30v.c:469 +#: config/tc-d30v.c:468 msgid "unexpected 18-bit reloc type" msgstr "" -#: config/tc-d30v.c:720 +#: config/tc-d30v.c:719 #, c-format msgid "%s NOP inserted" msgstr "" -#: config/tc-d30v.c:721 +#: config/tc-d30v.c:720 msgid "sequential" msgstr "" -#: config/tc-d30v.c:721 +#: config/tc-d30v.c:720 msgid "parallel" msgstr "" -#: config/tc-d30v.c:873 +#: config/tc-d30v.c:872 msgid "Instructions may not be executed in parallel" msgstr "" -#: config/tc-d30v.c:886 +#: config/tc-d30v.c:885 #, c-format msgid "Executing %s in IU may not work" msgstr "" -#: config/tc-d30v.c:893 +#: config/tc-d30v.c:892 #, c-format msgid "Executing %s in IU may not work in parallel execution" msgstr "" -#: config/tc-d30v.c:906 +#: config/tc-d30v.c:905 #, c-format msgid "special left instruction `%s' kills instruction `%s' in right container" msgstr "" -#: config/tc-d30v.c:917 +#: config/tc-d30v.c:916 #, c-format msgid "Executing %s in reverse serial with %s may not work" msgstr "" -#: config/tc-d30v.c:920 +#: config/tc-d30v.c:919 #, c-format msgid "Executing %s in IU in reverse serial may not work" msgstr "" -#: config/tc-d30v.c:1290 config/tc-d30v.c:1307 +#: config/tc-d30v.c:1289 config/tc-d30v.c:1306 msgid "Cannot assemble instruction" msgstr "" -#: config/tc-d30v.c:1292 +#: config/tc-d30v.c:1291 msgid "First opcode is long. Unable to mix instructions as specified." msgstr "" -#: config/tc-d30v.c:1361 +#: config/tc-d30v.c:1360 msgid "word of NOPs added between word multiply and load" msgstr "" -#: config/tc-d30v.c:1363 +#: config/tc-d30v.c:1362 msgid "word of NOPs added between word multiply and 16-bit multiply" msgstr "" -#: config/tc-d30v.c:1395 +#: config/tc-d30v.c:1394 msgid "Instruction uses long version, so it cannot be mixed as specified" msgstr "" -#: config/tc-d30v.c:1478 config/tc-d30v.c:1516 +#: config/tc-d30v.c:1477 config/tc-d30v.c:1515 #, c-format msgid "unknown condition code: %s" msgstr "" -#: config/tc-d30v.c:1509 +#: config/tc-d30v.c:1508 #, c-format msgid "cmpu doesn't support condition code %s" msgstr "" -#: config/tc-d30v.c:1559 +#: config/tc-d30v.c:1558 #, c-format msgid "operands for opcode `%s' do not match any valid format" msgstr "" -#: config/tc-d30v.c:1777 +#: config/tc-d30v.c:1776 msgid "Odd numbered register used as target of multi-register instruction" msgstr "" -#: config/tc-d30v.c:1876 +#: config/tc-d30v.c:1862 #, c-format msgid "line %d: unable to place address of symbol '%s' into a byte" msgstr "" -#: config/tc-d30v.c:1879 +#: config/tc-d30v.c:1865 #, c-format -msgid "line %d: unable to place value %x into a byte" +msgid "line %d: unable to place value %lx into a byte" msgstr "" -#: config/tc-d30v.c:1887 +#: config/tc-d30v.c:1873 #, c-format msgid "line %d: unable to place address of symbol '%s' into a short" msgstr "" -#: config/tc-d30v.c:1890 +#: config/tc-d30v.c:1876 #, c-format -msgid "line %d: unable to place value %x into a short" +msgid "line %d: unable to place value %lx into a short" msgstr "" -#: config/tc-d30v.c:1898 +#: config/tc-d30v.c:1884 #, c-format msgid "line %d: unable to place address of symbol '%s' into a quad" msgstr "" -#: config/tc-d30v.c:2067 +#: config/tc-d30v.c:2053 #, c-format msgid "value too large to fit in %d bits" msgstr "" -#: config/tc-d30v.c:2210 +#: config/tc-d30v.c:2196 #, c-format msgid "Alignment too large: %d assumed" msgstr "" -#: config/tc-fr30.c:84 -msgid " FR30 specific command line options:\n" +#: config/tc-dlx.c:283 +msgid "missing .proc" msgstr "" -#: config/tc-fr30.c:143 config/tc-openrisc.c:150 -#, c-format -msgid "Instruction %s not allowed in a delay slot." +#: config/tc-dlx.c:300 +msgid ".endfunc missing for previous .proc" msgstr "" -#: config/tc-fr30.c:383 config/tc-m32r.c:1559 -msgid "Addend to unresolved symbol not on word boundary." +#: config/tc-dlx.c:498 +#, c-format +msgid "Expression Error for operand modifier %%hi/%%lo\n" msgstr "" -#: config/tc-fr30.c:540 config/tc-i960.c:773 config/tc-m32r.c:1867 -#: config/tc-openrisc.c:468 config/tc-xstormy16.c:635 -msgid "Bad call to md_atof()" +#: config/tc-dlx.c:552 +#, c-format +msgid "Bad operand for a load instruction: <%s>" msgstr "" -#: config/tc-h8300.c:64 config/tc-h8300.c:75 config/tc-h8300.c:134 -#: config/tc-hppa.c:1422 config/tc-hppa.c:6915 config/tc-hppa.c:6921 -#: config/tc-hppa.c:6927 config/tc-hppa.c:6933 config/tc-mn10300.c:900 -#: config/tc-mn10300.c:2164 -msgid "could not set architecture and machine" +#: config/tc-dlx.c:667 +#, c-format +msgid "Bad operand for a store instruction: <%s>" msgstr "" -#: config/tc-h8300.c:262 config/tc-h8300.c:270 -msgid "Reg not valid for H8/300" +#: config/tc-dlx.c:865 +msgid "Can not set dlx_skip_hi16_flag" msgstr "" -#: config/tc-h8300.c:430 config/tc-h8300.c:433 config/tc-h8300.c:436 -#: config/tc-h8300.c:440 -msgid "Invalid register list for ldm/stm\n" +#: config/tc-dlx.c:879 +#, c-format +msgid "Missing arguments for opcode <%s>." msgstr "" -#: config/tc-h8300.c:492 config/tc-h8300.c:554 config/tc-h8300.c:561 -msgid "Wrong size pointer register for architecture." +#: config/tc-dlx.c:950 +#, c-format +msgid "Both the_insn.HI and the_insn.LO are set : %s" msgstr "" -#: config/tc-h8300.c:519 config/tc-h8300.c:528 config/tc-h8300.c:538 -msgid "expected @(exp, reg16)" +#: config/tc-dlx.c:1022 +msgid "failed regnum sanity check." msgstr "" -#: config/tc-h8300.c:617 -msgid "expect :8 or :16 here" +#: config/tc-dlx.c:1035 +msgid "failed general register sanity check." msgstr "" -#: config/tc-h8300.c:826 -#, c-format -msgid "operand %s0x%lx out of range." +#: config/tc-dlx.c:1324 +msgid "Invalid expression after # number\n" msgstr "" -#: config/tc-h8300.c:914 -msgid "Can't work out size of operand.\n" +#: config/tc-fr30.c:85 +msgid " FR30 specific command line options:\n" msgstr "" -#: config/tc-h8300.c:962 +#: config/tc-fr30.c:139 config/tc-openrisc.c:152 #, c-format -msgid "Opcode `%s' with these operand types not available in H8/300 mode" +msgid "Instruction %s not allowed in a delay slot." msgstr "" -#: config/tc-h8300.c:1013 config/tc-h8300.c:1033 -msgid "Need #1 or #2 here" +#: config/tc-fr30.c:383 config/tc-m32r.c:1576 +msgid "Addend to unresolved symbol not on word boundary." msgstr "" -#: config/tc-h8300.c:1028 -msgid "#4 not valid on H8/300." +#: config/tc-fr30.c:524 config/tc-frv.c:1289 config/tc-i960.c:798 +#: config/tc-ip2k.c:353 config/tc-m32r.c:1884 config/tc-openrisc.c:452 +#: config/tc-xstormy16.c:639 +msgid "Bad call to md_atof()" msgstr "" -#: config/tc-h8300.c:1115 config/tc-h8300.c:1165 -#, c-format -msgid "branch operand has odd offset (%lx)\n" +#: config/tc-frv.c:413 +msgid "FRV specific command line options:\n" msgstr "" -#: config/tc-h8300.c:1203 -msgid "destination operand must be 16 bit register" +#: config/tc-frv.c:414 +msgid "-G n Data >= n bytes is in small data area\n" msgstr "" -#: config/tc-h8300.c:1212 -msgid "source operand must be 8 bit register" +#: config/tc-frv.c:415 +msgid "-mgpr-32 Note 32 gprs are used\n" msgstr "" -#: config/tc-h8300.c:1220 -msgid "destination operand must be 16bit absolute address" +#: config/tc-frv.c:416 +msgid "-mgpr-64 Note 64 gprs are used\n" msgstr "" -#: config/tc-h8300.c:1227 -msgid "destination operand must be 8 bit register" +#: config/tc-frv.c:417 +msgid "-mfpr-32 Note 32 fprs are used\n" msgstr "" -#: config/tc-h8300.c:1235 -msgid "source operand must be 16bit absolute address" +#: config/tc-frv.c:418 +msgid "-mfpr-64 Note 64 fprs are used\n" msgstr "" -#. This seems more sane than saying "too many operands". We'll -#. get here only if the trailing trash starts with a comma. -#: config/tc-h8300.c:1243 config/tc-mmix.c:459 config/tc-mmix.c:471 -#: config/tc-mmix.c:2501 config/tc-mmix.c:2525 config/tc-mmix.c:2802 -#: config/tc-or32.c:642 config/tc-or32.c:856 -msgid "invalid operands" +#: config/tc-frv.c:419 +msgid "-msoft-float Note software fp is used\n" msgstr "" -#: config/tc-h8300.c:1294 config/tc-h8500.c:1094 config/tc-mips.c:8649 -#: config/tc-sh.c:2353 config/tc-sh64.c:2811 config/tc-w65.c:733 -#: config/tc-z8k.c:1202 -msgid "unknown opcode" +#: config/tc-frv.c:420 +msgid "-mdword Note stack is aligned to a 8 byte boundary\n" msgstr "" -#: config/tc-h8300.c:1340 -msgid "mismatch between opcode size and operand size" +#: config/tc-frv.c:421 +msgid "-mno-dword Note stack is aligned to a 4 byte boundary\n" msgstr "" -#: config/tc-h8300.c:1352 config/tc-h8500.c:1121 config/tc-sh.c:2473 -#: config/tc-w65.c:763 config/tc-z8k.c:1255 -msgid "call to tc_crawl_symbol_chain \n" +#: config/tc-frv.c:422 +msgid "-mdouble Note fp double insns are used\n" msgstr "" -#: config/tc-h8300.c:1368 config/tc-h8500.c:1135 config/tc-sh.c:2480 -#: config/tc-w65.c:777 config/tc-z8k.c:1269 -msgid "call to tc_headers_hook \n" +#: config/tc-frv.c:423 +msgid "-mmedia Note media insns are used\n" msgstr "" -#: config/tc-h8300.c:1460 config/tc-h8500.c:1225 config/tc-z8k.c:1383 -msgid "call to tc_aout_fix_to_chars \n" +#: config/tc-frv.c:424 +msgid "-mmuladd Note multiply add/subtract insns are used\n" msgstr "" -#: config/tc-h8300.c:1474 config/tc-z8k.c:1393 -msgid "call to md_convert_frag \n" +#: config/tc-frv.c:425 +msgid "-mpack Note instructions are packed\n" msgstr "" -#: config/tc-h8300.c:1536 config/tc-z8k.c:1479 -msgid "call tomd_estimate_size_before_relax \n" +#: config/tc-frv.c:426 +msgid "-mno-pack Do not allow instructions to be packed\n" msgstr "" -#: config/tc-h8300.c:1657 config/tc-mcore.c:2413 config/tc-pj.c:572 -#: config/tc-sh.c:3931 -#, c-format -msgid "Cannot represent relocation type %s" +#: config/tc-frv.c:427 +msgid "-mpic Note small position independent code\n" msgstr "" -#: config/tc-h8500.c:323 -msgid ":24 not valid for this opcode" +#: config/tc-frv.c:428 +msgid "-mPIC Note large position independent code\n" msgstr "" -#: config/tc-h8500.c:330 -msgid "expect :8,:16 or :24" +#: config/tc-frv.c:429 +msgid "-mlibrary-pic Compile library for large position indepedent code\n" msgstr "" -#: config/tc-h8500.c:387 -msgid "syntax error in reg list" +#: config/tc-frv.c:430 +msgid "-mcpu={fr500|fr400|fr300|frv|simple|tomcat}\n" msgstr "" -#: config/tc-h8500.c:405 -msgid "missing final register in range" +#: config/tc-frv.c:431 +msgid " Record the cpu type\n" msgstr "" -#: config/tc-h8500.c:492 config/tc-h8500.c:499 config/tc-h8500.c:505 -msgid "expected @(exp, Rn)" +#: config/tc-frv.c:432 +msgid "-mtomcat-stats Print out stats for tomcat workarounds\n" msgstr "" -#: config/tc-h8500.c:521 -msgid "@Rn+ needs word register" +#: config/tc-frv.c:433 +msgid "-mtomcat-debug Debug tomcat workarounds\n" msgstr "" -#: config/tc-h8500.c:531 -msgid "@Rn needs word register" +#: config/tc-frv.c:1012 +msgid "VLIW packing used for -mno-pack" msgstr "" -#: config/tc-h8500.c:828 config/tc-sh.c:1827 -#, c-format -msgid "unhandled %d\n" +#: config/tc-frv.c:1025 +msgid "VLIW packing constraint violation" msgstr "" -#: config/tc-h8500.c:856 +#: config/tc-frv.c:1540 #, c-format -msgid "operand must be absolute in range %d..%d" +msgid "Relocation %s is not safe for %s" msgstr "" -#: config/tc-h8500.c:945 config/tc-sh.c:2036 -#, c-format -msgid "failed for %d\n" +#: config/tc-h8300.c:83 config/tc-h8300.c:95 config/tc-h8300.c:108 +#: config/tc-h8300.c:121 config/tc-h8300.c:192 config/tc-hppa.c:1421 +#: config/tc-hppa.c:6907 config/tc-hppa.c:6913 config/tc-hppa.c:6919 +#: config/tc-hppa.c:6925 config/tc-mn10300.c:907 config/tc-mn10300.c:2143 +msgid "could not set architecture and machine" msgstr "" -#: config/tc-h8500.c:1110 config/tc-sh.c:2137 config/tc-sh.c:2402 -#: config/tc-w65.c:752 -msgid "invalid operands for opcode" +#: config/tc-h8300.c:345 config/tc-h8300.c:353 +msgid "Reg not valid for H8/300" msgstr "" -#. Simple range checking for FIELD againt HIGH and LOW bounds. -#. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1155 config/tc-hppa.c:1169 -#, c-format -msgid "Field out of range [%d..%d] (%d)." +#: config/tc-h8300.c:514 config/tc-h8300.c:517 config/tc-h8300.c:520 +#: config/tc-h8300.c:524 +msgid "Invalid register list for ldm/stm\n" msgstr "" -#. Simple alignment checking for FIELD againt ALIGN (a power of two). -#. IGNORE is used to suppress the error message. -#: config/tc-hppa.c:1183 -#, c-format -msgid "Field not properly aligned [%d] (%d)." +#: config/tc-h8300.c:579 config/tc-h8300.c:641 config/tc-h8300.c:648 +msgid "Wrong size pointer register for architecture." msgstr "" -#: config/tc-hppa.c:1212 -msgid "Missing .exit\n" +#: config/tc-h8300.c:606 config/tc-h8300.c:615 config/tc-h8300.c:625 +msgid "expected @(exp, reg16)" msgstr "" -#: config/tc-hppa.c:1215 -msgid "Missing .procend\n" +#: config/tc-h8300.c:703 +msgid "expect :8 or :16 here" +msgstr "" + +#: config/tc-h8300.c:910 +#, c-format +msgid "operand %s0x%lx out of range." +msgstr "" + +#: config/tc-h8300.c:998 +msgid "Can't work out size of operand.\n" +msgstr "" + +#: config/tc-h8300.c:1046 +#, c-format +msgid "Opcode `%s' with these operand types not available in H8/300 mode" +msgstr "" + +#: config/tc-h8300.c:1092 config/tc-h8300.c:1112 +msgid "Need #1 or #2 here" +msgstr "" + +#: config/tc-h8300.c:1107 +msgid "#4 not valid on H8/300." +msgstr "" + +#: config/tc-h8300.c:1185 config/tc-h8300.c:1232 +#, c-format +msgid "branch operand has odd offset (%lx)\n" +msgstr "" + +#: config/tc-h8300.c:1271 +msgid "destination operand must be 16 bit register" +msgstr "" + +#: config/tc-h8300.c:1280 +msgid "source operand must be 8 bit register" +msgstr "" + +#: config/tc-h8300.c:1288 +msgid "destination operand must be 16bit absolute address" +msgstr "" + +#: config/tc-h8300.c:1295 +msgid "destination operand must be 8 bit register" +msgstr "" + +#: config/tc-h8300.c:1303 +msgid "source operand must be 16bit absolute address" +msgstr "" + +#. This seems more sane than saying "too many operands". We'll +#. get here only if the trailing trash starts with a comma. +#: config/tc-h8300.c:1311 config/tc-mmix.c:454 config/tc-mmix.c:466 +#: config/tc-mmix.c:2502 config/tc-mmix.c:2526 config/tc-mmix.c:2802 +#: config/tc-or32.c:640 config/tc-or32.c:854 +msgid "invalid operands" +msgstr "" + +#: config/tc-h8300.c:1363 config/tc-h8500.c:1112 config/tc-mips.c:9802 +#: config/tc-sh.c:2363 config/tc-sh64.c:2837 config/tc-w65.c:691 +#: config/tc-z8k.c:1231 +msgid "unknown opcode" +msgstr "" + +#: config/tc-h8300.c:1409 +msgid "mismatch between opcode size and operand size" +msgstr "" + +#: config/tc-h8300.c:1425 config/tc-h8500.c:1139 config/tc-sh.c:2483 +#: config/tc-z8k.c:1287 +msgid "call to tc_crawl_symbol_chain \n" +msgstr "" + +#: config/tc-h8300.c:1441 config/tc-h8500.c:1153 config/tc-sh.c:2490 +#: config/tc-z8k.c:1303 +msgid "call to tc_headers_hook \n" +msgstr "" + +#: config/tc-h8300.c:1534 +msgid "call to tc_aout_fix_to_chars \n" +msgstr "" + +#: config/tc-h8300.c:1548 +msgid "call to md_convert_frag \n" +msgstr "" + +#: config/tc-h8300.c:1610 +msgid "call tomd_estimate_size_before_relax \n" +msgstr "" + +#: config/tc-h8300.c:1731 config/tc-mcore.c:2355 config/tc-pj.c:581 +#: config/tc-sh.c:3956 +#, c-format +msgid "Cannot represent relocation type %s" +msgstr "" + +#: config/tc-h8500.c:325 +msgid ":24 not valid for this opcode" +msgstr "" + +#: config/tc-h8500.c:332 +msgid "expect :8,:16 or :24" +msgstr "" + +#: config/tc-h8500.c:391 +msgid "syntax error in reg list" +msgstr "" + +#: config/tc-h8500.c:409 +msgid "missing final register in range" +msgstr "" + +#: config/tc-h8500.c:498 config/tc-h8500.c:505 config/tc-h8500.c:511 +msgid "expected @(exp, Rn)" +msgstr "" + +#: config/tc-h8500.c:527 +msgid "@Rn+ needs word register" +msgstr "" + +#: config/tc-h8500.c:537 +msgid "@Rn needs word register" +msgstr "" + +#: config/tc-h8500.c:838 config/tc-sh.c:1827 +#, c-format +msgid "unhandled %d\n" +msgstr "" + +#: config/tc-h8500.c:868 +#, c-format +msgid "operand must be absolute in range %d..%d" msgstr "" -#: config/tc-hppa.c:1395 +#: config/tc-h8500.c:963 config/tc-sh.c:2036 +#, c-format +msgid "failed for %d\n" +msgstr "" + +#: config/tc-h8500.c:1128 config/tc-sh.c:2138 config/tc-sh.c:2412 +#: config/tc-w65.c:710 +msgid "invalid operands for opcode" +msgstr "" + +#. Simple range checking for FIELD againt HIGH and LOW bounds. +#. IGNORE is used to suppress the error message. +#: config/tc-hppa.c:1154 config/tc-hppa.c:1168 +#, c-format +msgid "Field out of range [%d..%d] (%d)." +msgstr "" + +#. Simple alignment checking for FIELD againt ALIGN (a power of two). +#. IGNORE is used to suppress the error message. +#: config/tc-hppa.c:1182 +#, c-format +msgid "Field not properly aligned [%d] (%d)." +msgstr "" + +#: config/tc-hppa.c:1211 +msgid "Missing .exit\n" +msgstr "" + +#: config/tc-hppa.c:1214 +msgid "Missing .procend\n" +msgstr "" + +#: config/tc-hppa.c:1394 #, c-format msgid "Invalid field selector. Assuming F%%." msgstr "" -#: config/tc-hppa.c:1428 +#: config/tc-hppa.c:1427 msgid "-R option not supported on this target." msgstr "" -#: config/tc-hppa.c:1444 config/tc-sparc.c:803 config/tc-sparc.c:839 +#: config/tc-hppa.c:1443 config/tc-sparc.c:809 config/tc-sparc.c:845 #, c-format msgid "Internal error: can't hash `%s': %s\n" msgstr "" -#: config/tc-hppa.c:1452 config/tc-i860.c:190 +#: config/tc-hppa.c:1451 config/tc-i860.c:198 #, c-format msgid "internal error: losing opcode: `%s' \"%s\"\n" msgstr "" -#: config/tc-hppa.c:1523 config/tc-hppa.c:7054 config/tc-hppa.c:7111 +#: config/tc-hppa.c:1522 config/tc-hppa.c:7046 config/tc-hppa.c:7103 msgid "Missing function name for .PROC (corrupted label chain)" msgstr "" -#: config/tc-hppa.c:1526 config/tc-hppa.c:7114 +#: config/tc-hppa.c:1525 config/tc-hppa.c:7106 msgid "Missing function name for .PROC" msgstr "" -#: config/tc-hppa.c:1633 config/tc-hppa.c:4911 +#: config/tc-hppa.c:1632 config/tc-hppa.c:4903 msgid "could not update architecture and machine" msgstr "" -#: config/tc-hppa.c:1841 +#: config/tc-hppa.c:1840 msgid "Invalid Indexed Load Completer." msgstr "" -#: config/tc-hppa.c:1846 +#: config/tc-hppa.c:1845 msgid "Invalid Indexed Load Completer Syntax." msgstr "" -#: config/tc-hppa.c:1883 +#: config/tc-hppa.c:1882 msgid "Invalid Short Load/Store Completer." msgstr "" -#: config/tc-hppa.c:1943 config/tc-hppa.c:1948 +#: config/tc-hppa.c:1942 config/tc-hppa.c:1947 msgid "Invalid Store Bytes Short Completer" msgstr "" -#: config/tc-hppa.c:2259 config/tc-hppa.c:2265 +#: config/tc-hppa.c:2258 config/tc-hppa.c:2264 msgid "Invalid left/right combination completer" msgstr "" -#: config/tc-hppa.c:2314 config/tc-hppa.c:2321 +#: config/tc-hppa.c:2313 config/tc-hppa.c:2320 msgid "Invalid permutation completer" msgstr "" -#: config/tc-hppa.c:2422 +#: config/tc-hppa.c:2421 #, c-format msgid "Invalid Add Condition: %s" msgstr "" -#: config/tc-hppa.c:2433 config/tc-hppa.c:2443 +#: config/tc-hppa.c:2432 config/tc-hppa.c:2442 msgid "Invalid Add and Branch Condition" msgstr "" -#: config/tc-hppa.c:2464 config/tc-hppa.c:2602 +#: config/tc-hppa.c:2463 config/tc-hppa.c:2601 msgid "Invalid Compare/Subtract Condition" msgstr "" -#: config/tc-hppa.c:2504 +#: config/tc-hppa.c:2503 #, c-format msgid "Invalid Bit Branch Condition: %c" msgstr "" -#: config/tc-hppa.c:2590 +#: config/tc-hppa.c:2589 #, c-format msgid "Invalid Compare/Subtract Condition: %s" msgstr "" -#: config/tc-hppa.c:2617 +#: config/tc-hppa.c:2616 msgid "Invalid Compare and Branch Condition" msgstr "" -#: config/tc-hppa.c:2713 +#: config/tc-hppa.c:2712 msgid "Invalid Logical Instruction Condition." msgstr "" -#: config/tc-hppa.c:2768 +#: config/tc-hppa.c:2767 msgid "Invalid Shift/Extract/Deposit Condition." msgstr "" -#: config/tc-hppa.c:2880 +#: config/tc-hppa.c:2879 msgid "Invalid Unit Instruction Condition." msgstr "" -#: config/tc-hppa.c:3257 config/tc-hppa.c:3289 config/tc-hppa.c:3320 -#: config/tc-hppa.c:3350 +#: config/tc-hppa.c:3256 config/tc-hppa.c:3288 config/tc-hppa.c:3319 +#: config/tc-hppa.c:3349 msgid "Branch to unaligned address" msgstr "" -#: config/tc-hppa.c:3528 +#: config/tc-hppa.c:3527 msgid "Invalid SFU identifier" msgstr "" -#: config/tc-hppa.c:3578 +#: config/tc-hppa.c:3577 msgid "Invalid COPR identifier" msgstr "" -#: config/tc-hppa.c:3707 +#: config/tc-hppa.c:3706 msgid "Invalid Floating Point Operand Format." msgstr "" -#: config/tc-hppa.c:3824 config/tc-hppa.c:3844 config/tc-hppa.c:3864 -#: config/tc-hppa.c:3884 config/tc-hppa.c:3904 +#: config/tc-hppa.c:3823 config/tc-hppa.c:3843 config/tc-hppa.c:3863 +#: config/tc-hppa.c:3883 config/tc-hppa.c:3903 msgid "Invalid register for single precision fmpyadd or fmpysub" msgstr "" -#: config/tc-hppa.c:3961 +#: config/tc-hppa.c:3960 #, c-format msgid "Invalid operands %s" msgstr "" -#: config/tc-hppa.c:4079 +#: config/tc-hppa.c:4078 msgid "Cannot handle fixup" msgstr "" -#: config/tc-hppa.c:4380 +#: config/tc-hppa.c:4379 msgid " -Q ignored\n" msgstr "" -#: config/tc-hppa.c:4384 +#: config/tc-hppa.c:4383 msgid " -c print a warning if a comment is found\n" msgstr "" -#: config/tc-hppa.c:4455 +#: config/tc-hppa.c:4454 #, c-format msgid "no hppa_fixup entry for fixup type 0x%x" msgstr "" -#: config/tc-hppa.c:4633 +#: config/tc-hppa.c:4625 msgid "Unknown relocation encountered in md_apply_fix." msgstr "" -#: config/tc-hppa.c:4775 config/tc-hppa.c:4800 +#: config/tc-hppa.c:4767 config/tc-hppa.c:4792 #, c-format msgid "Undefined register: '%s'." msgstr "" -#: config/tc-hppa.c:4834 +#: config/tc-hppa.c:4826 #, c-format msgid "Non-absolute symbol: '%s'." msgstr "" -#: config/tc-hppa.c:4849 +#: config/tc-hppa.c:4841 #, c-format msgid "Undefined absolute constant: '%s'." msgstr "" -#: config/tc-hppa.c:4950 +#: config/tc-hppa.c:4942 #, c-format msgid "Invalid FP Compare Condition: %s" msgstr "" -#: config/tc-hppa.c:5006 +#: config/tc-hppa.c:4998 #, c-format msgid "Invalid FTEST completer: %s" msgstr "" -#: config/tc-hppa.c:5073 config/tc-hppa.c:5111 +#: config/tc-hppa.c:5065 config/tc-hppa.c:5103 #, c-format msgid "Invalid FP Operand Format: %3s" msgstr "" -#: config/tc-hppa.c:5190 +#: config/tc-hppa.c:5182 msgid "Bad segment in expression." msgstr "" -#: config/tc-hppa.c:5249 +#: config/tc-hppa.c:5241 msgid "Bad segment (should be absolute)." msgstr "" -#: config/tc-hppa.c:5292 +#: config/tc-hppa.c:5284 #, c-format msgid "Invalid argument location: %s\n" msgstr "" -#: config/tc-hppa.c:5323 +#: config/tc-hppa.c:5315 #, c-format msgid "Invalid argument description: %d" msgstr "" -#: config/tc-hppa.c:5346 +#: config/tc-hppa.c:5338 #, c-format msgid "Invalid Nullification: (%c)" msgstr "" -#: config/tc-hppa.c:6066 +#: config/tc-hppa.c:6058 #, c-format msgid "Invalid .CALL argument: %s" msgstr "" -#: config/tc-hppa.c:6188 +#: config/tc-hppa.c:6180 msgid ".callinfo is not within a procedure definition" msgstr "" -#: config/tc-hppa.c:6208 +#: config/tc-hppa.c:6200 #, c-format msgid "FRAME parameter must be a multiple of 8: %d\n" msgstr "" -#: config/tc-hppa.c:6227 +#: config/tc-hppa.c:6219 msgid "Value for ENTRY_GR must be in the range 3..18\n" msgstr "" -#: config/tc-hppa.c:6239 +#: config/tc-hppa.c:6231 msgid "Value for ENTRY_FR must be in the range 12..21\n" msgstr "" -#: config/tc-hppa.c:6249 +#: config/tc-hppa.c:6241 msgid "Value for ENTRY_SR must be 3\n" msgstr "" -#: config/tc-hppa.c:6305 +#: config/tc-hppa.c:6297 #, c-format msgid "Invalid .CALLINFO argument: %s" msgstr "" -#: config/tc-hppa.c:6416 +#: config/tc-hppa.c:6408 msgid "The .ENTER pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6432 +#: config/tc-hppa.c:6424 msgid "Misplaced .entry. Ignored." msgstr "" -#: config/tc-hppa.c:6436 +#: config/tc-hppa.c:6428 msgid "Missing .callinfo." msgstr "" -#: config/tc-hppa.c:6502 +#: config/tc-hppa.c:6494 msgid ".REG expression must be a register" msgstr "" -#: config/tc-hppa.c:6518 +#: config/tc-hppa.c:6510 msgid "bad or irreducible absolute expression; zero assumed" msgstr "" -#: config/tc-hppa.c:6529 +#: config/tc-hppa.c:6521 msgid ".REG must use a label" msgstr "" -#: config/tc-hppa.c:6531 +#: config/tc-hppa.c:6523 msgid ".EQU must use a label" msgstr "" -#: config/tc-hppa.c:6584 +#: config/tc-hppa.c:6576 msgid ".EXIT must appear within a procedure" msgstr "" -#: config/tc-hppa.c:6588 +#: config/tc-hppa.c:6580 msgid "Missing .callinfo" msgstr "" -#: config/tc-hppa.c:6592 +#: config/tc-hppa.c:6584 msgid "No .ENTRY for this .EXIT" msgstr "" -#: config/tc-hppa.c:6619 +#: config/tc-hppa.c:6611 #, c-format msgid "Cannot define export symbol: %s\n" msgstr "" -#: config/tc-hppa.c:6677 +#: config/tc-hppa.c:6669 #, c-format msgid "Using ENTRY rather than CODE in export directive for %s" msgstr "" -#: config/tc-hppa.c:6794 +#: config/tc-hppa.c:6786 #, c-format msgid "Undefined .EXPORT/.IMPORT argument (ignored): %s" msgstr "" -#: config/tc-hppa.c:6876 +#: config/tc-hppa.c:6868 msgid "Missing label name on .LABEL" msgstr "" -#: config/tc-hppa.c:6881 +#: config/tc-hppa.c:6873 msgid "extra .LABEL arguments ignored." msgstr "" -#: config/tc-hppa.c:6898 +#: config/tc-hppa.c:6890 msgid "The .LEAVE pseudo-op is not supported" msgstr "" -#: config/tc-hppa.c:6937 +#: config/tc-hppa.c:6929 msgid "Unrecognized .LEVEL argument\n" msgstr "" -#: config/tc-hppa.c:6973 +#: config/tc-hppa.c:6965 #, c-format msgid "Cannot define static symbol: %s\n" msgstr "" -#: config/tc-hppa.c:7008 +#: config/tc-hppa.c:7000 msgid "Nested procedures" msgstr "" -#: config/tc-hppa.c:7018 +#: config/tc-hppa.c:7010 msgid "Cannot allocate unwind descriptor\n" msgstr "" -#: config/tc-hppa.c:7118 +#: config/tc-hppa.c:7110 msgid "misplaced .procend" msgstr "" -#: config/tc-hppa.c:7121 +#: config/tc-hppa.c:7113 msgid "Missing .callinfo for this procedure" msgstr "" -#: config/tc-hppa.c:7124 +#: config/tc-hppa.c:7116 msgid "Missing .EXIT for a .ENTRY" msgstr "" -#: config/tc-hppa.c:7162 +#: config/tc-hppa.c:7154 msgid "Not in a space.\n" msgstr "" -#: config/tc-hppa.c:7165 +#: config/tc-hppa.c:7157 msgid "Not in a subspace.\n" msgstr "" -#: config/tc-hppa.c:7256 +#: config/tc-hppa.c:7248 msgid "Invalid .SPACE argument" msgstr "" -#: config/tc-hppa.c:7303 +#: config/tc-hppa.c:7295 msgid "Can't change spaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7432 +#: config/tc-hppa.c:7424 #, c-format msgid "Undefined space: '%s' Assuming space number = 0." msgstr "" -#: config/tc-hppa.c:7456 +#: config/tc-hppa.c:7448 msgid "Must be in a space before changing or declaring subspaces.\n" msgstr "" -#: config/tc-hppa.c:7460 +#: config/tc-hppa.c:7452 msgid "Can't change subspaces within a procedure definition. Ignored" msgstr "" -#: config/tc-hppa.c:7495 +#: config/tc-hppa.c:7487 msgid "Parameters of an existing subspace can't be modified" msgstr "" -#: config/tc-hppa.c:7546 +#: config/tc-hppa.c:7538 msgid "Alignment must be a power of 2" msgstr "" -#: config/tc-hppa.c:7588 +#: config/tc-hppa.c:7580 msgid "FIRST not supported as a .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7590 +#: config/tc-hppa.c:7582 msgid "Invalid .SUBSPACE argument" msgstr "" -#: config/tc-hppa.c:7770 +#: config/tc-hppa.c:7762 #, c-format msgid "Internal error: Unable to find containing space for %s." msgstr "" -#: config/tc-hppa.c:7809 +#: config/tc-hppa.c:7801 #, c-format msgid "Out of memory: could not allocate new space chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:7895 +#: config/tc-hppa.c:7887 #, c-format msgid "Out of memory: could not allocate new subspace chain entry: %s\n" msgstr "" -#: config/tc-hppa.c:8589 +#: config/tc-hppa.c:8620 #, c-format msgid "Symbol '%s' could not be created." msgstr "" -#: config/tc-hppa.c:8593 +#: config/tc-hppa.c:8624 msgid "No memory for symbol name." msgstr "" -#: config/tc-i386.c:598 +#: config/tc-i386.c:678 #, c-format msgid "%s shortened to %s" msgstr "" -#: config/tc-i386.c:653 +#: config/tc-i386.c:734 msgid "same type of prefix used twice" msgstr "" -#: config/tc-i386.c:671 +#: config/tc-i386.c:752 msgid "64bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:675 +#: config/tc-i386.c:756 msgid "32bit mode not supported on this CPU." msgstr "" -#: config/tc-i386.c:708 +#: config/tc-i386.c:789 msgid "bad argument to syntax directive." msgstr "" -#: config/tc-i386.c:752 +#: config/tc-i386.c:833 #, c-format msgid "no such architecture: `%s'" msgstr "" -#: config/tc-i386.c:757 +#: config/tc-i386.c:838 msgid "missing cpu architecture" msgstr "" -#: config/tc-i386.c:771 +#: config/tc-i386.c:852 #, c-format msgid "no such architecture modifier: `%s'" msgstr "" -#: config/tc-i386.c:825 config/tc-i386.c:4632 +#: config/tc-i386.c:869 config/tc-i386.c:4979 msgid "Unknown architecture" msgstr "" -#: config/tc-i386.c:860 config/tc-i386.c:883 config/tc-m68k.c:3826 +#: config/tc-i386.c:904 config/tc-i386.c:927 config/tc-m68k.c:3816 #, c-format msgid "Internal Error: Can't hash %s: %s" msgstr "" -#: config/tc-i386.c:1136 +#: config/tc-i386.c:1170 msgid "There are no unsigned pc-relative relocations" msgstr "" -#: config/tc-i386.c:1143 config/tc-i386.c:4831 +#: config/tc-i386.c:1177 config/tc-i386.c:5191 #, c-format msgid "can not do %d byte pc-relative relocation" msgstr "" -#: config/tc-i386.c:1160 +#: config/tc-i386.c:1194 #, c-format msgid "can not do %s %d byte relocation" msgstr "" -#: config/tc-i386.c:1267 config/tc-i386.c:1361 +#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. +#: config/tc-i386.c:1420 +#, c-format +msgid "translating to `%sp'" +msgstr "" + +#: config/tc-i386.c:1465 +#, c-format +msgid "can't encode register '%%%s' in an instruction requiring REX prefix.\n" +msgstr "" + +#: config/tc-i386.c:1504 config/tc-i386.c:1599 #, c-format msgid "no such instruction: `%s'" msgstr "" -#: config/tc-i386.c:1277 config/tc-i386.c:1393 +#: config/tc-i386.c:1514 config/tc-i386.c:1631 #, c-format msgid "invalid character %s in mnemonic" msgstr "" -#: config/tc-i386.c:1284 +#: config/tc-i386.c:1521 msgid "expecting prefix; got nothing" msgstr "" -#: config/tc-i386.c:1286 +#: config/tc-i386.c:1523 msgid "expecting mnemonic; got nothing" msgstr "" -#: config/tc-i386.c:1304 +#: config/tc-i386.c:1542 #, c-format msgid "redundant %s prefix" msgstr "" -#: config/tc-i386.c:1402 +#: config/tc-i386.c:1640 #, c-format msgid "`%s' is not supported on `%s'" msgstr "" -#: config/tc-i386.c:1407 +#: config/tc-i386.c:1645 msgid "use .code16 to ensure correct addressing mode" msgstr "" -#: config/tc-i386.c:1414 +#: config/tc-i386.c:1652 #, c-format msgid "expecting string instruction after `%s'" msgstr "" -#: config/tc-i386.c:1435 +#: config/tc-i386.c:1680 #, c-format msgid "invalid character %s before operand %d" msgstr "" -#: config/tc-i386.c:1449 +#: config/tc-i386.c:1694 #, c-format msgid "unbalanced parenthesis in operand %d." msgstr "" -#: config/tc-i386.c:1452 +#: config/tc-i386.c:1697 #, c-format msgid "unbalanced brackets in operand %d." msgstr "" -#: config/tc-i386.c:1461 +#: config/tc-i386.c:1706 #, c-format msgid "invalid character %s in operand %d" msgstr "" -#: config/tc-i386.c:1488 +#: config/tc-i386.c:1733 #, c-format msgid "spurious operands; (%d operands/instruction max)" msgstr "" -#: config/tc-i386.c:1511 +#: config/tc-i386.c:1756 msgid "expecting operand after ','; got nothing" msgstr "" -#: config/tc-i386.c:1516 +#: config/tc-i386.c:1761 msgid "expecting operand before ','; got nothing" msgstr "" #. We found no match. -#: config/tc-i386.c:1860 +#: config/tc-i386.c:2103 #, c-format msgid "suffix or operands invalid for `%s'" msgstr "" -#: config/tc-i386.c:1871 +#: config/tc-i386.c:2114 #, c-format msgid "indirect %s without `*'" msgstr "" #. Warn them that a data or address size prefix doesn't #. affect assembly of the next line of code. -#: config/tc-i386.c:1879 +#: config/tc-i386.c:2122 #, c-format msgid "stand-alone `%s' prefix" msgstr "" -#: config/tc-i386.c:1915 config/tc-i386.c:1930 +#: config/tc-i386.c:2151 config/tc-i386.c:2166 #, c-format msgid "`%s' operand %d must use `%%es' segment" msgstr "" -#. Prohibit these changes in the 64bit mode, since -#. the lowering is more complicated. -#: config/tc-i386.c:2003 config/tc-i386.c:2057 config/tc-i386.c:2072 -#: config/tc-i386.c:2100 config/tc-i386.c:2128 +#: config/tc-i386.c:2246 +msgid "" +"no instruction mnemonic suffix given and no register operands; can't size " +"instruction" +msgstr "" + +#. Prohibit these changes in the 64bit mode, since the +#. lowering is more complicated. +#: config/tc-i386.c:2330 config/tc-i386.c:2389 config/tc-i386.c:2406 +#: config/tc-i386.c:2438 config/tc-i386.c:2471 #, c-format -msgid "Incorrect register `%%%s' used with`%c' suffix" +msgid "Incorrect register `%%%s' used with `%c' suffix" msgstr "" -#: config/tc-i386.c:2009 config/tc-i386.c:2062 config/tc-i386.c:2133 +#: config/tc-i386.c:2338 config/tc-i386.c:2396 config/tc-i386.c:2478 #, c-format msgid "using `%%%s' instead of `%%%s' due to `%c' suffix" msgstr "" -#: config/tc-i386.c:2025 config/tc-i386.c:2043 config/tc-i386.c:2087 -#: config/tc-i386.c:2114 +#: config/tc-i386.c:2353 config/tc-i386.c:2374 config/tc-i386.c:2425 +#: config/tc-i386.c:2456 #, c-format msgid "`%%%s' not allowed with `%s%c'" msgstr "" -#: config/tc-i386.c:2174 +#: config/tc-i386.c:2519 msgid "no instruction mnemonic suffix given; can't determine immediate size" msgstr "" -#: config/tc-i386.c:2200 +#: config/tc-i386.c:2552 #, c-format msgid "" "no instruction mnemonic suffix given; can't determine immediate size %x %c" msgstr "" -#: config/tc-i386.c:2225 -msgid "" -"no instruction mnemonic suffix given and no register operands; can't size " -"instruction" -msgstr "" - -#: config/tc-i386.c:2273 -msgid "64bit operations available only in 64bit modes." -msgstr "" - #. Reversed arguments on faddp, fsubp, etc. -#: config/tc-i386.c:2341 +#: config/tc-i386.c:2601 #, c-format msgid "translating to `%s %%%s,%%%s'" msgstr "" #. Extraneous `l' suffix on fp insn. -#: config/tc-i386.c:2348 +#: config/tc-i386.c:2608 #, c-format msgid "translating to `%s %%%s'" msgstr "" -#: config/tc-i386.c:2621 +#: config/tc-i386.c:2626 #, c-format msgid "you can't `pop %%cs'" msgstr "" -#. UnixWare fsub no args is alias for fsubp, fadd -> faddp, etc. -#: config/tc-i386.c:2654 -#, c-format -msgid "translating to `%sp'" -msgstr "" - -#: config/tc-i386.c:2697 -#, c-format -msgid "" -"Can't encode registers '%%%s' in the instruction requiring REX prefix.\n" +#. lea +#: config/tc-i386.c:2645 +msgid "segment override on `lea' is ineffectual" msgstr "" -#: config/tc-i386.c:2759 config/tc-i386.c:2849 config/tc-i386.c:2885 +#: config/tc-i386.c:2954 config/tc-i386.c:3048 config/tc-i386.c:3093 msgid "skipping prefixes on this instruction" msgstr "" -#: config/tc-i386.c:2905 +#: config/tc-i386.c:3113 msgid "16-bit jump out of range" msgstr "" -#: config/tc-i386.c:2914 +#: config/tc-i386.c:3122 #, c-format msgid "can't handle non absolute segment in `%s'" msgstr "" -#: config/tc-i386.c:3221 +#: config/tc-i386.c:3564 #, c-format msgid "@%s reloc is not supported in %s bit mode" msgstr "" -#: config/tc-i386.c:3297 +#: config/tc-i386.c:3640 msgid "only 1 or 2 immediate operands are allowed" msgstr "" -#: config/tc-i386.c:3320 config/tc-i386.c:3508 +#: config/tc-i386.c:3663 config/tc-i386.c:3855 #, c-format msgid "junk `%s' after expression" msgstr "" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3331 +#: config/tc-i386.c:3674 #, c-format msgid "missing or invalid immediate expression `%s' taken as 0" msgstr "" -#: config/tc-i386.c:3362 config/tc-i386.c:3569 +#: config/tc-i386.c:3706 config/tc-i386.c:3921 #, c-format msgid "unimplemented segment %s in operand" msgstr "" -#: config/tc-i386.c:3364 config/tc-i386.c:3571 +#: config/tc-i386.c:3708 config/tc-i386.c:3923 #, c-format msgid "unimplemented segment type %d in operand" msgstr "" -#: config/tc-i386.c:3408 config/tc-i386.c:5592 +#: config/tc-i386.c:3752 config/tc-i386.c:5968 #, c-format msgid "expecting scale factor of 1, 2, 4, or 8: got `%s'" msgstr "" -#: config/tc-i386.c:3415 +#: config/tc-i386.c:3759 #, c-format msgid "scale factor of %d without an index register" msgstr "" -#: config/tc-i386.c:3528 +#: config/tc-i386.c:3875 #, c-format msgid "bad expression used with @%s" msgstr "" #. Missing or bad expr becomes absolute 0. -#: config/tc-i386.c:3550 +#: config/tc-i386.c:3897 #, c-format msgid "missing or invalid displacement expression `%s' taken as 0" msgstr "" -#: config/tc-i386.c:3656 +#: config/tc-i386.c:4021 #, c-format msgid "`%s' is not a valid base/index expression" msgstr "" -#: config/tc-i386.c:3660 +#: config/tc-i386.c:4025 #, c-format msgid "`%s' is not a valid %s bit base/index expression" msgstr "" -#: config/tc-i386.c:3735 +#: config/tc-i386.c:4100 #, c-format msgid "bad memory operand `%s'" msgstr "" -#: config/tc-i386.c:3750 +#: config/tc-i386.c:4115 #, c-format msgid "junk `%s' after register" msgstr "" -#: config/tc-i386.c:3759 config/tc-i386.c:3874 config/tc-i386.c:3912 +#: config/tc-i386.c:4124 config/tc-i386.c:4239 config/tc-i386.c:4277 #, c-format msgid "bad register name `%s'" msgstr "" -#: config/tc-i386.c:3767 +#: config/tc-i386.c:4132 msgid "immediate operand illegal with absolute jump" msgstr "" -#: config/tc-i386.c:3789 +#: config/tc-i386.c:4154 #, c-format msgid "too many memory references for `%s'" msgstr "" -#: config/tc-i386.c:3867 +#: config/tc-i386.c:4232 #, c-format msgid "expecting `,' or `)' after index register in `%s'" msgstr "" -#: config/tc-i386.c:3891 +#: config/tc-i386.c:4256 #, c-format msgid "expecting `)' after scale factor in `%s'" msgstr "" -#: config/tc-i386.c:3898 +#: config/tc-i386.c:4263 #, c-format msgid "expecting index register or scale factor after `,'; got '%c'" msgstr "" -#: config/tc-i386.c:3905 +#: config/tc-i386.c:4270 #, c-format msgid "expecting `,' or `)' after base register in `%s'" msgstr "" #. It's not a memory operand; argh! -#: config/tc-i386.c:3946 +#: config/tc-i386.c:4311 #, c-format msgid "invalid char %s beginning operand %d `%s'" msgstr "" -#: config/tc-i386.c:4121 +#: config/tc-i386.c:4494 msgid "long jump required" msgstr "" -#: config/tc-i386.c:4421 +#: config/tc-i386.c:4768 msgid "Bad call to md_atof ()" msgstr "" -#: config/tc-i386.c:4585 +#: config/tc-i386.c:4932 msgid "No compiled in support for x86_64" msgstr "" -#: config/tc-i386.c:4606 +#: config/tc-i386.c:4953 msgid "" " -Q ignored\n" " -V print assembler version number\n" @@ -4088,125 +4394,122 @@ msgid "" " -s ignored\n" msgstr "" -#: config/tc-i386.c:4613 +#: config/tc-i386.c:4960 msgid " -q quieten some warnings\n" msgstr "" -#: config/tc-i386.c:4714 config/tc-s390.c:1592 +#: config/tc-i386.c:5061 config/tc-s390.c:1817 msgid "GOT already in symbol table" msgstr "" -#: config/tc-i386.c:4846 +#: config/tc-i386.c:5206 #, c-format msgid "can not do %d byte relocation" msgstr "" -#: config/tc-i386.c:4898 config/tc-s390.c:1957 +#: config/tc-i386.c:5274 config/tc-s390.c:2236 #, c-format msgid "cannot represent relocation type %s" msgstr "" -#: config/tc-i386.c:5194 +#: config/tc-i386.c:5570 #, c-format msgid "too many memory references for '%s'" msgstr "" -#: config/tc-i386.c:5357 +#: config/tc-i386.c:5733 #, c-format msgid "Unknown operand modifier `%s'\n" msgstr "" -#: config/tc-i386.c:5564 +#: config/tc-i386.c:5940 #, c-format msgid "`%s' is not a valid segment register" msgstr "" -#: config/tc-i386.c:5574 config/tc-i386.c:5695 +#: config/tc-i386.c:5950 config/tc-i386.c:6071 msgid "Register scaling only allowed in memory operands." msgstr "" -#: config/tc-i386.c:5605 +#: config/tc-i386.c:5981 msgid "Too many register references in memory operand.\n" msgstr "" -#: config/tc-i386.c:5674 +#: config/tc-i386.c:6050 #, c-format msgid "Syntax error. Expecting a constant. Got `%s'.\n" msgstr "" -#: config/tc-i386.c:5744 +#: config/tc-i386.c:6120 #, c-format msgid "Unrecognized token '%s'" msgstr "" -#: config/tc-i386.c:5761 +#: config/tc-i386.c:6137 #, c-format msgid "Unexpected token `%s'\n" msgstr "" -#: config/tc-i386.c:5905 +#: config/tc-i386.c:6281 #, c-format msgid "Unrecognized token `%s'\n" msgstr "" -#: config/tc-i860.c:154 config/tc-i860.c:158 +#: config/tc-i386.c:6365 +#, c-format +msgid "unknown register name '%s'" +msgstr "" + +#: config/tc-i860.c:162 config/tc-i860.c:166 msgid "Unknown temporary pseudo register" msgstr "" -#: config/tc-i860.c:181 config/tc-mips.c:1248 +#: config/tc-i860.c:189 config/tc-mips.c:1199 #, c-format msgid "internal error: can't hash `%s': %s\n" msgstr "" -#: config/tc-i860.c:201 +#: config/tc-i860.c:209 msgid "Defective assembler. No assembly attempted." msgstr "" -#: config/tc-i860.c:347 +#: config/tc-i860.c:359 #, c-format msgid "Expanded opcode after delayed branch: `%s'" msgstr "" -#: config/tc-i860.c:351 +#: config/tc-i860.c:363 #, c-format msgid "Expanded opcode in dual mode: `%s'" msgstr "" -#: config/tc-i860.c:355 +#: config/tc-i860.c:367 #, c-format msgid "An instruction was expanded (%s)" msgstr "" -#: config/tc-i860.c:613 +#: config/tc-i860.c:640 msgid "Pipelined instruction: fsrc1 = fdest" msgstr "" -#: config/tc-i860.c:776 config/tc-i860.c:783 config/tc-i860.c:790 +#: config/tc-i860.c:804 config/tc-i860.c:811 config/tc-i860.c:818 msgid "Assembler does not yet support PIC" msgstr "" -#: config/tc-i860.c:849 +#: config/tc-i860.c:879 #, c-format msgid "Illegal operands for %s" msgstr "" -#: config/tc-i860.c:873 config/tc-sparc.c:2731 +#: config/tc-i860.c:903 config/tc-sparc.c:2834 msgid "bad segment" msgstr "" -#: config/tc-i860.c:965 -msgid "md_number_to_disp\n" -msgstr "" - -#: config/tc-i860.c:975 -msgid "i860_number_to_field\n" -msgstr "" - -#: config/tc-i860.c:984 +#: config/tc-i860.c:993 msgid "i860_estimate_size_before_relax\n" msgstr "" -#: config/tc-i860.c:1075 +#: config/tc-i860.c:1084 msgid "" " -EL\t\t\t generate code for little endian mode (default)\n" " -EB\t\t\t generate code for big endian mode\n" @@ -4214,84 +4517,84 @@ msgid "" msgstr "" #. SVR4 compatibility flags. -#: config/tc-i860.c:1081 +#: config/tc-i860.c:1090 msgid "" " -V\t\t\t print assembler version number\n" " -Qy, -Qn\t\t ignored\n" msgstr "" -#: config/tc-i860.c:1150 +#: config/tc-i860.c:1159 msgid "This immediate requires 0 MOD 2 alignment" msgstr "" -#: config/tc-i860.c:1153 +#: config/tc-i860.c:1162 msgid "This immediate requires 0 MOD 4 alignment" msgstr "" -#: config/tc-i860.c:1156 +#: config/tc-i860.c:1165 msgid "This immediate requires 0 MOD 8 alignment" msgstr "" -#: config/tc-i860.c:1159 +#: config/tc-i860.c:1168 msgid "This immediate requires 0 MOD 16 alignment" msgstr "" -#: config/tc-i860.c:1257 +#: config/tc-i860.c:1266 msgid "5-bit immediate too large" msgstr "" -#: config/tc-i860.c:1260 +#: config/tc-i860.c:1269 msgid "5-bit field must be absolute" msgstr "" -#: config/tc-i860.c:1305 config/tc-i860.c:1328 +#: config/tc-i860.c:1314 config/tc-i860.c:1337 msgid "A branch offset requires 0 MOD 4 alignment" msgstr "" -#: config/tc-i860.c:1349 +#: config/tc-i860.c:1358 #, c-format -msgid "Unrecognized fix-up (0x%08x)" +msgid "Unrecognized fix-up (0x%08lx)" msgstr "" #: config/tc-i860.h:80 msgid "i860_convert_frag\n" msgstr "" -#: config/tc-i960.c:550 +#: config/tc-i960.c:574 #, c-format msgid "Hashing returned \"%s\"." msgstr "" #. Offset of last character in opcode mnemonic -#: config/tc-i960.c:584 +#: config/tc-i960.c:608 msgid "branch prediction invalid on this opcode" msgstr "" -#: config/tc-i960.c:624 +#: config/tc-i960.c:648 #, c-format msgid "invalid opcode, \"%s\"." msgstr "" -#: config/tc-i960.c:629 +#: config/tc-i960.c:653 #, c-format msgid "improper number of operands. expecting %d, got %d" msgstr "" -#: config/tc-i960.c:861 +#: config/tc-i960.c:877 #, c-format msgid "Fixup of %ld too large for field width of %d" msgstr "" -#: config/tc-i960.c:978 +#: config/tc-i960.c:994 #, c-format msgid "invalid architecture %s" msgstr "" -#: config/tc-i960.c:998 +#: config/tc-i960.c:1014 msgid "I960 options:\n" msgstr "" -#: config/tc-i960.c:1001 +#: config/tc-i960.c:1017 msgid "" "\n" "\t\t\tspecify variant of 960 architecture\n" @@ -4302,210 +4605,215 @@ msgid "" "\t\t\tlong displacements\n" msgstr "" -#: config/tc-i960.c:1404 +#: config/tc-i960.c:1419 config/tc-xtensa.c:8604 msgid "too many operands" msgstr "" -#: config/tc-i960.c:1463 config/tc-i960.c:1690 +#: config/tc-i960.c:1477 config/tc-i960.c:1702 msgid "expression syntax error" msgstr "" -#: config/tc-i960.c:1501 +#: config/tc-i960.c:1515 msgid "attempt to branch into different segment" msgstr "" -#: config/tc-i960.c:1505 +#: config/tc-i960.c:1519 #, c-format msgid "target of %s instruction must be a label" msgstr "" -#: config/tc-i960.c:1544 +#: config/tc-i960.c:1557 msgid "unmatched '['" msgstr "" -#: config/tc-i960.c:1555 +#: config/tc-i960.c:1568 msgid "garbage after index spec ignored" msgstr "" #. We never moved: there was no opcode either! -#: config/tc-i960.c:1621 +#: config/tc-i960.c:1633 msgid "missing opcode" msgstr "" -#: config/tc-i960.c:2036 +#: config/tc-i960.c:2046 msgid "invalid index register" msgstr "" -#: config/tc-i960.c:2059 +#: config/tc-i960.c:2069 msgid "invalid scale factor" msgstr "" -#: config/tc-i960.c:2242 +#: config/tc-i960.c:2250 msgid "unaligned register" msgstr "" -#: config/tc-i960.c:2265 +#: config/tc-i960.c:2273 msgid "no such sfr in this architecture" msgstr "" -#: config/tc-i960.c:2303 +#: config/tc-i960.c:2311 msgid "illegal literal" msgstr "" #. Should not happen: see block comment above -#: config/tc-i960.c:2533 +#: config/tc-i960.c:2539 #, c-format msgid "Trying to 'bal' to %s" msgstr "" -#: config/tc-i960.c:2544 +#: config/tc-i960.c:2550 msgid "Looks like a proc, but can't tell what kind.\n" msgstr "" -#: config/tc-i960.c:2575 +#: config/tc-i960.c:2582 msgid "should have 1 or 2 operands" msgstr "" -#: config/tc-i960.c:2584 config/tc-i960.c:2603 +#: config/tc-i960.c:2591 config/tc-i960.c:2610 #, c-format msgid "Redefining leafproc %s" msgstr "" -#: config/tc-i960.c:2634 +#: config/tc-i960.c:2641 msgid "should have two operands" msgstr "" -#: config/tc-i960.c:2644 +#: config/tc-i960.c:2651 msgid "'entry_num' must be absolute number in [0,31]" msgstr "" -#: config/tc-i960.c:2653 +#: config/tc-i960.c:2660 #, c-format msgid "Redefining entrynum for sysproc %s" msgstr "" -#: config/tc-i960.c:2760 +#: config/tc-i960.c:2764 msgid "architecture of opcode conflicts with that of earlier instruction(s)" msgstr "" -#: config/tc-i960.c:2781 +#: config/tc-i960.c:2785 msgid "big endian mode is not supported" msgstr "" -#: config/tc-i960.c:2783 +#: config/tc-i960.c:2787 #, c-format msgid "ignoring unrecognized .endian type `%s'" msgstr "" -#: config/tc-i960.c:3055 +#: config/tc-i960.c:3071 #, c-format msgid "leafproc symbol '%s' undefined" msgstr "" -#: config/tc-i960.c:3065 +#: config/tc-i960.c:3081 #, c-format msgid "Warning: making leafproc entries %s and %s both global\n" msgstr "" -#: config/tc-i960.c:3174 +#: config/tc-i960.c:3190 msgid "option --link-relax is only supported in b.out format" msgstr "" -#: config/tc-i960.c:3217 write.c:2670 -msgid "callj to difference of two symbols" +#: config/tc-ia64.c:978 +msgid "Bad .section directive: want a,o,s,w,x,M,S,G,T in string" msgstr "" -#: config/tc-ia64.c:1052 +#: config/tc-ia64.c:1101 msgid "Unwind directive not followed by an instruction." msgstr "" -#: config/tc-ia64.c:4416 +#: config/tc-ia64.c:4559 msgid "Register name expected" msgstr "" -#: config/tc-ia64.c:4421 config/tc-ia64.c:4707 +#: config/tc-ia64.c:4564 config/tc-ia64.c:4850 msgid "Comma expected" msgstr "" -#: config/tc-ia64.c:4429 +#: config/tc-ia64.c:4572 msgid "Register value annotation ignored" msgstr "" -#: config/tc-ia64.c:4453 +#: config/tc-ia64.c:4596 msgid "Directive invalid within a bundle" msgstr "" -#: config/tc-ia64.c:4520 +#: config/tc-ia64.c:4663 msgid "Missing predicate relation type" msgstr "" -#: config/tc-ia64.c:4536 +#: config/tc-ia64.c:4679 msgid "Unrecognized predicate relation type" msgstr "" -#: config/tc-ia64.c:4556 config/tc-ia64.c:4581 +#: config/tc-ia64.c:4699 config/tc-ia64.c:4724 msgid "Predicate register expected" msgstr "" -#: config/tc-ia64.c:4568 +#: config/tc-ia64.c:4711 msgid "Duplicate predicate register ignored" msgstr "" -#: config/tc-ia64.c:4590 +#: config/tc-ia64.c:4733 msgid "Bad register range" msgstr "" -#: config/tc-ia64.c:4618 +#: config/tc-ia64.c:4761 msgid "Predicate source and target required" msgstr "" -#: config/tc-ia64.c:4620 config/tc-ia64.c:4632 +#: config/tc-ia64.c:4763 config/tc-ia64.c:4775 msgid "Use of p0 is not valid in this context" msgstr "" -#: config/tc-ia64.c:4627 +#: config/tc-ia64.c:4770 msgid "At least two PR arguments expected" msgstr "" -#: config/tc-ia64.c:4641 +#: config/tc-ia64.c:4784 msgid "At least one PR argument expected" msgstr "" -#: config/tc-ia64.c:4677 +#: config/tc-ia64.c:4820 #, c-format msgid "Inserting \"%s\" into entry hint table failed: %s" msgstr "" #. FIXME -- need 62-bit relocation type -#: config/tc-ia64.c:5147 +#: config/tc-ia64.c:5298 msgid "62-bit relocation not yet implemented" msgstr "" #. XXX technically, this is wrong: we should not be issuing warning #. messages until we're sure this instruction pattern is going to #. be used! -#: config/tc-ia64.c:5220 +#: config/tc-ia64.c:5371 msgid "lower 16 bits of mask ignored" msgstr "" -#: config/tc-ia64.c:5775 +#: config/tc-ia64.c:5935 msgid "Value truncated to 62 bits" msgstr "" -#: config/tc-ia64.c:6126 +#: config/tc-ia64.c:6287 msgid "" "Additional NOP may be necessary to workaround Itanium processor A/B step " "errata" msgstr "" -#: config/tc-ia64.c:6309 +#: config/tc-ia64.c:6470 #, c-format msgid "Unrecognized option '-x%s'" msgstr "" -#: config/tc-ia64.c:6337 +#: config/tc-ia64.c:6498 msgid "" "IA-64 options:\n" +" --mconstant-gp\t mark output file as using the constant-GP model\n" +"\t\t\t (sets ELF header flag EF_IA_64_CONS_GP)\n" +" --mauto-pic\t\t mark output file as using the constant-GP model\n" +"\t\t\t without function descriptors (sets ELF header flag\n" +"\t\t\t EF_IA_64_NOFUNCDESC_CONS_GP)\n" " -milp32|-milp64|-mlp64|-mp64\tselect data model (default -mlp64)\n" " -mle | -mbe\t\t select little- or big-endian byte order (default -mle)\n" " -x | -xexplicit\t turn on dependency violation checking (default)\n" @@ -4513,208 +4821,268 @@ msgid "" " -xdebug\t\t debug dependency violation checker\n" msgstr "" -#: config/tc-ia64.c:6351 +#: config/tc-ia64.c:6517 msgid "--gstabs is not supported for ia64" msgstr "" -#: config/tc-ia64.c:6618 config/tc-mips.c:1227 +#: config/tc-ia64.c:6820 config/tc-mips.c:1188 msgid "Could not set architecture and machine" msgstr "" -#: config/tc-ia64.c:6725 +#: config/tc-ia64.c:6927 msgid "Explicit stops are ignored in auto mode" msgstr "" -#: config/tc-ia64.c:6775 +#: config/tc-ia64.c:6977 msgid "Found '{' after explicit switch to automatic mode" msgstr "" -#: config/tc-ia64.c:7222 +#: config/tc-ia64.c:7424 #, c-format msgid "Unhandled dependency %s for %s (%s), note %d" msgstr "" -#: config/tc-ia64.c:8498 +#: config/tc-ia64.c:8700 #, c-format msgid "Unrecognized dependency specifier %d\n" msgstr "" -#: config/tc-ia64.c:9300 +#: config/tc-ia64.c:9502 msgid "Only the first path encountering the conflict is reported" msgstr "" -#: config/tc-ia64.c:9303 +#: config/tc-ia64.c:9505 msgid "This is the location of the conflicting usage" msgstr "" +#: config/tc-ia64.c:10774 read.c:1370 read.c:1975 read.c:2183 read.c:2794 +msgid "expected symbol name" +msgstr "" + +#: config/tc-ia64.c:10784 read.c:1380 read.c:2193 read.c:2804 stabs.c:480 +#, c-format +msgid "expected comma after \"%s\"" +msgstr "" + +#: config/tc-ia64.c:10825 +#, c-format +msgid "`%s' is already the alias of %s `%s'" +msgstr "" + +#: config/tc-ia64.c:10835 +#, c-format +msgid "%s `%s' already has an alias `%s'" +msgstr "" + +#: config/tc-ia64.c:10846 +#, c-format +msgid "inserting \"%s\" into %s alias hash table failed: %s" +msgstr "" + +#: config/tc-ia64.c:10854 +#, c-format +msgid "inserting \"%s\" into %s name hash table failed: %s" +msgstr "" + +#: config/tc-ia64.c:10873 +#, c-format +msgid "symbol `%s' aliased to `%s' is not used" +msgstr "" + +#: config/tc-ia64.c:10895 +#, c-format +msgid "section `%s' aliased to `%s' is not used" +msgstr "" + +#: config/tc-ip2k.c:125 +msgid "IP2K specific command line options:\n" +msgstr "" + +#: config/tc-ip2k.c:126 +msgid " -mip2022 restrict to IP2022 insns \n" +msgstr "" + +#: config/tc-ip2k.c:127 +msgid " -mip2022ext permit extended IP2022 insn\n" +msgstr "" + +#: config/tc-ip2k.c:248 +msgid "md_pcrel_from\n" +msgstr "" + #. Pretend that we do not recognise this option. -#: config/tc-m32r.c:231 +#: config/tc-m32r.c:233 msgid "Unrecognised option: -hidden" msgstr "" -#: config/tc-m32r.c:265 +#: config/tc-m32r.c:267 msgid " M32R specific command line options:\n" msgstr "" -#: config/tc-m32r.c:267 +#: config/tc-m32r.c:269 msgid "" " -m32r disable support for the m32rx instruction set\n" msgstr "" -#: config/tc-m32r.c:269 +#: config/tc-m32r.c:271 msgid " -m32rx support the extended m32rx instruction set\n" msgstr "" -#: config/tc-m32r.c:271 +#: config/tc-m32r.c:273 msgid " -O try to combine instructions in parallel\n" msgstr "" -#: config/tc-m32r.c:274 +#: config/tc-m32r.c:276 msgid "" " -warn-explicit-parallel-conflicts warn when parallel instructions\n" msgstr "" -#: config/tc-m32r.c:276 +#: config/tc-m32r.c:278 msgid " violate contraints\n" msgstr "" -#: config/tc-m32r.c:278 +#: config/tc-m32r.c:280 msgid " -no-warn-explicit-parallel-conflicts do not warn when parallel\n" msgstr "" -#: config/tc-m32r.c:280 +#: config/tc-m32r.c:282 msgid "" " instructions violate contraints\n" msgstr "" -#: config/tc-m32r.c:282 +#: config/tc-m32r.c:284 msgid "" " -Wp synonym for -warn-explicit-parallel-conflicts\n" msgstr "" -#: config/tc-m32r.c:284 +#: config/tc-m32r.c:286 msgid "" " -Wnp synonym for -no-warn-explicit-parallel-conflicts\n" msgstr "" -#: config/tc-m32r.c:287 +#: config/tc-m32r.c:289 msgid "" " -warn-unmatched-high warn when an (s)high reloc has no matching low " "reloc\n" msgstr "" -#: config/tc-m32r.c:289 +#: config/tc-m32r.c:291 msgid " -no-warn-unmatched-high do not warn about missing low relocs\n" msgstr "" -#: config/tc-m32r.c:291 +#: config/tc-m32r.c:293 msgid " -Wuh synonym for -warn-unmatched-high\n" msgstr "" -#: config/tc-m32r.c:293 +#: config/tc-m32r.c:295 msgid " -Wnuh synonym for -no-warn-unmatched-high\n" msgstr "" -#: config/tc-m32r.c:297 +#: config/tc-m32r.c:299 msgid " -relax create linker relaxable code\n" msgstr "" -#: config/tc-m32r.c:299 +#: config/tc-m32r.c:301 msgid " -cpu-desc provide runtime cpu description file\n" msgstr "" -#: config/tc-m32r.c:691 +#: config/tc-m32r.c:700 msgid "Instructions write to the same destination register." msgstr "" -#: config/tc-m32r.c:699 +#: config/tc-m32r.c:708 msgid "Instructions do not use parallel execution pipelines." msgstr "" -#: config/tc-m32r.c:706 +#: config/tc-m32r.c:715 msgid "Instructions share the same execution pipeline" msgstr "" -#: config/tc-m32r.c:776 config/tc-m32r.c:872 +#: config/tc-m32r.c:791 config/tc-m32r.c:887 #, c-format msgid "not a 16 bit instruction '%s'" msgstr "" -#: config/tc-m32r.c:783 config/tc-m32r.c:879 config/tc-m32r.c:1035 +#: config/tc-m32r.c:798 config/tc-m32r.c:894 config/tc-m32r.c:1050 #, c-format msgid "unknown instruction '%s'" msgstr "" -#: config/tc-m32r.c:792 config/tc-m32r.c:886 config/tc-m32r.c:1042 +#: config/tc-m32r.c:807 config/tc-m32r.c:901 config/tc-m32r.c:1057 #, c-format msgid "instruction '%s' is for the M32RX only" msgstr "" -#: config/tc-m32r.c:801 config/tc-m32r.c:895 +#: config/tc-m32r.c:816 config/tc-m32r.c:910 #, c-format msgid "instruction '%s' cannot be executed in parallel." msgstr "" -#: config/tc-m32r.c:856 config/tc-m32r.c:920 config/tc-m32r.c:1092 +#: config/tc-m32r.c:871 config/tc-m32r.c:935 config/tc-m32r.c:1107 msgid "internal error: lookup/get operands failed" msgstr "" -#: config/tc-m32r.c:905 +#: config/tc-m32r.c:920 #, c-format msgid "'%s': only the NOP instruction can be issued in parallel on the m32r" msgstr "" -#: config/tc-m32r.c:934 +#: config/tc-m32r.c:949 #, c-format msgid "" "%s: output of 1st instruction is the same as an input to 2nd instruction - " "is this intentional ?" msgstr "" -#: config/tc-m32r.c:938 +#: config/tc-m32r.c:953 #, c-format msgid "" "%s: output of 2nd instruction is the same as an input to 1st instruction - " "is this intentional ?" msgstr "" -#: config/tc-m32r.c:1252 config/tc-ppc.c:1571 config/tc-ppc.c:3966 +#: config/tc-m32r.c:1267 config/tc-ppc.c:1727 config/tc-ppc.c:4245 msgid "Expected comma after symbol-name: rest of line ignored." msgstr "" -#: config/tc-m32r.c:1262 +#: config/tc-m32r.c:1277 #, c-format msgid ".SCOMMon length (%ld.) <0! Ignored." msgstr "" -#: config/tc-m32r.c:1276 config/tc-ppc.c:1593 config/tc-ppc.c:2615 -#: config/tc-ppc.c:3990 +#: config/tc-m32r.c:1291 config/tc-ppc.c:1749 config/tc-ppc.c:2894 +#: config/tc-ppc.c:4269 msgid "ignoring bad alignment" msgstr "" -#: config/tc-m32r.c:1288 config/tc-ppc.c:1630 config/tc-v850.c:333 +#: config/tc-m32r.c:1303 config/tc-ppc.c:1786 config/tc-v850.c:335 msgid "Common alignment not a power of 2" msgstr "" -#: config/tc-m32r.c:1303 config/tc-ppc.c:1604 config/tc-ppc.c:4002 +#: config/tc-m32r.c:1318 config/tc-ppc.c:1760 config/tc-ppc.c:4281 #, c-format msgid "Ignoring attempt to re-define symbol `%s'." msgstr "" -#: config/tc-m32r.c:1312 +#: config/tc-m32r.c:1327 #, c-format msgid "Length of .scomm \"%s\" is already %ld. Not changed to %ld." msgstr "" -#: config/tc-m32r.c:1789 +#: config/tc-m32r.c:1808 msgid "Unmatched high/shigh reloc" msgstr "" -#: config/tc-m68hc11.c:327 +#: config/tc-m68hc11.c:372 #, c-format msgid "" -"Motorola 68HC11/68HC12 options:\n" -" -m68hc11 | -m68hc12 specify the processor [default %s]\n" +"Motorola 68HC11/68HC12/68HCS12 options:\n" +" -m68hc11 | -m68hc12 |\n" +" -m68hcs12 specify the processor [default %s]\n" +" -mshort use 16-bit int ABI (default)\n" +" -mlong use 32-bit int ABI\n" +" -mshort-double use 32-bit double ABI\n" +" -mlong-double use 64-bit double ABI (default)\n" " --force-long-branchs always turn relative branchs into absolute ones\n" " -S,--short-branchs do not turn relative branchs into absolute ones\n" " when the offset is out of range\n" @@ -4726,55 +5094,55 @@ msgid "" " (used for testing)\n" msgstr "" -#: config/tc-m68hc11.c:368 +#: config/tc-m68hc11.c:418 #, c-format msgid "Default target `%s' is not supported." msgstr "" #. Dump the opcode statistics table. -#: config/tc-m68hc11.c:387 +#: config/tc-m68hc11.c:437 msgid "Name # Modes Min ops Max ops Modes mask # Used\n" msgstr "" -#: config/tc-m68hc11.c:437 +#: config/tc-m68hc11.c:505 #, c-format msgid "Option `%s' is not recognized." msgstr "" -#: config/tc-m68hc11.c:658 +#: config/tc-m68hc11.c:737 msgid "#" msgstr "" -#: config/tc-m68hc11.c:667 +#: config/tc-m68hc11.c:746 msgid "#" msgstr "" -#: config/tc-m68hc11.c:676 config/tc-m68hc11.c:685 +#: config/tc-m68hc11.c:755 config/tc-m68hc11.c:764 msgid ",X" msgstr "" -#: config/tc-m68hc11.c:703 +#: config/tc-m68hc11.c:791 msgid "*" msgstr "" -#: config/tc-m68hc11.c:715 +#: config/tc-m68hc11.c:803 msgid "#" msgstr "" -#: config/tc-m68hc11.c:725 +#: config/tc-m68hc11.c:813 #, c-format msgid "symbol%d" msgstr "" -#: config/tc-m68hc11.c:727 +#: config/tc-m68hc11.c:815 msgid "" msgstr "" -#: config/tc-m68hc11.c:746 +#: config/tc-m68hc11.c:834 msgid "