Skip to content
  • commit-queue@webkit.org's avatar
    Remove support for RVCT version less than 4.0 · 8752b1b0
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=109390
    
    The 4.0 version of the RVCT compiler was
    released in 2008.
    
    Remove support for version older then 4.0 of RVCT,
    and keep the support for newer RVCT versions.
    
    Patch by Laszlo Gombos <l.gombos@samsung.com> on 2013-02-15
    Reviewed by Zoltan Herczeg.
    
    * WTF.gypi: Remove StringExtras.cpp.
    * WTF.vcproj/WTF.vcproj: Remove StringExtras.cpp.
    * WTF.vcxproj/WTF.vcxproj: Remove StringExtras.cpp.
    * WTF.vcxproj/WTF.vcxproj.filters: Remove StringExtras.cpp.
    * WTF.xcodeproj/project.pbxproj: Remove StringExtras.cpp.
    * wtf/CMakeLists.txt: Remove StringExtras.cpp.
    * wtf/Compiler.h: Remove tests for RVCT_VERSION_AT_LEAST(3, 0, 0, 0).
    * wtf/Float32Array.h: Remove a quirk introduced for RVCT version <=2.2 .
    * wtf/Float64Array.h: Ditto.
    * wtf/Int16Array.h: Ditto.
    * wtf/Int32Array.h: Ditto.
    * wtf/Int8Array.h: Ditto.
    * wtf/MathExtras.h: Remove a quirk needed for RVCT version  <= 3.0.
    * wtf/Platform.h: Remove test for RVCT 4.0. Remove OS(RVCT).
    * wtf/StringExtras.cpp: Removed.
    * wtf/StringExtras.h: Remove a quirk introduced for RVCT version < 4.0.
    * wtf/Uint16Array.h: Remove a quirk introduced for RVCT version <= 2.2.
    * wtf/Uint32Array.h: Ditto.
    * wtf/Uint8Array.h: Ditto.
    * wtf/Uint8ClampedArray.h: Ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@143061 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8752b1b0