forked from jserv/amacc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
correctly generate AMaCC ELF by itself
Originally, .text was fixed to 4K while the generated ELF by self- compilation would exceed. The change fix the problem by allocating .text at runtime, and the offset to .data section is larger (about 786K), which implies the code generated by AMaCC must be less than 786K. Signed-off-by: Jim Huang <[email protected]>
- Loading branch information
Showing
2 changed files
with
57 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters