aboutsummaryrefslogtreecommitdiff
path: root/packages/gdb/8.2.1/0005-musl-aarch64-sigcontext.patch
Commit message (Collapse)AuthorAgeFilesLines
* gdb: drop obsolete versionsChris Packham2022-05-101-15/+0
| | | | | | | Drop gdb 7.11.1, 7.12.1, 8.0.1, 8.1.1 and 8.2.1. Cleanup milestones related to these older versions. Signed-off-by: Chris Packham <judge.packham@gmail.com>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-111-4/+2
| | | | | | | | This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix native gdb aarch64 musl buildClay McClure2019-07-301-0/+17
Apply the patch from https://patchwork.openembedded.org/patch/161442/, which explains why gdb should include <signal.h> instead of <asm/sigcontext.h>.