diff options
| author | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2013-01-17 23:28:42 -0800 |
| commit | 6b6acde972bfd646e5b8a3eeaabd613c44d1028c (patch) | |
| tree | 1057dd2b7728eb3a37a7d0ed222c847329501578 /src/rt/arch | |
| parent | 1244c0b6fd8325e1eab274e6d9b989e1ee1e2c57 (diff) | |
| download | rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.tar.gz rust-6b6acde972bfd646e5b8a3eeaabd613c44d1028c.zip | |
Add a license check to tidy. #4018
Diffstat (limited to 'src/rt/arch')
| -rw-r--r-- | src/rt/arch/arm/context.cpp | 1 | ||||
| -rw-r--r-- | src/rt/arch/arm/context.h | 1 | ||||
| -rw-r--r-- | src/rt/arch/arm/gpr.cpp | 2 | ||||
| -rw-r--r-- | src/rt/arch/arm/gpr.h | 1 | ||||
| -rw-r--r-- | src/rt/arch/arm/regs.h | 2 | ||||
| -rw-r--r-- | src/rt/arch/i386/context.h | 1 | ||||
| -rw-r--r-- | src/rt/arch/x86_64/context.h | 1 |
7 files changed, 7 insertions, 2 deletions
diff --git a/src/rt/arch/arm/context.cpp b/src/rt/arch/arm/context.cpp index dbf06a532a8..2c735e410fa 100644 --- a/src/rt/arch/arm/context.cpp +++ b/src/rt/arch/arm/context.cpp @@ -1,3 +1,4 @@ +// xfail-license #include "context.h" #include "../../rust_globals.h" diff --git a/src/rt/arch/arm/context.h b/src/rt/arch/arm/context.h index 6c7db766d6a..54f0df7de31 100644 --- a/src/rt/arch/arm/context.h +++ b/src/rt/arch/arm/context.h @@ -1,4 +1,5 @@ // -*- mode: c++ -*- +// xfail-license #ifndef CONTEXT_H #define CONTEXT_H diff --git a/src/rt/arch/arm/gpr.cpp b/src/rt/arch/arm/gpr.cpp index 32a68d0732a..6dd385fb330 100644 --- a/src/rt/arch/arm/gpr.cpp +++ b/src/rt/arch/arm/gpr.cpp @@ -1,3 +1,5 @@ +// xfail-license + #include "gpr.h" #define LOAD(rn) do { \ diff --git a/src/rt/arch/arm/gpr.h b/src/rt/arch/arm/gpr.h index 472c8a05e35..49db1429903 100644 --- a/src/rt/arch/arm/gpr.h +++ b/src/rt/arch/arm/gpr.h @@ -1,3 +1,4 @@ +// xfail-license // General-purpose registers. This structure is used during stack crawling. #ifndef GPR_H diff --git a/src/rt/arch/arm/regs.h b/src/rt/arch/arm/regs.h index a49fcab1184..2b44bd3af35 100644 --- a/src/rt/arch/arm/regs.h +++ b/src/rt/arch/arm/regs.h @@ -1,3 +1,5 @@ +// xfail-license + #define RUSTRT_RBX 0 #define RUSTRT_RSP 1 #define RUSTRT_RBP 2 diff --git a/src/rt/arch/i386/context.h b/src/rt/arch/i386/context.h index 99d633ebff2..33352b4a556 100644 --- a/src/rt/arch/i386/context.h +++ b/src/rt/arch/i386/context.h @@ -1,4 +1,3 @@ -// -*- mode: c++ -*- // Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. diff --git a/src/rt/arch/x86_64/context.h b/src/rt/arch/x86_64/context.h index f78c92e365a..b768a1fb7b0 100644 --- a/src/rt/arch/x86_64/context.h +++ b/src/rt/arch/x86_64/context.h @@ -1,4 +1,3 @@ -// -*- mode: c++ -*- // Copyright 2012 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. |
