Changeset 6bc4dbd in mainline for arch/sparc64/_link.ld.in


Ignore:
Timestamp:
2005-11-08T00:00:15Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5b65205
Parents:
849ba5cb
Message:

new build system upgrade
finished work for IA-32, IA-64, PPC-32, SPARC-64

File:
1 moved

Legend:

Unmodified
Added
Removed
  • arch/sparc64/_link.ld.in

    r849ba5cb r6bc4dbd  
    1 /*
    2  *  SPARC64 linker script
     1/** SPARC64 linker script
    32 *
    43 *  It is ELF format, but its only section looks like this:
     
    87 */
    98
    10 OUTPUT_FORMAT(elf64-sparc)
     9#define __ASM__
     10
     11OUTPUT_FORMAT("elf64-sparc")
    1112ENTRY(kernel_image_start)
    1213
Note: See TracChangeset for help on using the changeset viewer.