aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-03-18 15:36:01 +0000
committerPedro Alves <palves@redhat.com>2009-03-18 15:36:01 +0000
commit51272cf2e948babb8d236bb5525db2154db02207 (patch)
tree423cdebf6a49220c63418e4450e01ba88205ab0b /gdb/testsuite/ChangeLog
parent42e5fcbf34e8d4850abaef7b3e6021348e59eedd (diff)
downloadgdb-51272cf2e948babb8d236bb5525db2154db02207.zip
gdb-51272cf2e948babb8d236bb5525db2154db02207.tar.gz
gdb-51272cf2e948babb8d236bb5525db2154db02207.tar.bz2
* return-nodebug.c: Don't include stdio.h.
(init): Delete. (func): Delete definition and provide extern declaration. (t): New. (main): Don't call printf. Call func and store its result in t. * return-nodebug1.c: New. * return-nodebug.exp: Don't expect stdio output. Instead, print the global variable t. Drop printf formatters and cast types from foreach loop. Don't use prepare_for_testing. Compile return-nodebug.c and return-nodebug1.c in separate steps. Don't define FORMAT or CAST.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d28c4cc..784f271 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,17 @@
+2009-03-18 Pedro Alves <pedro@codesourcery.com>
+
+ * return-nodebug.c: Don't include stdio.h.
+ (init): Delete.
+ (func): Delete definition and provide extern declaration.
+ (t): New.
+ (main): Don't call printf. Call func and store its result in t.
+ * return-nodebug1.c: New.
+ * return-nodebug.exp: Don't expect stdio output. Instead, print
+ the global variable t. Drop printf formatters and cast types from
+ foreach loop. Don't use prepare_for_testing. Compile
+ return-nodebug.c and return-nodebug1.c in separate steps. Don't
+ define FORMAT or CAST.
+
2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
* gdb.base/solib-display.exp: Disable test for remote targers.