Changeset 47d78c6 in mainline


Ignore:
Timestamp:
2005-05-04T22:14:48Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d2f805
Parents:
0f4e706
Message:

IA-64 cosmetics.
Fix boot/boot.s to jump to the appropriate address.
Revert _link.ld to contain previously deleted sections.

Location:
arch/ia64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/_link.ld

    r0f4e706 r47d78c6  
    1414    .image 0x0000000000001000: AT (0x0000000000001000) {
    1515            ktext_start = .;
    16             *(.text .text.* )
    17             ktext_end = .;
    18             kdata_start = .;
     16            *(.text .stub .text.* .gnu.linkonce.t.*)
    1917            *(.interp)
    2018            *(.hash)
     
    5351            *(.plt)
    5452            *(.fini)
     53            ktext_end = .;
     54            kdata_start = .;
    5555            *(.rodata .rodata.* .gnu.linkonce.r.*)
    5656            *(.rodata1)
  • arch/ia64/boot/boot.s

    r0f4e706 r47d78c6  
    3131.global start
    3232start:
    33     brl 0x0000000001000000
     33    brl 0x0000000000001000
Note: See TracChangeset for help on using the changeset viewer.