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: [patch] VAX ELF PIC support.


On Sun, Sep 21, 2003 at 11:31:36PM -0700, Richard Henderson wrote:
> Alpha *does* use an assembler directive for this: ".arch".
> 
> It appears that ppc is not so enlightened.

All fairly easy to do except -a64/-a32.  gas opens its output
file and hence sets the object file format before reading any
input files.  Too many things need undoing to switch from ELF32
to ELF64 after the output bfd is opened.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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