mirror of git://sourceware.org/git/glibc.git
Update.
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.
This commit is contained in:
parent
2ecb820e24
commit
d1cf3e7172
|
|
@ -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>
|
2001-06-05 Matthew Wilcox <willy@ldl.fc.hp.com>
|
||||||
|
|
||||||
* sysdeps/hppa/bsd-_setjmp.S: New.
|
* sysdeps/hppa/bsd-_setjmp.S: New.
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _start
|
.globl _start
|
||||||
type _start,@function
|
.type _start,@function
|
||||||
_start:
|
_start:
|
||||||
/* Clear the frame pointer, to mark the outermost frame. */
|
/* Clear the frame pointer, to mark the outermost frame. */
|
||||||
moveq 0,r8
|
moveq 0,r8
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
.global _start
|
.global _start
|
||||||
|
|
||||||
.proc _start
|
.proc _start
|
||||||
type _start,@function
|
.type _start,@function
|
||||||
_start:
|
_start:
|
||||||
.prologue
|
.prologue
|
||||||
{ .mlx
|
{ .mlx
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _start
|
.globl _start
|
||||||
type _start,@function
|
.type _start,@function
|
||||||
_start:
|
_start:
|
||||||
/* Setup pointer to literal pool of _start */
|
/* Setup pointer to literal pool of _start */
|
||||||
basr %r13,0
|
basr %r13,0
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _start
|
.globl _start
|
||||||
type _start,@function
|
.type _start,@function
|
||||||
_start:
|
_start:
|
||||||
/* Load argc and argv from stack. */
|
/* Load argc and argv from stack. */
|
||||||
la %r4,8(%r15) # get argv
|
la %r4,8(%r15) # get argv
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.globl _start
|
.globl _start
|
||||||
type _start,@function
|
.type _start,@function
|
||||||
_start:
|
_start:
|
||||||
/* Clear the frame pointer since this is the outermost frame. */
|
/* Clear the frame pointer since this is the outermost frame. */
|
||||||
mov #0, r14
|
mov #0, r14
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue