mn10300.c (mn10300_encode_section_info): Call default_encode_section_info.

* config/mn10300/mn10300.c (mn10300_encode_section_info): Call
	default_encode_section_info.

From-SVN: r189317
This commit is contained in:
Nick Clifton 2012-07-06 10:08:10 +00:00
parent 064f886a4b
commit 02cd0af286
2 changed files with 10 additions and 2 deletions

View 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-06 Richard Guenther <rguenther@suse.de>
Backport from mainline
@ -62,7 +67,8 @@
* config/rs6000/rs6000.md (UNSPEC_GRP_END_NOP): New enum value.
(group_ending_nop): New define_insn.
2012-07-04 Richard Guenther <rguenther@suse.de>
2012-07-04 Richard Guenther <rguenther@suse.de>
PR middle-end/53433
* gimple-fold.c (get_base_constructor): Do not return an
error_mark_node DECL_INITIAL.

View File

@ -2467,10 +2467,12 @@ mn10300_rtx_costs (rtx x, int code, int outer_code, int opno ATTRIBUTE_UNUSED,
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);