aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1995-09-02 13:48:16 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1995-09-02 13:48:16 +0000
commit5e711e7f505fc558a2578c6bb2c2681d64abee80 (patch)
tree3b86251ca46205e6e478540de0053a1272ea0eeb /gdb/configure
parent218f9f03b889ab048141eac1ef6125adef22afc8 (diff)
downloadgdb-5e711e7f505fc558a2578c6bb2c2681d64abee80.zip
gdb-5e711e7f505fc558a2578c6bb2c2681d64abee80.tar.gz
gdb-5e711e7f505fc558a2578c6bb2c2681d64abee80.tar.bz2
* configure.in: Explicitly `exit 0' for broken shells.
* configure: Rebuilt. * symtab.c (list_symbols): Add missing blank after `<function, no debug info>' 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.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure2
1 files changed, 2 insertions, 0 deletions
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