aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMichael Meissner <gnu@the-meissners.org>1996-08-13 17:29:04 +0000
committerMichael Meissner <gnu@the-meissners.org>1996-08-13 17:29:04 +0000
commit83a650d857d627cc7193773327d4ab73fedca2cb (patch)
tree073e100dfcaf30b92888023a239492e863e81a1b /sim
parentc1d58bcded631ca0b325d3a10156d8727a029337 (diff)
downloadgdb-83a650d857d627cc7193773327d4ab73fedca2cb.zip
gdb-83a650d857d627cc7193773327d4ab73fedca2cb.tar.gz
gdb-83a650d857d627cc7193773327d4ab73fedca2cb.tar.bz2
Improve -t options support to list all of the configuration macros & work standalone
Diffstat (limited to 'sim')
-rw-r--r--sim/ppc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index add31b5..5dc6133 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,16 @@
+Tue Aug 13 11:40:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * Makefile.in (options.o): Depend on defines.h.
+ (defines.h): New rule, go through config.h and make strings of all
+ of the #define HAVE_xxx macros.
+ (distclean): Remove defines.h.
+
+ * options.c (print_options): Print whether many of the
+ configuration macros are defined.
+
+ * main.c (main): If -t options and no filename, just print the
+ options, and don't print the usage message.
+
Mon Aug 12 18:42:37 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* configure.in: Test whether /dev/zero works on the system, and if