Fix enum flag with Python 3
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 8fe13814f54fb951b19dbab8a34ebcd5fd096e10..40b5deb518eb9dd51a77fe64d0eb94f59aaffc3e 100644 (file)
@@ -1,3 +1,29 @@
+2016-01-19  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * python/lib/gdb/printing.py (_EnumInstance.to_string): Explicitly
+       convert gdb.Value to integer type using int().
+
+2016-01-19  John Baldwin  <jhb@FreeBSD.org>
+
+       * configure.ac: Include <sys/types.h when checking for "r_fs" in
+       "struct reg".
+       * configure: Regenerate.
+
+2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-tdep.c (mips_insn_size): Remove 48-bit microMIPS
+       instruction support.
+       (micromips_next_pc): Likewise.
+       (micromips_scan_prologue): Likewise.
+       (micromips_deal_with_atomic_sequence): Likewise.
+       (micromips_stack_frame_destroyed_p): Likewise.
+       (mips_breakpoint_from_pc): Likewise.
+
+2016-01-18  Maciej W. Rozycki  <macro@imgtec.com>
+
+       * mips-tdep.c (micromips_insn_at_pc_has_delay_slot): Pass
+       unshifted 16-bit microMIPS instruction word to `mips_insn_size'.
+
 2016-01-18  Pedro Alves  <palves@redhat.com>
 
        * NEWS: Mention that GDB now displays the ID and name of the
This page took 0.02474 seconds and 4 git commands to generate.