mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
(__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.
This commit is contained in:
parent
e1d74bec61
commit
8b4615ccd8
@ -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).
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user