[llvm-commits] CVS: gcc-3.4/gcc/config/darwin.h t-interix t-linux-aout
John Criswell
criswell at cs.uiuc.edu
Thu Feb 5 10:08:04 PST 2004
Changes in directory gcc-3.4/gcc/config:
darwin.h updated: 1.2 -> 1.3
t-interix (r1.1.1.1) removed
t-linux-aout (r1.1.1.1) removed
---
Log message:
Commit of merge from September 24, 2003 of mainline GCC. This merge now
works reasonably on Linux/x86 and probably works on Solaris/Sparc.
---
Diffs of the changes: (+1 -1)
Index: gcc-3.4/gcc/config/darwin.h
diff -u gcc-3.4/gcc/config/darwin.h:1.2 gcc-3.4/gcc/config/darwin.h:1.3
--- gcc-3.4/gcc/config/darwin.h:1.2 Thu Jan 8 17:03:34 2004
+++ gcc-3.4/gcc/config/darwin.h Thu Feb 5 10:05:45 2004
@@ -248,7 +248,7 @@
%{Zmulti_module:-multi_module} %{Zsingle_module:-single_module} \
%{Zmultiply_defined*:-multiply_defined %*} \
%{Zmultiplydefinedunused*:-multiply_defined_unused %*} \
- %{prebind} %{noprebind} %{prebind_all_twolevel_modules} \
+ %{prebind} %{noprebind} %{nofixprebinding} %{prebind_all_twolevel_modules} \
%{read_only_relocs} \
%{sectcreate*} %{sectorder*} %{seg1addr*} %{segprot*} %{seg_addr_table*} \
%{Zseg_addr_table_filename*:-seg_addr_table_filename %*} \
More information about the llvm-commits
mailing list