OSDN Git Service

* config/stormy16/stormy16.c (xstormy16_encode_section_info): Call
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Aug 2005 08:11:51 +0000 (08:11 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Aug 2005 08:11:51 +0000 (08:11 +0000)
default_encode_section_info.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103207 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/stormy16/stormy16.c

index 226422a..f3c950e 100644 (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
index f9e5866..d1f33c7 100644 (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))))