patches/glibc/linuxthreads-2.3.3/glibc-2.3.3-alpha-prolog.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Feb 24 11:00:05 2007 +0000 (2007-02-24)
changeset 1 eeea35fbf182
permissions -rw-r--r--
Add the full crosstool-NG sources to the new repository of its own.
You might just say: 'Yeah! crosstool-NG's got its own repo!".
Unfortunately, that's because the previous repo got damaged beyond repair and I had no backup.
That means I'm putting backups in place in the afternoon.
That also means we've lost history... :-(
     1 wget 'http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c.diff?r1=1.3&r2=1.4&cvsroot=glibc'
     2 
     3 Revision 1.4, Wed Dec 10 05:46:41 2003 UTC (8 months, 1 week ago) by aj
     4 	(__asm__): Remove extra .prologue.
     5 
     6 Fixes error
     7 
     8 crosstool-0.28-rc34/build/alpha-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/build-glibc/linuxthreads/crti.S: Assembler messages:
     9 crosstool-0.28-rc34/build/alpha-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/build-glibc/linuxthreads/crti.S:34: Error: .prologue directive without a preceding .ent directive
    10 make[2]: *** [crosstool-0.28-rc34/build/alpha-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/build-glibc/linuxthreads/crti.o] Error 1
    11 make[2]: Leaving directory `crosstool-0.28-rc34/build/alpha-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/glibc-2.3.3/linuxthreads'
    12 
    13 when building with gcc-3.4.1
    14 
    15 ===================================================================
    16 RCS file: /cvs/glibc/libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c,v
    17 retrieving revision 1.3
    18 retrieving revision 1.4
    19 diff -u -r1.3 -r1.4
    20 --- libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c	2003/07/05 22:56:39	1.3
    21 +++ libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c	2003/12/10 05:46:41	1.4
    22 @@ -1,5 +1,5 @@
    23  /* Special .init and .fini section support for Alpha.  Linuxthreads version.
    24 -   Copyright (C) 2002 Free Software Foundation, Inc.
    25 +   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
    26     This file is part of the GNU C Library.
    27  
    28     The GNU C Library is free software; you can redistribute it and/or
    29 @@ -75,7 +75,6 @@
    30  	subq	$30, 16, $30				\n\
    31  	stq	$26, 0($30)				\n\
    32  	stq	$29, 8($30)				\n\
    33 -	.prologue 1					\n\
    34  	.align 3					\n\
    35  /*@_fini_PROLOG_ENDS*/					\n\
    36  							\n\