diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 201af51..5131927 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2015-07-06 Patrick Palka <patrick@parcs.ath.cx> + + * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead + use printf_unfiltered. + (set_mpx_cmd): Add missing trailing space to command string + literal. + (_initialize_i386_tdep): Give the "mpx" prefix command its + correct name. + 2015-07-02 Kevin Buettner <kevinb@redhat.com> * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants. |