Changeset 2d1a1d4 in mainline for arch/ppc32/loader/pack


Ignore:
Timestamp:
2006-06-09T17:43:33Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
25f089b
Parents:
698f3aa
Message:

remove redundant section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/pack

    r698f3aa r2d1a1d4  
    5454                *(.sbss);
    5555                *(.bss);                /* uninitialized static variables */   
    56                 *(COMMON);              /* global variables */
    57                
    58                 . = ALIGN(4096);
    59                 *(.kernel_image);' > "$LINK"
     56                *(COMMON);              /* global variables */' > "$LINK"
    6057
    6158echo '#ifndef ___COMPONENTS_H__
Note: See TracChangeset for help on using the changeset viewer.