~ubuntu-branches/ubuntu/saucy/libv8/saucy

« back to all changes in this revision

Viewing changes to src/ia32/assembler-ia32-inl.h

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2012-04-07 16:26:13 UTC
  • mfrom: (15.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20120407162613-dqo1m6w9r3fh8tst
Tags: 3.8.9.16-3
* mipsel build fixes :
  + v8_use_mips_abi_hardfloat=false, this lowers EABI requirements.
  + v8_can_use_fpu_instructions=false, detect if FPU is present.
  + set -Wno-unused-but-set-variable only on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
// The original source code covered by the above license above has been
32
32
// modified significantly by Google Inc.
33
 
// Copyright 2011 the V8 project authors. All rights reserved.
 
33
// Copyright 2012 the V8 project authors. All rights reserved.
34
34
 
35
35
// A light-weight IA32 Assembler.
36
36
 
37
37
#ifndef V8_IA32_ASSEMBLER_IA32_INL_H_
38
38
#define V8_IA32_ASSEMBLER_IA32_INL_H_
39
39
 
 
40
#include "ia32/assembler-ia32.h"
 
41
 
40
42
#include "cpu.h"
41
43
#include "debug.h"
42
44