x86_64-elf-gdb, i386-elf-gdb: Fix ELF file support#78811
x86_64-elf-gdb, i386-elf-gdb: Fix ELF file support#78811khirbat wants to merge 2 commits intoHomebrew:masterfrom khirbat:gdb-10.2
Conversation
|
Are these two patches the same? If so, can you add them to https://github.com/Homebrew/formula-patches and use the patch hosted there instead? You can probably add them to the How different is the patch you've embedded from the one in https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b413232211bf? Ah, is this what you get from patching |
|
Yes, the two patches are the same. I will add the patch to formula-patches. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b413232211bf is from upstream master and does not apply cleanly to gdb 10.2. The embedded patch is the result of fixing the conflicts manually. I did not regenerate configure. I simply adapted the upstream diff to the gdb 10.2 tree. |
|
Ah, you'll need to split that last commit into two, and preferably squash them with the respective original commits. That's why there's an |
|
🤖 A scheduled task has triggered a merge. |
We no longer have any conflicting files. See #78811
brew install --build-from-source <formula>, where<formula>is the name of the formula you're submitting?brew test <formula>, where<formula>is the name of the formula you're submitting?brew audit --strict <formula>(after doingbrew install --build-from-source <formula>)? If this is a new formula, does it passbrew audit --new <formula>?gdb is currently unable to load ELF files on Big Sur. See https://sourceware.org/bugzilla/show_bug.cgi?id=26949
This PR