packaging: unlimit stack size to fix argument list too long error
[platform/upstream/binutils.git] / gdb / ChangeLog
index 724a971..7bc35d1 100644 (file)
@@ -1,3 +1,17 @@
+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.