diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-02-14 17:26:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-02-14 17:26:35 +0000 |
commit | cd0bfa36f3fbd866d7fe90b48d5f800d6c0d1577 (patch) | |
tree | 972c4c9384119417bd131068cddf58a69f768fd9 /gdb/ChangeLog | |
parent | b9d26eb9b8ee2ef2eab0bad4b0d9ed98a5cc378f (diff) | |
download | fsf-binutils-gdb-cd0bfa36f3fbd866d7fe90b48d5f800d6c0d1577.zip fsf-binutils-gdb-cd0bfa36f3fbd866d7fe90b48d5f800d6c0d1577.tar.gz fsf-binutils-gdb-cd0bfa36f3fbd866d7fe90b48d5f800d6c0d1577.tar.bz2 |
2004-02-14 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
* gdbarch.h, gdbarch.c: Re-generate.
* arch-utils.c (deprecated_register_convertible_not): Delete.
* arch-utils.h (deprecated_register_convertible_not): Delete.
* mi/mi-main.c (get_register): Update. Update copyright.
* infcmd.c (default_print_registers_info): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8b9d959..b35e169 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2004-02-14 Andrew Cagney <cagney@redhat.com> + * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. + * gdbarch.h, gdbarch.c: Re-generate. + * arch-utils.c (deprecated_register_convertible_not): Delete. + * arch-utils.h (deprecated_register_convertible_not): Delete. + * mi/mi-main.c (get_register): Update. Update copyright. + * infcmd.c (default_print_registers_info): Update. + * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. |