1
0
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:
Marek Polacek
2012-08-02 21:04:29 +02:00
parent 2747bf9adf
commit b67e9372b2
70 changed files with 301 additions and 321 deletions

View File

@ -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__ */