mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
tile: Convert ASM_GLOBAL_DIRECTIVE to .globl
This commit is contained in:
parent
cea48cfbdd
commit
5f5bcf71f7
@ -1,3 +1,8 @@
|
||||
2012-07-10 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/tile/sysdep.h (ENTRY): Use .globl, not
|
||||
ASM_GLOBAL_DIRECTIVE.
|
||||
|
||||
2012-05-30 Chris Metcalf <cmetcalf@tilera.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/tile/tilegx/Makefile: Remove test
|
||||
|
@ -30,7 +30,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 8; \
|
||||
C_LABEL(name) \
|
||||
|
Loading…
Reference in New Issue
Block a user