Changeset 960f8476 in mainline for boot/arch/ppc32/loader/_link.ld.in


Ignore:
Timestamp:
2008-05-30T14:22:58Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
afb1e35
Parents:
136edca
Message:

finish unifying pack script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ppc32/loader/_link.ld.in

    r136edca r960f8476  
     1OUTPUT_FORMAT("elf32-powerpc")
     2OUTPUT_ARCH(powerpc:common)
     3ENTRY(start)
     4 
     5SECTIONS {
    16        .boot 0x10000000: AT (0) {
    27                *(BOOTSTRAP);
     
    1217                *(.bss);                /* uninitialized static variables */   
    1318                *(COMMON);              /* global variables */
     19[[COMPONENTS]]
     20        }
     21}
Note: See TracChangeset for help on using the changeset viewer.