gold/
authorRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 18:16:23 +0000 (18:16 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 1 Nov 2012 18:16:23 +0000 (18:16 +0000)
* nacl.cc: Include "libiberty.h" for vasprintf declaration.

gold/ChangeLog
gold/nacl.cc

index 60e2d4961b9f3c86ec0f07cbbf7f95d3b5f3e2c6..632a9a35f3c7e5042ec0c502dee3143e47fe308a 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-01  Roland McGrath  <mcgrathr@google.com>
+
+       * nacl.cc: Include "libiberty.h" for vasprintf declaration.
+
 2012-10-30  Steve McIntyre  <steve.mcintyre@linaro.org>
 
        * gold.cc (Target_arm::do_adjust_elf_header): Add the
index 71be4e93316c3d1396d1f205cec59dc921338881..b22248c417d8395c9b05b3af48ef1ec6b5fc2d05 100644 (file)
@@ -22,6 +22,7 @@
 #include "gold.h"
 
 #include <cstdio>
+#include "libiberty.h"
 
 #include "nacl.h"
 #include "elfcpp.h"
This page took 0.032236 seconds and 4 git commands to generate.