From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: Richard Henderson Cc: mike stump , aoliva@redhat.com, grahams@redhat.com, gcc@gcc.gnu.org, john@feith.com Subject: Re: powerpc-ibm-aix4.3.3.0 bootstrap issue Date: Wed, 24 Oct 2001 15:00:00 -0000 Message-id: <200110242159.RAA23120@makai.watson.ibm.com> References: <20011024144805.C20286@redhat.com> X-SW-Source: 2001-10/msg01256.html >>>>> Richard Henderson writes: Richard> Nothing should change when run inside a debugger except timing, Richard> and gcc is not timing sensitive. The debugger requires non-shareable copies of text (executable, shared libraries, etc.) in order to set breakpoints. The copies may shift the data layout of the process. Even without the debugger involvement, the address-based hash prevents deterministically repeatable behavior from GCC if the storage layout of the executable is changed by relinking. David