diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2004-05-03 15:19:16 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2004-05-03 15:19:16 +0000 |
commit | 553cba65d21ab16c89bf98415712d89158eff7d1 (patch) | |
tree | d0b5d368fa62539060722f35466c8f155638aaaa /gcc/fixinc/inclhack.def | |
parent | 1ab2888d261c07b45f45dfe32cedcab557440548 (diff) | |
download | gcc-553cba65d21ab16c89bf98415712d89158eff7d1.zip gcc-553cba65d21ab16c89bf98415712d89158eff7d1.tar.gz gcc-553cba65d21ab16c89bf98415712d89158eff7d1.tar.bz2 |
inclhack.def (svr4_profil): Don't apply on IRIX 5/6.
* fixinc/inclhack.def (svr4_profil): Don't apply on IRIX 5/6.
* fixinc/fixincl.x: Regenerate.
From-SVN: r81437
Diffstat (limited to 'gcc/fixinc/inclhack.def')
-rw-r--r-- | gcc/fixinc/inclhack.def | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 2e57d0f..aa26ff7 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -3161,6 +3161,9 @@ fix = { select = 'profil\(unsigned short \*, unsigned int, unsigned int, unsigned int\)'; + /* The fix is wrong on IRIX 5/6 and creates a conflict with another + prototype in <sys/profil.h>. */ + bypass = 'Silicon Graphics'; c_fix = format; c_fix_arg = 'profil(unsigned short *, size_t, int, unsigned int)'; |