From fd44464875797e55975bb3b5f62900d60bbbec2a Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Wed, 26 Oct 2011 08:59:47 +0200 Subject: [PATCH] freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. 2011-10-26 Andreas Tobler * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the 32-bit target does. From-SVN: r180468 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/freebsd64.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14bc1894579..931a6f5a820 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-10-26 Andreas Tobler + + * config/i386/freebsd64.h (LINK_SPEC): Emit the same warning as the + 32-bit target does. + 2011-10-25 Paolo Carlini PR driver/46617 diff --git a/gcc/config/i386/freebsd64.h b/gcc/config/i386/freebsd64.h index 853f214f4e0..b6f0c3f1160 100644 --- a/gcc/config/i386/freebsd64.h +++ b/gcc/config/i386/freebsd64.h @@ -32,6 +32,7 @@ along with GCC; see the file COPYING3. If not see #undef LINK_SPEC #define LINK_SPEC "\ %{m32:-m elf_i386_fbsd} \ + %{p:%nconsider using '-pg' instead of '-p' with gprof(1)} \ %{v:-V} \ %{assert*} %{R*} %{rpath*} %{defsym*} \ %{shared:-Bshareable %{h*} %{soname*}} \ -- 2.11.4.GIT