diff options
author | Jeff Law <law@redhat.com> | 2017-06-23 09:57:58 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2017-06-23 09:57:58 -0600 |
commit | ef2361cbd8462374b28e9e8becf8710a9b30d125 (patch) | |
tree | a75e4080c6fd4d73ee692bf69dab0c7691bfe3d9 /gcc | |
parent | 8447a92f07bd4e4b0dd1b2fef60591734c3d188a (diff) | |
download | gcc-ef2361cbd8462374b28e9e8becf8710a9b30d125.zip gcc-ef2361cbd8462374b28e9e8becf8710a9b30d125.tar.gz gcc-ef2361cbd8462374b28e9e8becf8710a9b30d125.tar.bz2 |
contrib.texi: Add entry for Steven Pemberton's work on enquire.
* doc/contrib.texi: Add entry for Steven Pemberton's work on
enquire.
From-SVN: r249593
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 327d809..130fa37 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-06-23 Jeff Law <law@redhat.com> + + * doc/contrib.texi: Add entry for Steven Pemberton's work on + enquire. + 2017-06-23 Will Schmidt <will_schmidt@vnet.ibm.com> * config/rs6000/rs6000.c: Add include of ssa-propagate.h for diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 4f5ffc1..60b7102 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -761,6 +761,11 @@ clean-ups and porting work, and maintaining the IRIX, Solaris 2, and Tru64 UNIX ports. @item +Steven Pemberton for his contribution of @file{enquire} which allowed GCC to +determine various properties of the floating point unit and generate +@file{float.h} in older versions of GCC. + +@item Hartmut Penner for work on the s390 port. @item |