gcc/gcc.patch

changeset 458
153370aaf13f
parent 332
2289d64c2123
child 473
323623610492
equal deleted inserted replaced
1:c4d9990cb4a7 2:59b50f6664fc
62 do { \ 62 do { \
63 Index: gcc/config/sol2.h 63 Index: gcc/config/sol2.h
64 diff -Nau gcc/config/sol2.h.orig gcc/config/sol2.h 64 diff -Nau gcc/config/sol2.h.orig gcc/config/sol2.h
65 --- gcc/config/sol2.h.orig 2011-01-26 21:23:17.000000000 +0100 65 --- gcc/config/sol2.h.orig 2011-01-26 21:23:17.000000000 +0100
66 +++ gcc/config/sol2.h 2011-03-27 18:06:45.477952967 +0200 66 +++ gcc/config/sol2.h 2011-03-27 18:06:45.477952967 +0200
67 @@ -183,8 +183,8 @@ 67 @@ -181,8 +181,8 @@
68 "%{h*} %{v:-V} \ 68 "%{h*} %{v:-V} \
69 %{!shared:%{!static:%{rdynamic: " RDYNAMIC_SPEC "}}} \ 69 %{!shared:%{!static:%{rdynamic: " RDYNAMIC_SPEC "}}} \
70 %{static:-dn -Bstatic} \ 70 %{static:-dn -Bstatic} \
71 - %{shared:-G -dy %{!mimpure-text:-z text}} \ 71 - %{shared:-G -dy %{!mimpure-text:-z text}} \
72 - %{symbolic:-Bsymbolic -G -dy -z text} \ 72 - %{symbolic:-Bsymbolic -G -dy -z text} \
73 + %{shared:-G -dy} \ 73 + %{shared:-G -dy} \
74 + %{symbolic:-Bsymbolic -G -dy} \ 74 + %{symbolic:-Bsymbolic -G -dy} \
75 %{pthreads|pthread|threads:" LIB_THREAD_LDFLAGS_SPEC "} \
75 %(link_arch) \ 76 %(link_arch) \
76 %{Qy:} %{!Qn:-Qy}" 77 %{Qy:} %{!Qn:-Qy}"
77
78 Index: gcc/system.h 78 Index: gcc/system.h
79 diff -Nau gcc/system.h.orig gcc/system.h 79 diff -Nau gcc/system.h.orig gcc/system.h
80 --- gcc/system.h.orig 2011-01-09 13:41:33.000000000 +0100 80 --- gcc/system.h.orig 2011-01-09 13:41:33.000000000 +0100
81 +++ gcc/system.h 2011-03-27 18:06:45.498233251 +0200 81 +++ gcc/system.h 2011-03-27 18:06:45.498233251 +0200
82 @@ -430,10 +430,6 @@ 82 @@ -430,10 +430,6 @@

mercurial