diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1998-06-05 08:57:13 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1998-06-05 08:57:13 -0700 |
commit | 6ff0d2a070d3240f65b80d39f59970a1f4ba303d (patch) | |
tree | 16a2af26b3622e11a94ed078b40066cfc96ba6d2 /gcc | |
parent | f271358e78d36a616c3b4f8b73f1b3b6513ce42b (diff) | |
download | gcc-6ff0d2a070d3240f65b80d39f59970a1f4ba303d.zip gcc-6ff0d2a070d3240f65b80d39f59970a1f4ba303d.tar.gz gcc-6ff0d2a070d3240f65b80d39f59970a1f4ba303d.tar.bz2 |
gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.
�
* gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function.
(lang_specific_extra_outfiles): New LANG_SPECIFIC_DRIVER variable.
(do_spec, input_filename, input_filename_length): Make public.
(main): Adjust outfiles allocation by lang_specific_extra_outfiles.
Call lang_specific_pre_link befor elinking.
From-SVN: r20251
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c148593..ae849d4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 5 15:53:17 1998 Per Bothner <bothner@cygnus.com> + + * gcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVER function. + (lang_specific_extra_outfiles): New LANG_SPECIFIC_DRIVER variable. + (do_spec, input_filename, input_filename_length): Make public. + (main): Adjust outfiles allocation by lang_specific_extra_outfiles. + Call lang_specific_pre_link befor elinking. + Fri Jun 5 12:29:28 1998 Jeffrey A Law (law@cygnus.com) * haifa-sched.c (rank_for_schedule): For "equally good insns", prefer |