diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-11 12:08:51 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2010-06-11 12:08:51 +0000 |
commit | b7a8b4ef6b4203072015422e0601440f60f29adb (patch) | |
tree | 1a27745f7294dce2a1087c480627779095e8fa17 /gdb/ChangeLog | |
parent | 9bcd0325fea4de9bd1a798f6c94321bd992364be (diff) | |
download | gdb-b7a8b4ef6b4203072015422e0601440f60f29adb.zip gdb-b7a8b4ef6b4203072015422e0601440f60f29adb.tar.gz gdb-b7a8b4ef6b4203072015422e0601440f60f29adb.tar.bz2 |
* gregset.h (GDB_FPXREGSET_T): Remove.
(gdb_fpxregset_t): Likewise.
(supply_fpxregset): Remove prototype.
(fill_fpxregset): Likewise.
* i386-linux-nat.c (supply_fpxregset): Remove.
(fill_fpxregset): Likewise.
(fetch_fpxregs): Inline supply_fpxregset call.
(store_fpxregs): Inline fill_fpxregset call.
* config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h.
* config/i386/nm-linux.h: Remove file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dbdaa7e..9f7ac39 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,17 @@ +2010-06-09 Ulrich Weigand <uweigand@de.ibm.com> + + * gregset.h (GDB_FPXREGSET_T): Remove. + (gdb_fpxregset_t): Likewise. + (supply_fpxregset): Remove prototype. + (fill_fpxregset): Likewise. + * i386-linux-nat.c (supply_fpxregset): Remove. + (fill_fpxregset): Likewise. + (fetch_fpxregs): Inline supply_fpxregset call. + (store_fpxregs): Inline fill_fpxregset call. + + * config/i386/linux.mh: Set NAT_FILE to config/nm-linux.h. + * config/i386/nm-linux.h: Remove file. + 2010-06-09 Michael Snyder <msnyder@vmware.com> * target.c (update_current_target): Fix spelling error in comment. |