diff options
| -rw-r--r-- | gcc/ChangeLog | 2 | ||||
| -rw-r--r-- | gcc/doc/contrib.texi | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7804fc0..e423402 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -28,6 +28,8 @@ 2003-12-01 James E Wilson <wilson@specifixinc.com> + * doc/contrib.texi: Update David Mosberger. + * doc/c-tree.texi (CONSTRUCTOR): Clarify element order and handling of missing fields. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index f7b4ca7..80399ed 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -564,7 +564,8 @@ Linux kernels. Mike Moreton for his various Java patches. @item -David Mosberger-Tang for various Alpha improvements. +David Mosberger-Tang for various Alpha improvements, and for the initial +IA-64 port. @item Stephen Moshier contributed the floating point emulator that assists in |
