diff options
author | Bob Wilson <bob.wilson@acm.org> | 2005-03-11 00:14:15 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@acm.org> | 2005-03-11 00:14:15 +0000 |
commit | 0fa77c953fa63fc96ebcc2b2560481c0bd0b4b56 (patch) | |
tree | 00bf047dc4c26ce1fd12c460eed248a7f85b6013 /gas/config/tc-xtensa.h | |
parent | 9460aecf6f281746fb3b51565d595dc4ac87bb32 (diff) | |
download | gdb-0fa77c953fa63fc96ebcc2b2560481c0bd0b4b56.zip gdb-0fa77c953fa63fc96ebcc2b2560481c0bd0b4b56.tar.gz gdb-0fa77c953fa63fc96ebcc2b2560481c0bd0b4b56.tar.bz2 |
* config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
when checking if xg_resolve_literals needs to be called.
* config/tc-xtensa.h: Fix spelling typo in a comment.
Diffstat (limited to 'gas/config/tc-xtensa.h')
-rw-r--r-- | gas/config/tc-xtensa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-xtensa.h b/gas/config/tc-xtensa.h index 585f1ce..4743617 100644 --- a/gas/config/tc-xtensa.h +++ b/gas/config/tc-xtensa.h @@ -201,7 +201,7 @@ struct xtensa_frag_type first time through a relaxation.... */ unsigned int relax_seen : 1; - /* Infomation that is needed in the object file and set when known. */ + /* Information that is needed in the object file and set when known. */ unsigned int is_literal : 1; unsigned int is_loop_target : 1; unsigned int is_branch_target : 1; |