OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [src/] [arch/] [arm/] [linker.c] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/*
2
 * Any link-related marking variable that gets updated at runtime is listed here
3
 *
4
 * Copyright (C) 2007 Bahadir Balban
5
 */
6
 
7
/* The first free address after the last image loaded in physical memory */
8
unsigned long __svc_images_end;
9
 
10
/* The new boundaries of page tables after they're relocated */
11
unsigned long __pt_start;
12
unsigned long __pt_end;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.