|
|
@@ -48,3 +48,15 @@
|
|
|
|
|
|
-const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>";
|
|
|
+const char bug_report_url[] = "<URL:http://www.openpkg.org/>";
|
|
|
+Index: gcc/config/alpha/osf.h
|
|
|
+--- gcc/config/alpha/osf.h.orig 2003-12-12 02:19:23.000000000 +0100
|
|
|
++++ gcc/config/alpha/osf.h 2004-04-26 21:25:14.000000000 +0200
|
|
|
+@@ -79,7 +79,7 @@
|
|
|
+ constructor and call-frame data structures are not accidentally
|
|
|
+ overridden. */
|
|
|
+ #define LINK_SPEC \
|
|
|
+- "-G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \
|
|
|
++ "-oldstyle_liblookup %{!o:-o a.out} -G 8 %{O*:-O3} %{!O*:-O1} -S %{static:-non_shared} \
|
|
|
+ %{!static:%{shared:-shared -hidden_symbol _GLOBAL_*} \
|
|
|
+ %{!shared:-call_shared}} %{pg} %{taso} %{rpath*}"
|
|
|
+
|