From 163f71bf7802a4deabe5b066dcdf9f5bfda8bff5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2001 18:01:52 +0000 Subject: [PATCH] Fix a typo introduced by last patch. --- sysdeps/cris/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/cris/elf/start.S b/sysdeps/cris/elf/start.S index eef5c75..e740aaa 100644 --- a/sysdeps/cris/elf/start.S +++ b/sysdeps/cris/elf/start.S @@ -42,7 +42,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Clear the frame pointer, to mark the outermost frame. */ moveq 0,r8 -- 2.7.4