]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mn10300.c (mn10300_encode_section_info): Call default_encode_section_info.
authorNick Clifton <nickc@redhat.com>
Fri, 6 Jul 2012 10:09:28 +0000 (10:09 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 6 Jul 2012 10:09:28 +0000 (10:09 +0000)
* config/mn10300/mn10300.c (mn10300_encode_section_info): Call
default_encode_section_info.

From-SVN: r189318

gcc/ChangeLog
gcc/config/mn10300/mn10300.c

index 815552cf27e0e76a4c936bc4e3fa9f46350766d8..2e49406f5b7b550171deefd3be29873f86d9a0c8 100644 (file)
@@ -1,3 +1,8 @@
+2012-07-06  Nick Clifton  <nickc@redhat.com>
+
+       * config/mn10300/mn10300.c (mn10300_encode_section_info): Call
+       default_encode_section_info.
+
 2012-07-04  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/53433
index 0b68f2d3e858a4560cbb0af51cec4acf8a3ed06b..e3c417e46c1e8b155eb03d59bde57428d2e0828f 100644 (file)
@@ -2505,12 +2505,15 @@ mn10300_rtx_costs (rtx x, int code, int outer_code, int *ptotal, bool speed)
    may access it using GOTOFF instead of GOT.  */
 
 static void
-mn10300_encode_section_info (tree decl, rtx rtl, int first ATTRIBUTE_UNUSED)
+mn10300_encode_section_info (tree decl, rtx rtl, int first)
 {
   rtx symbol;
 
+  default_encode_section_info (decl, rtl, first);
+
   if (! MEM_P (rtl))
     return;
+
   symbol = XEXP (rtl, 0);
   if (GET_CODE (symbol) != SYMBOL_REF)
     return;