summaryrefslogtreecommitdiff
path: root/pt/link.ld
diff options
context:
space:
mode:
Diffstat (limited to 'pt/link.ld')
l---------[-rw-r--r--]pt/link.ld45
1 files changed, 1 insertions, 44 deletions
diff --git a/pt/link.ld b/pt/link.ld
index 694e906..86b45f9 100644..120000
--- a/pt/link.ld
+++ b/pt/link.ld
@@ -1,44 +1 @@
-/*======================================================================*/
-/* Proxy kernel linker script */
-/*======================================================================*/
-/* This is the linker script used when building the proxy kernel. */
-
-/*----------------------------------------------------------------------*/
-/* Setup */
-/*----------------------------------------------------------------------*/
-
-/* The OUTPUT_ARCH command specifies the machine architecture where the
- argument is one of the names used in the BFD library. More
- specifically one of the entires in bfd/cpu-mips.c */
-
-OUTPUT_ARCH( "riscv" )
-
-/* The ENTRY command specifies the entry point (ie. first instruction
- to execute). The symbol _start should be defined in each test. */
-
-ENTRY( _start )
-
-/*----------------------------------------------------------------------*/
-/* Sections */
-/*----------------------------------------------------------------------*/
-
-SECTIONS
-{
-
- /* text: test code section */
- . = 0;
- .text :
- {
- *(.text)
- }
-
- /* data: Initialized data segment */
- .data :
- {
- *(.data)
- }
-
- /* End of uninitalized data segement */
- _end = .;
-}
-
+../p/link.ld \ No newline at end of file