]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Wed, 6 Jun 2001 18:02:19 +0000 (18:02 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 6 Jun 2001 18:02:19 +0000 (18:02 +0000)
2001-06-06  Jakub Jelinek  <jakub@redhat.com>

* 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
sysdeps/cris/elf/start.S
sysdeps/ia64/elf/start.S
sysdeps/s390/s390-32/elf/start.S
sysdeps/s390/s390-64/elf/start.S
sysdeps/sh/elf/start.S

index b1037e7db3edbb4b1f9b582bbaa484aaf2f14162..6b571cd976243081037736248d50c062022844b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-06  Jakub Jelinek  <jakub@redhat.com>
+
+       * 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  <willy@ldl.fc.hp.com>
 
        * sysdeps/hppa/bsd-_setjmp.S: New.
index eef5c7543b910107d2589cf19b31304b1e63c219..e740aaa83c438f3d57f540b8025677c2c384a8a1 100644 (file)
@@ -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
index ab61d701dd9d0c36f49892da94311573a1398fd0..8e9f75b90d8c1758c7cc98c3f7af6b1faddb5d38 100644 (file)
@@ -37,7 +37,7 @@
        .global _start
 
        .proc _start
-       type _start,@function
+       .type _start,@function
 _start:
        .prologue
        { .mlx
index 104f68096a02941ce9af9a49f3269d81ef84b015..cc8066f6df1537fc1ac7eaa84912dac6157e420c 100644 (file)
@@ -39,7 +39,7 @@
 
        .text
        .globl _start
-       type _start,@function
+       .type _start,@function
 _start:
        /* Setup pointer to literal pool of _start */
        basr    %r13,0
index 981d3e892c96537398f1945dd2b25cbc781fae37..9d867611e30c7244815152a6ffe37c8a02b37d5c 100644 (file)
@@ -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
index ab5ebbfa4bd0cfbacffd47bfffadc3c1fab51dac..496056b41af8657ae51f5c9b891c6b14b44c828b 100644 (file)
@@ -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
This page took 0.053902 seconds and 5 git commands to generate.