From 58502fec599c564f1d94110f2e1bd3003433b225 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Mon, 3 Mar 2008 22:14:45 +0000 Subject: [PATCH] 2008-03-03 Sterling Augustine * config/tc-xtensa.h (RELAX_XTENSA_NONE): New. --- gas/ChangeLog | 4 ++++ gas/config/tc-xtensa.h | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 99c63faa687..97a7aab1992 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2008-03-03 Sterling Augustine + + * config/tc-xtensa.h (RELAX_XTENSA_NONE): New. + 2008-03-03 Denys Vlasenko H.J. Lu diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index c9ae94d4f12..eb639111422 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -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. */ -- 2.30.2