PERFORCE change 150075 for review
Warner Losh
imp at FreeBSD.org
Fri Sep 19 03:18:22 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=150075
Change 150075 by imp at 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;
More information about the p4-projects
mailing list