ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/pack/freebsd/devel/gdb6/files/patch-amd64-tdep.h
Revision: 34
Committed: 2008-08-22T15:34:39-07:00 (16 years, 10 months ago) by douglas
Content type: text/x-diff
File size: 522 byte(s)
Log Message:
Ooh, it does!

File Contents

# Content
1 --- gdb/amd64-tdep.h.orig Wed May 5 10:48:28 2004
2 +++ gdb/amd64-tdep.h Wed May 5 11:02:33 2004
3 @@ -59,6 +59,13 @@
4 /* Number of general purpose registers. */
5 #define AMD64_NUM_GREGS 24
6
7 +#define AMD64_NUM_FREGS 16
8 +#define AMD64_NUM_XREGS 17
9 +#define AMD64_NUM_REGS_TOTAL (AMD64_NUM_GREGS + AMD64_NUM_FREGS \
10 + + AMD64_NUM_XREGS)
11 +
12 +extern int amd64_num_regs (void);
13 +
14 extern void amd64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch);
15
16 /* Fill register REGNUM in REGCACHE with the appropriate

Properties

Name Value
svn:mime-type text/x-diff