This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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 1/2]: configure: use the .set directive when testing for.weak


On 09/21/2010 11:49 AM, Mike Frysinger wrote:
> there is clear documentation that the "sym = foo" syntax does not
> work for all ports, but ".set sym, foo" does.

Which would of course be a lie, since at least MIPS and Alpha
use ".set" to control various assembler settings.  E.g.

	.set macro
	.set noreorder


r~


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