summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Brown2010-04-27 10:52:22 +0200
committerMichael Brown2010-04-27 10:52:22 +0200
commit2d9a303248645af88cef9ffbf0a2f66c1bed8959 (patch)
treed175985cf68204636596d6d9b8b5ac79be24f27f /src
parent[uri] Special case NULL in churi() (diff)
downloadipxe-2d9a303248645af88cef9ffbf0a2f66c1bed8959.tar.gz
ipxe-2d9a303248645af88cef9ffbf0a2f66c1bed8959.tar.xz
ipxe-2d9a303248645af88cef9ffbf0a2f66c1bed8959.zip
[build] Fix building with binutils 2.16
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
-rw-r--r--src/arch/i386/scripts/i386.lds3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/i386/scripts/i386.lds b/src/arch/i386/scripts/i386.lds
index 278a397e..0ce2c10f 100644
--- a/src/arch/i386/scripts/i386.lds
+++ b/src/arch/i386/scripts/i386.lds
@@ -24,6 +24,8 @@ SECTIONS {
*
*/
+ PROVIDE ( _max_align = 16 );
+
/*
* The prefix
*
@@ -169,7 +171,6 @@ SECTIONS {
*
*/
- PROVIDE ( _max_align = 16 );
. = 0;
. = ALIGN ( _max_align );