X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=debian%2Fpatches%2F305_arm-dis.dpatch;fp=debian%2Fpatches%2F305_arm-dis.dpatch;h=0000000000000000000000000000000000000000;hp=c7ac296d9b5667bb4faea408cc43010644614e93;hb=d2b7d31e6dbe72ae2f2ca39f680e74b2a4ad908d;hpb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e diff --git a/debian/patches/305_arm-dis.dpatch b/debian/patches/305_arm-dis.dpatch deleted file mode 100755 index c7ac296..0000000 --- a/debian/patches/305_arm-dis.dpatch +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -e -## 305_arm-dis.dpatch -## -## DP: Description: Fix segfault when disassembling ARM code -## DP: Upstream status: Fix in CVS head - -if [ $# -ne 1 ]; then - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1 -fi - -[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts -patch_opts="${patch_opts:--f --no-backup-if-mismatch}" - -case "$1" in - -patch) patch $patch_opts -p1 < $0;; - -unpatch) patch $patch_opts -p1 -R < $0;; - *) - echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" - exit 1;; -esac - -exit 0 - -@DPATCH@ -diff -u -r1.86 -r1.87 ---- src/opcodes/arm-dis.c 2007/07/05 09:49:00 1.86 -+++ src/opcodes/arm-dis.c 2007/10/26 11:27:12 1.87 -@@ -3989,6 +3989,7 @@ - /* First check the full symtab for a mapping symbol, even if there - are no usable non-mapping symbols for this address. */ - if (info->symtab != NULL -+ && * info->symtab - && bfd_asymbol_flavour (*info->symtab) == bfd_target_elf_flavour) - { - bfd_vma addr;