mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Change ASM_GLOBAL_DIRECTIVE to .globl for ARM.
This commit is contained in:
parent
7b8e0d49cb
commit
cea48cfbdd
@ -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.
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user