Changeset 32e8cd1 in mainline for kernel/arch/sparc32/_link.ld.in


Ignore:
Timestamp:
2013-12-28T17:16:44Z (10 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1023bcb
Parents:
f6f22cdb
Message:

code revision
coding style fixes
removal of debugging printouts and other temporary stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc32/_link.ld.in

    rf6f22cdb r32e8cd1  
    1 #define KERNEL_LOAD_ADDRESS 0x80a00000
     1#define KERNEL_LOAD_ADDRESS 0x80a00000
    22
    33ENTRY(kernel_image_start)
     
    55SECTIONS {
    66        . = KERNEL_LOAD_ADDRESS;
     7       
    78        .text : {
    89                ktext_start = .;
     
    1011                ktext_end = .;
    1112        }
     13       
    1214        .data : {
    1315                kdata_start = .;
     
    3032                *(symtab.*);
    3133        }
     34       
    3235        .sbss : {
    3336                *(.sbss);
Note: See TracChangeset for help on using the changeset viewer.