OSDN Git Service

PR bootstrap/18804
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Dec 2004 20:32:51 +0000 (20:32 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 4 Dec 2004 20:32:51 +0000 (20:32 +0000)
* mklibgcc.in (vis_hide): Use implementation instead of declaration
for test function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91732 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/mklibgcc.in

index 2b45485..3e609a3 100644 (file)
@@ -1,3 +1,9 @@
+2004-12-04  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR bootstrap/18804
+       * mklibgcc.in (vis_hide): Use implementation instead of declaration
+       for test function.
+
 2004-12-04  Richard Henderson  <rth@redhat.com>
 
        * config/alpha/alpha.c (alpha_expand_unaligned_load): Don't forget to
index 9729f2b..535420b 100644 (file)
@@ -99,7 +99,7 @@ if [ "$SHLIB_LINK" ]; then
   # overriding that with #pragmas.  The dance with @ is to prevent
   # echo from seeing anything it might take for an option.
   echo "vis_hide := \$(strip \$(subst @,-,\\"
-  echo "    \$(shell if echo 'void foo(void);' | \\"
+  echo "    \$(shell if echo 'void foo(void) {}' | \\"
   echo "          $gcc_compile -fvisibility=hidden -Werror \\"
   echo "          -c -xc - -o /dev/null 2> /dev/null; \\"
   echo "          then echo @fvisibility=hidden @DHIDE_EXPORTS; \\"