summaryrefslogtreecommitdiff
path: root/gcc/config/sol2.c
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 12:14:21 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2011-08-01 12:14:21 +0000
commit76005733664154625d8b06359dd6da8aabed4b6c (patch)
tree4d0d0b823c4f7af2d0f70bb733e07ce0979a4f7a /gcc/config/sol2.c
parentac34b7dbfca6a8c9ad8bc93cee72301998408e0d (diff)
downloadgcc-76005733664154625d8b06359dd6da8aabed4b6c.tar.gz
PR debug/49887
* config/sol2.c (solaris_code_end): Rename to solaris_file_end. * config/sol2-protos.h: Likewise. * config/i386/i386.c (ix86_code_end) [TARGET_SOLARIS]: Don't call solaris_code_end. * config/i386/sol2.h [!USE_GAS] (TARGET_ASM_FILE_END): Redefine. * config/sparc/sparc.c (sparc_file_end) [TARGET_SOLARIS]: Call solaris_file_end. * config/sparc/sol2.h (TARGET_ASM_CODE_END): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177020 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sol2.c')
-rw-r--r--gcc/config/sol2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sol2.c b/gcc/config/sol2.c
index 7fed184e14d..b1f0196e7b5 100644
--- a/gcc/config/sol2.c
+++ b/gcc/config/sol2.c
@@ -228,7 +228,7 @@ solaris_elf_asm_comdat_section (const char *name, unsigned int flags, tree decl)
for Sun as. With a few exceptions, this is already the case. To
identify the missing ones without changing the affected frontents,
remember the signature symbols and emit those not marked
- TREE_SYMBOL_REFERENCED in solaris_code_end. */
+ TREE_SYMBOL_REFERENCED in solaris_file_end. */
if (solaris_comdat_htab == NULL)
solaris_comdat_htab = htab_create_alloc (37, comdat_hash, comdat_eq, NULL,
xcalloc, free);
@@ -275,7 +275,7 @@ solaris_define_comdat_signature (void **slot, void *aux ATTRIBUTE_UNUSED)
/* Emit unreferenced COMDAT group signature symbols for Sun as. */
void
-solaris_code_end (void)
+solaris_file_end (void)
{
if (solaris_comdat_htab == NULL)
return;