aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-08-17 08:11:51 +0000
committerNick Clifton <nickc@gcc.gnu.org>2005-08-17 08:11:51 +0000
commite5eb9a52260da6a3720063c3e272c7b390662ceb (patch)
tree04463a51b0e2a6726f56c821a63d8e81f199adea /gcc/config
parenta318e3acf8617f5bc13484b821431a02c65af200 (diff)
downloadgcc-e5eb9a52260da6a3720063c3e272c7b390662ceb.zip
gcc-e5eb9a52260da6a3720063c3e272c7b390662ceb.tar.gz
gcc-e5eb9a52260da6a3720063c3e272c7b390662ceb.tar.bz2
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
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/stormy16/stormy16.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/stormy16/stormy16.c b/gcc/config/stormy16/stormy16.c
index f9e5866..d1f33c7 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))))