diff options
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 7a2087b..d93046b 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,13 @@ +2015-07-24 H.J. Lu <hongjiu.lu@intel.com> + + * alpha.c (OP_Jxx): Add 'U' suffix to make it unsigned. + (OP_BSR): Likewise. + (Jxx_FUNC_JMP): Likewise. + (Jxx_FUNC_JSR): Likewise. + (Jxx_FUNC_RET): Likewise. + (Jxx_FUNC_JSR_COROUTINE): Likewise. + (alpha_find_call): Replace 0x3f with 0x3fU. + 2015-04-29 Nick Clifton <nickc@redhat.com> * po/da.po: Update Danish translation. |