diff options
Diffstat (limited to 'src/rt')
| -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 | ||||
| -rw-r--r-- | src/rt/rust_kernel.h | 1 | ||||
| -rw-r--r-- | src/rt/rust_log.h | 1 | ||||
| -rw-r--r-- | src/rt/sync/lock_and_signal.h | 1 | ||||
| -rw-r--r-- | src/rt/sync/sync.h | 1 | ||||
| -rw-r--r-- | src/rt/util/array_list.h | 1 | ||||
| -rw-r--r-- | src/rt/util/hash_map.h | 1 | ||||
| -rw-r--r-- | src/rt/util/indexed_list.h | 1 |
14 files changed, 7 insertions, 9 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. diff --git a/src/rt/rust_kernel.h b/src/rt/rust_kernel.h index cd52bfae8d3..48522b57d5c 100644 --- a/src/rt/rust_kernel.h +++ b/src/rt/rust_kernel.h @@ -1,4 +1,3 @@ -// -*- 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/rust_log.h b/src/rt/rust_log.h index 8b32b1cc910..b98d8477dbc 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -1,4 +1,3 @@ -// -*- 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/sync/lock_and_signal.h b/src/rt/sync/lock_and_signal.h index 1ed494a77ae..5a0eb83a394 100644 --- a/src/rt/sync/lock_and_signal.h +++ b/src/rt/sync/lock_and_signal.h @@ -1,4 +1,3 @@ -// -*- 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/sync/sync.h b/src/rt/sync/sync.h index 13d11a55021..6ac97d57933 100644 --- a/src/rt/sync/sync.h +++ b/src/rt/sync/sync.h @@ -1,4 +1,3 @@ -// -*- 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/util/array_list.h b/src/rt/util/array_list.h index 4bef26750db..0852cf9497e 100644 --- a/src/rt/util/array_list.h +++ b/src/rt/util/array_list.h @@ -1,4 +1,3 @@ -// -*- 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/util/hash_map.h b/src/rt/util/hash_map.h index 253a7a06fb7..e5bef45c1c3 100644 --- a/src/rt/util/hash_map.h +++ b/src/rt/util/hash_map.h @@ -1,4 +1,3 @@ -// -*- 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/util/indexed_list.h b/src/rt/util/indexed_list.h index 88f4f277618..4673e9e27e3 100644 --- a/src/rt/util/indexed_list.h +++ b/src/rt/util/indexed_list.h @@ -1,4 +1,3 @@ -// -*- 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. |
