public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Patch to fix make dvi in libiberty
@ 2005-03-31 16:22 Joseph S. Myers
  2005-03-31 17:59 ` Mark Mitchell
  0 siblings, 1 reply; 2+ messages in thread
From: Joseph S. Myers @ 2005-03-31 16:22 UTC (permalink / raw)
  To: gcc-patches

"make dvi" was broken by the addition of gettimeofday to libiberty.  Fixed 
thus.  Tested with "make dvi".  Applied to mainline.

-- 
Joseph S. Myers               http://www.srcf.ucam.org/~jsm28/gcc/
    jsm@polyomino.org.uk (personal mail)
    joseph@codesourcery.com (CodeSourcery mail)
    jsm28@gcc.gnu.org (Bugzilla assignments and CCs)

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/ChangeLog,v
retrieving revision 1.559
diff -u -r1.559 ChangeLog
--- ChangeLog	29 Mar 2005 02:08:35 -0000	1.559
+++ ChangeLog	31 Mar 2005 16:13:50 -0000
@@ -1,3 +1,8 @@
+2005-03-31  Joseph S. Myers  <joseph@codesourcery.com>
+
+	* gettimeofday.c: Add "Supplemental" to @deftypefn.
+	* functions.texi: Regenerate.
+
 2005-03-28  Ian Lance Taylor  <ian@airs.com>
 
 	* pex-common.c: New file.
Index: gettimeofday.c
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/gettimeofday.c,v
retrieving revision 1.2
diff -u -r1.2 gettimeofday.c
--- gettimeofday.c	27 Mar 2005 15:31:12 -0000	1.2
+++ gettimeofday.c	31 Mar 2005 16:13:50 -0000
@@ -9,7 +9,7 @@
 
 /* 
 
-@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
+@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
 
 Writes the current time to @var{tp}.  This implementation requires
 that @var{tz} be NULL.  Returns 0 on success, -1 on failure.
Index: functions.texi
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/functions.texi,v
retrieving revision 1.19
diff -u -r1.19 functions.texi
--- functions.texi	29 Mar 2005 02:08:42 -0000	1.19
+++ functions.texi	31 Mar 2005 16:13:50 -0000
@@ -473,7 +473,7 @@
 @end deftypefn
 
 @c gettimeofday.c:12
-@deftypefn int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
+@deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
 
 Writes the current time to @var{tp}.  This implementation requires
 that @var{tz} be NULL.  Returns 0 on success, -1 on failure.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch to fix make dvi in libiberty
  2005-03-31 16:22 Patch to fix make dvi in libiberty Joseph S. Myers
@ 2005-03-31 17:59 ` Mark Mitchell
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Mitchell @ 2005-03-31 17:59 UTC (permalink / raw)
  To: Joseph S. Myers; +Cc: gcc-patches

Joseph S. Myers wrote:
> "make dvi" was broken by the addition of gettimeofday to libiberty.  Fixed 
> thus.  Tested with "make dvi".  Applied to mainline.

Thank you for cleaning up my mess!

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-03-31 17:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-31 16:22 Patch to fix make dvi in libiberty Joseph S. Myers
2005-03-31 17:59 ` Mark Mitchell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).