From d68c2f42dc71adddb3acae1a2469a28d0783f34c Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Wed, 1 Jun 2005 00:50:21 +0000 Subject: * config/i386/cygming.h (NO_PROFILE_COUNTERS): Define. From-SVN: r100419 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/cygming.h | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec8ed235..4773bb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-06-01 Danny Smith + + * config/i386/cygming.h (NO_PROFILE_COUNTERS): Define. + 2005-05-31 Geoffrey Keating * config/rs6000/rs6000.md (sync_boolcshort_internal): New. diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index 6b78909..4c63729 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -403,6 +403,10 @@ extern int i386_pe_dllimport_name_p (const char *); /* { name, min_len, max_len, decl_req, type_req, fn_type_req, handler } */ \ { "selectany", 0, 0, true, false, false, ix86_handle_selectany_attribute } +/* mcount() does not need a counter variable. */ +#undef NO_PROFILE_COUNTERS +#define NO_PROFILE_COUNTERS 1 + #undef TREE #ifndef BUFSIZ -- cgit v1.1