From 7c2254319bf23a0379b5d6cddf75e7a2e7288df6 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Thu, 18 Feb 2010 07:53:02 -0800 Subject: i386 unify sysdep.h Signed-off-by: Austin Foxley --- libc/sysdeps/linux/i386/sysdep.h | 126 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 125 insertions(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/sysdeps/linux/i386/sysdep.h b/libc/sysdeps/linux/i386/sysdep.h index ffbde7d96..ff67e8a08 100644 --- a/libc/sysdeps/linux/i386/sysdep.h +++ b/libc/sysdeps/linux/i386/sysdep.h @@ -22,7 +22,131 @@ #define _LINUX_I386_SYSDEP_H 1 #include -#include +#include + +#ifdef __ASSEMBLER__ + +/* Syntactic details of assembler. */ + +/* ELF uses byte-counts for .align, most others use log2 of count of bytes. */ +#define ALIGNARG(log2) 1<MEMBER) -- cgit v1.2.3