diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-03 00:43:23 -0400 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-07-09 01:34:01 -0700 |
commit | 6c3b8b8337a5bd1a9ec3af30882caa98e050ce12 (patch) | |
tree | c4ea94d6cc4d0168ac2a93ff7d7ba67d66d3c819 /libc/sysdeps/linux/sparc | |
parent | 7498be11926149af9327cc33a74d2778d0c116a8 (diff) | |
download | uClibc-alpine-6c3b8b8337a5bd1a9ec3af30882caa98e050ce12.tar.bz2 uClibc-alpine-6c3b8b8337a5bd1a9ec3af30882caa98e050ce12.tar.xz |
uClibc_arch_features: sync defines between ports
Make sure each arch has the same complete list to make comparing between
them easier.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libc/sysdeps/linux/sparc')
-rw-r--r-- | libc/sysdeps/linux/sparc/bits/uClibc_arch_features.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/sparc/bits/uClibc_arch_features.h b/libc/sysdeps/linux/sparc/bits/uClibc_arch_features.h index b097316b0..2d8cdd78b 100644 --- a/libc/sysdeps/linux/sparc/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/sparc/bits/uClibc_arch_features.h @@ -17,6 +17,9 @@ /* does your target have a broken create_module() ? */ #undef __UCLIBC_BROKEN_CREATE_MODULE__ +/* does your target have to worry about older [gs]etrlimit() ? */ +#undef __UCLIBC_HANDLE_OLDER_RLIMIT__ + /* does your target have an asm .set ? */ #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__ @@ -32,10 +35,13 @@ /* needed probably only for ppc64 */ #undef __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ +/* define if target supports CFI pseudo ops */ +#define __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ + /* define if target supports IEEE signed zero floats */ #define __UCLIBC_HAVE_SIGNED_ZERO__ -/* define if target supports CFI pseudo ops */ -#define __UCLIBC_HAVE_ASM_CFI_DIRECTIVES__ +/* only weird assemblers generally need this */ +#undef __UCLIBC_ASM_LINE_SEP__ #endif /* _BITS_UCLIBC_ARCH_FEATURES_H */ |