* gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
authorFred Fish <fnf@specifix.com>
Sun, 17 Mar 1996 21:48:40 +0000 (21:48 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 17 Mar 1996 21:48:40 +0000 (21:48 +0000)
defined, and use it to compile the test case with -O2.  The
native compilation still uses no optimization.
* gdb.base/mips_pro.c: Remove inline assembly code since
it is compiled PIC by default, which results in assembler
warnings that make the testsuite think the compilation
was unsuccessful.

gdb/testsuite/ChangeLog

index f6b49164f6c07c42c430dea6cd4e5504e6c0b3b6..6dd4e0f19b8e1c04f4e1364bc824984abcdc9522 100644 (file)
@@ -1,3 +1,13 @@
+Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
+
+       * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
+       defined, and use it to compile the test case with -O2.  The
+       native compilation still uses no optimization.
+       * gdb.base/mips_pro.c: Remove inline assembly code since
+       it is compiled PIC by default, which results in assembler
+       warnings that make the testsuite think the compilation
+       was unsuccessful.
+
 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
 
        * gdb.c++/misc.exp: Add note to message for
This page took 0.030893 seconds and 4 git commands to generate.