Mark Searles wrote: > On 11/20/08 09:32, Rainer Orth wrote: > >>>> If I understand things correctly, the codebase for /opt/SUNWspro/bin/fbe >>>> and /usr/ccs/bin/as is the same, and fixes to the first will eventually >>>> make it to the second (which is regularly used by GCC, at least on SPARC; >>>> the x86 as is largely unusable for GCC). >>>> >>> Yes, that is correct. >>> >> Fine. Two questions here: >> >> * Are there plans to open at least the assembler codebase? This might help >> to faster get to the root of problems. >> > > Rainer, > > I apologize if this is a non-helpful answer - there's an expectation > that it may be opened in the future, but there is no specific > requirement/timetable to do so. > technically there's another way around this which is maybe less effort.. I'm not sure the greater details, but you could in theory change the interface to gas to be the same as fbe/as and swap the symlink out. .With that it would behave more or less the same.. I've played with this a little on x86_64 for fun a few weeks ago when I was having issues with some inline assembly.
Just a random thought.. ./C