Fix build with traditional (non-thumb2) ARM
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 21 Jun 2013 12:12:02 +0000 (14:12 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 24 Jun 2013 08:43:49 +0000 (10:43 +0200)
commit7e1243a6f5fff4705a57cf112ada59c7ae97b7ea
tree203c288b5ca2fa20fa9cde48779472a07adece4f
parent93d4c2097391b6a2df20f871b4019abded6a9258
Fix build with traditional (non-thumb2) ARM

Pull in the BSD licensed SegmentedVector (that is based on Vector)
and use malloc/free instead of fastMalloc/fastFree in the constant pool.

Change-Id: I25aeb34a6f778f2c886a331851d8fc1dd0fc1d61
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/3rdparty/masm/assembler/AssemblerBufferWithConstantPool.h
src/3rdparty/masm/wtf/SegmentedVector.h [new file with mode: 0644]