Commit 71d718e0 by Jason Merrill Committed by Jason Merrill

PROJECTS: Remove template friends.

	* PROJECTS: Remove template friends.
	* collect2.c (sort_ids): Remove unused variable.
	* tm.texi (MATH_LIBRARY): Document.
	(NEED_MATH_LIBRARY): Remove.

From-SVN: r22792
parent c20c6337
Sat Oct 3 14:42:19 1998 Jason Merrill <jason@yorick.cygnus.com> Sat Oct 3 14:42:19 1998 Jason Merrill <jason@yorick.cygnus.com>
* PROJECTS: Remove template friends.
* collect2.c (sort_ids): Remove unused variable.
* tm.texi (MATH_LIBRARY): Document.
(NEED_MATH_LIBRARY): Remove.
* varasm.c (assemble_start_function, assemble_variable, weak_finish, * varasm.c (assemble_start_function, assemble_variable, weak_finish,
assemble_alias): Do ASM_GLOBALIZE_LABEL for weak symbols, too. assemble_alias): Do ASM_GLOBALIZE_LABEL for weak symbols, too.
......
C++ template friend functions (mmitchell@usa.net)
Haifa scheduler (haifa-sched.c, loop.[ch], unroll.[ch], genattrtab.c): Haifa scheduler (haifa-sched.c, loop.[ch], unroll.[ch], genattrtab.c):
(contact law@cygnus.com before starting any serious haifa work) (contact law@cygnus.com before starting any serious haifa work)
......
...@@ -1783,7 +1783,6 @@ sort_ids (head_ptr) ...@@ -1783,7 +1783,6 @@ sort_ids (head_ptr)
element to insert. id_ptr iterates through the already sorted elements element to insert. id_ptr iterates through the already sorted elements
looking for the place to insert id. */ looking for the place to insert id. */
struct id *id, *id_next, **id_ptr; struct id *id, *id_next, **id_ptr;
int i;
id = head_ptr->first; id = head_ptr->first;
......
...@@ -7591,12 +7591,11 @@ You need only define this macro if the target holds values larger than ...@@ -7591,12 +7591,11 @@ You need only define this macro if the target holds values larger than
@code{word_mode} in general purpose registers. Most targets should not define @code{word_mode} in general purpose registers. Most targets should not define
this macro. this macro.
@findex NEED_MATH_LIBRARY @findex MATH_LIBRARY
@item NEED_MATH_LIBRARY @item MATH_LIBRARY
Define this macro as a C expression that is nonzero if @code{g++} should Define this macro as a C string constant for the linker argument to link
automatically link in the math library or to zero if @code{g++} should not in the system math library, or @samp{""} if the target does not have a
automatically link in the math library. separate math library.
You need only define this macro if the target does not always need the math You need only define this macro if the default of @samp{"-lm"} is wrong.
library linked into C++ programs.
@end table @end table
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