-
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.
x86_64: Regenerate .s and .S files with known compilers.
- Loading branch information
Showing
14 changed files
with
52 additions
and
1,779 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,22 @@ | ||
2017-01-29 Bruno Haible <[email protected]> | ||
|
||
x86_64: Regenerate .s and .S files with known compilers. | ||
* common/asm-x86_64.h (P2ALIGN): New macro. | ||
(ALIGN): Remove macro. | ||
* common/asm-x86_64.sh: Rewritten to consume ELF input. Produce L, | ||
P2ALIGN macros. | ||
* avcall/avcall-x86_64.c: Use __builtin_alloca instead of hacking on the | ||
'sp' register. | ||
* avcall/Makefile.devel (avcall-x86_64-linux.s): Rewritten. | ||
* vacall/Makefile.devel (vacall-x86_64-linux.s): Rewritten. | ||
* callback/vacall_r/Makefile.devel (vacall-x86_64-linux.s): Rewritten. | ||
* avcall/avcall-x86_64-linux.s: Remove from version control. | ||
* avcall/avcall-x86_64-macro.S: Likewise. | ||
* vacall/vacall-x86_64-linux.s: Likewise. | ||
* vacall/vacall-x86_64-macro.S: Likewise. | ||
* callback/vacall_r/vacall-x86_64-linux.s: Likewise. | ||
* callback/vacall_r/vacall-x86_64-macro.S: Likewise. | ||
|
||
2017-01-29 Bruno Haible <[email protected]> | ||
|
||
ia64: Regenerate .s and .S files with known compilers. | ||
|
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.