Activate the .weak code generation for libgcc.a and g++ now that it works.

This commit is contained in:
Peter Wemm 1996-10-01 02:20:27 +00:00
parent 9731d13765
commit b376b0ea5f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18604
2 changed files with 2 additions and 14 deletions

View File

@ -91,7 +91,7 @@ Boston, MA 02111-1307, USA. */
#define LINK_SPEC \
"%{!nostdlib:%{!r:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*} \
%{p:-Bstatic} %{pg:-Bstatic} %{Z}"
%{p:-Bstatic} %{pg:-Bstatic} %{Z} %{R*}"
#define LINK_LIBGCC_SPECIAL_1 1
@ -195,15 +195,9 @@ Boston, MA 02111-1307, USA. */
#define SET_ASM_OP ".set"
/* This is how we tell the assembler that a symbol is weak. */
#if 0 /* not ready for this yet - work in progress.
* We should probably update gas in the FreeBSD source to something
* more recent, so that this is recognised. Our LD handles it already.
*/
#define ASM_WEAKEN_LABEL(FILE,NAME) \
do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
fputc ('\n', FILE); } while (0)
#endif
/* The following macro defines the format used to output the second
operand of the .type assembler directive. Different svr4 assemblers

View File

@ -91,7 +91,7 @@ Boston, MA 02111-1307, USA. */
#define LINK_SPEC \
"%{!nostdlib:%{!r:%{!e*:-e start}}} -dc -dp %{static:-Bstatic} %{assert*} \
%{p:-Bstatic} %{pg:-Bstatic} %{Z}"
%{p:-Bstatic} %{pg:-Bstatic} %{Z} %{R*}"
#define LINK_LIBGCC_SPECIAL_1 1
@ -195,15 +195,9 @@ Boston, MA 02111-1307, USA. */
#define SET_ASM_OP ".set"
/* This is how we tell the assembler that a symbol is weak. */
#if 0 /* not ready for this yet - work in progress.
* We should probably update gas in the FreeBSD source to something
* more recent, so that this is recognised. Our LD handles it already.
*/
#define ASM_WEAKEN_LABEL(FILE,NAME) \
do { fputs ("\t.weak\t", FILE); assemble_name (FILE, NAME); \
fputc ('\n', FILE); } while (0)
#endif
/* The following macro defines the format used to output the second
operand of the .type assembler directive. Different svr4 assemblers