From d1cf3e71726808cf249ee361d8d47c8affd9e429 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2001 18:02:19 +0000 Subject: Update. 2001-06-06 Jakub Jelinek * sysdeps/cris/elf/start.S: Fix a typo introduced by last patch. * sysdeps/ia64/elf/start.S: Likewise. * sysdeps/sh/elf/start.S: Likewise. * sysdeps/s390/s390-32/elf/start.S: Likewise. * sysdeps/s390/s390-64/elf/start.S: Likewise. --- sysdeps/cris/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/cris') diff --git a/sysdeps/cris/elf/start.S b/sysdeps/cris/elf/start.S index eef5c7543b..e740aaa83c 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 -- cgit v1.2.3