Wed Apr 1 16:20:27 1998 Ian Dall <Ian.Dall@dsto.defence.gov.au>
authorJason Molenda <jmolenda@apple.com>
Thu, 2 Apr 1998 00:21:05 +0000 (00:21 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 2 Apr 1998 00:21:05 +0000 (00:21 +0000)
        * 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.

opcodes/ChangeLog

index 4ccee02..35c5ade 100644 (file)
@@ -1,3 +1,10 @@
+Wed Apr  1 16:20:27 1998  Ian Dall  <Ian.Dall@dsto.defence.gov.au>
+
+        * 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  <nickc@cygnus.com>