This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

(patch) hpjyg18: derivation.exp


***
This patch goes with hpjyg17 -- compiler.c(c) location change.
***

ChangeLog

1999-11-10	Jimmy Guo	<guo@cup.hp.com>

	* gdb.c++/derivation.exp: remove redundant get compiler info
          code.

Index: gdb/testsuite/gdb.c++/derivation.exp
/opt/gnu/bin/diff -r -c -N  /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/gdb/testsuite/gdb.c++/derivation.exp gdb/testsuite/gdb.c++/derivation.exp
*** /view/guo.wdb.c//CLO/Components/WDB/Src/gnu/gdb/testsuite/gdb.c++/derivation.exp	Wed Nov 10 09:29:09 1999
--- gdb/testsuite/gdb.c++/derivation.exp	Wed Nov 10 09:37:01 1999
***************
*** 60,80 ****
  gdb_start
  gdb_reinitialize_dir $srcdir/$subdir
  gdb_load ${binfile}
- remote_file build delete ${binfile}.ci
-  if {![istarget "hppa*-*-hpux*"]} {
-      if  { [gdb_compile "${srcdir}/${subdir}/compiler.cc" "${binfile}.ci" preprocess ""] != ""
- } {
-          gdb_suppress_entire_file "Testcase compile failed, so all tests in this file will auto
- matically fail."
-      }
-  } else {
-      if { [gdb_preprocess "${srcdir}/${subdir}/compiler.cc" "${binfile}.ci" "c++"] != "" } {
-          perror "Couldn't make ${binfile}.ci file"
-          return 1;
-      }
-  }
-  
- source ${binfile}.ci
  
  #
  # set it up at a breakpoint so we can play with the variable values
--- 60,65 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]