Commit 7a292b24 by Eric Christopher

darwin.h: Update copyright.

2007-01-15  Eric Christopher  <echristo@apple.com>

	    * config/darwin.h: Update copyright.
	    (TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
	    (LINK_COMMAND_SPEC): Add -u.
	    (LINK_SPEC): Fix umbrella for above.

From-SVN: r120815
parent 1926dfcb
2007-01-15 Eric Christopher <echristo@apple.com>
* config/darwin.h: Update copyright.
(TARGET_OPTION_TRANSLATE_TABLE): Add umbrella.
(LINK_COMMAND_SPEC): Add -u.
(LINK_SPEC): Fix umbrella for above.
2007-01-15 Joseph S. Myers <joseph@codesourcery.com> 2007-01-15 Joseph S. Myers <joseph@codesourcery.com>
* config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from * config/soft-fp/op-common.h, config/soft-fp/op-4.h: Update from
......
...@@ -130,6 +130,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -130,6 +130,7 @@ extern GTY(()) int darwin_ms_struct;
{ "-segs_read_write_addr", "-Zsegs_read_write_addr" }, \ { "-segs_read_write_addr", "-Zsegs_read_write_addr" }, \
{ "-seg_addr_table", "-Zseg_addr_table" }, \ { "-seg_addr_table", "-Zseg_addr_table" }, \
{ "-seg_addr_table_filename", "-Zfn_seg_addr_table_filename" }, \ { "-seg_addr_table_filename", "-Zfn_seg_addr_table_filename" }, \
{ "-umbrella", "-Zumbrella" }, \
{ "-fapple-kext", "-fapple-kext -static -Wa,-static" }, \ { "-fapple-kext", "-fapple-kext -static -Wa,-static" }, \
{ "-filelist", "-Xlinker -filelist -Xlinker" }, \ { "-filelist", "-Xlinker -filelist -Xlinker" }, \
{ "-findirect-virtual-calls", "-fapple-kext" }, \ { "-findirect-virtual-calls", "-fapple-kext" }, \
...@@ -187,7 +188,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -187,7 +188,7 @@ extern GTY(()) int darwin_ms_struct;
!strcmp (STR, "segprot") ? 3 : \ !strcmp (STR, "segprot") ? 3 : \
!strcmp (STR, "sub_library") ? 1 : \ !strcmp (STR, "sub_library") ? 1 : \
!strcmp (STR, "sub_umbrella") ? 1 : \ !strcmp (STR, "sub_umbrella") ? 1 : \
!strcmp (STR, "umbrella") ? 1 : \ !strcmp (STR, "Zumbrella") ? 1 : \
!strcmp (STR, "undefined") ? 1 : \ !strcmp (STR, "undefined") ? 1 : \
!strcmp (STR, "Zunexported_symbols_list") ? 1 : \ !strcmp (STR, "Zunexported_symbols_list") ? 1 : \
!strcmp (STR, "Zweak_reference_mismatches") ? 1 : \ !strcmp (STR, "Zweak_reference_mismatches") ? 1 : \
...@@ -230,7 +231,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -230,7 +231,7 @@ extern GTY(()) int darwin_ms_struct;
linkers, and for positional arguments like libraries. */ linkers, and for positional arguments like libraries. */
#define LINK_COMMAND_SPEC "\ #define LINK_COMMAND_SPEC "\
%{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\ %{!fdump=*:%{!fsyntax-only:%{!c:%{!M:%{!MM:%{!E:%{!S:\
%(linker) %l %X %{d} %{s} %{t} %{Z} \ %(linker) %l %X %{d} %{s} %{t} %{Z} %{u*} \
%{A} %{e*} %{m} %{r} %{x} \ %{A} %{e*} %{m} %{r} %{x} \
%{o*}%{!o:-o a.out} \ %{o*}%{!o:-o a.out} \
%{!A:%{!nostdlib:%{!nostartfiles:%S}}} \ %{!A:%{!nostdlib:%{!nostartfiles:%S}}} \
...@@ -316,7 +317,7 @@ extern GTY(()) int darwin_ms_struct; ...@@ -316,7 +317,7 @@ extern GTY(()) int darwin_ms_struct;
%{sub_library*} %{sub_umbrella*} \ %{sub_library*} %{sub_umbrella*} \
" LINK_SYSROOT_SPEC " \ " LINK_SYSROOT_SPEC " \
%{twolevel_namespace} %{twolevel_namespace_hints} \ %{twolevel_namespace} %{twolevel_namespace_hints} \
%{umbrella*} \ %{Zumbrella*: -umbrella %*} \
%{undefined*} \ %{undefined*} \
%{Zunexported_symbols_list*:-unexported_symbols_list %*} \ %{Zunexported_symbols_list*:-unexported_symbols_list %*} \
%{Zweak_reference_mismatches*:-weak_reference_mismatches %*} \ %{Zweak_reference_mismatches*:-weak_reference_mismatches %*} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment