Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/libexec/ld.aout_so/arch/vax pullup 1.9->1.10 (ragge)
details: https://anonhg.NetBSD.org/src/rev/643c4b05ca98
branches: netbsd-1-4
changeset: 469119:643c4b05ca98
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 28 23:21:09 1999 +0000
description:
pullup 1.9->1.10 (ragge)
diffstat:
libexec/ld.aout_so/arch/vax/mdprologue.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 4b333a7ff43a -r 643c4b05ca98 libexec/ld.aout_so/arch/vax/mdprologue.S
--- a/libexec/ld.aout_so/arch/vax/mdprologue.S Mon Jun 28 23:19:56 1999 +0000
+++ b/libexec/ld.aout_so/arch/vax/mdprologue.S Mon Jun 28 23:21:09 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mdprologue.S,v 1.9 1998/10/31 08:59:58 matt Exp $ */
+/* $NetBSD: mdprologue.S,v 1.9.2.1 1999/06/28 23:21:09 perry Exp $ */
/*
* Copyright (c) 1998 Matt Thomas <matt%3am-software.com@localhost>
@@ -92,8 +92,8 @@
pushab 1f /* by issuing an */
rei /* rei. */
1: movl r0, 24(sp) /* save return address onto stack */
- popr $0x3f /* restore r0 to r5 */
- tstw *(sp) /* does the entry mask save any regs */
+ bicw3 6(fp),(r0),r0 /* does the entry mask save any additional regs */
+ popr $0x3f /* restore r0 to r5 (cond flags aren't modified) */
bneq 2f /* yes? do it the hard way */
addl2 $2,(sp) /* no? skip past the mask */
rsb /* and jump to it */
Home |
Main Index |
Thread Index |
Old Index