nios: Move cpu/nios/* to arch/nios/cpu/*

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
This commit is contained in:
Peter Tyser 2010-04-12 22:28:19 -05:00 committed by Wolfgang Denk
parent 1e9c26578e
commit 6a8a2b7058
18 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios/start.o (.text) arch/nios/cpu/start.o (.text)
*(.text) *(.text)
} }
__text_end = .; __text_end = .;

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios/start.o (.text) arch/nios/cpu/start.o (.text)
*(.text) *(.text)
} }
__text_end = .; __text_end = .;

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios2/start.o (.text) arch/nios/cpu2/start.o (.text)
*(.text) *(.text)
*(.text.*) *(.text.*)
*(.gnu.linkonce.t*) *(.gnu.linkonce.t*)

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios2/start.o (.text) arch/nios/cpu2/start.o (.text)
*(.text) *(.text)
*(.text.*) *(.text.*)
*(.gnu.linkonce.t*) *(.gnu.linkonce.t*)

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios2/start.o (.text) arch/nios/cpu2/start.o (.text)
*(.text) *(.text)
*(.text.*) *(.text.*)
*(.gnu.linkonce.t*) *(.gnu.linkonce.t*)

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios2/start.o (.text) arch/nios/cpu2/start.o (.text)
*(.text) *(.text)
*(.text.*) *(.text.*)
*(.gnu.linkonce.t*) *(.gnu.linkonce.t*)

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios2/start.o (.text) arch/nios/cpu2/start.o (.text)
*(.text) *(.text)
*(.text.*) *(.text.*)
*(.gnu.linkonce.t*) *(.gnu.linkonce.t*)

View File

@ -30,7 +30,7 @@ SECTIONS
{ {
.text : .text :
{ {
cpu/nios/start.o (.text) arch/nios/cpu/start.o (.text)
*(.text) *(.text)
} }
__text_end = .; __text_end = .;

View File

@ -243,7 +243,7 @@ cover most of the individual functions to get you started.
following commands, then close the console window: following commands, then close the console window:
(gdb) directory common (gdb) directory common
(gdb) directory cpu/nios (gdb) directory arch/nios/cpu
(gdb) directory arch/nios/lib (gdb) directory arch/nios/lib
(gdb) directory board/altera/dk1c20 (gdb) directory board/altera/dk1c20