rs6000.c: Fix typo: Remove extra ')'.
authorOlaf Hering <olh@suse.de>
Sun, 14 Sep 2003 06:23:15 +0000 (08:23 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Sun, 14 Sep 2003 06:23:15 +0000 (08:23 +0200)
2003-09-14  Olaf Hering  <olh@suse.de>

* config/rs6000/rs6000.c: Fix typo: Remove extra ')'.

From-SVN: r71370

gcc/config/rs6000/rs6000.c

index 56a292ebefb65417d405cc79154d2ac24e227fea..2dba8d2b23823f344f167adbda569501624a255f 100644 (file)
@@ -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