aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc/tests/base/sys
AgeCommit message (Collapse)AuthorFilesLines
2004-08-31Made fixincludes a toplevel build module.Paolo Bonzini18-454/+0
toplevel: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.def (build_modules): Add fixincludes. (dependencies): Make gcc depend on fixincludes. * configure.in (build_tools): Add fixincludes. (build_configdirs): Always include build_libs. * Makefile.in: Regenerate. * configure: Regenerate. contrib: 2004-08-04 Paolo Bonzini <bonzini@gnu.org> * gcc_update: Add fixincludes. fixincludes: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * .cvsignore: New. * Makefile.in: From gcc/fixinc/Makefile.in, making it fully autoconfiscated. * configure.ac: New. * config.h.in: Generate. * configure: Generate. * aclocal.m4: New. * fixlib.h: Remove inclusions of gcc files. * system.h: New. Other files copied from gcc/fixinc. gcc: 2004-08-31 Paolo Bonzini <bonzini@gnu.org> * Makefile.in (build_subdir): New substitution. (fixinc.sh): Simplify heavily since fixincludes is already built. (stmp-fixinc): Depend on specs.ready. (install-mkheaders): Use new location of fixincludes. (clean): Do not descend into fixinc. (FORBUILD): Replace with ../$(build_subdir). * configure.ac (build_subdir): Substitute. (FORBUILD): Do not set. (all_outputs): Remove fixinc/Makefile. (default commands): Do not create links in fixinc. * mkfixinc.sh: New, from fixinc/mkfixinc.sh without the fixincludes configuration steps and substituting @FIXINCL@ in fixinc.in. * fixinc.in: New, from fixinc/fixincl.sh. * fixinc/*: Removed. From-SVN: r86824
2004-04-24inclhack.def (aix_syswait_2): New fix.Roger Sayle1-0/+5
* fixinc/inclhack.def (aix_syswait_2): New fix. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/wait.h: Update for new test. Co-Authored-By: Bruce Korb <bkorb@gnu.org> From-SVN: r81147
2004-01-21inclhack.def (hpux10_stdio_declarations, [...]): New hacks.John David Anglin1-0/+27
* fixinc/inclhack.def (hpux10_stdio_declarations, ultrix_const3, ultrix_locale, ultrix_stdlib, ultrix_strings, ultrix_sys_time, ultrix_unistd): New hacks. * fixinc/tests/base/stdio.h (HPUX10_STDIO_DECLARATIONS_CHECK, ULTRIX_CONST2_CHECK): Add checks. * fixinc/tests/base/stdlib.h (ULTRIX_STDLIB_CHECK): Likewise. * fixinc/tests/base/strings.h (ULTRIX_STRINGS2_CHECK): Likewise. * fixinc/tests/base/unistd.h (ULTRIX_UNISTD_CHECK): Likewise. * fixinc/tests/base/sys/time.h (ULTRIX_SYS_TIME_CHECK): Likewise. * fixinc/tests/base/locale.h: New file. * fixinc/fixincl.x: Rebuilt. From-SVN: r76298
2004-01-16inclhack.def (alpha___extern_prefix): Renamed to ...Rainer Orth1-2/+2
* fixinc/inclhack.def (alpha___extern_prefix): Renamed to ... (alpha___extern_prefix_sys_stat): ... this. Apply to <sys/mount.h>, too. Tweak to match more variations. * fixinc/tests/base/sys/stat.h: Adapt for new hackname. * fixinc/inclhack.def (alpha___extern_prefix, alpha___extern_prefix_standards): New hacks to obey __PRAGMA_EXTERN_PREFIX. * fixinc/tests/base/testing.h [ALPHA___EXTERN_PREFIX_CHECK]: New test. * fixinc/tests/base/standards.h: Likewise. * fixincl/inclhack.def (alpha_pthread): Tweak to match more variations. New testcase. * fixinc/tests/base/pthread.h: Handle it. * fixincl/inclhack.def (bad_lval): Sort file list. Add many missing files up to Tru64 UNIX V5.1B. * gcc/fixinc/tests/base/libgen.h: Renamed to ... * gcc/fixinc/tests/base/dirent.h: ... this to match new file list order. * fixinc/fixincl.x: Regenerate. From-SVN: r75994
2003-08-27string.h, regset.h: Fix to match produced versions.Nathanael Nerode1-1/+1
* fixinc/tests/base/string.h, fixinc/tests/base/sys/regset.h: Fix to match produced versions. * fixinc/inclhack.def (longlong_t): New disabled test, ported from fixinc.svr4. From-SVN: r70839
2003-08-25inclhack.def (svr4_sighandler_type): New fix, ported from fixinc.svr4.Nathanael Nerode1-0/+7
* fixinc/inclhack.def (svr4_sighandler_type): New fix, ported from fixinc.svr4. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/signal.h: Regenerate. From-SVN: r70786
2003-05-28inclhack.def: Add missing declaration of getpagesize() to unistd.h on ↵Eric Botcazou1-0/+7
Solaris 2.5.1. * fixinc/inclhack.def: Add missing declaration of getpagesize() to unistd.h on Solaris 2.5.1. Fix prototype of recv() and send() in sys/socket.h on Solaris 2.5.1 and 2.6. * fixinc/tests/base/unistd.h: Add solaris_unistd fix test. * fixinc/tests/base/sys/socket.h: Add solaris_socket test. * fixinc/check.tpl: Use 'diff -c', not 'diff -u'. * fixinc/fixincl.x: Regenerate. From-SVN: r67206
2003-04-19Part 1 of the checkins for the SCO port update.Kean Johnston1-0/+26
Part 1 of the checkins for the SCO port update. This is the fixinclude stuff. From-SVN: r65830
2003-03-01Add in the test result from the alpha___extern_prefix hackBruce Korb1-0/+5
From-SVN: r63618
2003-02-19re PR libgcj/9652 (libjava bootstrap failure on irix6.5.1[78])Rainer Orth1-0/+19
* config/mips/iris6.h (TARGET_OS_CPP_BUILTINS): Define __c99 for ISO C99 and C++. * fixinc/inclhack.def (irix___restrict): Don't change __restrict for C++ on IRIX 6.5.1[89]. * fixinc/tests/base/internal/sgimacros.h: New file. * fixinc/inclhack.def (irix_wcsftime): Use XPG5 variant for C99. * fixinc/tests/base/internal/wchar_core.h: New file. * fixinc/inclhack.def (irix_socklen_t): Fix broken IRIX 6.5.1[78] socklen_t definition. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/socket.h: New file. Fixes PR libgcj/9652. From-SVN: r63123
2003-02-19mark the fixes that fail testing with BSD based sed-sBruce Korb1-2/+2
From-SVN: r63086
2003-02-18inclhack.def (netbsd_bogus_semicolon): New fix.Krister Walfridsson1-0/+5
2003-02-18 Krister Walfridsson <cato@df.lth.se> * inclhack.def (netbsd_bogus_semicolon): New fix. * fixincl.x: Rebuilt. * tests/base/ctype.h: Update. From-SVN: r63061
2003-01-04When wrapping files, guard with both the fix name and the file nameBruce Korb1-3/+3
From-SVN: r60893
2003-01-04remove obsolete fixesBruce Korb3-163/+0
From-SVN: r60883
2001-05-26add fix test results for freebsd_gcc3_breakageBruce Korb1-0/+14
From-SVN: r42640
2001-05-26wchar_t now gets wrapped inside "ifndef __cplusplus",Bruce Korb1-1/+3
so we have to adjust the gnu_types fix test for that. From-SVN: r42630
2000-08-23Update to pthread and addition of sys/machine.hBruce Korb1-0/+16
From-SVN: r35910
2000-08-04Removed conditional #defines of macros GCC always definesBruce Korb1-9/+0
From-SVN: r35480
2000-07-20new test resultBruce Korb1-4/+4
From-SVN: r35144
2000-07-19Newly modified test resultsBruce Korb15-0/+278
From-SVN: r35134
2000-07-13Obsolete test resultBruce Korb1-28/+0
From-SVN: r35014
2000-07-13fixinc test result changesBruce Korb2-4/+28
From-SVN: r35013
2000-07-11new tests results from changesBruce Korb1-6/+0
From-SVN: r34971
2000-06-17modified make check test outputBruce Korb3-1/+26
From-SVN: r34585
2000-06-17new test result filesBruce Korb1-0/+6
From-SVN: r34583
2000-06-01new check result files for fixincBruce Korb2-0/+14
From-SVN: r34339
2000-05-31modified test resultsBruce Korb3-6/+13
From-SVN: r34300
2000-05-30diff of diff does not work well, so use expected test result filesBruce Korb13-0/+173
From-SVN: r34270