diff options
author | Jackie Smith Cashion <jsmith@redhat.com> | 1996-01-22 17:30:23 +0000 |
---|---|---|
committer | Jackie Smith Cashion <jsmith@redhat.com> | 1996-01-22 17:30:23 +0000 |
commit | c9c7c1d777ea480de86aabec6c6490fd51d95785 (patch) | |
tree | 2597c6d49871062da245085713e42ed22dbcf205 | |
parent | bf4b090cec684228bcdaca1ff134ca23d144e155 (diff) | |
download | gdb-c9c7c1d777ea480de86aabec6c6490fd51d95785.zip gdb-c9c7c1d777ea480de86aabec6c6490fd51d95785.tar.gz gdb-c9c7c1d777ea480de86aabec6c6490fd51d95785.tar.bz2 |
Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk>
* config/tc-mips.c (load_register): Optimise "dli" loads.
(md_show_usage): add "-mcpu=vr4100" to help text.
Provide code to check for either the hi32, or lo32 bits of a 64bit
"dli" constant being 0xffffffff. Also for bit15 of a 16bit constant
being set, so that sign-extension can be used to fill the higher order
bits if required.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 07e8663..c24871e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Jan 22 17:24:47 1996 James G. Smith <jsmith@cygnus.co.uk> + + * config/tc-mips.c (load_register): Optimise "dli" loads. + (md_show_usage): add "-mcpu=vr4100" to help text. + Mon Jan 22 11:53:00 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-ppc.c (ppc_csect): An unnamed csect is storage class |