1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/devel/gdb6/files/patch-rs6000-tdep.c
David E. O'Brien a880a02450 Re-add PowerPC related patches - they were committed with inconsistant
file names.

Patches submitted by:	Andreas Tobler <toa@pop.agri.ch>
2006-08-12 20:54:37 +00:00

14 lines
493 B
C

$FreeBSD: /tmp/pcvs/ports/devel/gdb6/files/Attic/patch-rs6000-tdep.c,v 1.1 2006-08-12 20:54:37 obrien Exp $
--- gdb/rs6000-tdep.c
+++ gdb/rs6000-tdep.c
@@ -3290,6 +3290,7 @@
case GDB_OSABI_NETBSD_ELF:
case GDB_OSABI_UNKNOWN:
case GDB_OSABI_LINUX:
+ case GDB_OSABI_FREEBSD_ELF:
set_gdbarch_unwind_pc (gdbarch, rs6000_unwind_pc);
frame_unwind_append_sniffer (gdbarch, rs6000_frame_sniffer);
set_gdbarch_unwind_dummy_id (gdbarch, rs6000_unwind_dummy_id);