diff options
author | Marc Espie <espie@openbsd.org> | 2005-01-18 11:05:39 +0000 |
---|---|---|
committer | Marc Espie <espie@gcc.gnu.org> | 2005-01-18 11:05:39 +0000 |
commit | f5975bd51bcdd12433883f4b39506140b74941e6 (patch) | |
tree | 29aec58f8c98ff1b61158f5e11629cd10b171713 /gcc | |
parent | 9f61886eaf5d9cdaaac90ee147e078908d117fdc (diff) | |
download | gcc-f5975bd51bcdd12433883f4b39506140b74941e6.zip gcc-f5975bd51bcdd12433883f4b39506140b74941e6.tar.gz gcc-f5975bd51bcdd12433883f4b39506140b74941e6.tar.bz2 |
openbsdelf.h: Typo.
2005-01-18 Marc Espie <espie@openbsd.org>
* config/i386/openbsdelf.h: Typo.
From-SVN: r93825
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/config/i386/openbsdelf.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ce0259c..4dc927c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/openbsdelf.h b/gcc/config/i386/openbsdelf.h index 3088e84..71055ce 100644 --- a/gcc/config/i386/openbsdelf.h +++ b/gcc/config/i386/openbsdelf.h @@ -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) |