Mercurial > hg > CbC > CbC_gcc
comparison gcc/config/rs6000/crtsavgpr.asm @ 55:77e2b8dfacca gcc-4.4.5
update it from 4.4.3 to 4.5.0
author | ryoma <e075725@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 12 Feb 2010 23:39:51 +0900 |
parents | a06113de4d67 |
children |
comparison
equal
deleted
inserted
replaced
52:c156f1bd5cd9 | 55:77e2b8dfacca |
---|---|
36 | 36 |
37 /* Routines for saving integer registers, called by the compiler. */ | 37 /* Routines for saving integer registers, called by the compiler. */ |
38 /* Called with r11 pointing to the stack header word of the caller of the */ | 38 /* Called with r11 pointing to the stack header word of the caller of the */ |
39 /* function, just beyond the end of the integer save area. */ | 39 /* function, just beyond the end of the integer save area. */ |
40 | 40 |
41 CFI_STARTPROC | |
41 HIDDEN_FUNC(_savegpr_14) stw 14,-72(11) /* save gp registers */ | 42 HIDDEN_FUNC(_savegpr_14) stw 14,-72(11) /* save gp registers */ |
42 HIDDEN_FUNC(_savegpr_15) stw 15,-68(11) | 43 HIDDEN_FUNC(_savegpr_15) stw 15,-68(11) |
43 HIDDEN_FUNC(_savegpr_16) stw 16,-64(11) | 44 HIDDEN_FUNC(_savegpr_16) stw 16,-64(11) |
44 HIDDEN_FUNC(_savegpr_17) stw 17,-60(11) | 45 HIDDEN_FUNC(_savegpr_17) stw 17,-60(11) |
45 HIDDEN_FUNC(_savegpr_18) stw 18,-56(11) | 46 HIDDEN_FUNC(_savegpr_18) stw 18,-56(11) |
73 FUNC_END(_savegpr_18) | 74 FUNC_END(_savegpr_18) |
74 FUNC_END(_savegpr_17) | 75 FUNC_END(_savegpr_17) |
75 FUNC_END(_savegpr_16) | 76 FUNC_END(_savegpr_16) |
76 FUNC_END(_savegpr_15) | 77 FUNC_END(_savegpr_15) |
77 FUNC_END(_savegpr_14) | 78 FUNC_END(_savegpr_14) |
79 CFI_ENDPROC | |
78 | 80 |
79 #endif | 81 #endif |