K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-03-25T14:21:22.245089Z K 7 svn:log V 440 Change the way text_addr and data_addr are computed to use the executable status of segments instead of detecting the main text segment by which segment contains the program entry point. This affects obreak() and is required for correct operation of that function on 64-bit PowerPC systems. The previous behavior was apparently required only for the Alpha, which is no longer supported. Reviewed by: jhb Tested on: amd64, sparc64, powerpc END