]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gnu-v3-abi.c
* gdbtypes.h (builtin_type_void): Remove macro, add declaration.
authorUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:20:50 +0000 (14:20 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Thu, 11 Sep 2008 14:20:50 +0000 (14:20 +0000)
commitfde6c81990c82b00f737cec2d781458de2ac84e1
tree73bdf87cc47981432c3844665086f52145d9cf1b
parentd4dbb9c7d4ddc39cb0affb783515944bdf8cce68
* gdbtypes.h (builtin_type_void): Remove macro, add declaration.
(builtin_type_f_void): Remove macro.
* gdbtypes.c (builtin_type_void): New global variable.
(_initialize_gdbtypes): Initialize it.

* gnu-v3-abi.c (build_gdb_vtable_type): Do not call
lookup_pointer_type or lookup_function_type on builtin_type_void.
* printcmd.c (set_next_address): Likewise.
* objc-lang.c (value_nsstring): Likewise.
* mt-tdep.c (mt_copro_register_type): Likewise.
* xtensa-tdep.c (xtensa_register_type): Likewise.

* symfile.c (syms_from_objfile): Remove special handling
of builtin_type_void and builtin_type_char.
gdb/ChangeLog
gdb/gdbtypes.c
gdb/gdbtypes.h
gdb/gnu-v3-abi.c
gdb/mt-tdep.c
gdb/objc-lang.c
gdb/printcmd.c
gdb/symfile.c
gdb/xtensa-tdep.c