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... :-(
yann@1
     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'
yann@1
     2
yann@1
     3
Revision 1.4, Wed Dec 10 05:46:41 2003 UTC (8 months, 1 week ago) by aj
yann@1
     4
	(__asm__): Remove extra .prologue.
yann@1
     5
yann@1
     6
Fixes error
yann@1
     7
yann@1
     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:
yann@1
     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
yann@1
    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
yann@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'
yann@1
    12
yann@1
    13
when building with gcc-3.4.1
yann@1
    14
yann@1
    15
===================================================================
yann@1
    16
RCS file: /cvs/glibc/libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c,v
yann@1
    17
retrieving revision 1.3
yann@1
    18
retrieving revision 1.4
yann@1
    19
diff -u -r1.3 -r1.4
yann@1
    20
--- libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c	2003/07/05 22:56:39	1.3
yann@1
    21
+++ libc/linuxthreads/sysdeps/alpha/elf/pt-initfini.c	2003/12/10 05:46:41	1.4
yann@1
    22
@@ -1,5 +1,5 @@
yann@1
    23
 /* Special .init and .fini section support for Alpha.  Linuxthreads version.
yann@1
    24
-   Copyright (C) 2002 Free Software Foundation, Inc.
yann@1
    25
+   Copyright (C) 2002, 2003 Free Software Foundation, Inc.
yann@1
    26
    This file is part of the GNU C Library.
yann@1
    27
 
yann@1
    28
    The GNU C Library is free software; you can redistribute it and/or
yann@1
    29
@@ -75,7 +75,6 @@
yann@1
    30
 	subq	$30, 16, $30				\n\
yann@1
    31
 	stq	$26, 0($30)				\n\
yann@1
    32
 	stq	$29, 8($30)				\n\
yann@1
    33
-	.prologue 1					\n\
yann@1
    34
 	.align 3					\n\
yann@1
    35
 /*@_fini_PROLOG_ENDS*/					\n\
yann@1
    36
 							\n\