From: Olaf Hering Date: Sun, 14 Sep 2003 06:23:15 +0000 (+0200) Subject: rs6000.c: Fix typo: Remove extra ')'. X-Git-Tag: releases/gcc-3.4.0~3749 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a56d737201475bd1c6625ee2624daa35760ed2f4;p=thirdparty%2Fgcc.git rs6000.c: Fix typo: Remove extra ')'. 2003-09-14 Olaf Hering * config/rs6000/rs6000.c: Fix typo: Remove extra ')'. From-SVN: r71370 --- diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 56a292ebefb6..2dba8d2b2382 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -245,7 +245,7 @@ static void rs6000_elf_select_section (tree, int, unsigned HOST_WIDE_INT); static void rs6000_elf_unique_section (tree, int); static void rs6000_elf_select_rtx_section (enum machine_mode, rtx, unsigned HOST_WIDE_INT); -static void rs6000_elf_encode_section_info (tree, rtx, int)) +static void rs6000_elf_encode_section_info (tree, rtx, int) ATTRIBUTE_UNUSED; static bool rs6000_elf_in_small_data_p (tree); #endif