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:
@@ -50,6 +50,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
__data_end = .;
|
||||
|
||||
. = .;
|
||||
__u_boot_cmd_start = .;
|
||||
.u_boot_cmd :
|
||||
{
|
||||
|
||||
@@ -50,6 +50,7 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
__data_end = .;
|
||||
|
||||
. = .;
|
||||
__u_boot_cmd_start = .;
|
||||
.u_boot_cmd :
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user