darwin.c (darwin_encode_section_info): Call default_encode_section_info.

* config/darwin.c (darwin_encode_section_info): Call
        default_encode_section_info.

From-SVN: r66339
This commit is contained in:
Stan Shebs 2003-05-01 18:00:50 +00:00 committed by Stan Shebs
parent 3489e0614d
commit e1a4211d22
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2003-05-01 Stan Shebs <shebs@apple.com>
* config/darwin.c (darwin_encode_section_info): Call
default_encode_section_info.
2003-05-01 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.md (define_attr "type"): Add mfjmpr.

View File

@ -986,6 +986,12 @@ darwin_encode_section_info (decl, rtl, first)
char *new_str;
size_t len, new_len;
/* Do the standard encoding things first. */
default_encode_section_info (decl, rtl, first);
/* With the introduction of symbol_ref flags, some of the following
code has become redundant and should be removed at some point. */
if ((TREE_CODE (decl) == FUNCTION_DECL
|| TREE_CODE (decl) == VAR_DECL)
&& !DECL_EXTERNAL (decl)