2008-03-03 Sterling Augustine <sterling@tensilica.com>
authorBob Wilson <bob.wilson@acm.org>
Mon, 3 Mar 2008 22:14:45 +0000 (22:14 +0000)
committerBob Wilson <bob.wilson@acm.org>
Mon, 3 Mar 2008 22:14:45 +0000 (22:14 +0000)
* config/tc-xtensa.h (RELAX_XTENSA_NONE): New.

gas/ChangeLog
gas/config/tc-xtensa.h

index 99c63faa68776e55ca4dc09616d5d88ca9298d2f..97a7aab199231254a4cafba939ce8789fa21faff 100644 (file)
@@ -1,3 +1,7 @@
+2008-03-03  Sterling Augustine  <sterling@tensilica.com>
+       
+       * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
+       
 2008-03-03  Denys Vlasenko <vda.linux@googlemail.com>
            H.J. Lu  <hongjiu.lu@intel.com>
 
index c9ae94d4f12512090b2924b5b3f160e447a9ff4b..eb639111422d485901c685d966df4aea9f5fc9b8 100644 (file)
@@ -1,5 +1,5 @@
 /* tc-xtensa.h -- Header file for tc-xtensa.c.
-   Copyright (C) 2003, 2004, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -46,6 +46,8 @@ struct fix;
 
 enum xtensa_relax_statesE
 {
+  RELAX_XTENSA_NONE,
+
   RELAX_ALIGN_NEXT_OPCODE,
   /* Use the first opcode of the next fragment to determine the
      alignment requirements.  This is ONLY used for LOOPs currently.  */