Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/arm Group all syscalls together.
details: https://anonhg.NetBSD.org/src/rev/3af917abdcb6
branches: trunk
changeset: 789470:3af917abdcb6
user: matt <matt%NetBSD.org@localhost>
date: Mon Aug 19 22:13:34 2013 +0000
description:
Group all syscalls together.
diffstat:
lib/libc/arch/arm/SYS.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 23b3c23b12e7 -r 3af917abdcb6 lib/libc/arch/arm/SYS.h
--- a/lib/libc/arch/arm/SYS.h Mon Aug 19 22:11:50 2013 +0000
+++ b/lib/libc/arch/arm/SYS.h Mon Aug 19 22:13:34 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: SYS.h,v 1.14 2013/08/16 22:30:28 matt Exp $ */
+/* $NetBSD: SYS.h,v 1.15 2013/08/19 22:13:34 matt Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -34,6 +34,8 @@
* from: @(#)SYS.h 5.5 (Berkeley) 5/7/91
*/
+#define _TEXT_SECTION .section .text.hot, "ax"
+
#include <machine/asm.h>
#include <sys/syscall.h>
#include <arm/swi.h>
Home |
Main Index |
Thread Index |
Old Index