aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1996-02-21 01:02:10 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1996-02-21 01:02:10 +0000
commitd271dd0591a6cdc32a146dfad90d203201c71253 (patch)
treef220c532ca0eddba82c11be81add557ac06241b1 /sim/ppc
parent95f6f9269ff5a9dd8019733f2e34fbcad205a0be (diff)
downloadfsf-binutils-gdb-d271dd0591a6cdc32a146dfad90d203201c71253.zip
fsf-binutils-gdb-d271dd0591a6cdc32a146dfad90d203201c71253.tar.gz
fsf-binutils-gdb-d271dd0591a6cdc32a146dfad90d203201c71253.tar.bz2
* config.in: Regenerated.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog80
-rw-r--r--sim/ppc/config.in18
2 files changed, 95 insertions, 3 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 448c683..b9976a1 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,11 @@
+Tue Feb 20 17:01:26 1996 J.T. Conklin <jtc@rtl.cygnus.com>
+
+ * config.in: Regenerated.
+
+Fri Feb 16 10:42:27 1996 Michael Meissner <meissner@tiktok.cygnus.com>
+
+ * psim.c: Include options.h so print_options is declared.
+
Thu Feb 15 18:10:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
* emul_netbsd.c (toplevel): Do not include sys/resource.h if the
@@ -14,6 +22,78 @@ Wed Feb 14 17:38:12 1996 J. T. Conklin <jtc@cygnus.com>
* emul_netbsd.c: Use the macros defined by configure to find the
appropriate directory functions.
+Thu Feb 8 00:53:13 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * configure.in (xor_endian): Trace setting of xor-endian flag.
+
+Wed Feb 7 18:20:56 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * psim.c (psim_usage): Extend documentation.
+
+ * ppc-instructions (model-print): fix typo.
+
+Sun Feb 4 23:58:02 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * configure.in (with-smp): Default configuration allow up to
+ five processors (but enable only one).
+
+ * emul_bugapi.c (emul_bugapi_create): If floating-point is
+ allowed, enable the floating point instruction set in the
+ msr.
+
+Tue Jan 30 22:52:32 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * emul_chirp.c (chirp_emul_seek, chirp_emul_read,
+ chirp_emul_write): Tolerate invalid ihandles.
+
+ * device.c (device_instance_create, device_instance_delete):
+ init/delete instance name
+
+ * emul_chirp.c (emul_chirp_instruction_call): Read the nr args and
+ returns when determining the service.
+
+ * emul_chirp.c (chirp_read_t2h_args): Allow variable number of
+ args for the method "call-method".
+
+ * emul_chirp.c (chirp_emul_getprop): Tolerate a n_returns of zero
+ - should be one. Some OpenBoot code doesn't pass correct arg.
+
+ * emul_chirp.c (chirp_emul_getprop): Trace more property types.
+
+Tue Jan 30 19:12:29 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * RUN: New file. Describe how to run PSIM
+ * INSTALL: New file. Describe how to install PSIM
+ * README: New file. Overview PSIM.
+ * BUGS: New file. Briefly discuss bugs and limitations
+
+Wed Jan 24 20:28:08 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * emul_bugapi.c (OEA_START_ADDRESS): Put it back to 0x100000,
+ wasn't correctly using GLD.
+
+Mon Jan 22 22:44:13 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * emul_generic.c (emul_add_tree_options): Make default number of
+ active processors 1 (even when SMP enabled).
+
+Mon Jan 22 22:37:34 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * device_table.c (icu_io_read_buffer_callback): Add extra register
+ (at addr + 4) that returns number of processors.
+
+ * emul_generic.c (emul_add_tree_hardware): Update device node to
+ match.
+
+Mon Jan 22 22:00:42 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * emul_bugapi.c (OEA_START_ADDRESS): Change to 0x4000 so that it
+ matches gas-960116/ld.
+
+Fri Jan 19 00:32:27 1996 Andrew Cagney <cagney@highland.com.au>
+
+ * psim-960119 released - psim-1.0b01.
+
Fri Jan 19 00:32:27 1996 Andrew Cagney - aka Noid <cagney@highland.au.com>
* psim.c (psim_create): Re-order so that all options are set
diff --git a/sim/ppc/config.in b/sim/ppc/config.in
index b8acf94..7434926 100644
--- a/sim/ppc/config.in
+++ b/sim/ppc/config.in
@@ -1,11 +1,18 @@
/* config.in. Generated automatically from configure.in by autoheader. */
-#ifndef CONFIG_H
-#define CONFIG_H
+/* Define if your processor stores words with the most significant
+ byte first (like Motorola and SPARC, unlike Intel and VAX). */
+#undef WORDS_BIGENDIAN
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
+/* Define if you have the <dirent.h> header file. */
+#undef HAVE_DIRENT_H
+
+/* Define if you have the <ndir.h> header file. */
+#undef HAVE_NDIR_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -15,6 +22,12 @@
/* Define if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
+/* Define if you have the <sys/dir.h> header file. */
+#undef HAVE_SYS_DIR_H
+
+/* Define if you have the <sys/ndir.h> header file. */
+#undef HAVE_SYS_NDIR_H
+
/* Define if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
@@ -32,4 +45,3 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-#endif