Skip to content

Commit

Permalink
elfxx-mips: Correct STUB_JALR's description
Browse files Browse the repository at this point in the history
	bfd/
	* elfxx-mips.c (STUB_JALR): Correct description.
  • Loading branch information
Maciej W. Rozycki committed Oct 25, 2016
1 parent 73b088b commit a18a2a3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bfd/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-10-25 Maciej W. Rozycki <macro@imgtec.com>

* elfxx-mips.c (STUB_JALR): Correct description.

2016-10-20 Nick Clifton <nickc@redhat.com>

* po/gas.pot: Regenerate.
Expand Down
2 changes: 1 addition & 1 deletion bfd/elfxx-mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ static bfd *reldyn_sorting_bfd;
: 0x8f998010)) /* lw t9,0x8010(gp) */
#define STUB_MOVE 0x03e07825 /* or t7,ra,zero */
#define STUB_LUI(VAL) (0x3c180000 + (VAL)) /* lui t8,VAL */
#define STUB_JALR 0x0320f809 /* jalr t9,ra */
#define STUB_JALR 0x0320f809 /* jalr ra,t9 */
#define STUB_ORI(VAL) (0x37180000 + (VAL)) /* ori t8,t8,VAL */
#define STUB_LI16U(VAL) (0x34180000 + (VAL)) /* ori t8,zero,VAL unsigned */
#define STUB_LI16S(abfd, VAL) \
Expand Down

0 comments on commit a18a2a3

Please sign in to comment.