diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2009-07-02 12:42:36 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2009-07-02 12:42:36 +0000 |
commit | 48319d1fc01f55ca319e760b82f4527f8ab62476 (patch) | |
tree | 135815f419acb4b705b5eecc8ba0e91ed904e36e /gdb/ChangeLog | |
parent | 22601c155deb926f6bd8ffa2faa04f80b52fc676 (diff) | |
download | gdb-48319d1fc01f55ca319e760b82f4527f8ab62476.zip gdb-48319d1fc01f55ca319e760b82f4527f8ab62476.tar.gz gdb-48319d1fc01f55ca319e760b82f4527f8ab62476.tar.bz2 |
* gdbtypes.h (builtin_type_void): Remove.
* gdbtypes.c (builtin_type_void): Remove.
(_initialize_gdbtypes): Do not initialize it.
(safe_parse_type): Add GDBARCH argument. Use it to construct
void return type.
(check_stub_method): Update call.
* infcall.c (call_function_by_hand): Use platform-specific type
instead of builtin_type_void.
* valops.c (value_cast): Use input void type instead of
builtin_type_void.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f7daf3a..b616d5a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,20 @@ 2009-07-02 Ulrich Weigand <uweigand@de.ibm.com> + * gdbtypes.h (builtin_type_void): Remove. + * gdbtypes.c (builtin_type_void): Remove. + (_initialize_gdbtypes): Do not initialize it. + + (safe_parse_type): Add GDBARCH argument. Use it to construct + void return type. + (check_stub_method): Update call. + + * infcall.c (call_function_by_hand): Use platform-specific type + instead of builtin_type_void. + * valops.c (value_cast): Use input void type instead of + builtin_type_void. + +2009-07-02 Ulrich Weigand <uweigand@de.ibm.com> + * ada-lang.c (assign_component): Use platform-specific integer type instead of builtin_type_int32 type. (ada_evaluate_subexp) [OP_ATR_SIZE]: Likewise. |