This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gprof won't build with cc on DU4


On Apr  5, 2000, Ian Lance Taylor <ian@zembu.com> wrote:

>    From: Alexandre Oliva <aoliva@cygnus.com>

>    Can't we just remove the N_ call from gprof.c?

> Yes, that is fine with me too.

Is this an ok to install?  Release branch too?

Index: gprof/ChangeLog
from  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
	
	* gprof.c (copyright): Do not use N_ in array initializer.
	
Index: gprof/gprof.c
===================================================================
RCS file: /cvs/src/src/gprof/gprof.c,v
retrieving revision 1.1.1.1.2.1
diff -u -r1.1.1.1.2.1 gprof.c
--- gprof/gprof.c	2000/04/05 05:36:42	1.1.1.1.2.1
+++ gprof/gprof.c	2000/04/05 20:40:21
@@ -56,8 +56,8 @@
 bool first_output = TRUE;
 
 char copyright[] =
- N_("@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n");
+ "@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
 
 static char *gmon_name = GMONNAME;	/* profile filename */
 

-- 
Alexandre Oliva    Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]