]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* xtensa-isa.h (STATIC_LIBISA): Delete.
authorBob Wilson <bob.wilson@acm.org>
Mon, 27 Nov 2006 19:23:21 +0000 (19:23 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 27 Nov 2006 19:23:21 +0000 (19:23 +0000)
include/ChangeLog
include/xtensa-isa.h

index b7cb681210c360f0130c34fc9782c42fdc8f8715..63e80fdec62c49815a01bd9266456292a5ea2aae 100644 (file)
@@ -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
index 6abf205978af134c2d5a85f04adcf7b0b0e6af36..c4e31ed7ff6c6ab1f7efe15f27e320c99622a250 100644 (file)
@@ -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
 {