stormy16.c (xstormy16_encode_section_info): Call default_encode_section_info.

* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
default_encode_section_info.

From-SVN: r103207
This commit is contained in:
Nick Clifton 2005-08-17 08:11:51 +00:00 committed by Nick Clifton
parent a318e3acf8
commit e5eb9a5226
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-08-17 Nick Clifton <nickc@redhat.com>
* config/stormy16/stormy16.c (xstormy16_encode_section_info):
Call default_encode_section_info.
2005-08-17 Steven Bosscher <stevenb@suse.de>
PR tree-optimization/21574

View File

@ -1629,6 +1629,8 @@ xstormy16_asm_output_aligned_common (FILE *stream,
static void
xstormy16_encode_section_info (tree decl, rtx r, int first)
{
default_encode_section_info (decl, r, first);
if (TREE_CODE (decl) == VAR_DECL
&& (lookup_attribute ("below100", DECL_ATTRIBUTES (decl))
|| lookup_attribute ("BELOW100", DECL_ATTRIBUTES (decl))))