rs6000.c (rs6000_xcoff_asm_named_section): Update prototype.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 16 Sep 2004 14:09:27 +0000 (14:09 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 16 Sep 2004 14:09:27 +0000 (10:09 -0400)
        * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Update
        prototype.

From-SVN: r87599

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 4a82c08d47b1815722ceb922bc7c891f7c39513e..859f6673f08e2d1433cda6c4960e8375e0060e3e 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-16  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Update
+       prototype.
+
 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
 
        PR target/11572
index 322a7863a4898b18b45e3f443193c2f1f0a0c563..c159c8235ef3136b6a3d5f489d97d9106040c963 100644 (file)
@@ -650,7 +650,7 @@ static bool rs6000_elf_in_small_data_p (tree);
 #endif
 #if TARGET_XCOFF
 static void rs6000_xcoff_asm_globalize_label (FILE *, const char *);
-static void rs6000_xcoff_asm_named_section (const char *, unsigned int);
+static void rs6000_xcoff_asm_named_section (const char *, unsigned int, tree);
 static void rs6000_xcoff_select_section (tree, int, unsigned HOST_WIDE_INT);
 static void rs6000_xcoff_unique_section (tree, int);
 static void rs6000_xcoff_select_rtx_section (enum machine_mode, rtx,