On Mon, Apr 21, 2008 at 08:47:52AM -0700, David Daney wrote: > Note that there has been some confusion about break codes in gas over the > years. Ancient versions (I am not sure which) generated different break > codes than recent versions. > > Before changing it make sure that you don't break existing user space code. > > One problem (fixed around 2.4.25 or so) was the integer division by zero in > user space would result in SIGTRAP instead of SIGFPE. If you change the > break code handling you should verify that you don't break this. Not quite correct. Very old and recent binutils are bug compatible. It's middle age gcc which unfortunately fixed the bug creating a bug ;-) Ralf