PERFORCE change 107891 for review
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Sat Oct 14 07:39:08 PDT 2006
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=107891
Change 107891 by gonzo at gonzo_hq on 2006/10/14 14:38:03
	o Add AENT definition. Define for alternative entry point in asm.
Affected files ...
.. //depot/projects/mips2/src/sys/mips/include/asm.h#8 edit
Differences ...
==== //depot/projects/mips2/src/sys/mips/include/asm.h#8 (text+ko) ====
@@ -129,6 +129,10 @@
 # endif
 #endif
 
+#define AENT(x)								\
+	.aent   x, 0
+
+
 /*
  * WEAK_ALIAS: create a weak alias.
  */
    
    
More information about the p4-projects
mailing list