Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 09:36:29 +0200 (CEST)
From:      =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        current@freebsd.org
Cc:        kensmith@freebsd.org, peter@freebsd.org
Subject:   changes in src/lib/libc/arm/SYS.h broke arm
Message-ID:  <2995.192.168.1.2.1183620989.squirrel@webmail.alpha-tierchen.de>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hello,

your changes in src/lib/libc/arm/SYS.h broke FreeBSD/arm. You need to add
semicolons. I attached a patch.

Regards
Björn

[-- Attachment #2 --]
--- lib/libc/arm/SYS.h.orig	Thu Jul  5 01:35:18 2007
+++ lib/libc/arm/SYS.h	Thu Jul  5 09:34:10 2007
@@ -63,8 +63,8 @@
 	ENTRY(__CONCAT(__sys_, x));					\
 	.weak _C_LABEL(__CONCAT(_,x));					\
 	.set _C_LABEL(__CONCAT(_,x)),_C_LABEL(__CONCAT(__sys_,x));	\
-	SYSTRAP(x)							\
-	bcs PIC_SYM(CERROR, PLT)					\
+	SYSTRAP(x);							\
+	bcs PIC_SYM(CERROR, PLT);					\
 	RET
 
 #define RSYSCALL(x)							\

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2995.192.168.1.2.1183620989.squirrel>