forked from iains/gcc-14-branch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
collect2.c (main): Call find_file_set_debug.
2012-11-27 Meador Inge <[email protected]> * collect2.c (main): Call find_file_set_debug. (find_a_find, add_prefix, prefix_from_env, prefix_from_string): Factor out into ... * file-find.c (New file): ... here and ... * file-find.h (New file): ... here. * gcc-ar.c (standard_exec_prefix): New variable. (standard_libexec_prefix): Ditto. (tooldir_base_prefix) Ditto. (self_exec_prefix): Ditto. (self_libexec_prefix): Ditto. (self_tooldir_prefix): Ditto. (target_version): Ditto. (path): Ditto. (target_path): Ditto. (setup_prefixes): New function. (main): Rework how wrapped programs are found. * Makefile.in (OBJS-libcommon-target): Add file-find.o. (AR_OBJS): New variable. (gcc-ar$(exeext)): Add dependency on $(AR_OBJS). (gcc-nm$(exeext)): Ditto. (gcc-ranlib(exeext)): Ditto. (COLLECT2_OBJS): Add file-find.o. (collect2.o): Add file-find.h prerequisite. (file-find.o): New rule. From-SVN: r193859
- Loading branch information
Showing
6 changed files
with
398 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,30 @@ | ||
2012-11-27 Meador Inge <[email protected]> | ||
|
||
* collect2.c (main): Call find_file_set_debug. | ||
(find_a_find, add_prefix, prefix_from_env, prefix_from_string): | ||
Factor out into ... | ||
* file-find.c (New file): ... here and ... | ||
* file-find.h (New file): ... here. | ||
* gcc-ar.c (standard_exec_prefix): New variable. | ||
(standard_libexec_prefix): Ditto. | ||
(tooldir_base_prefix) Ditto. | ||
(self_exec_prefix): Ditto. | ||
(self_libexec_prefix): Ditto. | ||
(self_tooldir_prefix): Ditto. | ||
(target_version): Ditto. | ||
(path): Ditto. | ||
(target_path): Ditto. | ||
(setup_prefixes): New function. | ||
(main): Rework how wrapped programs are found. | ||
* Makefile.in (OBJS-libcommon-target): Add file-find.o. | ||
(AR_OBJS): New variable. | ||
(gcc-ar$(exeext)): Add dependency on $(AR_OBJS). | ||
(gcc-nm$(exeext)): Ditto. | ||
(gcc-ranlib(exeext)): Ditto. | ||
(COLLECT2_OBJS): Add file-find.o. | ||
(collect2.o): Add file-find.h prerequisite. | ||
(file-find.o): New rule. | ||
|
||
2010-11-27 Dehao Chen <[email protected]> | ||
|
||
* ipa-prop.c (ipa_modify_call_arguments): Set loc correctly. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.