public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [SH64 Patch] Reenable gprof
@ 2004-12-15 14:39 Andrew STUBBS
  2004-12-15 19:38 ` DJ Delorie
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew STUBBS @ 2004-12-15 14:39 UTC (permalink / raw)
  To: binutils

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

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)

[-- Attachment #2: sh64-gprof.patch --]
[-- Type: text/plain, Size: 830 bytes --]

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}"
     ;;



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [SH64 Patch] Reenable gprof
  2004-12-15 14:39 [SH64 Patch] Reenable gprof Andrew STUBBS
@ 2004-12-15 19:38 ` DJ Delorie
  0 siblings, 0 replies; 2+ messages in thread
From: DJ Delorie @ 2004-12-15 19:38 UTC (permalink / raw)
  To: andrew.stubbs; +Cc: binutils


> 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.

Up to the sh maintainers, but please remember to update both src and
gcc for any toplevel changes.  Also, please review the configure diff
before committing, to make sure the appropriate version of autoconf
got used ;-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-12-15 19:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-15 14:39 [SH64 Patch] Reenable gprof Andrew STUBBS
2004-12-15 19:38 ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).