diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-05-06 21:27:47 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-05-06 21:27:47 +0000 |
commit | c138bc388886b87c28ea522479b4ee671a975e8f (patch) | |
tree | 815c78784e3ef7026a7dacc476796724a3d2bfc2 /gas/config/xtensa-istack.h | |
parent | aa7eb06d9718e836dd7cb22e320571c6b45785cb (diff) | |
download | gdb-c138bc388886b87c28ea522479b4ee671a975e8f.zip gdb-c138bc388886b87c28ea522479b4ee671a975e8f.tar.gz gdb-c138bc388886b87c28ea522479b4ee671a975e8f.tar.bz2 |
* config/tc-xtensa.c: Remove excess whitespace.
* config/tc-xtensa.h: Likewise.
* config/xtensa-istack.h: Likewise.
* config/xtensa-relax.c: Likewise.
* config/xtensa-relax.h: Likewise.
Diffstat (limited to 'gas/config/xtensa-istack.h')
-rw-r--r-- | gas/config/xtensa-istack.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/xtensa-istack.h b/gas/config/xtensa-istack.h index d9697e1..ac5b13f 100644 --- a/gas/config/xtensa-istack.h +++ b/gas/config/xtensa-istack.h @@ -43,8 +43,8 @@ typedef struct tinsn_struct enum itype_enum insn_type; xtensa_opcode opcode; /* Literals have an invalid opcode. */ - bfd_boolean is_specific_opcode; - bfd_boolean keep_wide; + bfd_boolean is_specific_opcode; + bfd_boolean keep_wide; int ntok; expressionS tok[MAX_INSN_ARGS]; struct dwarf2_line_info loc; @@ -77,7 +77,7 @@ bfd_boolean istack_empty (IStack *); bfd_boolean istack_full (IStack *); TInsn *istack_top (IStack *); void istack_push (IStack *, TInsn *); -TInsn *istack_push_space (IStack *); +TInsn *istack_push_space (IStack *); void istack_pop (IStack *); /* TInsn utilities. */ |