]> Git Repo - binutils.git/commitdiff
Fix a problem on i386 systems where buffered code stream access was failing
authorFred Fish <[email protected]>
Sun, 8 Dec 1991 02:24:21 +0000 (02:24 +0000)
committerFred Fish <[email protected]>
Sun, 8 Dec 1991 02:24:21 +0000 (02:24 +0000)
to take into account the minimum size granularity of the code section.  For
now, the buffering is simply disabled until it can be done right.
There is still a similar problem in the i386 disassembly code for locations
within 20 bytes of the end of the code segment.

gdb/ChangeLog

index d440f1e1ea2a3ea73c88e12dea6d39b9032316a0..6293456356a401967a97281046d8ac7224cd8f4e 100644 (file)
@@ -1,5 +1,11 @@
 Sat Dec  7 18:13:11 1991  Fred Fish  (fnf at cygnus.com)
 
+       * i386-tdep.c:  Fix a problem on i386 systems where buffered code
+       stream access was failing to take into account the minimum size
+       granularity of the code section.  For now, the buffering is simply
+       disabled.  There is a similar problem in the i386 disassember code
+       that has not yet been fixed (FIXME).
+
        * gmalloc.c:  Use macros to hide some of the ugly casting required
        in the previously applied fix for pointers with high bits set.
 
This page took 0.035795 seconds and 4 git commands to generate.