|
|
1.1 root 1: /* DEFS.h 4.2 83/06/27 */
2:
3: #ifdef PROF
4: #define ENTRY(x) .globl _/**/x; .align 2; _/**/x: .word 0; \
5: .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount
6: #define ASENTRY(x) .globl x; .align 2; x: .word 0; \
7: .data; 1:; .long 0; .text; moval 1b,r0; jsb mcount
8: #else
9: #define ENTRY(x) .globl _/**/x; .align 2; _/**/x: .word 0
10: #define ASENTRY(x) .globl x; .align 2; x: .word 0
11: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.