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
This commit is contained in:
Wolfgang Denk
2005-08-31 12:28:00 +02:00
parent bce84c4dab
commit 807d5d7319
234 changed files with 413 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ SECTIONS
. = ALIGN(4);
__data_end = .;
. = .;
__u_boot_cmd_start = .;
.u_boot_cmd :
{

View File

@@ -50,6 +50,7 @@ SECTIONS
. = ALIGN(4);
__data_end = .;
. = .;
__u_boot_cmd_start = .;
.u_boot_cmd :
{