From: Nick Clifton Date: Wed, 17 Aug 2005 08:11:51 +0000 (+0000) Subject: stormy16.c (xstormy16_encode_section_info): Call default_encode_section_info. X-Git-Tag: misc/cutover-cvs2svn~1123 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5eb9a52260da6a3720063c3e272c7b390662ceb;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 226422afa1fd..f3c950e3284e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-08-17 Nick Clifton + + * config/stormy16/stormy16.c (xstormy16_encode_section_info): + Call default_encode_section_info. + 2005-08-17 Steven Bosscher PR tree-optimization/21574 diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c index f9e5866aa546..d1f33c7b7195 100644 --- a/gcc/config/stormy16/stormy16.c +++ b/gcc/config/stormy16/stormy16.c @@ -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))))