|
|
BSD 4.3tahoe
/* * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and that due credit is given * to the University of California at Berkeley. The name of the University * may not be used to endorse or promote products derived from this * software without specific prior written permission. This software * is provided ``as is'' without express or implied warranty. * * @(#)defs.h 1.2 (Berkeley) 3/28/88 */ #ifdef PROF #define ENTRY(x) .globl _/**/x; .align 2; _/**/x: .word 0; \ .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount #define ASENTRY(x) .globl x; .align 2; x: .word 0; \ .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount #else #define ENTRY(x) .globl _/**/x; .align 2; _/**/x: .word 0 #define ASENTRY(x) .globl x; .align 2; x: .word 0 #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.