Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: gcc/gcc/config/rs6000/crtresfpr.asm

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/config/rs6000/constraints.md ('k') | gcc/gcc/config/rs6000/darwin-ldouble-format » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/config/rs6000/crtresfpr.asm
diff --git a/gcc/gcc/config/rs6000/crtresfpr.asm b/gcc/gcc/config/rs6000/crtresfpr.asm
index 7adc9c1e7574166cb55f2f927b22564e5e579464..9fb228cf4581dc0e04f3e6b3708c98e1cf56ee2d 100644
--- a/gcc/gcc/config/rs6000/crtresfpr.asm
+++ b/gcc/gcc/config/rs6000/crtresfpr.asm
@@ -38,6 +38,7 @@
/* Called with r11 pointing to the stack header word of the caller of the */
/* function, just beyond the end of the floating point save area. */
+CFI_STARTPROC
HIDDEN_FUNC(_restfpr_14) lfd 14,-144(11) /* restore fp registers */
HIDDEN_FUNC(_restfpr_15) lfd 15,-136(11)
HIDDEN_FUNC(_restfpr_16) lfd 16,-128(11)
@@ -75,5 +76,6 @@ FUNC_END(_restfpr_17)
FUNC_END(_restfpr_16)
FUNC_END(_restfpr_15)
FUNC_END(_restfpr_14)
+CFI_ENDPROC
#endif
« no previous file with comments | « gcc/gcc/config/rs6000/constraints.md ('k') | gcc/gcc/config/rs6000/darwin-ldouble-format » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698