From: Denis Chertykov Date: Mon, 7 Feb 2011 20:00:08 +0000 (+0300) Subject: re PR target/47534 (avr libgcc.S fails to build) X-Git-Tag: releases/gcc-4.6.0~719 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f4e946fbde9a242f9021310e06dbb1d7bc3583d;p=thirdparty%2Fgcc.git re PR target/47534 (avr libgcc.S fails to build) PR target/47534 * config/avr/libgcc.S (exit): Move .endfunc From-SVN: r169896 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 06643283c4cb..80eb670913d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-07 Denis Chertykov + + PR target/47534 + * config/avr/libgcc.S (exit): Move .endfunc + 2011-02-07 Richard Guenther PR tree-optimization/47615 diff --git a/gcc/config/avr/libgcc.S b/gcc/config/avr/libgcc.S index 07a50b20e310..4a15f94a7212 100644 --- a/gcc/config/avr/libgcc.S +++ b/gcc/config/avr/libgcc.S @@ -645,6 +645,7 @@ __epilogue_restores__: _exit: .weak exit exit: + .endfunc /* Code from .fini8 ... .fini1 sections inserted by ld script. */ @@ -652,7 +653,6 @@ exit: cli __stop_program: rjmp __stop_program - .endfunc #endif /* defined (L_exit) */ #ifdef L_cleanup