Skip to content

Commit

Permalink
cris: use DATA_DATA in cris
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.
>

Use DATA_DATA in CRIS

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Mikael Starvik <starvik@axis.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Mathieu Desnoyers authored and Sam Ravnborg committed Jul 17, 2007
1 parent 7c5d249 commit 5c617c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/cris/arch-v10/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SECTIONS
___data_start = . ;
__Sdata = . ;
.data : { /* Data */
*(.data)
DATA_DATA
}
__edata = . ; /* End of data section */
_edata = . ;
Expand Down
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ SECTIONS
___data_start = . ;
__Sdata = . ;
.data : { /* Data */
*(.data)
DATA_DATA
}
__edata = . ; /* End of data section. */
_edata = . ;
Expand Down

0 comments on commit 5c617c6

Please sign in to comment.