Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313684
b: refs/heads/master
c: 1d5a436
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Benjamin Herrenschmidt committed Jul 11, 2012
1 parent 515937b commit c44ad7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18ad51dd342a7eb09dbcd059d0b451b616d4dafc
refs/heads/master: 1d5a436d2ce9d1b65c905f69a33e78d69245993e
5 changes: 4 additions & 1 deletion trunk/arch/powerpc/lib/crtsavres.S
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@
#include <asm/ppc_asm.h>

.file "crtsavres.S"
.section ".text"

#ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE

#ifndef CONFIG_PPC64

.section ".text"

/* Routines for saving integer registers, called by the compiler. */
/* Called with r11 pointing to the stack header word of the caller of the */
/* function, just beyond the end of the integer save area. */
Expand Down Expand Up @@ -232,6 +233,8 @@ _GLOBAL(_rest32gpr_31_x)

#else /* CONFIG_PPC64 */

.section ".text.save.restore","ax",@progbits

.globl _savegpr0_14
_savegpr0_14:
std r14,-144(r1)
Expand Down

0 comments on commit c44ad7e

Please sign in to comment.