Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: binutils/ld/ldlex-wrapper.c

Issue 3018030: [binutils] Bump binutils to 2.20.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils/ld/ldlex.l ('k') | binutils/ld/pe-dll.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: binutils/ld/ldlex-wrapper.c
diff --git a/binutils/ld/ldlex-wrapper.c b/binutils/ld/ldlex-wrapper.c
new file mode 100644
index 0000000000000000000000000000000000000000..ef2beba66e6dd41c526ab7d34b589e614951fa98
--- /dev/null
+++ b/binutils/ld/ldlex-wrapper.c
@@ -0,0 +1,6 @@
+/* The flex output (ldlex.c) includes stdio.h before any of the C code
+ in ldlex.l. Make sure we include sysdep.h first, so that config.h
+ can select the correct value of things like _FILE_OFFSET_BITS and
+ _LARGE_FILES. */
+#include "sysdep.h"
+#include "ldlex.c"
« no previous file with comments | « binutils/ld/ldlex.l ('k') | binutils/ld/pe-dll.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698