From: deraadt Date: Sun, 19 Nov 2023 00:46:54 +0000 (+0000) Subject: need to use a slightly different asm syntax.. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b2e43b20a2dff0321ca8168ebf0bf3507ef0cc56;p=openbsd need to use a slightly different asm syntax.. --- diff --git a/lib/csu/mips64/md_init.h b/lib/csu/mips64/md_init.h index 0f5045d4a0b..6ddf7442226 100644 --- a/lib/csu/mips64/md_init.h +++ b/lib/csu/mips64/md_init.h @@ -1,4 +1,4 @@ -/* $OpenBSD: md_init.h,v 1.21 2023/11/18 16:26:16 deraadt Exp $ */ +/* $OpenBSD: md_init.h,v 1.22 2023/11/19 00:46:54 deraadt Exp $ */ /*- * Copyright (c) 2001 Ross Harvey @@ -144,7 +144,7 @@ " .ent _csu_abort \n" \ " .type _csu_abort, @function \n" \ "_csu_abort: \n" \ - " teq zero, zero, 0x52 \n" \ + " teq $zero, $zero, 0x52 \n" \ " .end _csu_abort \n" \ " .previous")