diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-10 02:06:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-10 02:06:26 +0000 |
commit | bd8696524ae2efe8990c728bdde853046a2e3685 (patch) | |
tree | c8d6ca4c22ae302bc25b8423887a7a483b60c776 /gas/ChangeLog | |
parent | 1fd130917251b111966380eeb41176bff1f8d29a (diff) | |
download | gdb-bd8696524ae2efe8990c728bdde853046a2e3685.zip gdb-bd8696524ae2efe8990c728bdde853046a2e3685.tar.gz gdb-bd8696524ae2efe8990c728bdde853046a2e3685.tar.bz2 |
* config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode value from
pattern instead of assuming jsr.
* config/alpha-opcode.h (jmp): Add a "1,Bc" form.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3535334..cdaeaab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 9 21:04:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/tc-alpha.c (alpha_ip, case 'B', subcase 'c'): Use opcode + value from pattern instead of assuming jsr. + * config/alpha-opcode.h (jmp): Add a "1,Bc" form. + Thu Dec 8 17:48:25 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (NM_FOR_TARGET): Use ../binutils/nm.new, not just |