Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2006 14:39:04 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 107891 for review
Message-ID:  <200610141439.k9EEd4eE024427@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107891

Change 107891 by gonzo@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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610141439.k9EEd4eE024427>