(__asm__): Remove extra .prologue.
authorAndreas Jaeger <aj@suse.de>
Wed, 10 Dec 2003 05:46:41 +0000 (05:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 10 Dec 2003 05:46:41 +0000 (05:46 +0000)
2003-12-10  Andreas Jaeger  <aj@suse.de>
    Ruediger Oertel  <ro@suse.de>

* sysdeps/alpha/elf/pt-initfini.c (__asm__): Remove extra
.prologue.

linuxthreads/ChangeLog
linuxthreads/sysdeps/alpha/elf/pt-initfini.c

index 345f257..b439941 100644 (file)
@@ -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).
index ff873bc..ee25582 100644 (file)
@@ -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\