This is the mail archive of the gcc@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]

GAS and PIC


Another probably obsolete item in gcc.texi says that

	@item
	The GNU assembler (GAS) does not support PIC.  To generate PIC code, you
	must use some other assembler, such as @file{/bin/as}.

At least, this is misleading for any system people are likely to be using.  
But, are there *any* systems with the properties that

* GCC nominally supports them as a native compiler (the support files are
there, even if bitrotten); and

* Some version of GAS (possibly an old one) actually supports the system
(i.e., genuinely could be used on it), but no version of GAS actually
supports PIC on the system; and

* The native assembler, or some non-GAS assembler, does support PIC on the
system?

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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