Skip to content

Commit

Permalink
powerpc: add missing DATA_DATA to powerpc
Browse files Browse the repository at this point in the history
* Sam Ravnborg (sam@ravnborg.org) wrote:
> From your patch it looks like I originally missed out
> powerpc + xtensa when introducing DATA_DATA - would be nice if
> you could fix that.
>
> 	Sam

Add missing DATA_DATA in powerpc

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
--
 arch/powerpc/kernel/vmlinux.lds.S |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
  • Loading branch information
Mathieu Desnoyers authored and Sam Ravnborg committed Jul 17, 2007
1 parent 5c617c6 commit 3ae0aa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/powerpc/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ SECTIONS
}
#else
.data : {
*(.data .data.rel* .toc1)
DATA_DATA
*(.data.rel*)
*(.toc1)
*(.branch_lt)
}

Expand Down

0 comments on commit 3ae0aa9

Please sign in to comment.