fix i386 built-ins.
This commit is contained in:
parent
cdd03ecb95
commit
048c67fd42
@ -39,8 +39,6 @@ Boston, MA 02111-1307, USA. */
|
|||||||
do \
|
do \
|
||||||
{ \
|
{ \
|
||||||
OPENBSD_OS_CPP_BUILTINS_ELF(); \
|
OPENBSD_OS_CPP_BUILTINS_ELF(); \
|
||||||
builtin_define ("__unix__"); \
|
|
||||||
builtin_assert ("system=bsd"); \
|
|
||||||
} \
|
} \
|
||||||
while (0)
|
while (0)
|
||||||
|
|
||||||
@ -111,9 +109,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
/* Assembler format: exception region output. */
|
/* Assembler format: exception region output. */
|
||||||
|
|
||||||
/* All configurations that don't use elf must be explicit about not using
|
/* our configuration still doesn't handle dwarf2 correctly */
|
||||||
dwarf unwind information. egcs doesn't try too hard to check internal
|
|
||||||
configuration files... */
|
|
||||||
#define DWARF2_UNWIND_INFO 0
|
#define DWARF2_UNWIND_INFO 0
|
||||||
|
|
||||||
/* Assembler format: alignment output. */
|
/* Assembler format: alignment output. */
|
||||||
|
Loading…
Reference in New Issue
Block a user