ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/gdb6/files/patch-config_sparc_nm-fbsd.h
Revision: 2
Committed: 2007-01-31T14:59:36-08:00 (18 years, 4 months ago) by douglas
Content type: text/x-c
File size: 782 byte(s)
Log Message:
This needs fixing...

File Contents

# Content
1 --- gdb/config/sparc/nm-fbsd.h.orig Sat Mar 13 05:07:20 2004
2 +++ gdb/config/sparc/nm-fbsd.h Sat Apr 10 01:06:19 2004
3 @@ -24,9 +24,30 @@
4
5 /* Get generic BSD native definitions. */
6 #include "config/nm-bsd.h"
7 +/* Get generic FreeBSD native definitions. */
8 +#include "config/nm-fbsd.h"
9
10 /* Shared library support. */
11
12 #include "solib.h"
13 +
14 +/* Override child_pid_to_exec_file in 'inftarg.c'. */
15 +#define CHILD_PID_TO_EXEC_FILE
16 +
17 +/* FreeBSD has a /proc. */
18 +#define USE_PROC_FS
19 +
20 +/* DEO:XXX where did the rest of this file go vs 6.0.0.90 ?? */
21 +
22 +/* Solaris compatability. */
23 +#define R_PC r_pc
24 +#define R_nPC r_npc
25 +#define R_Y r_y
26 +#define R_I7 /* ?? */
27 +#define pr_fr fpu_fr
28 +#define pr_fsr fpu_fsr
29 +#define regp /* ?? */
30 +#if 0
31 +#endif
32
33 #endif /* nm-fbsd.h */