* internal.h: Fix a typo in the comment for R_MOVL2.
This commit is contained in:
parent
dbbc7809e3
commit
310905c50e
2 changed files with 5 additions and 1 deletions
|
@ -671,7 +671,7 @@ struct internal_reloc
|
|||
#define R_MOVL1 0x4c
|
||||
|
||||
/* This reloc identifies mov.[wl] insns which formerlly had
|
||||
a 32/24bit absolute address and how have a 16bit absolute address. */
|
||||
a 32/24bit absolute address and now have a 16bit absolute address. */
|
||||
#define R_MOVL2 0x4d
|
||||
|
||||
/* This reloc identifies a bCC:8 which will have it's condition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue