* findvar.c (extract_signed_integer): Cast *p to LONGEST before doing
authorPeter Schauer <Peter.Schauer@mytum.de>
Fri, 17 Sep 1993 11:46:50 +0000 (11:46 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Fri, 17 Sep 1993 11:46:50 +0000 (11:46 +0000)
commit30d20d15456466459d4ec80a14667bff20fb5338
tree1108dc7c60ba4837c48333d2cea12139fc7fdc36
parent9d6323bace25ea5a6a3f7e403271511071952716
* findvar.c (extract_signed_integer):  Cast *p to LONGEST before doing
the xor and subtract.  Otherwise it will not sign extend if the type
of LONGEST is larger than int.
* cp-valprint.c (cp_print_class_method):  Inhibit core dump if
domain is an undefined cross reference.
* valops.c (call_function_by_hand):  Set real_pc to correct
gdb/ChangeLog
gdb/cp-valprint.c
gdb/valops.c
This page took 0.026266 seconds and 4 git commands to generate.