diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-15 21:38:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-15 21:38:44 +0000 |
commit | 73d3c16e213352d70c923d940d722fd3f529207a (patch) | |
tree | f993d0653e67367213c23762c6f047da51d6d0c7 /gdb/ChangeLog | |
parent | e369bcce2783f452d7e7398c41f865e904aeea33 (diff) | |
download | gdb-73d3c16e213352d70c923d940d722fd3f529207a.zip gdb-73d3c16e213352d70c923d940d722fd3f529207a.tar.gz gdb-73d3c16e213352d70c923d940d722fd3f529207a.tar.bz2 |
Provide a valid non-multi-arch default for INTEGER_TO_ADDRESS.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a3d4087..3c9dfd0 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-10-15 Andrew Cagney <ac131313@redhat.com> + * gdbarch.sh (fallbackdefault): Set to one when predefault is + empty. + * gdbarch.h: Regenerate. + +2001-10-15 Andrew Cagney <ac131313@redhat.com> + * mips-tdep.c (mips_integer_to_address): New function. (mips_gdbarch_init): Initialize pointer_to_address, address_to_pointer and integer_to_address. |