This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

gas versioning test in assembly


Hi all.

Does anyone know if there is a predefined symbol that can be
tested against in gnu assembly code that represents the assembler's
or binutils' version? 

ie:
		.ifdef GNU_AS_VERSION_2_9_1
		.code16
		.else
		.code16gcc
		.endif

Thanks.
GP (Graeme Peterson)



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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