]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Support assignments and expressions in linker scripts.
authorIan Lance Taylor <iant@google.com>
Wed, 9 Jan 2008 19:57:45 +0000 (19:57 +0000)
committerIan Lance Taylor <iant@google.com>
Wed, 9 Jan 2008 19:57:45 +0000 (19:57 +0000)
commite5756efb6d46f569d2e99d19f726b32b84f58bd7
tree953c35bf025a640d99bccbd4acbce67dc8b677b5
parentcda30489fc0f7870150158863780d67f5efedd90
Support assignments and expressions in linker scripts.
21 files changed:
gold/Makefile.am
gold/Makefile.in
gold/expression.cc [new file with mode: 0644]
gold/gold.cc
gold/layout.cc
gold/layout.h
gold/main.cc
gold/options.cc
gold/options.h
gold/po/POTFILES.in
gold/po/gold.pot
gold/resolve.cc
gold/script-c.h
gold/script.cc
gold/script.h
gold/symtab.cc
gold/testsuite/Makefile.am
gold/testsuite/Makefile.in
gold/testsuite/script_test_1.cc [new file with mode: 0644]
gold/testsuite/script_test_1.t [new file with mode: 0644]
gold/yyscript.y