Gentoo Archives: gentoo-commits

From: "vapier (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/glibc/2.6.1: 6650_all_glibc-mips_gnu-hash_support.patch
Date: Sun, 09 Sep 2007 16:32:11
Message-Id: E1IUPb1-0004ue-O4@stork.gentoo.org
1 vapier 07/09/09 16:25:15
2
3 Modified: 6650_all_glibc-mips_gnu-hash_support.patch
4 Log:
5 document
6
7 Revision Changes Path
8 1.2 src/patchsets/glibc/2.6.1/6650_all_glibc-mips_gnu-hash_support.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.6.1/6650_all_glibc-mips_gnu-hash_support.patch?rev=1.2&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.6.1/6650_all_glibc-mips_gnu-hash_support.patch?rev=1.2&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/glibc/2.6.1/6650_all_glibc-mips_gnu-hash_support.patch?r1=1.1&r2=1.2
13
14 Index: 6650_all_glibc-mips_gnu-hash_support.patch
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.6.1/6650_all_glibc-mips_gnu-hash_support.patch,v
17 retrieving revision 1.1
18 retrieving revision 1.2
19 diff -u -r1.1 -r1.2
20 --- 6650_all_glibc-mips_gnu-hash_support.patch 4 Sep 2007 06:02:30 -0000 1.1
21 +++ 6650_all_glibc-mips_gnu-hash_support.patch 9 Sep 2007 16:25:15 -0000 1.2
22 @@ -1,6 +1,9 @@
23 -diff -Naurp glibc-2.6.1.orig/elf/elf.h glibc-2.6.1/elf/elf.h
24 ---- glibc-2.6.1.orig/elf/elf.h 2007-09-03 19:20:43.000000000 -0400
25 -+++ glibc-2.6.1/elf/elf.h 2007-09-03 19:41:54.000000000 -0400
26 +Add support for GNU_HASH on mips
27 +
28 +http://sourceware.org/ml/binutils/2007-08/msg00387.html
29 +
30 +--- glibc-2.6.1/elf/elf.h
31 ++++ glibc-2.6.1/elf/elf.h
32 @@ -1380,6 +1380,7 @@ typedef struct
33 #define STO_MIPS_INTERNAL 0x1
34 #define STO_MIPS_HIDDEN 0x2
35 @@ -9,9 +12,8 @@
36 #define STO_MIPS_SC_ALIGN_UNUSED 0xff
37
38 /* MIPS specific values for `st_info'. */
39 -diff -Naurp glibc-2.6.1.orig/ports/sysdeps/mips/dl-machine.h glibc-2.6.1/ports/sysdeps/mips/dl-machine.h
40 ---- glibc-2.6.1.orig/ports/sysdeps/mips/dl-machine.h 2007-05-23 12:50:14.000000000 -0400
41 -+++ glibc-2.6.1/ports/sysdeps/mips/dl-machine.h 2007-09-03 19:41:54.000000000 -0400
42 +--- glibc-2.6.1/ports/sysdeps/mips/dl-machine.h
43 ++++ glibc-2.6.1/ports/sysdeps/mips/dl-machine.h
44 @@ -536,6 +536,7 @@ elf_machine_got_rel (struct link_map *ma
45 ElfW(Sym) *sym;
46 const ElfW(Half) *vernum;
47
48
49
50 --
51 gentoo-commits@g.o mailing list