mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.
This commit is contained in:
@ -58,8 +58,6 @@
|
||||
|
||||
/* This seems to always be the case on PPC. */
|
||||
# define ALIGNARG(log2) log2
|
||||
/* For ELF we need the `.type' directive to make shared libs work right. */
|
||||
# define ASM_TYPE_DIRECTIVE(name,typearg) .type name,typearg;
|
||||
# define ASM_SIZE_DIRECTIVE(name) .size name,.-name
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
Reference in New Issue
Block a user