-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55118a6
commit 12143b6
Showing
2 changed files
with
1 addition
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1 @@ | ||
# | ||
# Missing a relaxation to convert PC-relative GOT references to | ||
# local symbols to PC-relative direct references.needs a new | ||
# relaxation and maybe a new relocation to eliminate tprel | ||
# relocations in pie mode. | ||
# | ||
# This is an optimization, not a correctness issue. | ||
# | ||
FAIL: Build pr22263-1 |
12143b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was some upstream snafu with 2.41 release and something got reverted. It seems there are 2 tags binutils-2_41 and binutils-2_41-release.
This commit uses binutils-2_41, Just making sure this is the right one.
12143b6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the wrong binutils hash - you're right.
https://github.com/bminor/binutils-gdb/releases/tag/binutils-2_41-release
I'll test again and send a patch later today correcting this.