diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-19 21:13:25 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-19 21:13:25 +0000 |
commit | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (patch) | |
tree | f61b968a46c92e81f6de581582cb064bf9dca27d /ld/emulparams/crislinux.sh | |
parent | 42f6b9ffef1927d55d15075d9e810435c590c404 (diff) | |
download | src-7a815afd9b5121ee0f65dc1e1de1c0de6de97679.tar.gz src-7a815afd9b5121ee0f65dc1e1de1c0de6de97679.zip |
Import the binutils-2_17-branch from the sourceware CVS repository,vendor/binutils/binutils-2_17-branch-20070807-000013
exactly as it was on Tue, 7 Aug 2007 00:00:13 +0000.
Corresponds to git commit b458c361f01f7a257f897d0961d0a379ee999aaa.
This is currently (and most likely forever :) the last commit on this
branch.
Notes
Notes:
svn path=/vendor/binutils/dist/; revision=214082
svn path=/vendor/binutils/binutils-2_17-branch-20070807-000013/; revision=214098; tag=vendor/binutils/binutils-2_17-branch-20070807-000013
Diffstat (limited to 'ld/emulparams/crislinux.sh')
-rw-r--r-- | ld/emulparams/crislinux.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/crislinux.sh b/ld/emulparams/crislinux.sh index e54f5fbca472..98d12f3929b8 100644 --- a/ld/emulparams/crislinux.sh +++ b/ld/emulparams/crislinux.sh @@ -31,7 +31,7 @@ OTHER_BSS_SYMBOLS='PROVIDE (__Sbss = .);' OTHER_BSS_END_SYMBOLS='PROVIDE (__Ebss = .);' # Also add the other symbols provided for rsim/xsim and elinux. -OTHER_END_SYMBOLS=' +OTHER_SYMBOLS=' PROVIDE (__Eall = .); PROVIDE (__Endmem = 0x10000000); PROVIDE (__Stacksize = 0); |