diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /include/xtensa-isa.h | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
Diffstat (limited to 'include/xtensa-isa.h')
-rw-r--r-- | include/xtensa-isa.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/xtensa-isa.h b/include/xtensa-isa.h index 6abf205978af1..c4e31ed7ff6c6 100644 --- a/include/xtensa-isa.h +++ b/include/xtensa-isa.h @@ -1,5 +1,5 @@ /* Interface definition for configurable Xtensa ISA support. - Copyright 2003, 2004, 2005 Free Software Foundation, Inc. + Copyright 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -24,9 +24,6 @@ extern "C" { #endif -/* Use the statically-linked version for the GNU tools. */ -#define STATIC_LIBISA 1 - /* Version number: This is intended to help support code that works with versions of this library from multiple Xtensa releases. */ @@ -137,8 +134,8 @@ typedef int xtensa_funcUnit; retrieved with the "errno" function. For any result other than xtensa_isa_ok, an error message containing additional information about the problem can be retrieved using the "error_msg" function. - The error messages are stored in an internal buffer, which should not - should be freed and may be overwritten by subsequent operations. */ + The error messages are stored in an internal buffer, which should + not be freed and may be overwritten by subsequent operations. */ typedef enum xtensa_isa_status_enum { |