diff options
author | Martin Hunt <hunt@redhat.com> | 1996-11-22 23:59:34 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1996-11-22 23:59:34 +0000 |
commit | d9b9cbf3cc9c440c5be55ad9b59c282bd1339d53 (patch) | |
tree | 62d21a7ab5bc069d732d6a1e33584cb5bd1cb898 /gdb/config | |
parent | 5895d3f225c4951651486a12d8048ba275a5df7c (diff) | |
download | gdb-d9b9cbf3cc9c440c5be55ad9b59c282bd1339d53.zip gdb-d9b9cbf3cc9c440c5be55ad9b59c282bd1339d53.tar.gz gdb-d9b9cbf3cc9c440c5be55ad9b59c282bd1339d53.tar.bz2 |
Fri Nov 22 15:55:22 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* valops.c (value_at, value_fetch_lazy): Put in D10V call
to fix up address pointers.
* values.c (value_from_longest): Removed previous d10v changes.
* config/d10v/tm-d10v.h (TARGET_PTR_BIT): Change to 4 bytes.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/d10v/tm-d10v.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/d10v/tm-d10v.h b/gdb/config/d10v/tm-d10v.h index 1181e4d..5f248b1 100644 --- a/gdb/config/d10v/tm-d10v.h +++ b/gdb/config/d10v/tm-d10v.h @@ -296,6 +296,6 @@ CORE_ADDR d10v_read_sp PARAMS ((void)); /* Number of bits in the appropriate type */ #define TARGET_INT_BIT (2 * TARGET_CHAR_BIT) -#define TARGET_PTR_BIT (2 * TARGET_CHAR_BIT) +#define TARGET_PTR_BIT (4 * TARGET_CHAR_BIT) #define TARGET_DOUBLE_BIT (4 * TARGET_CHAR_BIT) #define TARGET_LONG_DOUBLE_BIT (8 * TARGET_CHAR_BIT) |