[SH64 Patch] Reenable gprof

Andrew STUBBS andrew.stubbs@st.com
Wed Dec 15 14:39:00 GMT 2004


Gprof is currently disabled for sh64.

The attached patch reenables it by unifying the sh and sh64 entries in
configure.in .

Note that the configure script needs to be regenerated after the patch
is applied.

-- 
Andrew Stubbs
andrew.stubbs@st.com
(aka. andrew.stubbs@superh.com)
-------------- next part --------------
2004-12-14  Andrew Stubbs  <andrew.stubbs@st.com>

	* configure.in (sh64-*-*): Reenable gprof.
	* configure: Regenerate.

--- src/configure.in	2004-11-22 20:33:30.000000000 +0000
+++ src/configure.in	2004-12-14 11:33:13.000000000 +0000
@@ -724,7 +724,7 @@ case "${target}" in
   romp-*-*)
     noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes target-libgloss ${libgcj}"
     ;;
-  sh-*-*)
+  sh-*-* | sh64-*-*)
     case "${host}" in
       i[[3456789]]86-*-vsta) ;; # don't add gprof back in
       i[[3456789]]86-*-go32*) ;; # don't add gprof back in
@@ -733,9 +733,6 @@ case "${target}" in
     esac
     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
     ;;
-  sh64-*-*)
-    noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
-    ;;
   sparc-*-elf*)
     noconfigdirs="$noconfigdirs ${libgcj}"
     ;;




More information about the Binutils mailing list