summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-12-10 05:46:41 +0000
committerAndreas Jaeger <aj@suse.de>2003-12-10 05:46:41 +0000
commit8b4615ccd8a4411385a248ce5f462e339fc438be (patch)
tree7d0267b1d7da8a90cec4b480d86001193f7dc074 /linuxthreads
parente1d74bec6181af20b8352cf37400b35efe1d480e (diff)
downloadglibc-8b4615ccd8a4411385a248ce5f462e339fc438be.tar.gz
glibc-8b4615ccd8a4411385a248ce5f462e339fc438be.tar.xz
glibc-8b4615ccd8a4411385a248ce5f462e339fc438be.zip
(__asm__): Remove extra .prologue.
2003-12-10  Andreas Jaeger  <aj@suse.de>
	    Ruediger Oertel  <ro@suse.de>

	* sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra
	.prologue.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog6
-rw-r--r--linuxthreads/sysdeps/alpha/elf/pt-initfini.c3
2 files changed, 7 insertions, 2 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 345f257f13..b439941516 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,9 @@
+2003-12-10  Andreas Jaeger  <aj@suse.de>
+	    Ruediger Oertel  <ro@suse.de>
+
+	* sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra
+	.prologue.
+
 2003-11-30  Andreas Jaeger  <aj@suse.de>
 
 	* Makefile (CFLAGS-pt-initfini.s): Add $(fno_unit_at_a_time).
diff --git a/linuxthreads/sysdeps/alpha/elf/pt-initfini.c b/linuxthreads/sysdeps/alpha/elf/pt-initfini.c
index ff873bc4cb..ee25582101 100644
--- a/linuxthreads/sysdeps/alpha/elf/pt-initfini.c
+++ b/linuxthreads/sysdeps/alpha/elf/pt-initfini.c
@@ -1,5 +1,5 @@
 /* Special .init and .fini section support for Alpha.  Linuxthreads version.
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -75,7 +75,6 @@ _fini:							\n\
 	subq	$30, 16, $30				\n\
 	stq	$26, 0($30)				\n\
 	stq	$29, 8($30)				\n\
-	.prologue 1					\n\
 	.align 3					\n\
 /*@_fini_PROLOG_ENDS*/					\n\
 							\n\