)]}'
{
  "commit": "6252b41981a5e5566b727de14cda5aece4bee98f",
  "tree": "e1b606c66a490f353202fd2676ae2dd7ab08b899",
  "parents": [
    "9c21ce54dd3625aac3b948b509a9562b684434bc"
  ],
  "author": {
    "name": "Russ Cox",
    "email": "rsc@golang.org",
    "time": "Mon Sep 09 15:06:05 2013 -0400"
  },
  "committer": {
    "name": "Russ Cox",
    "email": "rsc@golang.org",
    "time": "Mon Sep 09 15:06:05 2013 -0400"
  },
  "message": "runtime: remove OABI check from ARM startup\n\nThe code in question is trying to print a nice error message\nwhen a Go EABI binary runs on an OABI machine.\nUnfortunately, the only way to do that is to use\nARM Thumb instructions, which we otherwise don\u0027t use.\n\nThere exist ARM EABI machines that do not support Thumb.\nWe could run on them if not for this OABI check, so disable it.\n\nFixes #5685.\n\nR\u003dgolang-dev, minux.ma\nCC\u003dgolang-dev\nhttps://golang.org/cl/13234050\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "63133e9aded30f656897616cfa3b8a00054dff18",
      "old_mode": 33188,
      "old_path": "src/pkg/runtime/rt0_linux_arm.s",
      "new_id": "309fa2f79de1febbe49ec99284c842afed023a3d",
      "new_mode": 33188,
      "new_path": "src/pkg/runtime/rt0_linux_arm.s"
    }
  ]
}
