* config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.
From-SVN: r100419
This commit is contained in:
parent
a9c9d3fa23
commit
d68c2f42dc
@ -1,3 +1,7 @@
|
||||
2005-06-01 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.
|
||||
|
||||
2005-05-31 Geoffrey Keating <geoffk@geoffk.org>
|
||||
|
||||
* config/rs6000/rs6000.md (sync_boolcshort_internal): New.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user