From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 13 Oct 2005 11:11:43 -0400 Subject: [U-Boot-Users] [Patch] Clean up lvalues in two places for gcc 4.0 In-Reply-To: <20051013145248.670D5353A4F@atlas.denx.de> References: <20051013145248.670D5353A4F@atlas.denx.de> Message-ID: <434E792F.5060103@smiths-aerospace.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Jerry, > > in message <434E4702.6020203@smiths-aerospace.com> you wrote: > >>Attached is a patch I did last night (2005-10-12) to fix two places >>where gcc 4.0 refused to compile due to the lvalue constructs no longer >>being supported. The patches compile, I have not executed the resulting >>code: please double-check for correctness. > > > Sorry. Parallel work. > > >>Clean up lvalue issues for gcc 4.0 >>Patch by Jerry Van Baren, 12 October 2005 > > > We implemented similar fixes before, as well as many other necessary > changes. Just checked in. > > Thanks anyway. > > Best regards, > > Wolfgang Denk I saw that. I bet you got tired of typing "Cleanup for GCC-4.x" ;-) You were much more ambitious than me, and we thank your for your ambition :-). gvb