Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.

This commit is contained in:
Joseph Myers 2012-07-10 14:29:29 +00:00
parent 7b8e0d49cb
commit cea48cfbdd
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-07-10 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/sysdep.h (ENTRY): Change ASM_GLOBAL_DIRECTIVE to
.globl.
2012-07-05 Joseph Myers <joseph@codesourcery.com>
* sysdeps/arm/static-stubs.c: New file.

View file

@ -62,7 +62,7 @@
/* Define an entry point visible from C. */
#define ENTRY(name) \
ASM_GLOBAL_DIRECTIVE C_SYMBOL_NAME(name); \
.globl C_SYMBOL_NAME(name); \
ASM_TYPE_DIRECTIVE (C_SYMBOL_NAME(name),function) \
.align ALIGNARG(4); \
C_LABEL(name) \