2007-06-13 Markus Deuling <deuling@de.ibm.com>

* gdbarch.sh (TARGET_BFD_VMA_BIT): Replace by gdbarch_bfd_vma_bit.
	* gdbtypes.c (build_flt): Likewise.
	* gdbarch.c, gdbarch.h: Regenerate.
This commit is contained in:
Ulrich Weigand
2007-06-13 17:48:13 +00:00
parent 3b3b875c48
commit 4fe99ffbcc
5 changed files with 8 additions and 13 deletions

View File

@@ -3578,7 +3578,7 @@ Show resolution of opaque struct/class/union types (if set before loading symbol
TYPE_FLAG_UNSIGNED,
"__CORE_ADDR", (struct objfile *) NULL);
builtin_type_bfd_vma =
init_type (TYPE_CODE_INT, TARGET_BFD_VMA_BIT / 8,
init_type (TYPE_CODE_INT, gdbarch_addr_bit (current_gdbarch) / 8,
TYPE_FLAG_UNSIGNED,
"__bfd_vma", (struct objfile *) NULL);
}