summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/asnames.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-02-06 08:41:06 +0000
committerbde <bde@FreeBSD.org>1999-02-06 08:41:06 +0000
commitc95ad30d4da55eaaa6eca1a2396c9fa3b91990dd (patch)
tree2b074c6cccfef21365978e01eef94ae511f1a1ac /sys/i386/include/asnames.h
parent42bebed095711d57d4fa0080fa5838eabcd30dd7 (diff)
downloadFreeBSD-src-c95ad30d4da55eaaa6eca1a2396c9fa3b91990dd.zip
FreeBSD-src-c95ad30d4da55eaaa6eca1a2396c9fa3b91990dd.tar.gz
Added underscores to some names in svr4_locore.s so that it compiles
with -aout. Added translation back to elf names in asnames.h as usual. The elf names were inconsistent in the aout case even internally because a macro adds an underscore to just one of them. Removed commented out code for a previous life of `svr4_esigcode'. Didn't add an underscore to `svr4_esigcode' since it is correct for aout although wrong for elf, like most internal names in assembler files. These names should be in a different namespace so that gprof can ignore them. Fixed some disorder in asnames.h.
Diffstat (limited to 'sys/i386/include/asnames.h')
-rw-r--r--sys/i386/include/asnames.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/include/asnames.h b/sys/i386/include/asnames.h
index 90df007..d653571 100644
--- a/sys/i386/include/asnames.h
+++ b/sys/i386/include/asnames.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: asnames.h,v 1.26 1998/10/03 17:23:25 jdp Exp $
+ * $Id: asnames.h,v 1.27 1999/01/30 15:38:48 kato Exp $
*/
#ifndef _MACHINE_ASNAMES_H_
@@ -297,7 +297,7 @@
#define _other_cpus other_cpus
#define _ovbcopy_vector ovbcopy_vector
#define _panic panic
-#define _pc98_system_parameter pc98_system_parameter
+#define _pc98_system_parameter pc98_system_parameter
#define _poly_div16 poly_div16
#define _poly_div2 poly_div2
#define _poly_div4 poly_div4
@@ -310,10 +310,10 @@
#define _prv_CMAP1 prv_CMAP1
#define _prv_CMAP2 prv_CMAP2
#define _prv_CMAP3 prv_CMAP3
-#define _prv_PMAP1 prv_PMAP1
#define _prv_CPAGE1 prv_CPAGE1
#define _prv_CPAGE2 prv_CPAGE2
#define _prv_CPAGE3 prv_CPAGE3
+#define _prv_PMAP1 prv_PMAP1
#define _prv_PPAGE1 prv_PPAGE1
#define _qs qs
#define _rcpoll rcpoll
@@ -347,6 +347,9 @@
#define _ss_unlock ss_unlock
#define _started_cpus started_cpus
#define _stopped_cpus stopped_cpus
+#define _svr4_sigcode svr4_sigcode
+#define _svr4_sys_context svr4_sys_context
+#define _svr4_szsigcode svr4_szsigcode
#define _swi_dispatcher swi_dispatcher
#define _swi_generic swi_generic
#define _swi_null swi_null
OpenPOWER on IntegriCloud