This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Fwd: [Bug bootstrap/27644] [4.1 regression] Bootstrap failure on native ARM targets]



On May 17, 2006, at 11:44 PM, Mark Mitchell wrote:
How does PowerPC communicate 32-bit vs. 64-bit mode to the assembler and
other tools?

well for one, it creates two different versions of ASM_SPEC. One for defaulting to 32bit and one for defaulting to 64bit. Which is what x86 really should be doing anyways. In fact the only reason why %{m64:--64} was added was to support that.

-- Pinski


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]