From: Roland McGrath Date: Mon, 13 Jun 1994 23:50:11 +0000 (+0000) Subject: entered into RCS X-Git-Tag: glibc-2.16-ports-before-merge~4111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6cba56a4a6ef406ae2a976f598da298e90547863;p=thirdparty%2Fglibc.git entered into RCS --- diff --git a/sysdeps/unix/bsd/sun/sparc/sigtramp.c b/sysdeps/unix/bsd/sun/sparc/sigtramp.c index 1ccdf02f39e..54f62933a82 100644 --- a/sysdeps/unix/bsd/sun/sparc/sigtramp.c +++ b/sysdeps/unix/bsd/sun/sparc/sigtramp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1992 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1992, 1994 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -187,7 +187,7 @@ DEFUN(trampoline, (sig), int sig) I don't know what it's for. Ask Sun. */ asm("restore %%g0, 139, %%g1\n" "ta 0\n" - "mov %0, %0" /* Useless insn that will never be executed, */ + "! this should be i0: %0" /* Useless insn that will never be executed, */ /* here to make the compiler happy. */ : /* No outputs. */ : /* CONTEXT is bound to %i0. We reference it as an input here to make