forked from eclipse-openj9/openj9
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make use of DECLARE_GLOBAL and DECLARE_EXTERN macros
By making use of those macros, which are generated by jilgen, we no longer have to worry about handling the OS differences when writing assembly code to work across operating systems. This removes the need to prepend underscores to global and extern symbol names. Signed-off-by: Nazim Uddin Bhuiyan <[email protected]>
- Loading branch information
Showing
8 changed files
with
559 additions
and
556 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
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
Oops, something went wrong.