aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-linux.h
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2005-10-24 16:51:59 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2005-10-24 16:51:59 +0000
commit3674b34daf6b281648cc01d31fe85e5d7a5dfe3f (patch)
tree543373aa5e5ab79d3d5d926571f0b8a84fb2e778 /gcc/config/pa/pa-linux.h
parent09e87839d4255f7a9fd1c2531efacd7b8b6f33a8 (diff)
downloadgcc-3674b34daf6b281648cc01d31fe85e5d7a5dfe3f.zip
gcc-3674b34daf6b281648cc01d31fe85e5d7a5dfe3f.tar.gz
gcc-3674b34daf6b281648cc01d31fe85e5d7a5dfe3f.tar.bz2
pa-linux.h (NO_PROFILE_COUNTERS): Delete define.
* pa-linux.h (NO_PROFILE_COUNTERS): Delete define. (NO_DEFERRED_PROFILE_COUNTERS): Define. * pa.h (NO_PROFILE_COUNTERS): Define. * pa.c (NO_DEFERRED_PROFILE_COUNTERS): Define if not defined. (funcdef_nos): New vector to hold label numbers of deferred profile counters. (output_deferred_profile_counters): New function. (hppa_profile_hook): Push label number onto funcdef_nos. (pa_hpux_file_end): Call output_deferred_profile_counters if NO_DEFERRED_PROFILE_COUNTERS is false. From-SVN: r105854
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r--gcc/config/pa/pa-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h
index 261684f..4115577 100644
--- a/gcc/config/pa/pa-linux.h
+++ b/gcc/config/pa/pa-linux.h
@@ -92,7 +92,7 @@ Boston, MA 02110-1301, USA. */
%{static:-static}}"
/* glibc's profiling functions don't need gcc to allocate counters. */
-#define NO_PROFILE_COUNTERS 1
+#define NO_DEFERRED_PROFILE_COUNTERS 1
/* Define the strings used for the special svr4 .type and .size directives.
These strings generally do not vary from one system running svr4 to