]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/utils.c
* remote-nindy.c (nindy_open): Acquire more target state so that
authorStu Grossman <grossman@cygnus>
Sat, 13 Apr 1996 21:33:59 +0000 (21:33 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 13 Apr 1996 21:33:59 +0000 (21:33 +0000)
commit449abd890017f4db4e9842a492e5be44610ecfaa
tree493484d6e0d941a2a50f343575ca4591f893b05c
parent9898b3b7c77ed601f60977ea2a7715cfcf17f4ec
* remote-nindy.c (nindy_open):  Acquire more target state so that
user can attach to a previously running program.
* (nindy_fetch_registers nindy_store_registers):  Get rid of fp
conversion code.  That's all handled in {extract store}_floating
now.
* utils.c (floatformat_to_double):  Don't bias exponent when
handling zero's, denorms or NaNs.
* config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL
REGISTER_CONVERT_TO_RAW):  Change to using DOUBLST and
FLOATFORMAT_TO/FROM_DOUBLEST macros.
* config/i960/tm-nindy960.h:  Undefine
REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and
REGISTER_CONVERTIBLE.  These are no longer necessary now that all
the magic happens in extract/store_floating.
gdb/ChangeLog
gdb/config/i960/tm-i960.h
gdb/config/i960/tm-nindy960.h
gdb/remote-nindy.c
gdb/utils.c