Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ld.elf_so/arch/sparc Indent branch delay instructions.
details: https://anonhg.NetBSD.org/src/rev/5aac25faa140
branches: trunk
changeset: 536157:5aac25faa140
user: mycroft <mycroft%NetBSD.org@localhost>
date: Mon Sep 09 19:01:52 2002 +0000
description:
Indent branch delay instructions.
diffstat:
libexec/ld.elf_so/arch/sparc/rtld_start.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 96d16fd5c3d5 -r 5aac25faa140 libexec/ld.elf_so/arch/sparc/rtld_start.S
--- a/libexec/ld.elf_so/arch/sparc/rtld_start.S Mon Sep 09 18:10:20 2002 +0000
+++ b/libexec/ld.elf_so/arch/sparc/rtld_start.S Mon Sep 09 19:01:52 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rtld_start.S,v 1.5 2002/09/09 18:10:21 mycroft Exp $ */
+/* $NetBSD: rtld_start.S,v 1.6 2002/09/09 19:01:52 mycroft Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
.align 4
.LLGETPC0:
retl
- add %o7,%l7,%l7
+ add %o7,%l7,%l7
.section ".text"
.align 4
@@ -55,7 +55,7 @@
sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
call .LLGETPC0
- add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7
+ add %l7, %lo(_GLOBAL_OFFSET_TABLE_+4), %l7
ld [%l7+_GOT_END_], %o0
ld [%l7+_GLOBAL_OFFSET_TABLE_], %o1
mov %l7, %o2
Home |
Main Index |
Thread Index |
Old Index