)]}'
{
  "log": [
    {
      "commit": "b5d3ac25628b1a16409a9816623c34a45377d400",
      "tree": "857263271259ec90c099feeac061e8704a4e4b94",
      "parents": [
        "ea5189f99474364e6f0d066e5da2960e56596e4b"
      ],
      "author": {
        "name": "Peter Bergner",
        "email": "bergner@vnet.ibm.com",
        "time": "Wed Mar 08 20:49:03 2017 -0600"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Thu Mar 09 19:12:12 2017 +1030"
      },
      "message": "Update -maltivec and -mvsx options to only enable their oldest instructions.\n\nCurrently, the -maltivec and -mvsx GAS options enable *all* of the altivec\nand vsx instructions respecitively that have ever been added.  This is in\nconstract to GCC\u0027s -maltivec and -mvsx options, which only enable the oldest\n(ie, first) set of altivec and vsx instructions.  This patch changes GAS to\nmimic GCC\u0027s behaviour with respect to -maltivec and -mvsx and it solves a\nproblem with trying to assemble the lxvx instruction which is different\nbetween POWER8 and POWER9.\n\nopcodes/\n\t* ppc-dis.c (ppc_opts) \u003caltivec\u003e: Do not use PPC_OPCODE_ALTIVEC2;\n\t\u003cvsx\u003e: Do not use PPC_OPCODE_VSX3;\n\ngas/\n\t* testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.\n\t(objdump): Use the -Mpower8 option.\n"
    },
    {
      "commit": "ea5189f99474364e6f0d066e5da2960e56596e4b",
      "tree": "7dfc33efbda8cb927044a4d16197a3375e75d81a",
      "parents": [
        "7e33c17c62f9cb4d61aa5aab241e441b14bfc232"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Mon Sep 26 18:04:57 2016 +0930"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Thu Mar 09 19:11:15 2017 +1030"
      },
      "message": "PowerPC .gnu.attributes\n\nThis patch extends Tag_GNU_Power_ABI_FP to cover long double ABIs,\nmakes the assembler warn about undefined tag values, and removes\nsimilar warnings from the linker.  I think it is better to not\nwarn in the linker about undefined tag values as future extensions to\nthe tags then won\u0027t result in likely bogus warnings.  This is\nconsistent with the fact that an older linker won\u0027t warn on an\nentirely new tag.\n\ninclude/\n\t* elf/ppc.h (Tag_GNU_Power_ABI_FP): Comment.\nbfd/\n\t* elf-bfd.h (_bfd_elf_ppc_merge_fp_attributes): Declare.\n\t* elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): New function.\n\t(ppc_elf_merge_obj_attributes): Use it.  Don\u0027t copy first file\n\tattributes, merge them.  Don\u0027t warn about undefined tag bits,\n\tor copy unknown values to output.\n\t* elf64-ppc.c (ppc64_elf_merge_private_bfd_data): Call\n\t_bfd_elf_ppc_merge_fp_attributes.\nbinutils/\n\t* readelf.c (display_power_gnu_attribute): Catch truncated section\n\tfor all powerpc attributes.  Display long double ABI.  Don\u0027t\n\tcapitalize words, except for names.  Show known bits of tag values\n\twhen some unknown bits are present.  Whitespace fixes.\ngas/\n\t* config/tc-ppc.c (ppc_elf_gnu_attribute): New function.\n\t(md_pseudo_table \u003cELF\u003e): Handle \"gnu_attribute\".\nld/\n\t* testsuite/ld-powerpc/attr-gnu-4-4.s: Delete.\n\t* testsuite/ld-powerpc/attr-gnu-4-14.d: Delete.\n\t* testsuite/ld-powerpc/attr-gnu-4-24.d: Delete.\n\t* testsuite/ld-powerpc/attr-gnu-4-34.d: Delete.\n\t* testsuite/ld-powerpc/attr-gnu-4-41.d: Delete.\n\t* testsuite/ld-powerpc/attr-gnu-4-32.d: Adjust expected warning.\n\t* testsuite/ld-powerpc/attr-gnu-8-23.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-01.d: Adjust expected output.\n\t* testsuite/ld-powerpc/attr-gnu-4-02.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-03.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-10.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-11.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-20.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-22.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-4-33.d: Likewise.\n\t* testsuite/ld-powerpc/attr-gnu-8-11.d: Likewise.\n\t* testsuite/ld-powerpc/powerpc.exp: Don\u0027t run deleted tests.\n"
    },
    {
      "commit": "7e33c17c62f9cb4d61aa5aab241e441b14bfc232",
      "tree": "9c15b7ec448ca9869108dad0a9a8bc8f69a68db6",
      "parents": [
        "6fbfdb27bc16883fe49b1bb9fb515729a24f2815"
      ],
      "author": {
        "name": "Peter Bergner",
        "email": "bergner@vnet.ibm.com",
        "time": "Wed Mar 08 16:17:15 2017 -0600"
      },
      "committer": {
        "name": "Peter Bergner",
        "email": "bergner@vnet.ibm.com",
        "time": "Wed Mar 08 16:17:15 2017 -0600"
      },
      "message": "Add support for the new \u0027lnia\u0027 extended mnemonic.\n\nopcodes/\n\tApply from master.\n\t2017-03-08  Peter Bergner  \u003cbergner@vnet.ibm.com\u003e\n\t* ppc-opc.c (powerpc_opcodes) \u003clnia\u003e: New extended mnemonic.\n\ngas/\n\tApply from master.\n\t2017-03-08  Peter Bergner  \u003cbergner@vnet.ibm.com\u003e\n\t* testsuite/gas/ppc/power9.d \u003clnia\u003e New test.\n\t* testsuite/gas/ppc/power9.s: Likewise.\n"
    },
    {
      "commit": "6fbfdb27bc16883fe49b1bb9fb515729a24f2815",
      "tree": "149c6f3d6068bc8befd5615651800b6b396101e3",
      "parents": [
        "d72ca87af2af8d8fb1e0eb9842d37045fc1d2dd1"
      ],
      "author": {
        "name": "Peter Bergner",
        "email": "bergner@vnet.ibm.com",
        "time": "Tue Feb 28 16:07:52 2017 -0600"
      },
      "committer": {
        "name": "Peter Bergner",
        "email": "bergner@vnet.ibm.com",
        "time": "Tue Feb 28 16:07:52 2017 -0600"
      },
      "message": "Backport addition of scv and rfscv P9 instructions.\n\nopcodes/\n\tApply from master.\n\t2017-02-10  Nicholas Piggin  \u003cnpiggin@gmail.com\u003e\n\n\t* ppc-opc.c (powerpc_opcodes) \u003cscv, rfscv\u003e: New mnemonics.\n\ngas/\n\tApply from master.\n\t2017-02-10  Nicholas Piggin  \u003cnpiggin@gmail.com\u003e\n\n\t* testsuite/gas/ppc/power9.d \u003cscv, rfscv\u003e: New tests.\n"
    },
    {
      "commit": "d72ca87af2af8d8fb1e0eb9842d37045fc1d2dd1",
      "tree": "aa9b3adc0587044e1853192016e2a575fbf58df2",
      "parents": [
        "d29655b6c3564dc00ff538822c3d383e74697425"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 08:10:58 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 10:01:18 2017 +1030"
      },
      "message": "PowerPC ld segfault on script discarding dynamic sections\n\nbfd/\n\t* elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Don\u0027t segfault\n\ton .got or .plt output section being discarded by script.\n\t* elf32-ppc.c (ppc_elf_finish_dynamic_sections): Likewise.  Move\n\tvxworks splt temp.\ngold/\n\t* powerpc.cc (Target_powerpc::make_iplt_section): Check that\n\toutput_section exists before attempting add_output_section_data.\n\t(Target_powerpc::make_brlt_section): Likewise.\n"
    },
    {
      "commit": "d29655b6c3564dc00ff538822c3d383e74697425",
      "tree": "739f127441974040793cc6e92f7491bafa6ea430",
      "parents": [
        "c8dbc58e0a9be82937b5875fe53412e260a6cc42"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Fri Feb 03 19:18:37 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:25 2017 +1030"
      },
      "message": "[GOLD] PowerPC64 TOC indirect to TOC relative segfault\n\n\t* powerpc.cc (Powerpc_relobj::make_toc_relative): Don\u0027t crash\n\twhen no .toc section exists.\n"
    },
    {
      "commit": "c8dbc58e0a9be82937b5875fe53412e260a6cc42",
      "tree": "6e6d386b842c246d1841ce58dd196a5212ae6807",
      "parents": [
        "931ad3dd3a2092c691e1c1a3378fa9060850ae52"
      ],
      "author": {
        "name": "H.J. Lu",
        "email": "hjl.tools@gmail.com",
        "time": "Fri Jan 13 07:46:14 2017 -0800"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:24 2017 +1030"
      },
      "message": "Gold: Fix build with GCC 4.2\n\n\tPR gold/21040\n\t* powerpc.cc (Powerpc_relobj\u003csize, big_endian\u003e::make_toc_relative):\n\tCast 0x80008000 to uint64_t.\n"
    },
    {
      "commit": "931ad3dd3a2092c691e1c1a3378fa9060850ae52",
      "tree": "24c1e06dffff1efe5a3c7c6597e1a056a6a9db6b",
      "parents": [
        "d9783d7436b787977e35f5556f3a13470e84cbd4"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Jan 11 07:41:53 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:24 2017 +1030"
      },
      "message": "[GOLD] PowerPC64 TOC indirect to TOC relative code editing\n\nDoesn\u0027t yet trim off the unused TOC entries.\n\n\t* powerpc.cc (class Powerpc_copy_relocs): New.\n\t(Powerpc_copy_relocs::emit): New function.\n\t(Powerpc_relobj::relatoc_, toc_, no_toc_opt_): New variables.\n\t(Powerpc_relobj::toc_shndx, set_no_toc_opt, no_toc_opt): New inlines.\n\t(Powerpc_relobj::do_relocate_sections): New function.\n\t(Powerpc_relobj::make_toc_relative): Likewise.\n\t(Powerpc_relobj::do_find_special_sections): Stash away .rela.toc\n\tand .toc too.\n\t(ok_lo_toc_insn): Move earlier, and handle more insns.\n\t(Target_powerpc::Scan::local): If optimizing toc accesses, set\n\tno_toc_opt for entries we can\u0027t edit.  Check insn validity.\n\tEmit \"toc optimization is not supported\" warning, downgraded\n\tfrom error.\n\t(Target_powerpc::Scan::global): Likewise.\n\t(Target_powerpc::Relocate::relocate): Edit TOC indirect code\n\tto TOC relative.  Don\u0027t emit \"toc optimization is not supported\"\n\terror here.\n"
    },
    {
      "commit": "d9783d7436b787977e35f5556f3a13470e84cbd4",
      "tree": "d9cc1d2f1cd4f55b4ea4f08cd34a7e0bcaec3898",
      "parents": [
        "1e90125d394f5b6c676a241b130687fb54af62b9"
      ],
      "author": {
        "name": "Cary Coutant",
        "email": "ccoutant@gmail.com",
        "time": "Tue Jan 10 07:46:30 2017 -0800"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:24 2017 +1030"
      },
      "message": "Refactor Sized_relobj_file::do_relocate_sections.\n\ngold/\n\t* aarch64.cc (AArch64_relobj::do_relocate_sections): Call\n\tSized_relobj_file::relocate_section_range().\n\t* arm.cc (Arm_relobj::do_relocate_sections): Likewise.\n\t* object.h (Sized_relobj_file::relocate_section_range): New method.\n\t* reloc.cc (Sized_relobj_file::do_relocate_sections): Move\n\timplementation...\n\t(Sized_relobj_file::relocate_section_range): ...to new method.\n"
    },
    {
      "commit": "1e90125d394f5b6c676a241b130687fb54af62b9",
      "tree": "82ca34a6ad826627e19c8b075c18b91b31b3e69c",
      "parents": [
        "5e03947038073e1bb0e3c30403bf884db879a069"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Tue Jan 10 10:24:09 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:23 2017 +1030"
      },
      "message": "[GOLD] Add --secure-plt option for ppc32\n\nAdded just to accept, and ignore.  gcc since 2015-10-21, when\nconfigured with --enable-secureplt passes this option to the linker.\nAs powerpc gold cannot link --bss-plt code successfully, gold needs to\naccept the option or the gcc specs file needs to be changed.\n\nThe patch also make gold detect --bss-plt code and error out rather\nthan producing a binary that crashes.\n\n\t* options.h: Add --secure-plt option.\n\t* powerpc.cc (Target_powerpc::Scan::local): Detect and error\n\ton -fPIC -mbss-plt code.\n\t(Target_powerpc::Scan::global): Likewise.\n"
    },
    {
      "commit": "5e03947038073e1bb0e3c30403bf884db879a069",
      "tree": "a4e8f7c0d2df7739ce7982437f060457a56e8af8",
      "parents": [
        "cb4630af68d065b99c9ce9d22d27281900089774"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Mon Jan 09 10:46:23 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:23 2017 +1030"
      },
      "message": "[GOLD] Set sh_info of .rela.plt for powerpc\n\n\t* powerpc.cc (Target_powerpc::make_plt_section): Point sh_info of\n\t\".rela.plt\" at \".plt\".\n"
    },
    {
      "commit": "cb4630af68d065b99c9ce9d22d27281900089774",
      "tree": "d48566a8adde15b75a4a1a3332cad28fda4098bb",
      "parents": [
        "4790d4b3cef58c4663f8b63bb1761e8494d323f5"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Fri Jan 06 15:47:33 2017 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:22 2017 +1030"
      },
      "message": "[GOLD] powerpc.cc tidies\n\nPlus some paranoia in symval_for_branch.  We shouldn\u0027t get there with\ndynamic symbols, but if we ever did the static_cast to Powerpc_relobj\nwould be wrong.\n\n\t* powerpc.cc: Use shorter equivalent elfcpp typedef for\n\tReltype and reloc_size throughout.\n\t(Target_powerpc::symval_for_branch): Exclude dynamic symbols.\n\t(Target_powerpc::Scan::local): Use local var r_sym.\n\t(Target_powerpc::Scan::global: Likewise.\n\t(Target_powerpc::Relocate::relocate): Delete shadowing r_sym.\n"
    },
    {
      "commit": "4790d4b3cef58c4663f8b63bb1761e8494d323f5",
      "tree": "3a1363de43aa027b6e2b6586a869494ae72794f8",
      "parents": [
        "f9b240971736450d8556b23c4ea4d7dd747b1b44"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Thu Dec 08 16:08:29 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:22 2017 +1030"
      },
      "message": "[GOLD] Don\u0027t assert in powerpc stub_table\n\nA branch in a non-exec section that needs a stub can lead to this\nassertion.\n\n\t* powerpc.cc (Powerpc_relobj::stub_table): Return NULL rather\n\tthen asserting.\n"
    },
    {
      "commit": "f9b240971736450d8556b23c4ea4d7dd747b1b44",
      "tree": "c8fa8348b9e097ca50a8e62d49f01bb0a2a996cc",
      "parents": [
        "386391cf13601ddab6746e3cf3d2326542e93cdb"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Thu Dec 08 10:49:28 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:21 2017 +1030"
      },
      "message": "[GOLD] fix typo in --stub-group-multi help\n\n\t* options.h (--stub-group-multi): Fix typo.\n"
    },
    {
      "commit": "386391cf13601ddab6746e3cf3d2326542e93cdb",
      "tree": "d7161f14f9ddf566368e8c03d61e39512a178dc1",
      "parents": [
        "983d1db4d7b5644b8c16a64bb6cb7267f602ebef"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Dec 07 14:15:59 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:21 2017 +1030"
      },
      "message": "[GOLD] PowerPC --stub-group-multi\n\nAdds a new option, defaulting to off, that allows a group of stubs to\nserve multiple output sections.  Prior to this patch powerpc gold\nallowed this unconditionally, which is a little unsafe with clever\ncode that discards/reuses sections at runtime.\n\n\t* options.h (--stub-group-multi): New PowerPC option.\n\t* powerpc.cc (Stub_control): Add multi_os_ var and param\n\tto constructor.  Sort start_ var later.  Comment State.\n\t(Stub_control::can_add_to_stub_group): Heed multi_os_.\n\t(Target_powerpc::group_sections): Update.\n"
    },
    {
      "commit": "983d1db4d7b5644b8c16a64bb6cb7267f602ebef",
      "tree": "f73f2f550fa67783da992f4f3933090316c56c88",
      "parents": [
        "f9aa8e5d979f7b60ca37b331a1dacebcf5e89a4f"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Dec 07 14:12:26 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:21 2017 +1030"
      },
      "message": "[GOLD] powerpc64le-linux fails to link large Linux kernel\n\nGold attaches stubs to an existing section in contrast to ld.bfd which\ninserts a new section for stubs.  If we want stubs before branches,\nthen the stubs must be added to the previous section.  Adding to the\nprevious section is a disaster if there is a large gap between the\nprevious section and the group.\n\n\tPR gold/20878\n\t* powerpc.cc (Stub_control): Replace stubs_always_before_branch_\n\twith stubs_always_after_branch_, group_end_addr_ with\n\tgroup_start_addr_.\n\t(Stub_control::can_add_to_stub_group): Rewrite to suit scanning\n\tsections by increasing address.\n\t(Target_powerpc::group_sections): Scan that way.  Delete corner\n\tcase.\n\t* options.h (--stub-group-size): Update help string.\n"
    },
    {
      "commit": "f9aa8e5d979f7b60ca37b331a1dacebcf5e89a4f",
      "tree": "801da77298660ec79c9fdfad9774a542397c7927",
      "parents": [
        "93ac3bd2dbc5388794801dc4caf5cb27a23fecb0"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Dec 07 14:11:57 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:20 2017 +1030"
      },
      "message": "[GOLD] PowerPC stub debug\n\nSome more debug output, and a little hardening.\n\n\t* powerpc.cc (Stub_table_owner): Provide constructor.\n\t(Powerpc_relobj::set_stub_table): Resize fill with -1.\n\t(Target_powerpc::Branch_info::make_stub): Provide target debug\n\toutput on returning false.\n"
    },
    {
      "commit": "93ac3bd2dbc5388794801dc4caf5cb27a23fecb0",
      "tree": "c29049487a746f542671a7ad9011bdd299efdbc7",
      "parents": [
        "b118e4f8a2d6bc354ee728e484c03774acb2d54b"
      ],
      "author": {
        "name": "Cary Coutant",
        "email": "ccoutant@gmail.com",
        "time": "Thu Dec 01 12:50:21 2016 -0800"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:20 2017 +1030"
      },
      "message": "Fix internal error when relaxing branches to STT_SECTION symbols.\n\ngold/\n\tPR gold/20807\n\t* aarch64.cc (Target_aarch64::scan_reloc_section_for_stubs): Handle\n\tsection symbols correctly.\n\t* arm.cc (Target_arm): Likewise.\n\t* powerpc.cc (Target_powerpc): Likewise.\n"
    },
    {
      "commit": "b118e4f8a2d6bc354ee728e484c03774acb2d54b",
      "tree": "cd061c58184bb389696b81cd1274079ee1e67e8b",
      "parents": [
        "d817edc29c8249520601ac62054c78254bf18f97"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Aug 31 17:06:32 2016 +0930"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:19 2017 +1030"
      },
      "message": "[GOLD] Further tidy to powerpc can_add_to_stub_group\n\nThis patch adds a little more debug output, and replaces two variables\nwith one, tracking current max group size by group_size_ rather than\nby has14_.\n\n\t* powerpc.cc (class Stub_control): Delete stub14_group_size_\n\tand has14_.  Add group_size_.\n\t(Stub_control::can_add_to_stub_group): Adjust to suit.  Print\n\tdebug info when switching to adding sections before stubs.\n"
    },
    {
      "commit": "d817edc29c8249520601ac62054c78254bf18f97",
      "tree": "ccdeccd602d22b47954f3b3d20aa090711653ca0",
      "parents": [
        "2ec4b4a8bc3b056b710710fc24ecdd19d6c9670a"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Aug 31 12:34:36 2016 +0930"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:19 2017 +1030"
      },
      "message": "[GOLD] Add debug output for powerpc section grouping\n\n\t* debug.h (DEBUG_TARGET): New.\n\t(DEBUG_ALL): Add DEBUG_TARGET.\n\t(gold_debug): Delete FORMAT param.\n\t* powerpc.cc (Stub_control::can_add_to_stub_group): Print debug ourput.\n"
    },
    {
      "commit": "2ec4b4a8bc3b056b710710fc24ecdd19d6c9670a",
      "tree": "551a3428aebbaf73040e515b119641e49b929256",
      "parents": [
        "cd54b50e7b5ac662ca52d636c01dfaa506cdb07b"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Tue Aug 30 11:58:05 2016 +0930"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:18 2017 +1030"
      },
      "message": "[GOLD] correct grouping of stubs\n\nThis patch rewrites the rather obscure can_add_to_stub_group, fixing\na problem with the handling of sections containing conditional\nexternal branches.  When a section group contains any such section,\nthe group size needs to be limited to a much smaller size than groups\nwith only non-conditional external branches.\n\n\tPR 20523\n\t* powerpc.cc (class Stub_control): Add has14_.  Comment owner_.\n\t(Stub_control::can_add_to_stub_group): Correct grouping of\n\tsections containing 14-bit external branches.  When returning\n\tfalse, set state_ to reflect the fact that we have one section\n\tfor the next group.  Rewrite most of function for clarity.\n\tAdd and expand comments.\n\t(Target_powerpc::do_relax): Print stub group size retry in hex.\n"
    },
    {
      "commit": "cd54b50e7b5ac662ca52d636c01dfaa506cdb07b",
      "tree": "5dfdafc3d3599bcf304f253a0faf5563331faaac",
      "parents": [
        "8e1e2483a2240693d68c4e696ebfe6402b294834"
      ],
      "author": {
        "name": "Han Shen",
        "email": "shenhan@google.com",
        "time": "Fri Aug 26 15:50:15 2016 -0700"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Feb 22 09:40:07 2017 +1030"
      },
      "message": "PR gold/20529 - relaxing loop never ends.\n\n\t* powerpc.cc (Stub_table::min_size_threshold_): New member to\n\tlimit size.\n\t(Stub_table::set_min_size_threshold): New member function.\n\t(Stub_table::set_address_and_size): Add code to only allow size\n\tincrease.\n\t(Target_powerpc::do_relax): Add code to record last size.\n"
    },
    {
      "commit": "8e1e2483a2240693d68c4e696ebfe6402b294834",
      "tree": "e2b88d9b2ef8dbad611222e06dac657f2cf09ea5",
      "parents": [
        "749984dd040933589b2a4e954889c61da6301bef"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Tue Dec 06 16:06:14 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Tue Feb 21 22:58:46 2017 +1030"
      },
      "message": "PowerPC64 toc optimisation for power9\n\nRecognize power9 and a few other insns from older machines.  Fixes\nlinker complaints like \"toc optimization is not supported for\n0xf4090002 instruction\".  0xf4090002 is stxsd v0,0(r9)\n\nbfd/\n\t* elf64-ppc.c (ok_lo_toc_insn): Add r_type param.  Recognize\n\tlq,lfq,lxv,lxsd,lxssp,lfdp,stq,stfq,stxv,stxsd,stxssp,stfdp.\n\tDon\u0027t match lmd and stmd.\nld/\n\t* testsuite/ld-powerpc/tocopt7.s,\n\t* testsuite/ld-powerpc/tocopt7.out,\n\t* testsuite/ld-powerpc/tocopt7.d: New test.\n\t* testsuite/ld-powerpc/tocopt8.s,\n\t* testsuite/ld-powerpc/tocopt8.d: New test.\n\t* testsuite/ld-powerpc/powerpc.exp: Run them.\n"
    },
    {
      "commit": "749984dd040933589b2a4e954889c61da6301bef",
      "tree": "30f6c848a74288f79678e1cb720d381f20e8fc59",
      "parents": [
        "2964cf5d37971e37f7da4524402d4c08521082c5"
      ],
      "author": {
        "name": "H.J. Lu",
        "email": "hjl.tools@gmail.com",
        "time": "Wed Feb 15 11:39:30 2017 -0800"
      },
      "committer": {
        "name": "H.J. Lu",
        "email": "hjl.tools@gmail.com",
        "time": "Wed Feb 15 12:15:42 2017 -0800"
      },
      "message": "i386: Allow \"lea foo@GOT, %reg\" in PIC\n\n\"lea foo@GOT, %reg\" is OK in PIC since it only loads the GOT offset\ninto register, which can be used later with a GOT base register to\nget the value in the GOT entry.\n\n(cherry picked from commit 2a5684011edabf5804abb9e11253a9747587b284)\n\nbfd/\n\n\tPR ld/21168\n\t* elf32-i386.c (elf_i386_relocate_section): Allow\n\t\"lea foo@GOT, %reg\" in PIC.\n\nld/\n\n\tPR ld/21168\n\t* testsuite/ld-i386/i386.exp: Run pr21168.\n\t* testsuite/ld-i386/pr21168a.c: New file.\n\t* testsuite/ld-i386/pr21168b.S: Likewise.\n"
    },
    {
      "commit": "2964cf5d37971e37f7da4524402d4c08521082c5",
      "tree": "c1817f7e58e8a9a7b506365ba5164ae69e30e1a2",
      "parents": [
        "9681aedd3688c2a48816772c05731fed2ab8c499"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Dec 29 00:01:02 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Dec 29 00:01:02 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "9681aedd3688c2a48816772c05731fed2ab8c499",
      "tree": "9568c2049442f71c0b3e4f45ca248f6aafc1e983",
      "parents": [
        "59325dcb60566d1a04fa1ecbbe7b85e1511ebb08"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Dec 28 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Dec 28 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "59325dcb60566d1a04fa1ecbbe7b85e1511ebb08",
      "tree": "0614402dcfac028f343e13ef707ac73bfb678db8",
      "parents": [
        "64bf9660302b42766fbc57852b5da27220674f68"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Dec 27 00:00:58 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Dec 27 00:00:58 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "64bf9660302b42766fbc57852b5da27220674f68",
      "tree": "47cfde93b0b51760347f1af26bfc2e0ef3c65246",
      "parents": [
        "4609d421b7c44ab8574cc9835dcbe8051b9af65c"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Dec 26 00:01:10 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Dec 26 00:01:10 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "4609d421b7c44ab8574cc9835dcbe8051b9af65c",
      "tree": "c7aad1b9369a4040abca6d63474f63f7d150b1ac",
      "parents": [
        "9e090f35380f923684391537d9a29abb88c45824"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Dec 25 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Dec 25 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "9e090f35380f923684391537d9a29abb88c45824",
      "tree": "125d369efeb1600cec378674ba2add2e2c2e8ddf",
      "parents": [
        "fb646a8cbcec77c2d9e603fea56dfb1dd6e7b772"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Dec 24 00:00:54 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Dec 24 00:00:54 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "fb646a8cbcec77c2d9e603fea56dfb1dd6e7b772",
      "tree": "7c2288d2494debb0efec2a3b8df902e613dd8b0d",
      "parents": [
        "2588d938d15f72c6a80eb1152dd578469452c2fb"
      ],
      "author": {
        "name": "Maciej W. Rozycki",
        "email": "macro@imgtec.com",
        "time": "Fri Dec 23 20:03:36 2016 +0000"
      },
      "committer": {
        "name": "Maciej W. Rozycki",
        "email": "macro@imgtec.com",
        "time": "Fri Dec 23 20:41:59 2016 +0000"
      },
      "message": "MIPS/BFD: Remove EI_ABIVERSION 5 allocation for PT_GNU_STACK support\n\nRevert commit 17733f5be961 (\"Increment the ABIVERSION to 5 for MIPS\nobjects with non-executable stacks.\") and remove EI_ABIVERSION 5\nallocation for PT_GNU_STACK support, which has not made it to glibc\nand will be reassigned.\n\n\tbfd/\n\t* bfd/elfxx-mips.c (_bfd_mips_post_process_headers): Revert\n\t2016-02-23 change and remove EI_ABIVERSION 5 support.\n\n(cherry picked from commit 4d4f40e041ce7c8c7c8e50f957e0440b64ab7e95)\n"
    },
    {
      "commit": "2588d938d15f72c6a80eb1152dd578469452c2fb",
      "tree": "3a3b249bea58c7ff6fc671c98e59e87e6534c6c1",
      "parents": [
        "965358514ac37c59dd52bdeac0e8d71c7ba9e720"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Dec 23 00:01:08 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Dec 23 00:01:08 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "965358514ac37c59dd52bdeac0e8d71c7ba9e720",
      "tree": "1d17bae1372122d03623225f6bc3fe33680f9bb6",
      "parents": [
        "316f923d4c76ca9d555e8b27c1a0d1bd39b95700"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Dec 22 00:01:17 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Dec 22 00:01:17 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "316f923d4c76ca9d555e8b27c1a0d1bd39b95700",
      "tree": "a19fbfd644db2002e5eda6f84f65bfcccb13c063",
      "parents": [
        "1e692cacdae9c37bf5b8d48d7ab97d14e222ca20"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Dec 21 00:01:08 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Dec 21 00:01:08 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "1e692cacdae9c37bf5b8d48d7ab97d14e222ca20",
      "tree": "019fe3e83b622808614245e54bebc7aac4860179",
      "parents": [
        "af00caa896151ddf8a6976926a90b625a3f9fd63"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Dec 20 00:01:15 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Dec 20 00:01:15 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "af00caa896151ddf8a6976926a90b625a3f9fd63",
      "tree": "f12b72ad59545ce788c02468626519bbcda0872b",
      "parents": [
        "8329f75851c06035386b43311eb4259236eb6772"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Dec 19 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Dec 19 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "8329f75851c06035386b43311eb4259236eb6772",
      "tree": "7d192587331e556020dc75f34587e3b159b82b35",
      "parents": [
        "841ee13be5ca3ea838fae894585cbd254cb4c9c8"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Dec 18 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Dec 18 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "841ee13be5ca3ea838fae894585cbd254cb4c9c8",
      "tree": "883fddf46d0a56082cf1b86e491d92f842382add",
      "parents": [
        "17bad1928cffa080998c33d6556637f162d55449"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Dec 17 00:01:15 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Dec 17 00:01:15 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "17bad1928cffa080998c33d6556637f162d55449",
      "tree": "0fa9cb5f44d916d571ea001ae1df870ab7bd76be",
      "parents": [
        "a36896685b2e2a55fafc51124b57255d80b9094d"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Dec 16 00:01:10 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Dec 16 00:01:10 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "a36896685b2e2a55fafc51124b57255d80b9094d",
      "tree": "bee612216b1fc13f0d142a418124fe3f2ef0aadf",
      "parents": [
        "93922c4ceaef9f4705bb06972f195aafbe92ae3c"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Dec 15 00:01:14 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Dec 15 00:01:14 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "93922c4ceaef9f4705bb06972f195aafbe92ae3c",
      "tree": "d356a3f6bdec5b0cd46ab903b9345247759deafb",
      "parents": [
        "65fc509c87a1c7f96e5909647aab2bcaed9bd7e6"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Dec 14 00:01:11 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Dec 14 00:01:11 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "65fc509c87a1c7f96e5909647aab2bcaed9bd7e6",
      "tree": "e85e62f5f8b66c4df5b4165dbb8799dee0d95be1",
      "parents": [
        "5e226a8c332c2b80f92786fb3d96c3e7d212f198"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Dec 13 00:01:15 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Dec 13 00:01:15 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "5e226a8c332c2b80f92786fb3d96c3e7d212f198",
      "tree": "563dccaec29a88ff1856e32fcccbe66106f094d5",
      "parents": [
        "53b7fdb1eed984fd73b2f8eace42078b7fff719b"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Dec 12 00:01:05 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Dec 12 00:01:05 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "53b7fdb1eed984fd73b2f8eace42078b7fff719b",
      "tree": "b6bb1a310b61e31135c5770a38c3085dac1a28d0",
      "parents": [
        "2765667b28e195c7a8196ba41a83dc3c297bd7e0"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Dec 11 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Dec 11 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "2765667b28e195c7a8196ba41a83dc3c297bd7e0",
      "tree": "0a506fd1dc660f1b2ceb39b03f4a9b18e12e6200",
      "parents": [
        "bbf5e16b1cfcdb270ffadda0ffec0786ad5ad3a1"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Dec 10 00:01:11 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Dec 10 00:01:11 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "bbf5e16b1cfcdb270ffadda0ffec0786ad5ad3a1",
      "tree": "3f9b335637f01fdcb0d90bcd4679213681be33fe",
      "parents": [
        "0cd1cf3b5dc58e57b82d775650309b1f725146b3"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Dec 09 00:01:05 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Dec 09 00:01:05 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "0cd1cf3b5dc58e57b82d775650309b1f725146b3",
      "tree": "6c581111d58b387ddb737d2f6e85ebf9d771aba1",
      "parents": [
        "cb1b988f79749b67977133e754f9f29e9fcf98e7"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Dec 08 00:01:20 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Dec 08 00:01:20 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "cb1b988f79749b67977133e754f9f29e9fcf98e7",
      "tree": "05730d172d0ce921a25da48d939b3251e3b9aa6b",
      "parents": [
        "1c7dc208c8f49cff842800fb45486b42c3d6edeb"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Dec 07 00:01:08 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Dec 07 00:01:08 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "1c7dc208c8f49cff842800fb45486b42c3d6edeb",
      "tree": "c423bd98eadb5a0b6b126c457a8ad47fdeefb448",
      "parents": [
        "32870b2df3e3e144068b64b47f99fd20c4ac551e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Dec 06 00:02:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Dec 06 00:02:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "32870b2df3e3e144068b64b47f99fd20c4ac551e",
      "tree": "a63c97b915c76a7814248d64623cd980185cab68",
      "parents": [
        "6bf8838e7f5db03d90fe2859e954019399026653"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Dec 05 00:01:53 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Dec 05 00:01:53 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "6bf8838e7f5db03d90fe2859e954019399026653",
      "tree": "91b092d0e92f6178ae919ff8155068eba274eb66",
      "parents": [
        "57d9eb21a3938888c22032c2a8fbbc138cf90a63"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Dec 04 00:01:50 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Dec 04 00:01:50 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "57d9eb21a3938888c22032c2a8fbbc138cf90a63",
      "tree": "7f6e774e446e891215417b3b60bb3d754567862a",
      "parents": [
        "fe1771d15f45bff130bfa39ca29e0912068f55f8"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Dec 03 00:01:58 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Dec 03 00:01:58 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "fe1771d15f45bff130bfa39ca29e0912068f55f8",
      "tree": "edc47052f5d9964c1430a6e276bbb0073485a73f",
      "parents": [
        "c9bc657b70cb4d8af26fbed465167be5d4e0ff3e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Dec 02 00:01:25 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Dec 02 00:01:25 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "c9bc657b70cb4d8af26fbed465167be5d4e0ff3e",
      "tree": "b65f4f4b896e734285911ec4708f1bb74302d63f",
      "parents": [
        "5d1f2ede8f0de48b90fd18a81f67382dc99661dc"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Dec 01 00:01:08 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Dec 01 00:01:08 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "5d1f2ede8f0de48b90fd18a81f67382dc99661dc",
      "tree": "904258ca39fa9889edd511dc582e25e5c0eab86f",
      "parents": [
        "2384ea7522d0ae22ca70fa39c8ced2d4531f6a1c"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Nov 30 15:33:07 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed Nov 30 17:03:51 2016 +1030"
      },
      "message": "PR20886, looping in ppc64_elf_size_stubs\n\nThe PR20886 binary is large enough that there are two stub sections\nservicing .text (which is 88M).  It so happens that between one\niteration of sizing and the next that one stub section grows while\nthe other shrinks.  Since one section is always growing, the loop\nnever terminates.\n\nThis patch changes the algorithm to not update previous size on\nshrinking, once we go past a certain number of iterations.\n\n\tPR ld/20886\n\t* elf64-ppc.c (ppc64_elf_size_stubs): Make rawsize max size seen\n\ton any pass past STUB_SHRINK_ITER.\n"
    },
    {
      "commit": "2384ea7522d0ae22ca70fa39c8ced2d4531f6a1c",
      "tree": "148f60d5dc6423e5149b29727ca7a3ad6ca5309e",
      "parents": [
        "416631c1124535634ec0d591a0eb28f14b0c5bec"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Nov 30 00:01:01 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Nov 30 00:01:01 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "416631c1124535634ec0d591a0eb28f14b0c5bec",
      "tree": "d426c0873584e47e2d5bc57eb1b414683d23c655",
      "parents": [
        "0b9c384282d917f111dbc6b735a9093f2fd92e5b"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Nov 29 00:01:04 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Nov 29 00:01:04 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "0b9c384282d917f111dbc6b735a9093f2fd92e5b",
      "tree": "dbd7a692d34142329c2c1424e4190af0f2af96a8",
      "parents": [
        "3c57203460dd1d82fbb6c03d1025386b0adaaf55"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Nov 28 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Nov 28 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "3c57203460dd1d82fbb6c03d1025386b0adaaf55",
      "tree": "29bea5348fa6ce0281ea487f4cd563120014862a",
      "parents": [
        "7674975b897aaca46ec57dff6f62ea6f5dec8e1e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Nov 27 00:01:10 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Nov 27 00:01:10 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "7674975b897aaca46ec57dff6f62ea6f5dec8e1e",
      "tree": "534dd133b2b9c7598301feaf700261110f5fb270",
      "parents": [
        "3a21cb621e470aa036e17fa61d2a9b8dc85b4a94"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Nov 26 00:01:00 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Nov 26 00:01:00 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "3a21cb621e470aa036e17fa61d2a9b8dc85b4a94",
      "tree": "cde8cd9a3992e3e1c9482e16619d6fc077c209e6",
      "parents": [
        "e1c1aa3ef7f7403dc8507fc26facfaafdc2e73cd"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Nov 25 00:00:48 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Nov 25 00:00:48 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "e1c1aa3ef7f7403dc8507fc26facfaafdc2e73cd",
      "tree": "553478c42a3b5f1812a8079ed0cde59f05ced66d",
      "parents": [
        "bc568c020a9ce6ef6fad072dd4fffa858b2b16c9"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Nov 24 00:01:19 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Nov 24 00:01:19 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "bc568c020a9ce6ef6fad072dd4fffa858b2b16c9",
      "tree": "9224cf914f25c2c286acc906571f5b69ed29ee84",
      "parents": [
        "b57e4260708b7fe5bc005c2357ef47aaef16b9c8"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Nov 23 00:01:14 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Nov 23 00:01:14 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "b57e4260708b7fe5bc005c2357ef47aaef16b9c8",
      "tree": "87ce65d250c68ac8cd5f0c7c2b3e4f47f8a46ff2",
      "parents": [
        "1de7e765f05b85add3dda519d92c73b99850d28b"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Nov 22 00:01:11 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Nov 22 00:01:11 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "1de7e765f05b85add3dda519d92c73b99850d28b",
      "tree": "32f7d4de72b97790415fbf964982fa6a35ff7a2a",
      "parents": [
        "d68392b747407c79549df023f089636fe63a00be"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Nov 21 00:01:23 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Nov 21 00:01:23 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "d68392b747407c79549df023f089636fe63a00be",
      "tree": "162c94432cb60496ad7244c980596ea4635c25fd",
      "parents": [
        "c9357943d13dc3cee9365e31358728ae8213fd12"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Nov 20 00:01:09 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Nov 20 00:01:09 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "c9357943d13dc3cee9365e31358728ae8213fd12",
      "tree": "cfff8bbe462df7e59465cba3d1697b1c24c2c5d0",
      "parents": [
        "07dae9500e0a58057e67493b2306005f366d782d"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Nov 19 00:01:16 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Nov 19 00:01:16 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "07dae9500e0a58057e67493b2306005f366d782d",
      "tree": "87e325387bea5a8280fec86055e75606714970b8",
      "parents": [
        "cffaa4ca94ff84bbc09fa8624efcafa282d42b03"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Nov 18 00:01:07 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Nov 18 00:01:07 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "cffaa4ca94ff84bbc09fa8624efcafa282d42b03",
      "tree": "9a8b261246f1e499063e8e484b01dbe5c1eb12d2",
      "parents": [
        "b1fc391bc12916884865c3b33b534791fd2413cf"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Nov 17 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Nov 17 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "b1fc391bc12916884865c3b33b534791fd2413cf",
      "tree": "46419af8f835268f5fd85f5166d7f8eb69ad4824",
      "parents": [
        "c6df48683e05c6b72a4eef1115dd63c08fe039b0"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Nov 16 00:01:07 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Nov 16 00:01:07 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "c6df48683e05c6b72a4eef1115dd63c08fe039b0",
      "tree": "cefac9c1b4b4cb22381a77e6f7c59b461a435e16",
      "parents": [
        "e0dd86a20bda2d4fee0c3f65709b283d3dea850d"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Nov 15 00:01:05 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Nov 15 00:01:05 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "e0dd86a20bda2d4fee0c3f65709b283d3dea850d",
      "tree": "041f9b721b585a712d12b5ae65206f5d6eca00c4",
      "parents": [
        "fafc9e64568fcae61c5964d5a16c02ac556a95b0"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Nov 14 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Nov 14 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "fafc9e64568fcae61c5964d5a16c02ac556a95b0",
      "tree": "3a0cbb63ece2192a7667740d062dacd26684e6c3",
      "parents": [
        "1b9d97670a643d38850cda37753db351f6e93828"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Nov 13 00:01:07 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Nov 13 00:01:07 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "1b9d97670a643d38850cda37753db351f6e93828",
      "tree": "d0ab97fe77a2a1072b93eff58760228bd9fda1f2",
      "parents": [
        "e80dfddda7f5240fe894dcd9786c3b66d737709e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Nov 12 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Nov 12 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "e80dfddda7f5240fe894dcd9786c3b66d737709e",
      "tree": "b277b280df8286ba80c8bc6f25a77e23e2fabde8",
      "parents": [
        "f3a08deadb9b5793e2538fea31d59ba8081b5a7c"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Nov 11 00:00:58 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Nov 11 00:00:58 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "f3a08deadb9b5793e2538fea31d59ba8081b5a7c",
      "tree": "7219acc4856fbb19ba3ab802f74a15d4ed0d6992",
      "parents": [
        "24a38b329cbe12bf2e9f741efdf6884f632fd04a"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Nov 10 00:01:17 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Nov 10 00:01:17 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "24a38b329cbe12bf2e9f741efdf6884f632fd04a",
      "tree": "d1da768662db4cac0a2543a62eb7b9f9c017b7bf",
      "parents": [
        "c59bc2787e72b88bed35c46596e19c839b54a476"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Nov 09 00:01:10 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Nov 09 00:01:10 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "c59bc2787e72b88bed35c46596e19c839b54a476",
      "tree": "843e8911e4ec9690dfda133e7e9e3ff7541586b5",
      "parents": [
        "e4c29b182a372739d554163f3ba968550fde4596"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Nov 08 00:01:14 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Nov 08 00:01:14 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "e4c29b182a372739d554163f3ba968550fde4596",
      "tree": "dd7f7f1a4f98020bd3ead4defaead5f10f559da2",
      "parents": [
        "294de37f151723eff77f159705cf9005413c5c05"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Nov 07 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Nov 07 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "294de37f151723eff77f159705cf9005413c5c05",
      "tree": "76cbb193a535ead250086321b2ef6308dc9166a0",
      "parents": [
        "c93e3cd46b50a2bfa016fda2de569d3196e7e19c"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Nov 06 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Nov 06 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "c93e3cd46b50a2bfa016fda2de569d3196e7e19c",
      "tree": "b9a82196ce323760c4836d7efd83e8658df237f8",
      "parents": [
        "190e230f5adb144741ad072b6a2751f6ff95dc53"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Nov 05 00:01:01 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Nov 05 00:01:01 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "190e230f5adb144741ad072b6a2751f6ff95dc53",
      "tree": "e015f79e7f3b390536f6ccb538f2ecdedb9c2474",
      "parents": [
        "e51b94a1d7327cb619364475e6d6f233e04f9165"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Nov 04 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Nov 04 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "e51b94a1d7327cb619364475e6d6f233e04f9165",
      "tree": "f2bc33e5ed51918a395403cc33cf9cc4f3830758",
      "parents": [
        "94d211f1649669f47cb43f7948fbaf724636db1e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Nov 03 00:01:04 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Nov 03 00:01:04 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "94d211f1649669f47cb43f7948fbaf724636db1e",
      "tree": "5e428f762db291921d5711166bdd0fc947279de9",
      "parents": [
        "7bff8c87097fce3920fdc237f7b2f0178cc444b6"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Nov 02 00:01:00 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Nov 02 00:01:00 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "7bff8c87097fce3920fdc237f7b2f0178cc444b6",
      "tree": "be34010301e13c648cd6eaaa747a976ffd205980",
      "parents": [
        "3645ea6fd34663b4d95042c1bfb438e80f4702f2"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Nov 01 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Nov 01 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "3645ea6fd34663b4d95042c1bfb438e80f4702f2",
      "tree": "daa319f82b1cdd651d4e9980f6e918c55613536e",
      "parents": [
        "093eb52a406bb7db6ca5344d4c8b883920c5ccde"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Mon Oct 31 12:46:38 2016 +1030"
      },
      "committer": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Mon Oct 31 14:05:43 2016 +1030"
      },
      "message": "Revert part \"Set dynamic tag VMA and size from dynamic section when possible\"\n\n\tPR 20748\n\t* elf32-microblaze.c (microblaze_elf_finish_dynamic_sections): Revert\n\t2016-05-13 change.\n"
    },
    {
      "commit": "093eb52a406bb7db6ca5344d4c8b883920c5ccde",
      "tree": "048d2d74105ee0dc07eca7d6e8acd4b70762528a",
      "parents": [
        "64d71c6a19c22066a15e519e43f7d4df18cfd490"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Oct 31 00:01:06 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Oct 31 00:01:06 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "64d71c6a19c22066a15e519e43f7d4df18cfd490",
      "tree": "1297e280b5316440af0f20cf9dd2b6309cf1699d",
      "parents": [
        "11363578ed85190c5e1b125a025bae0a766a7c65"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Oct 30 00:01:03 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Oct 30 00:01:03 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "11363578ed85190c5e1b125a025bae0a766a7c65",
      "tree": "989943c8c12532d34ea09fe41c6c01a3c5278d41",
      "parents": [
        "bf701b24c085c863048f144599e4f0bb56931bf9"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Oct 29 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Oct 29 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "bf701b24c085c863048f144599e4f0bb56931bf9",
      "tree": "d2cc96fbdd4d13887ddfb5e278c8c5a428823ef8",
      "parents": [
        "214ab5f49fa75995ea724d4fa6a200e933865b8f"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Oct 28 00:01:08 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Oct 28 00:01:08 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "214ab5f49fa75995ea724d4fa6a200e933865b8f",
      "tree": "a7bfb5fb8ab01bcd4ec9da99b5b75fa6bdeb1449",
      "parents": [
        "b78af42a940864e2f64e5cf164d7f144e45ca348"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Oct 27 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Oct 27 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "b78af42a940864e2f64e5cf164d7f144e45ca348",
      "tree": "98a7a07bcceb111539125e6c05a4ec421d2cc351",
      "parents": [
        "da4b5e5cb0ecb05562a536b881ede2501da4e317"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Oct 26 00:01:00 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Oct 26 00:01:00 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "da4b5e5cb0ecb05562a536b881ede2501da4e317",
      "tree": "6ee1eaf47bc32849c6007a89ccb74321146d4ac6",
      "parents": [
        "1a60dd0e9eaf49382c266fb3f32c391790242111"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Oct 25 00:01:02 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Oct 25 00:01:02 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "1a60dd0e9eaf49382c266fb3f32c391790242111",
      "tree": "8497e517651f25b27e94f8edc41fdb3a40ad9327",
      "parents": [
        "2e4c6e84f13a22844c59708990e53a337ad60c0e"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Mon Oct 24 00:01:00 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Mon Oct 24 00:01:00 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "2e4c6e84f13a22844c59708990e53a337ad60c0e",
      "tree": "4f022c368d6442425019ed07ff471cfe7a925082",
      "parents": [
        "267b1302d82d6a13aeae220ef6e51349a2ba7991"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sun Oct 23 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sun Oct 23 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "267b1302d82d6a13aeae220ef6e51349a2ba7991",
      "tree": "ae3785bd550e49eb5cbc9145f503fb131f81b6fd",
      "parents": [
        "5e60dbd749e8e61bb2eababc00f29dca53afbd4a"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Sat Oct 22 00:01:00 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Sat Oct 22 00:01:00 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "5e60dbd749e8e61bb2eababc00f29dca53afbd4a",
      "tree": "72d6ff0e087bff5c7a44974c1c1aae9428f10a6c",
      "parents": [
        "6e8cb6b3bc461c42944a83c5ab5e56ad1d5343c8"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Fri Oct 21 00:00:58 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Fri Oct 21 00:00:58 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "6e8cb6b3bc461c42944a83c5ab5e56ad1d5343c8",
      "tree": "070283f527fb907b136905c76c7c24dacf760f4b",
      "parents": [
        "fd813b0dd35e2f11137aa356fd62c86dcf10e378"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Thu Oct 20 00:00:59 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Thu Oct 20 00:00:59 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "fd813b0dd35e2f11137aa356fd62c86dcf10e378",
      "tree": "2d5cd8e69866dd61c0bf989fbd91ac4141a96652",
      "parents": [
        "cf94b719498ae04a201dfd67a2c404a28c8ce499"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Wed Oct 19 00:01:07 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Wed Oct 19 00:01:07 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    },
    {
      "commit": "cf94b719498ae04a201dfd67a2c404a28c8ce499",
      "tree": "ca657f5f2789514ce4c7b39f132e595fec7e675d",
      "parents": [
        "c7e100db7a6e5a11f258ad04d4f42db30e743a70"
      ],
      "author": {
        "name": "GDB Administrator",
        "email": "gdbadmin@sourceware.org",
        "time": "Tue Oct 18 00:01:13 2016 +0000"
      },
      "committer": {
        "name": "GDB Admin",
        "email": "brobecker@adacore.com",
        "time": "Tue Oct 18 00:01:13 2016 +0000"
      },
      "message": "Automatic date update in version.in\n"
    }
  ],
  "next": "c7e100db7a6e5a11f258ad04d4f42db30e743a70"
}
