From d0e6697627e293188ec021722ddfdd3262173705 Mon Sep 17 00:00:00 2001 From: Fernando Nasser Date: Mon, 26 Nov 2001 19:40:19 +0000 Subject: [PATCH] 2001-11-26 Fernando Nasser From 2001-11-12 Jackie Smith Cashion : * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer to a local (non-static) variable. Copy tstruct.a to a static buffer and return a pointer to that buffer. * gdb.base/callfwmall.c (t_structs_a): Ditto. --- gdb/testsuite/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index f6d931c0f64..677435ca7be 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2001-11-26 Fernando Nasser + + From 2001-11-12 Jackie Smith Cashion : + * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer + to a local (non-static) variable. Copy tstruct.a to a static buffer + and return a pointer to that buffer. + * gdb.base/callfwmall.c (t_structs_a): Ditto. + 2001-11-24 Mark Kettenis * gdb.asm/configure.in: Fix recognition of ix86 target. -- 2.30.2