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]

PATCH ARM: Fix lib1funcs.asm local labels on ELF


On an ELF platform local symbols should be prefixed with ".L".  This patch 
changes the file to wrap all local symbol definitions with a MACRO that 
prefixes the symbols with "." on ELF.

2003-05-12  Richard Earnshaw  <rearnsha@arm.com>

	* arm/lib1funcs.asm (LSYM): Define -- on ELF prefix a local symbol with
	'.'.  Change all local symbol definitions and references to use LSYM.


Attachment: lsym.patch
Description: lsym.patch


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