diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1995-12-15 22:30:33 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1995-12-15 22:30:33 +0000 |
commit | 29861dd01a848b1e9c227dc3ae1004e07ee9b77e (patch) | |
tree | 91484c6318e34712a9a8b40211606900cb20a1bb | |
parent | ab0ec5d0466d3bcdf42d3d0d1676a7559de360a2 (diff) | |
download | gdb-29861dd01a848b1e9c227dc3ae1004e07ee9b77e.zip gdb-29861dd01a848b1e9c227dc3ae1004e07ee9b77e.tar.gz gdb-29861dd01a848b1e9c227dc3ae1004e07ee9b77e.tar.bz2 |
* config/tc-sh.c (parse_reg): Recognize SH3 registers.
(get_specific): Handle A_SSR, A_SPC and A_REG_B.
(build_Mbytes): Handle REG_B.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 3921ebf..7a23e0f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Fri Dec 15 14:25:07 1995 J.T. Conklin <jtc@rtl.cygnus.com> + + * config/tc-sh.c (parse_reg): Recognize SH3 registers. + (get_specific): Handle A_SSR, A_SPC and A_REG_B. + (build_Mbytes): Handle REG_B. + Fri Dec 15 16:07:25 1995 Ian Lance Taylor <ian@cygnus.com> * ecoff.c (ecoff_build_aux): Use new bfd_big_endian macro. |