forked from Imagelibrary/rtems
sparc/*/linkcmds*: Move ENTRY() from linkcmds.base to top linkcmds
This was at the request of a user to make it easier to have a custom entry point. This way they just provide their own top level linkcmds and include linkcmds.base. Updates #3520.
This commit is contained in:
@@ -24,4 +24,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x02000000, LENGTH = 32M
|
ram : ORIGIN = 0x02000000, LENGTH = 32M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -24,4 +24,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -24,4 +24,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -16,4 +16,6 @@ MEMORY
|
|||||||
_PROM_START = ORIGIN (rom);
|
_PROM_START = ORIGIN (rom);
|
||||||
_RAM_START = ORIGIN (ram);
|
_RAM_START = ORIGIN (ram);
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -17,4 +17,6 @@ MEMORY
|
|||||||
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
ram : ORIGIN = 0x40000000, LENGTH = 1024M
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ENTRY(start)
|
||||||
|
|
||||||
INCLUDE linkcmds.base
|
INCLUDE linkcmds.base
|
||||||
|
|||||||
@@ -3,7 +3,6 @@
|
|||||||
|
|
||||||
OUTPUT_ARCH(sparc)
|
OUTPUT_ARCH(sparc)
|
||||||
__DYNAMIC = 0;
|
__DYNAMIC = 0;
|
||||||
ENTRY(start)
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The memory map looks like this:
|
* The memory map looks like this:
|
||||||
|
|||||||
Reference in New Issue
Block a user