> I retested with gcc 3.4.3 and everything works fine. > Using the 4.3.3 compiler, the breakpoint is being set right at the address of > main > before the prologue code is executed. I will need to investigate why > that is happening.
Hmm... On opensolaris b134, after "pkg install gcc-43", and compiling the test programm with the new installed gcc 4.3.3 compiler (with "-g" or with "-g -O") it still works for me. Which assembler is used by your gcc 4.3.3? gcc 4.3.3 on opensolaris b134 uses /usr/bin/gas, and that is gnu assembler version 2.19. -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list [email protected]
