Changeset 50693 in webkit


Ignore:
Timestamp:
Nov 9, 2009 2:27:22 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-09 Norbert Leser <norbert.leser@nokia.com>

Reviewed by Kenneth Rohde Christiansen.

Moved macro MMP_RULES (LINKEROPTION) into symbian instead of symbian-sbsv2,
since adjustment of RW-section base address will be needed for all new symbian
tool chains, specifically for arm and gcc compilation targets.
Also, change target address to 0xE00000 to be sufficient for all targets.

  • WebCore.pro:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r50691 r50693  
     12009-11-09  Norbert Leser  <norbert.leser@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        Moved macro MMP_RULES (LINKEROPTION) into symbian instead of symbian-sbsv2,
     6        since adjustment of RW-section base address will be needed for all new symbian
     7        tool chains, specifically for arm and gcc compilation targets.
     8        Also, change target address to 0xE00000 to be sufficient for all targets.
     9
     10        * WebCore.pro:
     11
    1122009-11-09  Pavel Feldman  <pfeldman@chromium.org>
    213
  • trunk/WebCore/WebCore.pro

    r50510 r50693  
    1313
    1414    TARGET.UID3 = 0x200267C2
    15 }
    16 # RO-section in qtwebkit.dll exceeds allocated space in SBSv2. Move RW-section
    17 # base address to start from 0x800000 instead of the toolchain default 0x400000.
    18 symbian-sbsv2: MMP_RULES += "LINKEROPTION  armcc --rw-base 0x800000"
     15    # RO text (code) section in qtwebkit.dll exceeds allocated space for gcce udeb target.
     16    # Move RW-section base address to start from 0xE00000 instead of the toolchain default 0x400000.
     17    MMP_RULES += "LINKEROPTION  armcc --rw-base 0xE00000"
     18}
    1919
    2020include($$PWD/../WebKit.pri)
Note: See TracChangeset for help on using the changeset viewer.