aboutsummaryrefslogtreecommitdiff
path: root/gold/arm-reloc-property.cc
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2010-02-05 00:30:35 +0000
committerDoug Kwan <dougkwan@google.com>2010-02-05 00:30:35 +0000
commit6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2 (patch)
tree76d60561b6db8124d1bf24733aea2f5d1ad3864b /gold/arm-reloc-property.cc
parent34ed35c124c7f38e6120a7dcc9d1249c147735b8 (diff)
downloadfsf-binutils-gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.zip
fsf-binutils-gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.tar.gz
fsf-binutils-gdb-6cfaf60bc2581b5ef9028a4157d203adbd2ae9c2.tar.bz2
2010-02-04 Doug Kwan <dougkwan@google.com>
PR 11247 * arm-reloc-property.cc (cstdio): Include. * configure.ac (targetobjs): Remove duplicates. * configure: Regenerate. * resolve.cc (Symbol_table::resolve): Explicit instantiate both big and little endian version for a given address size.
Diffstat (limited to 'gold/arm-reloc-property.cc')
-rw-r--r--gold/arm-reloc-property.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gold/arm-reloc-property.cc b/gold/arm-reloc-property.cc
index ab37263..4f8fa9e 100644
--- a/gold/arm-reloc-property.cc
+++ b/gold/arm-reloc-property.cc
@@ -22,6 +22,7 @@
#include "gold.h"
+#include <cstdio>
#include <cstring>
#include <stack>
#include <string>