aboutsummaryrefslogtreecommitdiff
path: root/fixincludes/inclhack.def
AgeCommit message (Expand)AuthorFilesLines
2009-03-31re PR c/448 (<stdint.h>-related issues (C99 issues))Joseph Myers1-0/+58
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-0/+13
2009-03-28inclhack.def (aix_syswait, [...]): Remove.Joseph Myers1-54/+1
2009-02-28add alpha_if_semocolon fixGiovanni Bajo1-0/+13
2009-01-05inclhack.def (hpux_spu_info): Add files line.Steve Ellcey1-0/+7
2009-01-01inclhack.def (openbsd_null_definition): Redefine NULL to (void *)0 in case of C.Andreas Tobler1-0/+38
2008-12-31re PR target/35460 (undefined reference to `__builtin_stdarg_start' when comp...Andreas Tobler1-0/+13
2008-12-15inclhack.def (hpux_spu_info): Match PA as well as IA64.Steve Ellcey1-1/+1
2008-09-06fix glibc_mutex_init fixBruce Korb1-70/+97
2008-06-08Remove commentary fixes. Regenerate fixincl.x just to show there is no diffe...Bruce Korb1-393/+80
2008-06-07clean up fixesBruce Korb1-96/+81
2008-06-07MAINTAINERS (mt port): Remove.Joseph Myers1-885/+0
2008-05-24inclhack.def (solaris_math_4): Use GCC's __builtin_fpclassify.Kaveh R. Ghazi1-10/+1
2008-05-14inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on posix_types_64.Joseph Myers1-0/+1
2008-03-07re PR target/20366 (AIX g++ -D_LARGE_FILES fails to compile #include <iostream>)Peter O'Gorman1-0/+41
2008-02-20inclhack.def (solaris_math_10): New.Kaveh R. Ghazi1-0/+24
2008-02-05inclhack.def: (bsd_stdio_attrs_conflict...Ismail Dönmez1-9/+9
2008-02-04inclhack.def: (glibc_c99_inline_1a): Re-add last change.Hans-Peter Nilsson1-7/+23
2008-01-06Revert last change.Hans-Peter Nilsson1-33/+0
2007-12-18inclhack.def: (glibc_c99_inline_1a, glibc_c99_inline_5): New.Hans-Peter Nilsson1-0/+33
2007-10-14re PR target/33700 (FAIL: 17_intro/headers/all_pedantic_errors.cc (test for e...John David Anglin1-0/+14
2007-10-09inclhack.def (darwin_externc): New.Geoffrey Keating1-0/+26
2007-08-04inclhack.def (solaris_math_5, [...]): Delete fixes.Kaveh R. Ghazi1-61/+0
2007-07-25re PR target/30058 (bootstrap broken on i386-unknown-netbsdelf2.0.2)Krister Walfridsson1-0/+19
2007-07-18re PR target/32641 (C99 fpclassify, isinf, isfinite, isnormal may raise FP ex...Kaveh R. Ghazi1-10/+17
2007-07-05re PR libgcj/28190 (libjava bootstrap failure on IRIX 6.5: stdint.h misdetect...Rainer Orth1-0/+18
2007-06-06re PR testsuite/31828 (FAIL: gcc.dg/float-range-[3-5].c (test for excess erro...Steve Ellcey1-0/+21
2007-03-26inclhack.def (glibc_c99_inline_1): Define __USE_EXTERN_INLINES if __extern_in...Jakub Jelinek1-7/+9
2007-03-19re PR target/30058 (bootstrap broken on i386-unknown-netbsdelf2.0.2)Krister Walfridsson1-0/+16
2007-02-06check in required changes for base/sys/sysmacros.hBruce Korb1-0/+1
2007-02-05inclhack.def (glibc_c99_inline_4): Adjust selector to cope with older glibc.Richard Guenther1-2/+2
2007-02-04replace "extern" only if surrounded by space characters.Bruce Korb1-31/+42
2007-01-25re PR target/30272 (Build failure under SGI Irix (GFortran))Daniel Franke1-4/+4
2007-01-06Use fnmatch for name matching.Bruce Korb1-23/+14
2006-11-07inclhack.def (glibc_c99_inline_2): Adjust for glibc 2.3 systems.Richard Guenther1-4/+4
2006-11-03inclhack.def (glibc_c99_inline_1): New.Geoffrey Keating1-0/+75
2006-10-31inclhack.def (hpux11_extern_sendfile): New.Steve Ellcey1-0/+20
2006-10-29config.gcc (i[34567]86-*-linux*): Handle --enable-targets=all.Joseph Myers1-0/+1
2006-10-07re PR target/29300 (FAIL: gcc.dg/pthread-init-[12].c (test for excess errors))John David Anglin1-0/+41
2006-10-03inclhack.def (glibc_mutex_init): Also fix PTHREAD_MUTEX_(RECURSIVE|ERRORCHECK...Uros Bizjak1-6/+37
2006-10-01inclhack.def (pthread_mutex_init): New fix.Uros Bizjak1-0/+32
2006-09-29inclhack.def (solaris_mutex_init_2): Update for Solaris9.Kaveh R. Ghazi1-4/+17
2006-09-28inclhack.def (solaris_once_init_2): New fix.Kaveh R. Ghazi1-0/+33
2006-09-27inclhack.def (solaris_mutex_init_2): Remove test for PTHREAD_RWLOCK_INITIALIZER.Kaveh R. Ghazi1-3/+47
2006-06-23re PR target/28084 (/usr/include/errno.h:28: error: previous declaration of '...Steve Ellcey1-0/+11
2006-02-18re PR target/26189 (Bug in vendor /usr/include/net/if.h needs fixincluding on...Steve Ellcey1-0/+17
2006-01-19re PR target/15642 (NAN Is Not a Constant Because __APPLE_CC__ is Not Defined...Andrew Pinski1-0/+20
2005-09-15re PR target/23139 (-pedantic -ffast-math breaks working code)Joseph Myers1-0/+48
2005-06-24inclhack.def (AAB_darwin7_9_long_double_funcs): New.Geoffrey Keating1-0/+107
2005-06-14re PR target/15266 (libgfortran doesn't compile on IRIX 5.3)Rainer Orth1-2/+5