From owner-p4-projects@FreeBSD.ORG Fri Sep 19 03:18:22 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B20B91065677; Fri, 19 Sep 2008 03:18:22 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BBDB1065675 for ; Fri, 19 Sep 2008 03:18:22 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58D768FC0C for ; Fri, 19 Sep 2008 03:18:22 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8J3IM9W078898 for ; Fri, 19 Sep 2008 03:18:22 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8J3ILCV078896 for perforce@freebsd.org; Fri, 19 Sep 2008 03:18:21 GMT (envelope-from imp@freebsd.org) Date: Fri, 19 Sep 2008 03:18:21 GMT Message-Id: <200809190318.m8J3ILCV078896@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 150075 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 03:18:22 -0000 http://perforce.freebsd.org/chv.cgi?CH=150075 Change 150075 by imp@imp_paco-paco on 2008/09/19 03:17:40 Merge from svn Affected files ... .. //depot/projects/mips2/src/usr.bin/gprof/mips.h#3 edit Differences ... ==== //depot/projects/mips2/src/usr.bin/gprof/mips.h#3 (text+ko) ==== @@ -1,7 +1,11 @@ /*- - * Copyright (c) 1991, 1993 + * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * + * This software was developed by the Computer Systems Engineering group + * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and + * contributed to Berkeley. Modified by Ralph Campbell for mips. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -28,14 +32,15 @@ * * @(#)mips.h 8.1 (Berkeley) 6/6/93 * From: @(#)sparc.h 5.1 (Berkeley) 7/8/92 - * $FreeBSD: src/usr.bin/gprof/mips.h,v 1.4 2008/09/02 15:35:47 obrien Exp $ + * $FreeBSD: head/usr.bin/gprof/mips.h 182681 2008-09-02 15:35:47Z obrien $ */ - /* - * offset (in bytes) of the code from the entry address of a routine. - * (see asgnsamples for use and explanation.) - */ +/* + * offset (in bytes) of the code from the entry address of a routine. + * (see asgnsamples for use and explanation.) + */ #define OFFSET_OF_CODE 0 +#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) enum opermodes { dummy }; typedef enum opermodes operandenum;