PERFORCE change 30176 for review
Juli Mallett
jmallett at FreeBSD.org
Wed Apr 30 16:06:16 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30176
Change 30176 by jmallett at jmallett_dalek on 2003/04/30 16:05:38
Don't need a .ent here.
Affected files ...
.. //depot/projects/mips/sys/mips/include/asm.h#8 edit
Differences ...
==== //depot/projects/mips/sys/mips/include/asm.h#8 (text+ko) ====
@@ -63,7 +63,7 @@
#define HIDENAME(asmsym) __CONCAT(.,asmsym)
#define _GLOBAL(x) \
- .data; .align 2; .globl x; .ent x; x:
+ .data; .align 2; .globl x; x:
#define _ENTRY(x) \
.text; .align 2; .globl x; .ent x; .type x, at function; x:
More information about the p4-projects
mailing list