diff options
Diffstat (limited to 'crosspkgtools/kwacross-netbsd1-arm/patches/patch-af')
-rw-r--r-- | crosspkgtools/kwacross-netbsd1-arm/patches/patch-af | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/crosspkgtools/kwacross-netbsd1-arm/patches/patch-af b/crosspkgtools/kwacross-netbsd1-arm/patches/patch-af new file mode 100644 index 00000000000..f2cee65180d --- /dev/null +++ b/crosspkgtools/kwacross-netbsd1-arm/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2008/06/20 13:55:49 joerg Exp $ + +--- gdb/gdb/arm-tdep.c.orig 2008-06-20 15:40:46.000000000 +0200 ++++ gdb/gdb/arm-tdep.c +@@ -2751,6 +2751,7 @@ arm_gdbarch_init (struct gdbarch_info in + + default: + /* Leave it as "unknown". */ ++ break; + } + } + } |