Changeset 49239 in webkit


Ignore:
Timestamp:
Oct 7, 2009 3:58:16 AM (15 years ago)
Author:
eric@webkit.org
Message:

2009-10-07 Janne Koskinen <janne.p.koskinen@digia.com>

Reviewed by Simon Hausmann.

[Qt] Symbian SBSv2 .data segment adress fix
https://bugs.webkit.org/show_bug.cgi?id=30157

RO-section in qtwebkit.dll exceeds allocated space in SBSv2. Move RW-section
base address to start from 0x800000 instead of the toolchain default 0x400000

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

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r49234 r49239  
     12009-10-07  Janne Koskinen  <janne.p.koskinen@digia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] Symbian SBSv2 .data segment adress fix
     6        https://bugs.webkit.org/show_bug.cgi?id=30157
     7
     8        RO-section in qtwebkit.dll exceeds allocated space in SBSv2. Move RW-section
     9        base address to start from 0x800000 instead of the toolchain default 0x400000
     10
     11        * WebCore.pro:
     12
    1132009-10-07  Pavel Feldman  <pfeldman@chromium.org>
    214
  • trunk/WebCore/WebCore.pro

    r49228 r49239  
    1414    TARGET.UID3 = 0x200267C2
    1515}
     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.
     18symbian-sbsv2: MMP_RULES += "LINKEROPTION  armcc --rw-base 0x800000"
    1619
    1720include($$PWD/../WebKit.pri)
Note: See TracChangeset for help on using the changeset viewer.