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]

gprof won't build with cc on DU4


It complains about the initialization of `copyright'.  Since
`copyright' is not used anywhere, I thought I'd simply remove it.  Ok
to install?  Release branch?

Index: gprof/ChangeLog
from  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
	
	* gprof.c (copyright): Removed, unused and mis-initialized.
	
Index: gprof/gprof.c
===================================================================
RCS file: /cvs/src/src/gprof/gprof.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 gprof.c
--- gprof/gprof.c	1999/05/03 07:29:11	1.1.1.1
+++ gprof/gprof.c	2000/04/05 04:20:57
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1983, 1998 Regents of the University of California.
+ * Copyright (c) 1983, 1998, 2000 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -54,10 +54,6 @@
 File_Format file_format = FF_AUTO;
 
 bool first_output = TRUE;
-
-char copyright[] =
- 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]