diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-09-19 21:59:41 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-09-19 21:59:41 +0000 |
commit | 8535cb383932a61b3ff6f8c6a984447e1693ea5b (patch) | |
tree | 45e0942849f92223cbf0378247eac004dfdcb206 /gdb/ChangeLog | |
parent | e0441cf0e1b1c7e126ca50f8ce4c4a40561187b5 (diff) | |
download | gdb-8535cb383932a61b3ff6f8c6a984447e1693ea5b.zip gdb-8535cb383932a61b3ff6f8c6a984447e1693ea5b.tar.gz gdb-8535cb383932a61b3ff6f8c6a984447e1693ea5b.tar.bz2 |
* cris-tdep.c (cris_get_signed_offset): Change return type to an
explicitly signed char.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b062a43..d4ef106 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-09-19 Andrew Cagney <ac131313@redhat.com> + * cris-tdep.c (cris_get_signed_offset): Change return type to an + explicitly signed char. + * config/mcore/tm-mcore.h (mcore_virtual_frame_pointer): Update function signature to match recent tracepoint.c:encode_actions changes. |