From 5e711e7f505fc558a2578c6bb2c2681d64abee80 Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Sat, 2 Sep 1995 13:48:16 +0000 Subject: * configure.in: Explicitly `exit 0' for broken shells. * configure: Rebuilt. * symtab.c (list_symbols): Add missing blank after `' output. * valops.c (value_assign): Handle truncation when assigning to bitfields. Use value_copy to construct the return value from toval. * values.c (value_copy): Copy VALUE_FRAME and VALUE_OPTIMIZED_OUT. --- gdb/configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index 528ee64..77a2bb1 100755 --- a/gdb/configure +++ b/gdb/configure @@ -2643,3 +2643,5 @@ if test "$no_recursion" != yes; then done fi + +exit 0 -- cgit v1.1