From: Maxim Grigoriev Date: Fri, 11 Mar 2011 00:26:50 +0000 (+0000) Subject: Correct bad formatting in the comments. Two spaces must follow '.'. X-Git-Tag: cgen-snapshot-20110401~301 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2a6b3901e0c4af143861347a7f03c3ae6e79bbf;p=platform%2Fupstream%2Fbinutils.git Correct bad formatting in the comments. Two spaces must follow '.'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e795c52..030fa7f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,17 +1,18 @@ 2011-03-10 Maxim Grigoriev * xtensa-tdep.c (xtensa_c0reg_t): Update comments. - (xtensa_call0_frame_cache_t): Update comments. New fields added. + (xtensa_call0_frame_cache_t): Update comments. New fields added. (xtensa_alloc_frame_cache): Add initialization for new fields. (xtensa_frame_cache): Change the way how call0_frame_cache () is called. (warning_once): New function. (xtensa_insn_kind): New item c0opc_and. (call0_classify_opcode): Add the case for AND instruction. - (call0_track_op): Change arguments. New local variable litbase. Add the - case to handle c0opc_and. Update algorithms for c0opc_mov, c0opc_l32r, - c0opc_s32i to take into account dynamic stack adjustments in prologue. + (call0_track_op): Change arguments. New local variable litbase. + Add the case to handle c0opc_and. Update algorithms for c0opc_mov, + c0opc_l32r, c0opc_s32i to take into account dynamic stack adjustments + in the prologue. Add cases for c0opc_l32e, c0opc_s32e, c0opc_rfwo, c0opc_rfwu. - (call0_analyze_prologue): Update the comments. Change arguments. + (call0_analyze_prologue): Update the comments. Change arguments. Add the variety of updates to handle extended prologues, which now can conduct dynamic stack adjustments. (call0_frame_cache): Likewise.