Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm Use oabi instead of atpcs32



details:   https://anonhg.NetBSD.org/src/rev/a06659de5e27
branches:  trunk
changeset: 780912:a06659de5e27
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Aug 11 07:18:53 2012 +0000

description:
Use oabi instead of atpcs32

diffstat:

 sys/arch/arm/arm/cpu_exec.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aa97c93703b1 -r a06659de5e27 sys/arch/arm/arm/cpu_exec.c
--- a/sys/arch/arm/arm/cpu_exec.c       Sat Aug 11 07:09:09 2012 +0000
+++ b/sys/arch/arm/arm/cpu_exec.c       Sat Aug 11 07:18:53 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpu_exec.c,v 1.2 2012/08/05 01:43:59 matt Exp $        */
+/*     $NetBSD: cpu_exec.c,v 1.3 2012/08/11 07:18:53 matt Exp $        */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.2 2012/08/05 01:43:59 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu_exec.c,v 1.3 2012/08/11 07:18:53 matt Exp $");
 
 #include "opt_compat_netbsd.h"
 #include "opt_compat_netbsd32.h"
@@ -86,7 +86,7 @@
                return ENOEXEC;
 
        if (netbsd32_p)
-               itp_suffix = (elf_aapcs_p) ? "eabi" : "apcs32";
+               itp_suffix = (elf_aapcs_p) ? "eabi" : "oabi";
 
        if (itp_suffix != NULL)
                (void)compat_elf_check_interp(epp, itp, itp_suffix);



Home | Main Index | Thread Index | Old Index