summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-01-04 17:51:48 +0000
committerobrien <obrien@FreeBSD.org>2003-01-04 17:51:48 +0000
commite5da2f409ca0f8eb2d5d567a261ebabf1d7f9746 (patch)
treeb265dfea3bb6cfc17b567edd573470a70eaa4d58 /gnu
parentcdf147a0dfa2d173d16638fe12eb7fb8e8a36974 (diff)
downloadFreeBSD-src-e5da2f409ca0f8eb2d5d567a261ebabf1d7f9746.zip
FreeBSD-src-e5da2f409ca0f8eb2d5d567a261ebabf1d7f9746.tar.gz
Add the ability to debug C++ programs using v2 and v3 of the G++ ABI.
Submitted by: Peter Edwards <pmedwards@eircom.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 7ce9853..e025656 100644
--- a/gnu/usr.bin/binutils/gdb/Makefile
+++ b/gnu/usr.bin/binutils/gdb/Makefile
@@ -31,7 +31,7 @@ XSRCS= annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \
symmisc.c symtab.c target.c thread.c top.c tracepoint.c \
typeprint.c utils.c valarith.c valops.c valprint.c values.c \
serial.c ser-unix.c ser-tcp.c
-XSRCS+= arch-utils.c cp-abi.c completer.c doublest.c event-loop.c \
+XSRCS+= arch-utils.c cp-abi.c gnu-v2-abi.c gnu-v3-abi.c completer.c doublest.c event-loop.c \
event-top.c frame.c gdb-events.c inf-loop.c linespec.c \
memattr.c regcache.c signals.c solib-svr4.c solib-legacy.c \
ui-file.c ui-out.c wrapper.c cli-out.c \
OpenPOWER on IntegriCloud