diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2012-04-24 19:44:16 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2012-04-24 19:44:16 +0000 |
commit | 742c84f629e7a817e937d651d2b8b32f8bf7716c (patch) | |
tree | 19244be5821f5204d5d958a0580d711b25c32fa8 /gdb/ChangeLog | |
parent | 7fc7e0c3280f9c7c4f8447869b219627ec39d054 (diff) | |
download | gdb-742c84f629e7a817e937d651d2b8b32f8bf7716c.zip gdb-742c84f629e7a817e937d651d2b8b32f8bf7716c.tar.gz gdb-742c84f629e7a817e937d651d2b8b32f8bf7716c.tar.bz2 |
* mips-tdep.c
(is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
with the other MIPS16 helpers.
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 991792f..355e82b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-04-24 Maciej W. Rozycki <macro@codesourcery.com> + + * mips-tdep.c + (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group + with the other MIPS16 helpers. + 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com> * observer.sh: Conditionally declare `args', thus cleaning up |