forked from Imagelibrary/binutils-gdb
2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
* lib/gdb.exp: Remove signed_keyword_not_used. * lib/compiler.c: Likewise. * lib/compiler.cc: Likewise.
This commit is contained in:
@@ -16,8 +16,7 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
|
||||
Please email any bugs, comments, and/or additions to this file to:
|
||||
bug-gdb@prep.ai.mit.edu */
|
||||
*/
|
||||
|
||||
/* Sometimes the behavior of a test depends upon the compiler used to
|
||||
compile the test program. A test script can call get_compiler_info
|
||||
@@ -32,7 +31,7 @@
|
||||
TODO: all clients should use test_compiler_info and should not
|
||||
use gcc_compiled, hp_cc_compiler, or hp_aCC_compiler.
|
||||
|
||||
TODO: purge signed_keyword_not_used. */
|
||||
*/
|
||||
|
||||
/* Note the semicolon at the end of this line. Older versions of
|
||||
hp c++ have a bug in string preprocessing: if the last token on a
|
||||
@@ -65,10 +64,3 @@ set compiler_info [join {hpcc __HP_cc} -]
|
||||
#if defined (__HP_aCC)
|
||||
set compiler_info [join {hpacc __HP_aCC} -]
|
||||
#endif
|
||||
|
||||
/* gdb.base/whatis.exp still uses this */
|
||||
#if defined (__STDC__) || defined (_AIX)
|
||||
set signed_keyword_not_used 0
|
||||
#else
|
||||
set signed_keyword_not_used 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user