g++.c:4751: Undefined symbol `_lang_specific_extra_ofiles'

Mike Stump mrs@wrs.com
Wed Jun 10 14:24:00 GMT 1998


> Date: Tue, 9 Jun 1998 18:24:54 +0200 (MET DST)
> From: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
> To: egcs-bugs@cygnus.com

> This has been fixed by (from `cvs history gcc.c`):

>     revision 1.35
>     date: 1998/06/06 10:41:05;  author: bothner;  state: Exp;  lines: +1 -1

>     Fixed typo: lang_specific_extra_ofiles -> lang_specific_extra_outfiles.

> However, why isn't there anything about this fix in gcc/ChangeLog??

Sometimes when a fix goes in and there is a small typo in it, we check
in an update to it directly, with no changelog entry.  We only do this
if the work goes in shortly after the original fix.

> I.e., shouldn't every change be accompanied by a ChangeLog entry?

Generally, yes.  In this case, the following is meant to cover the
change in question:

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.



More information about the Gcc-bugs mailing list