summaryrefslogtreecommitdiffstats
path: root/lib/libthread_db
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
committerdeischen <deischen@FreeBSD.org>2007-04-29 14:05:22 +0000
commit2a7306fdc570c474f76b95120a54af2235ed16da (patch)
tree5f8a81ab8d058f88af8e9dc21d42f02d03624a23 /lib/libthread_db
parentdd57d65e2d8f9f15d6abe88ebd7078bef1d309be (diff)
downloadFreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.zip
FreeBSD-src-2a7306fdc570c474f76b95120a54af2235ed16da.tar.gz
Use C comments since we now preprocess these files with CPP.
Diffstat (limited to 'lib/libthread_db')
-rw-r--r--lib/libthread_db/Symbol.map12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/libthread_db/Symbol.map b/lib/libthread_db/Symbol.map
index 9a3af90..65e78d4 100644
--- a/lib/libthread_db/Symbol.map
+++ b/lib/libthread_db/Symbol.map
@@ -1,4 +1,6 @@
-# $FreeBSD$
+/*
+ * $FreeBSD$
+ */
FBSD_1.0 {
td_init;
@@ -20,12 +22,14 @@ FBSD_1.0 {
td_thr_get_info;
td_thr_getfpregs;
td_thr_getgregs;
- td_thr_getxmmregs; # x86 only
+#if defined(i386)
+ td_thr_getxmmregs;
+ td_thr_setxmmregs;
+#endif
td_thr_set_event;
td_thr_setfpregs;
td_thr_setgregs;
- td_thr_setxmmregs; # x86 only
- td_thr_sstep; # FreeBSD extension to GDB<->thread interface
+ td_thr_sstep; /* FreeBSD extension to GDB<->thread interface */
td_thr_tls_get_addr;
td_thr_validate;
};
OpenPOWER on IntegriCloud