diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-12-05 19:28:27 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-12-05 11:28:27 -0800 |
commit | 82f4593a97f20deebb71cc7d624727cfe01f8c2c (patch) | |
tree | 0413b601d1cc5b08fffa8dd898512646989f19e9 | |
parent | 82618d44f771eb489fff8a5547dd9cbe15dd5446 (diff) | |
download | gcc-82f4593a97f20deebb71cc7d624727cfe01f8c2c.zip gcc-82f4593a97f20deebb71cc7d624727cfe01f8c2c.tar.gz gcc-82f4593a97f20deebb71cc7d624727cfe01f8c2c.tar.bz2 |
mklibgcc.in (vis_hide): Add the prototype for the test.
2004-12-05 Andrew Pinski <pinskia@physics.uc.edu>
* mklibgcc.in (vis_hide): Add the prototype for the test.
From-SVN: r91752
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/mklibgcc.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23dc36f..2eceb2cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-12-05 Andrew Pinski <pinskia@physics.uc.edu> + + * mklibgcc.in (vis_hide): Add the prototype for the test. + 2004-12-05 Roger Sayle <roger@eyesopen.com> * c-typeck.c (c_finish_loop): Improve initial implementations diff --git a/gcc/mklibgcc.in b/gcc/mklibgcc.in index 535420b..d103f36 100644 --- a/gcc/mklibgcc.in +++ b/gcc/mklibgcc.in @@ -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); 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; \\" |