OSDN Git Service

Support assignments and expressions in linker scripts.
authoriant <iant>
Wed, 9 Jan 2008 19:57:45 +0000 (19:57 +0000)
committeriant <iant>
Wed, 9 Jan 2008 19:57:45 +0000 (19:57 +0000)
commit6f82931edb2c7a6a104c759162cdf0ea4cc041af
tree93875be5fa5fce25c352798fe8a03b15819331fd
parent5230115b5210a9191a7f0f095ebb5e13087b74db
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