diff options
author | Bob Wilson <bob.wilson@acm.org> | 2006-11-27 19:23:21 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2006-11-27 19:23:21 +0000 |
commit | 0154116a201f0a263f532fbc2d92e15d99e2cfdd (patch) | |
tree | f01b84f23ced510991bf4b60a27050adae746bff | |
parent | 697bc68de82025ca587649117ee8db2826200d98 (diff) | |
download | gdb-0154116a201f0a263f532fbc2d92e15d99e2cfdd.zip gdb-0154116a201f0a263f532fbc2d92e15d99e2cfdd.tar.gz gdb-0154116a201f0a263f532fbc2d92e15d99e2cfdd.tar.bz2 |
* xtensa-isa.h (STATIC_LIBISA): Delete.
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/xtensa-isa.h | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index b7cb681..63e80fd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2006-11-27 Bob Wilson <bob.wilson@acm.org> + + * xtensa-isa.h (STATIC_LIBISA): Delete. + 2006-10-30 Paul Brook <paul@codesourcery.com> * dis-asm.h (disassemble_info): Add symtab, symtab_pos and diff --git a/include/xtensa-isa.h b/include/xtensa-isa.h index 6abf205..c4e31ed 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 { |