diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-29 16:21:18 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-11-29 16:21:18 +0000 |
commit | 89dd9c2747d6ed95f52dc588bda0498657f1f504 (patch) | |
tree | 6fc7c38971beb616e2f98ceb5b0535c1392feeba /gcc/config/rs6000/eabi-cn.asm | |
parent | 097bd8a78da81066b5976c1336fda05bc62200b6 (diff) | |
download | gcc-89dd9c2747d6ed95f52dc588bda0498657f1f504.tar.gz |
PR target/32130
* config/rs6000/eabi-cn.asm (__DTOR_END__): Make it weak.
* config/rs6000/sol-cn.asm (__DTOR_END__): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130516 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/eabi-cn.asm')
-rw-r--r-- | gcc/config/rs6000/eabi-cn.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/rs6000/eabi-cn.asm b/gcc/config/rs6000/eabi-cn.asm index 90a5da75c16..fcfea4d133e 100644 --- a/gcc/config/rs6000/eabi-cn.asm +++ b/gcc/config/rs6000/eabi-cn.asm @@ -1,5 +1,5 @@ /* crtn.s for eabi - Copyright (C) 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 2000, 2007 Free Software Foundation, Inc. Written By Michael Meissner This file is free software; you can redistribute it and/or modify it @@ -66,7 +66,7 @@ __FIXUP_END__: __CTOR_END__: .section ".dtors","aw" - .globl __DTOR_END__ + .weak __DTOR_END__ .type __DTOR_END__,@object __DTOR_END__: |