summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-04-27 03:37:43 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-04-27 03:37:43 +0000
commita34d6132b5dbdc624c3ff58f2bc9bdbf077ecaad (patch)
tree9f6f423eeaea44942b340f1fac46636daaea2c3d /bfd
parente0dfcc92d29c0835de7ff9e9f4f5a05ae4e1a197 (diff)
downloadbinutils-redhat-a34d6132b5dbdc624c3ff58f2bc9bdbf077ecaad.tar.gz
Write Mimi's name in ASCII.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/coff-rs6000.c7
-rw-r--r--bfd/cpu-rs6000.c6
-rw-r--r--bfd/rs6000-core.c7
4 files changed, 9 insertions, 17 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 43b8a84efd..ea36970cf1 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
2007-04-27 Alan Modra <amodra@bigpond.net.au>
+ * cpu-rs6000.c: Write Mimi's name in ASCII.
+ * coff-rs6000.c: Likewise.
+ * rs6000-core.c: Likewise.
+
+2007-04-27 Alan Modra <amodra@bigpond.net.au>
+
* sysdep.h: Include config.h first.
Many files: Include sysdep.h before bfd.h.
* Makefile.am: Run "make dep-am".
diff --git a/bfd/coff-rs6000.c b/bfd/coff-rs6000.c
index 0afc37e605..ae75f65b56 100644
--- a/bfd/coff-rs6000.c
+++ b/bfd/coff-rs6000.c
@@ -1,12 +1,7 @@
/* BFD back-end for IBM RS/6000 "XCOFF" files.
Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
- FIXME: Can someone provide a transliteration of this name into ASCII?
- Using the following chars caused a compiler warning on HIUX (so I replaced
- them with octal escapes), and isn't useful without an understanding of what
- character set it is.
- Written by Metin G. Ozisik, Mimi Ph\373\364ng-Th\345o V\365,
- and John Gilmore.
+ Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
Archive support from Damon A. Permezel.
Contributed by IBM Corporation and Cygnus Support.
diff --git a/bfd/cpu-rs6000.c b/bfd/cpu-rs6000.c
index 2d4641ba04..4ed1d71e1a 100644
--- a/bfd/cpu-rs6000.c
+++ b/bfd/cpu-rs6000.c
@@ -1,11 +1,7 @@
/* BFD back-end for rs6000 support
Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003, 2007
Free Software Foundation, Inc.
- FIXME: Can someone provide a transliteration of this name into ASCII?
- Using the following chars caused a compiler warning on HIUX (so I replaced
- them with octal escapes), and isn't useful without an understanding of what
- character set it is.
- Written by Mimi Ph\373\364ng-Th\345o V\365 of IBM
+ Written by Mimi Phuong-Thao Vo of IBM
and John Gilmore of Cygnus Support.
This file is part of BFD, the Binary File Descriptor library.
diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c
index 1f622b3b2e..4a2e107d3d 100644
--- a/bfd/rs6000-core.c
+++ b/bfd/rs6000-core.c
@@ -2,12 +2,7 @@
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
2001, 2002, 2004, 2006, 2007
Free Software Foundation, Inc.
- FIXME: Can someone provide a transliteration of this name into ASCII?
- Using the following chars caused a compiler warning on HIUX (so I replaced
- them with octal escapes), and isn't useful without an understanding of what
- character set it is.
- Written by Metin G. Ozisik, Mimi Ph\373\364ng-Th\345o V\365,
- and John Gilmore.
+ Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
Archive support from Damon A. Permezel.
Contributed by IBM Corporation and Cygnus Support.