aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-06-06 18:02:19 +0000
committerAndreas Jaeger <aj@suse.de>2001-06-06 18:02:19 +0000
commitd1cf3e71726808cf249ee361d8d47c8affd9e429 (patch)
treedf7ec41de56d8855e464006420890b08287440e5 /sysdeps
parent2ecb820e24d4a314bbb3b7d03293e9964d376ee8 (diff)
downloadglibc-d1cf3e71726808cf249ee361d8d47c8affd9e429.tar
glibc-d1cf3e71726808cf249ee361d8d47c8affd9e429.tar.gz
glibc-d1cf3e71726808cf249ee361d8d47c8affd9e429.tar.bz2
glibc-d1cf3e71726808cf249ee361d8d47c8affd9e429.zip
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.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/cris/elf/start.S2
-rw-r--r--sysdeps/ia64/elf/start.S2
-rw-r--r--sysdeps/s390/s390-32/elf/start.S2
-rw-r--r--sysdeps/s390/s390-64/elf/start.S2
-rw-r--r--sysdeps/sh/elf/start.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/sysdeps/cris/elf/start.S b/sysdeps/cris/elf/start.S
index eef5c7543b..e740aaa83c 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 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
diff --git a/sysdeps/s390/s390-32/elf/start.S b/sysdeps/s390/s390-32/elf/start.S
index 104f68096a..cc8066f6df 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 981d3e892c..9d867611e3 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 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