diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-11 14:28:47 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-09-11 14:28:47 +0000 |
commit | b806fb9a9bd4e0e47382c411d6e9321d1283445b (patch) | |
tree | 0b11c8ae8819ea9025164c82b62d0e109ebb35a4 /gdb/ChangeLog | |
parent | 3e3b026fee8cd62ac6c2cfc7f86cec972d8f5676 (diff) | |
download | gdb-b806fb9a9bd4e0e47382c411d6e9321d1283445b.zip gdb-b806fb9a9bd4e0e47382c411d6e9321d1283445b.tar.gz gdb-b806fb9a9bd4e0e47382c411d6e9321d1283445b.tar.bz2 |
* expprint.c (print_subexp_standard): Compare against builtin type
associated with exp->gdbarch instead of builtin_type_char.
* f-valprint.c (f_val_print): Use extract_unsigned_integer to
extract values of arbitrary logical type. Handle arbitrary
complex types.
* printcmd.c (float_type_from_length): New function.
(print_scalar_formatted, printf_command): Use it.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index eaca9d8..391babc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2008-09-11 Ulrich Weigand <uweigand@de.ibm.com> + * expprint.c (print_subexp_standard): Compare against builtin type + associated with exp->gdbarch instead of builtin_type_char. + + * f-valprint.c (f_val_print): Use extract_unsigned_integer to + extract values of arbitrary logical type. Handle arbitrary + complex types. + + * printcmd.c (float_type_from_length): New function. + (print_scalar_formatted, printf_command): Use it. + +2008-09-11 Ulrich Weigand <uweigand@de.ibm.com> + * valops.c: Include "objfiles.h" and "symtab.h". (find_function_in_inferior): New argument OBJF_P. Use it to return objfile where function is defined. Use per-objfile arch types |