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/sh/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/sh/elf/start.S') diff --git a/sysdeps/sh/elf/start.S b/sysdeps/sh/elf/start.S index ab5ebbfa4b..496056b41a 100644 --- a/sysdeps/sh/elf/start.S +++ b/sysdeps/sh/elf/start.S @@ -43,7 +43,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Clear the frame pointer since this is the outermost frame. */ mov #0, r14 -- cgit v1.2.3