From 4f61e50d1cb81f3caced1e4cfe6ae22327a93925 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Mon, 14 Sep 2009 05:17:41 +0000 Subject: 2009-09-14 Basile Starynkevitch MELT branch merged with trunk rev 151679 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@151680 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/rs6000/xcoff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/config/rs6000/xcoff.h') diff --git a/gcc/config/rs6000/xcoff.h b/gcc/config/rs6000/xcoff.h index 6560f319a25..e5c47822355 100644 --- a/gcc/config/rs6000/xcoff.h +++ b/gcc/config/rs6000/xcoff.h @@ -190,7 +190,7 @@ putc ('.', FILE); \ RS6000_OUTPUT_BASENAME (FILE, buffer); \ fputs (":\n", FILE); \ - if (write_symbols != NO_DEBUG) \ + if (write_symbols != NO_DEBUG && !DECL_IGNORED_P (DECL)) \ xcoffout_declare_function (FILE, DECL, buffer); \ } -- cgit v1.2.1