aboutsummaryrefslogtreecommitdiff
path: root/gcc/tsystem.h
AgeCommit message (Collapse)AuthorFilesLines
2001-05-25Standardize header guards.Richard Henderson1-3/+3
From-SVN: r42615
2001-05-01tsystem.h: Test only POSIX for availability of string.h and time.h.Zack Weinberg1-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. Ghazi1-1/+12
From-SVN: r38623
2000-02-01tsystem.h: New file.Kaveh R. Ghazi1-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