From: Jason Molenda Date: Thu, 2 Apr 1998 00:21:05 +0000 (+0000) Subject: Wed Apr 1 16:20:27 1998 Ian Dall X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=775b60dd73051e3637a07c112da519c1bb193a06;p=binutils-gdb.git Wed Apr 1 16:20:27 1998 Ian Dall * ns32k-dis.c (bit_extract_simple): New function to extract bits from an arbitrary valid buffer instead of fetching them on demand using fetch_data(). (invalid_float): use bit_extract_simple() instead of bit_extract(). contributed to me for gdb 4.17. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4ccee02e7cc..35c5ade9817 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Apr 1 16:20:27 1998 Ian Dall + + * ns32k-dis.c (bit_extract_simple): New function to extract bits + from an arbitrary valid buffer instead of fetching them on demand + using fetch_data(). + (invalid_float): use bit_extract_simple() instead of bit_extract(). + start-sanitize-m32rx Wed Apr 1 14:57:54 1998 Nick Clifton