Reorganized GDB tests - base

This commit is contained in:
Stan Shebs
1994-06-07 01:57:15 +00:00
parent 33268150cb
commit ef44eed173
57 changed files with 21351 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/* This needs to be kept in sync with whatis.c. If this proves to end up
being hairy, we could use a common header file. */
#if defined (__STDC__) || defined (_AIX)
set signed_keyword_not_used 0
#else
set signed_keyword_not_used 1
#endif
#if defined (__GNUC__)
set gcc_compiled __GNUC__
#else
set gcc_compiled 0
#endif
return 0