From: David O'Brien Date: Thu, 17 Jun 1999 12:32:57 +0000 (+0000) Subject: * i386/freebsd-elf.h (LINK_SPEC): Fix typo. X-Git-Tag: releases/libgcj-2.95.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a8f4bc10ef9eece1713becc0c6faf06e3662874;p=thirdparty%2Fgcc.git * i386/freebsd-elf.h (LINK_SPEC): Fix typo. From-SVN: r27570 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d6c5093bcbfe..e09ddfe70147 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ Thu Jun 17 13:28:30 1999 David O'Brien + * i386/freebsd-elf.h (LINK_SPEC): Fix typo. + * i386/freebsd-elf.h (FUNCTION_PROFILER): labels are not needed and the reference to `mcount' was not correct for the ELF on FreeBSD. diff --git a/gcc/config/i386/freebsd-elf.h b/gcc/config/i386/freebsd-elf.h index eb58d74d04e5..e97d4ca07bb2 100644 --- a/gcc/config/i386/freebsd-elf.h +++ b/gcc/config/i386/freebsd-elf.h @@ -239,7 +239,7 @@ Boston, MA 02111-1307, USA. */ %{!static: \ %{rdynamic:-export-dynamic} \ %{!dynamic-linker:-dynamic-linker /usr/libexec/ld-elf.so.1}} \ - %{static:-Bstatic}}} \ + %{static:-Bstatic}} \ %{symbolic:-Bsymbolic}" /* A C statement to output to the stdio stream FILE an assembler