From: Ian Lance Taylor Date: Tue, 2 Jun 1998 17:15:00 +0000 (+0000) Subject: Tue Jun 2 13:11:13 1998 Pat Rankin X-Git-Tag: gdb-4_18~2067 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfe2482a89ae1543db089ea062804a80c3941fcc;p=external%2Fbinutils.git Tue Jun 2 13:11:13 1998 Pat Rankin * config/tc-vax.c (md_create_short_jump): Fix off by two bug in offset calculation. Also, use VAX_BRW from vax-inst.h instead of hardcoded magic number. (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7d5eec7..0ca18f1 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Tue Jun 2 13:11:13 1998 Pat Rankin + + * config/tc-vax.c (md_create_short_jump): Fix off by two bug in + offset calculation. Also, use VAX_BRW from vax-inst.h instead + of hardcoded magic number. + (md_create_long_jump): Use VAX_JMP and VAX_ABSOLUTE_MODE macros. + Tue Jun 2 09:25:34 1998 Doug Evans * read.c (do_s_func): New function.