aboutsummaryrefslogtreecommitdiff
path: root/sim/rx/ChangeLog
diff options
context:
space:
mode:
authorMasaki Muranaka <monaka@sourceware.org>2010-02-14 07:37:11 +0000
committerMasaki Muranaka <monaka@sourceware.org>2010-02-14 07:37:11 +0000
commit2388a1526b1019b47836c395d28a1e57073dc61b (patch)
treea0e6a6f666cab03301a8fcdbb87d5897113defd3 /sim/rx/ChangeLog
parent22e041e26738fc4fab6cbabba9c5ce88e535a83f (diff)
downloadgdb-2388a1526b1019b47836c395d28a1e57073dc61b.zip
gdb-2388a1526b1019b47836c395d28a1e57073dc61b.tar.gz
gdb-2388a1526b1019b47836c395d28a1e57073dc61b.tar.bz2
* configure.in: Check if the host has getopt.h.
* configure: Regenerate. * config.in: Regenerate. * main.c: Include config.h. Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H. Include getopt.h in case HAVE_GETOPT_H is defined.
Diffstat (limited to 'sim/rx/ChangeLog')
-rw-r--r--sim/rx/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/rx/ChangeLog b/sim/rx/ChangeLog
index bb3b451..c1a2675 100644
--- a/sim/rx/ChangeLog
+++ b/sim/rx/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-30 Masaki Muranaka <monaka@monami-software.com>
+
+ * configure.in: Check if the host has getopt.h.
+ * configure: Regenerate.
+ * config.in: Regenerate.
+ * main.c: Include config.h.
+ Use HAVE_STDLIB_H, HAVE_UNISTD_H, HAVE_GETOPT_H.
+ Include getopt.h in case HAVE_GETOPT_H is defined.
+
2009-12-22 Yoshinori Sato <ysato@users.sourceforge.jp>
* rx/rx.c (decode_opcode): btst bit address mask fix.