diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-08-10 22:55:57 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-08-10 22:55:57 +0000 |
commit | 87333bb72b8d896ddb77c9d1fdf3f35fb166534d (patch) | |
tree | b20eb9f3bdccfd19899742627b4777e1b68847b8 /gas/ChangeLog | |
parent | 85bb418f5ea3ed7e6eed54c45d2e85ee3ba2f1d4 (diff) | |
download | gdb-87333bb72b8d896ddb77c9d1fdf3f35fb166534d.zip gdb-87333bb72b8d896ddb77c9d1fdf3f35fb166534d.tar.gz gdb-87333bb72b8d896ddb77c9d1fdf3f35fb166534d.tar.bz2 |
* config/tc-mips.c (can_swap_branch_p): Update the comment on
MIPS16 fixups.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 92e77c0..3ae1eaf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2011-08-10 Maciej W. Rozycki <macro@codesourcery.com> + + * config/tc-mips.c (can_swap_branch_p): Update the comment on + MIPS16 fixups. + 2011-08-09 Chao-ying Fu <fu@mips.com> Daniel Jacobowitz <dan@codesourcery.com> |