Skip to content

Commit

Permalink
GDB 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
noahp committed Nov 8, 2024
1 parent b5cec46 commit 5fd25a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion gdb-multi-arch/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pushd "${REAL_TARGET_PREFIX}"/bin/
mv arm-elf-linux-size size
mv arm-elf-linux-strings strings
strip addr2line
strip gdb
# strip gdb
strip objdump
strip objcopy
strip size
Expand Down
25 changes: 0 additions & 25 deletions gdb-multi-arch/fix-disassemble-segfault.patch

This file was deleted.

5 changes: 2 additions & 3 deletions gdb-multi-arch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "multi-arch-gdb" %}
{% set version = "12.1" %}
{% set sha256 = "417718b5348fe026f3e4d9c36bf4c6645083e58cb6ac2b8ffc467030be2d6b88" %}
{% set version = "15.2" %}
{% set sha256 = "31ae16449613b0fd70e67f11bf6851dcc258a9531a91f9503524442a2f64331f" %}

package:
name: {{ name }}
Expand All @@ -10,7 +10,6 @@ source:
- url: https://github.com/bminor/binutils-gdb/archive/gdb-{{ version }}-release.tar.gz
sha256: {{ sha256 }}
patches:
- fix-disassemble-segfault.patch
# mac doesn't build without this patch
- mac-build-fix.patch # [osx]

Expand Down

0 comments on commit 5fd25a8

Please sign in to comment.