forked from Imagelibrary/binutils-gdb
Reorganized GDB tests - base
This commit is contained in:
15
gdb/testsuite/gdb.base/whatis-info.c
Normal file
15
gdb/testsuite/gdb.base/whatis-info.c
Normal 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
|
||||
Reference in New Issue
Block a user