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/ia64/elf/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ia64') diff --git a/sysdeps/ia64/elf/start.S b/sysdeps/ia64/elf/start.S index ab61d701dd..8e9f75b90d 100644 --- a/sysdeps/ia64/elf/start.S +++ b/sysdeps/ia64/elf/start.S @@ -37,7 +37,7 @@ .global _start .proc _start - type _start,@function + .type _start,@function _start: .prologue { .mlx -- cgit v1.2.3