diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-16 18:28:24 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-16 18:28:24 +0000 |
commit | e3bf7487e07705125bac0300b5be233ea6c88b69 (patch) | |
tree | edf7e4c7b6e89a3215135769bce6ecce0cf2d54e /gdb/gdbarch.sh | |
parent | 56821b25c6cee02ebdbf859bc4b82b96dc22c453 (diff) | |
download | gdb-e3bf7487e07705125bac0300b5be233ea6c88b69.tar.gz |
* gdbarch.sh (bfd_vma): Remove.
* gdbarch.c, gdbarch.h: Regenerate.
* gdbtypes.h (builtin_bfd_vma_type): Remove.
* gdbtypes.h (builtin_bfd_vma_type): Remove.
(build_gdbtypes): Do not initialize it.
(_initialize_gdbtypes): Do not swap it.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-x | gdb/gdbarch.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh index 76c87b323ae..ca6d0804b0e 100755 --- a/gdb/gdbarch.sh +++ b/gdb/gdbarch.sh @@ -414,8 +414,6 @@ v::const struct floatformat **:long_double_format:::::floatformats_ieee_double:: v::int:ptr_bit:::8 * sizeof (void*):current_gdbarch->int_bit::0 # addr_bit is the size of a target address as represented in gdb v::int:addr_bit:::8 * sizeof (void*):0:gdbarch_ptr_bit (current_gdbarch): -# Number of bits in a BFD_VMA for the target object file format. -v::int:bfd_vma_bit:::8 * sizeof (void*):gdbarch_bfd_arch_info (current_gdbarch)->bits_per_address::0 # # One if \`char' acts like \`signed char', zero if \`unsigned char'. v::int:char_signed:::1:-1:1 |