diff options
author | David Edelsohn <edelsohn@gnu.org> | 2004-09-16 14:09:27 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2004-09-16 10:09:27 -0400 |
commit | 8210e4c42d6283b2ed06c6861c91ca8235825a24 (patch) | |
tree | e23489378dfb2cb60468c3e40af8bf8a5422fa1f /gcc | |
parent | d2ccf6aa09c93ba71973e8c93ef90c6f4d688ccd (diff) | |
download | gcc-8210e4c42d6283b2ed06c6861c91ca8235825a24.zip gcc-8210e4c42d6283b2ed06c6861c91ca8235825a24.tar.gz gcc-8210e4c42d6283b2ed06c6861c91ca8235825a24.tar.bz2 |
rs6000.c (rs6000_xcoff_asm_named_section): Update prototype.
* config/rs6000/rs6000.c (rs6000_xcoff_asm_named_section): Update
prototype.
From-SVN: r87599
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a82c08..859f667 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 322a786..c159c82 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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, |