diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1995-09-02 13:48:16 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1995-09-02 13:48:16 +0000 |
commit | 5e711e7f505fc558a2578c6bb2c2681d64abee80 (patch) | |
tree | 3b86251ca46205e6e478540de0053a1272ea0eeb /gdb/configure.in | |
parent | 218f9f03b889ab048141eac1ef6125adef22afc8 (diff) | |
download | gdb-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.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 6fb7e4a..6aec576 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -528,3 +528,5 @@ gdb_host_cpu=$gdb_host_cpu gdb_target_cpu=$gdb_target_cpu nativefile=$nativefile ]) + +exit 0 |