packaging: unlimit stack size to fix argument list too long error
[platform/upstream/binutils.git] / gdb / ChangeLog
index 685419a..7bc35d1 100644 (file)
@@ -1,3 +1,54 @@
+2014-10-13  Doug Evans  <dje@google.com>
+
+       * python/py-objfile.c (objfpy_initialize): New function.
+       (objfpy_new, objfile_to_objfile_object): Call it.
+       * python/py-progspace.c (pspy_initialize): New function.
+       (pspy_new, pspace_to_pspace_object): Call it.
+
+2014-10-13  Miroslav Franc  <mfranc@redhat.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix "save breakpoints" for "catch" command.
+       * break-catch-sig.c (signal_catchpoint_print_recreate): Add trailing
+       newline.
+
+2014-10-12  Miroslav Franc  <mfranc@redhat.com>
+
+       Fix "save breakpoints" for "disable $bpnum" command.
+       * breakpoint.c (save_breakpoints): Add $bpnum for disable.
+
+2014-10-10  Pedro Alves  <palves@redhat.com>
+
+       * Makefile.in (ALL_TARGET_OBS): Remove mips-irix-tdep.o and solib-irix.o.
+       (ALLDEPFILES): Remove mips-irix-tdep.c and solib-irix.c.
+       (HFILES_NO_SRCDIR): Remove solib-irix.h.
+       * NEWS: Mention that support for mips-sgi-irix5* mips-sgi-irix6*
+       and been removed.
+       * config/mips/irix5.mh, config/mips/irix6.mh: Delete files.
+       * configure.ac: Remove references to IRIX.
+       * configure.host: Add *-*-irix* to the obsolete hosts section.
+       Remove all other references to irix.
+       * irix5-nat.c, mips-irix-tdep.c, solib-irix.c, solib-irix.h:
+       Delete files.
+
+2014-10-10  Ajit Agarwal  <ajitkum@xilinx.com>
+
+       * microblaze-tdep.c (microblaze_gdbarch_init): If the description
+       isn't valid, release the tdesc arch data and return NULL.
+
+2014-10-10  Pedro Alves  <palves@redhat.com>
+
+       * linux-tdep.c: Include observer.h.
+       (linux_inferior_data): New global.
+       (struct linux_info): New structure.
+       (invalidate_linux_cache_inf, linux_inferior_data_cleanup)
+       (get_linux_inferior_data): New functions.
+       (linux_vsyscall_range): Rename to ...
+       (linux_vsyscall_range_raw): ... this.
+       (linux_vsyscall_range): New function; handles caching.
+       (_initialize_linux_tdep): Register linux_inferior_data.  Install
+       inferior_exit and inferior_appeared observers.
+
 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
            Pedro Alves  <palves@redhat.com>