From 9b4df2e5af28c9680c1e095db195c0abbcbf41ff Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Sun, 17 Mar 1996 21:48:40 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f6b49164f6c..6dd4e0f19b8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,13 @@ +Sun Mar 17 13:35:31 1996 Fred Fish + + * 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 * gdb.c++/misc.exp: Add note to message for -- 2.30.2