Changeset 04803bf in mainline for boot/arch/ia64/_link.ld.in


Ignore:
Timestamp:
2011-03-21T22:00:17Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
143932e3
Parents:
b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes (needs fixes).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • boot/arch/ia64/_link.ld.in

    rb50b5af2 r04803bf  
    55        .boot 0x4400000: AT (0x4400000) {
    66                *(BOOTSTRAP);
    7 [[COMPONENTS]]         
    8                 . = ALIGN (16384);
    97                *(.text);
     8                *(.sdata);
     9                *(.sdata2);
     10                *(.sbss);
    1011                *(.rodata);
    1112                *(.rodata.*);
    1213                *(.data);               /* initialized data */
    1314                _got = . ;
    14                 *(.got .got.*);               
     15                *(.got .got.*);
    1516                *(.bss);                /* uninitialized static variables */
    1617                *(COMMON);
     18[[COMPONENTS]]
    1719        }
    1820
    19         .sboot : {
    20                 *(.sdata);
    21                 *(.sdata2);
    22                 *(.sbss);
    23         }
    24        
    2521        /DISCARD/ : {
    2622                *(.comment);
Note: See TracChangeset for help on using the changeset viewer.