Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2007 18:56:57 GMT
From:      Rafal Jaworowski <raj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 128526 for review
Message-ID:  <200711021856.lA2Iuv5s075909@repoman.freebsd.org>

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

Change 128526 by raj@raj_mimi on 2007/11/02 18:56:27

	Cleanup after the IFC

Affected files ...

.. //depot/projects/e500/contrib/gcc/config/rs6000/sysv4.h#3 edit
.. //depot/projects/e500/sys/boot/uboot/lib/glue.c#2 edit
.. //depot/projects/e500/sys/powerpc/powerpc/swtch.S#4 delete
.. //depot/projects/e500/sys/powerpc/powerpc/uma_machdep.c#4 delete
.. //depot/projects/e500/sys/powerpc/powerpc/vm_machdep.c#6 delete

Differences ...

==== //depot/projects/e500/contrib/gcc/config/rs6000/sysv4.h#3 (text+ko) ====

@@ -1126,7 +1126,9 @@
    be stacked, so that invocations of #pragma pack(pop)' will return
    to the previous value.  */
 
+/* XXX this is already defined in the common contrib/gcc/config/freebsd.h
 #define HANDLE_PRAGMA_PACK_PUSH_POP 1
+*/
 
 /* Select a format to encode pointers in exception handling data.  CODE
    is 0 for data, 1 for code labels, 2 for function pointers.  GLOBAL is

==== //depot/projects/e500/sys/boot/uboot/lib/glue.c#2 (text+ko) ====

@@ -1,3 +1,28 @@
+/*-
+ * Copyright (c) 2007 Semihalf, Rafal Jaworowski <raj@semihalf.com>
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
 
 #include <stand.h>
 #include "api_public.h"



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