Move evaluation of the argument for .BANK into the linker. It is otherwise too
restricted, since no imported symbols may be used. git-svn-id: svn://svn.cc65.org/cc65/trunk@5746 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -147,14 +147,6 @@ ExprNode* CloneExpr (ExprNode* Expr);
|
||||
* nodes, it will not resolve them.
|
||||
*/
|
||||
|
||||
ExprNode* FinalizeExpr (ExprNode* Expr, const Collection* LineInfos);
|
||||
/* Finalize an expression tree before it is written to the file. This will
|
||||
* replace EXPR_BANKRAW nodes by EXPR_BANK nodes, and replace constant
|
||||
* expressions by their result. The LineInfos are used when diagnosing errors.
|
||||
* Beware: The expression tree may get replaced in future versions, so don't
|
||||
* use Expr after calling this function.
|
||||
*/
|
||||
|
||||
void WriteExpr (ExprNode* Expr);
|
||||
/* Write the given expression to the object file */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user