Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 16:46:34 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 34454 for review
Message-ID:  <200307132346.h6DNkYUU095214@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=34454

Change 34454 by marcel@marcel_nfs on 2003/07/13 16:46:21

	IFC @34453

Affected files ...

.. //depot/projects/ia64/lib/csu/ia64/Makefile#5 integrate
.. //depot/projects/ia64/lib/csu/ia64/crt1.S#1 branch
.. //depot/projects/ia64/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#104 integrate

Differences ...

==== //depot/projects/ia64/lib/csu/ia64/Makefile#5 (text+ko) ====

@@ -1,8 +1,8 @@
-# $FreeBSD: src/lib/csu/ia64/Makefile,v 1.11 2002/07/29 09:40:11 ru Exp $
+# $FreeBSD: src/lib/csu/ia64/Makefile,v 1.12 2003/07/13 23:11:37 marcel Exp $
 
 .PATH: ${.CURDIR}/../common
 
-SRCS=		crt1.c crti.S crtn.S
+SRCS=		crt1.S crti.S crtn.S
 OBJS=		${SRCS:N*.h:R:S/$/.o/g}
 OBJS+=		gcrt1.o
 CFLAGS+=	-Wall -Wno-unused \
@@ -13,7 +13,7 @@
 
 CLEANFILES=	${OBJS}
 
-gcrt1.o: crt1.c
+gcrt1.o: crt1.S
 	${CC} ${CFLAGS} -DGCRT -c -o gcrt1.o ${.ALLSRC}
 
 realinstall:

==== //depot/projects/ia64/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml#104 (text+ko) ====

@@ -3,7 +3,7 @@
 
   <corpauthor>The FreeBSD Project</corpauthor>
 
-  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.584 2003/07/12 07:41:39 hrs Exp $</pubdate>
+  <pubdate>$FreeBSD: src/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml,v 1.585 2003/07/13 23:26:20 hrs Exp $</pubdate>
 
   <copyright>
     <year>2000</year>
@@ -280,6 +280,9 @@
   <sect2 id="contrib">
     <title>Contributed Software</title>
 
+    <para>The <application>ACPI-CA</application> code has been updated
+      from the 20030228 snapshot to the 20030619 snapshot.</para>
+
     <para><application>BIND</application> has been updated from 8.3.4
       to 8.3.6.</para>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307132346.h6DNkYUU095214>