diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:20:28 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:20:28 +0000 |
commit | 4ecedd09e73d48605b31ce03d5fe26becfe55010 (patch) | |
tree | c06398e1f8b95c6f03b87dce84c934eff41245ca /newlib/NEWS | |
parent | c2b0dec2dcf3f57f3c306ad84b8e8a83bb913d35 (diff) | |
download | newlib-4ecedd09e73d48605b31ce03d5fe26becfe55010.zip newlib-4ecedd09e73d48605b31ce03d5fe26becfe55010.tar.gz newlib-4ecedd09e73d48605b31ce03d5fe26becfe55010.tar.bz2 |
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Richard Sandiford:
* libc/include/machine/setjmp.h (_JBLEN): Define for __frv__.
(_JBTYPE): Ditto.
* libc/include/sys/config.h (__IEEE_BIG_ENDIAN): Ditto.
(__ATTRIBUTE_IMPURE_PTR__): Ditto.
* libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Ditto.
* configure.host: Support frv-*-*.
* libc/machine/frv/Makefile.am: New file.
* libc/machine/frv/configure.in: New file.
* libc/machine/frv/setjmp.S: New file.
Diffstat (limited to 'newlib/NEWS')
-rw-r--r-- | newlib/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/NEWS b/newlib/NEWS index 9a606f2..3aad034 100644 --- a/newlib/NEWS +++ b/newlib/NEWS @@ -1,3 +1,5 @@ +Support for the Fujitsu FRV architecture added by Red Hat. + *** Major changes in newlib version 1.10.0: * libtool support for i[3456]86-pc-linux native builds |