Changeset c82950a in mainline for arch/sparc64/loader/pack


Ignore:
Timestamp:
2006-07-03T22:41:27Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1b7dc656
Parents:
b95b717
Message:

Work on sparc64 boot loader (still inactive).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/sparc64/loader/pack

    rb95b717 rc82950a  
    4141
    4242SECTIONS {
    43         .boot 0x4000: AT (0) {
     43        .boot 0x4000: AT (0x4000) {
    4444                *(BOOTSTRAP);
    4545                *(.text);
     
    7575       
    7676        echo "
    77                 . = ALIGN(8192);
    7877                *(.${BASENAME}_image);" >> "$LINK"
    7978       
     
    9796
    9897echo '  }
     98        /DISCARD/ : {
     99                *(.comment);
     100                *(.note*);
     101        }
    99102}' >> "$LINK"
    100103
Note: See TracChangeset for help on using the changeset viewer.