From 807d5d7319330e336ab34a5623c5e0d73b87d540 Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Wed, 31 Aug 2005 12:28:00 +0200 Subject: Fix problems with ld version 2.16 (dot outside sections problem) Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html --- examples/nios2.lds | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/nios2.lds b/examples/nios2.lds index 32fd4abe34..277a0a7a67 100644 --- a/examples/nios2.lds +++ b/examples/nios2.lds @@ -96,6 +96,7 @@ SECTIONS /* CMD TABLE - uboot command sections */ + . = .; __uboot_cmd_start = .; .u_boot_cmd : { -- cgit v1.2.1