Commit 0f4e946f by Denis Chertykov Committed by Denis Chertykov

re PR target/47534 (avr libgcc.S fails to build)

 	PR target/47534
	* config/avr/libgcc.S (exit): Move .endfunc

From-SVN: r169896
parent 159c2794
2011-02-07 Denis Chertykov <chertykov@gmail.com>
PR target/47534
* config/avr/libgcc.S (exit): Move .endfunc
2011-02-07 Richard Guenther <rguenther@suse.de> 2011-02-07 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47615 PR tree-optimization/47615
......
...@@ -645,6 +645,7 @@ __epilogue_restores__: ...@@ -645,6 +645,7 @@ __epilogue_restores__:
_exit: _exit:
.weak exit .weak exit
exit: exit:
.endfunc
/* Code from .fini8 ... .fini1 sections inserted by ld script. */ /* Code from .fini8 ... .fini1 sections inserted by ld script. */
...@@ -652,7 +653,6 @@ exit: ...@@ -652,7 +653,6 @@ exit:
cli cli
__stop_program: __stop_program:
rjmp __stop_program rjmp __stop_program
.endfunc
#endif /* defined (L_exit) */ #endif /* defined (L_exit) */
#ifdef L_cleanup #ifdef L_cleanup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment