openbsdelf.h: Typo.

2005-01-18  Marc Espie  <espie@openbsd.org>
	* config/i386/openbsdelf.h: Typo.

From-SVN: r93825
This commit is contained in:
Marc Espie 2005-01-18 11:05:39 +00:00 committed by Marc Espie
parent 9f61886eaf
commit f5975bd51b
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-01-18 Marc Espie <espie@openbsd.org>
* config/i386/openbsdelf.h: Typo.
2005-01-18 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP

View File

@ -38,7 +38,7 @@ Boston, MA 02111-1307, USA. */
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
OPENBSD_OS_CPP_BUILTINS_ELF(); \
OPENBSD_OS_CPP_BUILTINS(); \
} \
while (0)