Write Mimi's name in ASCII.

This commit is contained in:
Alan Modra 2007-04-27 03:37:43 +00:00
parent 54530ea410
commit 2ce18a1626
6 changed files with 14 additions and 22 deletions

View file

@ -1,3 +1,9 @@
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> 2007-04-27 Alan Modra <amodra@bigpond.net.au>
* sysdep.h: Include config.h first. * sysdep.h: Include config.h first.

View file

@ -1,12 +1,7 @@
/* BFD back-end for IBM RS/6000 "XCOFF" files. /* BFD back-end for IBM RS/6000 "XCOFF" files.
Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Copyright 1990-1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
FIXME: Can someone provide a transliteration of this name into ASCII? Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
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.
Archive support from Damon A. Permezel. Archive support from Damon A. Permezel.
Contributed by IBM Corporation and Cygnus Support. Contributed by IBM Corporation and Cygnus Support.

View file

@ -1,11 +1,7 @@
/* BFD back-end for rs6000 support /* BFD back-end for rs6000 support
Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003, 2007 Copyright 1990, 1991, 1993, 1995, 2000, 2002, 2003, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
FIXME: Can someone provide a transliteration of this name into ASCII? Written by Mimi Phuong-Thao Vo of IBM
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
and John Gilmore of Cygnus Support. and John Gilmore of Cygnus Support.
This file is part of BFD, the Binary File Descriptor library. This file is part of BFD, the Binary File Descriptor library.

View file

@ -2,12 +2,7 @@
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
2001, 2002, 2004, 2006, 2007 2001, 2002, 2004, 2006, 2007
Free Software Foundation, Inc. Free Software Foundation, Inc.
FIXME: Can someone provide a transliteration of this name into ASCII? Written by Metin G. Ozisik, Mimi Phuong-Thao Vo, and John Gilmore.
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.
Archive support from Damon A. Permezel. Archive support from Damon A. Permezel.
Contributed by IBM Corporation and Cygnus Support. Contributed by IBM Corporation and Cygnus Support.

View file

@ -1,3 +1,7 @@
2007-04-27 Alan Modra <amodra@bigpond.net.au>
* rs6000.h: Write Mimi's name in ASCII.
2007-03-19 H.J. Lu <hongjiu.lu@intel.com> 2007-03-19 H.J. Lu <hongjiu.lu@intel.com>
* internal.h (internal_extra_pe_aouthdr): Add Magic, * internal.h (internal_extra_pe_aouthdr): Add Magic,

View file

@ -1,10 +1,6 @@
/* IBM RS/6000 "XCOFF" file definitions for BFD. /* IBM RS/6000 "XCOFF" file definitions for BFD.
Copyright (C) 1990, 1991, 2001 Free Software Foundation, Inc. Copyright (C) 1990, 1991, 2001 Free Software Foundation, Inc.
FIXME: Can someone provide a transliteration of this name into ASCII? Written by Mimi Phuong-Thao Vo of IBM
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
and John Gilmore of Cygnus Support. */ and John Gilmore of Cygnus Support. */
/********************** FILE HEADER **********************/ /********************** FILE HEADER **********************/