diff options
author | Austin Foxley <austinf@cetoncorp.com> | 2009-09-23 18:31:48 -0700 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-09-23 18:31:48 -0700 |
commit | 90d8bfd82488b47a4565a0f27445bc97f0e6eaf1 (patch) | |
tree | ebfff670420254e630ef2f2dfc0f0df4cf3c1c93 /libpthread/nptl/sysdeps | |
parent | d10ba0ae91ba9ad57b3cbb13d5e1122d943464aa (diff) | |
download | uClibc-alpine-90d8bfd82488b47a4565a0f27445bc97f0e6eaf1.tar.bz2 uClibc-alpine-90d8bfd82488b47a4565a0f27445bc97f0e6eaf1.tar.xz |
i386 nptl: fix PSEUDO_END
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/sysdeps')
-rw-r--r-- | libpthread/nptl/sysdeps/i386/sysdep.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libpthread/nptl/sysdeps/i386/sysdep.h b/libpthread/nptl/sysdeps/i386/sysdep.h index e03a8e926..7f278905f 100644 --- a/libpthread/nptl/sysdeps/i386/sysdep.h +++ b/libpthread/nptl/sysdeps/i386/sysdep.h @@ -24,8 +24,6 @@ /* Syntactic details of assembler. */ -#ifdef HAVE_ELF - /* ELF uses byte-counts for .align, most others use log2 of count of bytes. */ #define ALIGNARG(log2) 1<<log2 /* For ELF we need the `.type' directive to make shared libs work right. */ @@ -36,15 +34,6 @@ #undef NO_UNDERSCORES #define NO_UNDERSCORES -#else - -#define ALIGNARG(log2) log2 -#define ASM_TYPE_DIRECTIVE(name,type) /* Nothing is specified. */ -#define ASM_SIZE_DIRECTIVE(name) /* Nothing is specified. */ - -#endif - - /* Define an entry point visible from C. There is currently a bug in gdb which prevents us from specifying |