OSDN Git Service

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)
commitd10411c1a49967794bfbff8fc14565c803a66b90
treecc5f71c623bb8bb60e4d6ae14bae0926b575dc71
parent32cb378daf8d4bb7cee039b31e636d512af4105b
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