From 2ffe30d2a1ac7a3393b0c80d763f4d487afe052b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Dec 1998 17:45:48 +0000 Subject: Patch from Ian Lance Taylor : This patch avoids a warning from the development version of gas. --- c/src/exec/score/cpu/i386/rtems.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/src/exec/score/cpu/i386/rtems.s b/c/src/exec/score/cpu/i386/rtems.s index ac2822b7fd..f08fe63299 100644 --- a/c/src/exec/score/cpu/i386/rtems.s +++ b/c/src/exec/score/cpu/i386/rtems.s @@ -24,7 +24,7 @@ PUBLIC (RTEMS) SYM (RTEMS): - jmpl SYM (_Entry_points)(,eax,4) + jmpl *SYM (_Entry_points)(,eax,4) END_CODE -- cgit v1.2.3