From d1cf3e71726808cf249ee361d8d47c8affd9e429 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Jun 2001 18:02:19 +0000 Subject: [PATCH] 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. --- ChangeLog | 8 ++++++++ sysdeps/cris/elf/start.S | 2 +- sysdeps/ia64/elf/start.S | 2 +- sysdeps/s390/s390-32/elf/start.S | 2 +- sysdeps/s390/s390-64/elf/start.S | 2 +- sysdeps/sh/elf/start.S | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1037e7..6b571cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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. + 2001-06-05 Matthew Wilcox * sysdeps/hppa/bsd-_setjmp.S: New. 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 diff --git a/sysdeps/ia64/elf/start.S b/sysdeps/ia64/elf/start.S index ab61d70..8e9f75b 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 diff --git a/sysdeps/s390/s390-32/elf/start.S b/sysdeps/s390/s390-32/elf/start.S index 104f680..cc8066f 100644 --- a/sysdeps/s390/s390-32/elf/start.S +++ b/sysdeps/s390/s390-32/elf/start.S @@ -39,7 +39,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Setup pointer to literal pool of _start */ basr %r13,0 diff --git a/sysdeps/s390/s390-64/elf/start.S b/sysdeps/s390/s390-64/elf/start.S index 981d3e8..9d86761 100644 --- a/sysdeps/s390/s390-64/elf/start.S +++ b/sysdeps/s390/s390-64/elf/start.S @@ -39,7 +39,7 @@ .text .globl _start - type _start,@function + .type _start,@function _start: /* Load argc and argv from stack. */ la %r4,8(%r15) # get argv diff --git a/sysdeps/sh/elf/start.S b/sysdeps/sh/elf/start.S index ab5ebbf..496056b 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 -- 2.7.4