Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-05-25 | Standardize header guards. | Richard Henderson | 1 | -3/+3 | |
From-SVN: r42615 | |||||
2001-05-01 | tsystem.h: Test only POSIX for availability of string.h and time.h. | Zack Weinberg | 1 | -2/+2 | |
* tsystem.h: Test only POSIX for availability of string.h and time.h. * config.gcc (all systems): If USG appeared in xm_defines, change it to POSIX. If both USG and POSIX appeared, just delete USG. Remove unnecessary quotes around xm_defines settings. (m68k-crds-unos*): Don't #define unos - tested nowhere. (m68k-apple-aux*): Don't #define AUX - tested nowhere. (alpha*-*-linux*ecoff*, powerpc-*-linux*libc1, powerpc-*-linux*): No need to set xm_defines - handled by global settings for *-*-linux*. From-SVN: r41714 | |||||
2001-01-02 | * tsystem.h: Define HAVE_DECL_GETOPT. | Kaveh R. Ghazi | 1 | -1/+12 | |
From-SVN: r38623 | |||||
2000-02-01 | tsystem.h: New file. | Kaveh R. Ghazi | 1 | -0/+86 | |
* tsystem.h: New file. * Makefile.in (libgcc2.a, stmp-multilib, crtbegin.o, crtend.o, s-crtS): Depend on tsystem.h. * crtstuff.c: Include tsystem.h. * frame.c: Likewise. * libgcc2.c: Likewise. From-SVN: r31741 |