| Index: src/trusted/validator_arm/validation-report.py
|
| ===================================================================
|
| --- src/trusted/validator_arm/validation-report.py (revision 6972)
|
| +++ src/trusted/validator_arm/validation-report.py (working copy)
|
| @@ -1,9 +1,8 @@
|
| #!/usr/bin/python
|
| #
|
| -# Copyright 2009 The Native Client Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can
|
| -# be found in the LICENSE file.
|
| -# Copyright 2009, Google Inc.
|
| +# Copyright (c) 2011 The Native Client Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| #
|
|
|
|
|
| @@ -48,8 +47,8 @@
|
| 'kProblemBranchInvalidDest': ['This branch targets a location that is '
|
| 'outside of the application\'s executable code, and is not a valid '
|
| 'trampoline entry point', 0, 0],
|
| - 'kProblemUnsafeStore': ['This store instruction is not preceded by a '
|
| - 'valid address mask instruction', 1, 0],
|
| + 'kProblemUnsafeLoadStore': ['This store instruction is not preceded by '
|
| + 'a valid address mask instruction', 1, 0],
|
| 'kProblemUnsafeBranch': ['This indirect branch instruction is not '
|
| 'preceded by a valid address mask instruction', 1, 0],
|
| 'kProblemUnsafeDataWrite': ['This instruction affects a register that '
|
|
|