public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PR target/47534] Fix
@ 2011-02-07 20:22 Denis Chertykov
  0 siblings, 0 replies; only message in thread
From: Denis Chertykov @ 2011-02-07 20:22 UTC (permalink / raw)
  To: gcc-patches

Committed patch for fix PR target/47534


2011-02-07  Denis Chertykov  <chertykov@gmail.com>

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


Index: libgcc.S
===================================================================
--- libgcc.S	(revision 147817)
+++ libgcc.S	(working copy)
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-07 20:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-07 20:22 [PR target/47534] Fix Denis Chertykov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).