diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-08 02:24:21 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-08 02:24:21 +0000 |
commit | dda14b63ffee7d5f5cd7e8ed84ad721a800e1485 (patch) | |
tree | bf012487f79161440b2bb109fcaefc7f0b3d93d4 /gdb | |
parent | e59622b438eb6ea7bf4d575fc38d8d05dda5e651 (diff) | |
download | gdb-dda14b63ffee7d5f5cd7e8ed84ad721a800e1485.zip gdb-dda14b63ffee7d5f5cd7e8ed84ad721a800e1485.tar.gz gdb-dda14b63ffee7d5f5cd7e8ed84ad721a800e1485.tar.bz2 |
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 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d440f1e..6293456 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |