diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-29 08:05:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2012-08-29 08:05:49 +0000 |
commit | 35e5985d099287130e26618293fbfd7109548e8d (patch) | |
tree | 684e34487a81435f0727a502dcfe153446bb9caf /gnu | |
parent | 59c481a6a82070f45a21147db727473d392dc876 (diff) |
Our _mcount doesn't use profile counters. Partially fixes profiling on hppa
(things link now).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/config/pa/openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/pa/openbsd.h b/gnu/gcc/gcc/config/pa/openbsd.h index 016c222adae..a445b3a101c 100644 --- a/gnu/gcc/gcc/config/pa/openbsd.h +++ b/gnu/gcc/gcc/config/pa/openbsd.h @@ -42,6 +42,9 @@ Boston, MA 02111-1307, USA. */ } \ while (0) +/* We don't use profile counters. */ +#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 another, but if a given system (e.g. m88k running svr) needs to use |