From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Denis Joseph Barrow Cc: gdb-patches@sourceware.cygnus.com, s390-patches@gnu.org, Martin Schwidefsky , Christoph Arenz Subject: Re: New gdb 31 & 64 bit patches for S/390 Date: Thu, 05 Jul 2001 10:11:00 -0000 Message-id: <3B44999E.4090201@cygnus.com> References: X-SW-Source: 2001-07/msg00101.html > As for the TRUE / FALSE there is no place in the gnu coding standards > where this is practice is non condoned > you are trying to push a personal opinion here. I'm sorry, but in the case of these coding stubs: > ++ if (good_prologue == TRUE) > ++ for (second_pass = FALSE; second_pass <= TRUE; second_pass++) > ++ if (init_extra_info || fextra_info->initialised == FALSE) > ++ if (frame_pointer_found == FALSE && regidx == 0xb) > ++ && fextra_info.good_prologue == FALSE); I don't consider myself to be pushing an individual opinion. Andrew