diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 802fd0f..468c6bd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -8,6 +8,11 @@ static. * regcache.h (regcache_restore): Remove declaration. + * gdbarch.sh: New field 'long_long_align_bit'. + * gdbarch.c, gdbarch.h: Regenerate. + * i386-tdep.c (i386_gdbarch_init): Set long_long_align_bit to 32. + * jit.c (jit_read_code_entry): Use it to determine correct size offset. + 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com> Revert this part of: |