From: J.T. Conklin Date: Wed, 21 Feb 1996 01:02:10 +0000 (+0000) Subject: * config.in: Regenerated. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d271dd0591a6cdc32a146dfad90d203201c71253;p=deliverable%2Fbinutils-gdb.git * config.in: Regenerated. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 448c6830c5..b9976a128a 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 20 17:01:26 1996 J.T. Conklin + + * config.in: Regenerated. + +Fri Feb 16 10:42:27 1996 Michael Meissner + + * psim.c: Include options.h so print_options is declared. + Thu Feb 15 18:10:13 1996 Michael Meissner * 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 * emul_netbsd.c: Use the macros defined by configure to find the appropriate directory functions. +Thu Feb 8 00:53:13 1996 Andrew Cagney + + * configure.in (xor_endian): Trace setting of xor-endian flag. + +Wed Feb 7 18:20:56 1996 Andrew Cagney + + * psim.c (psim_usage): Extend documentation. + + * ppc-instructions (model-print): fix typo. + +Sun Feb 4 23:58:02 1996 Andrew Cagney + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 + + * psim-960119 released - psim-1.0b01. + Fri Jan 19 00:32:27 1996 Andrew Cagney - aka Noid * 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 b8acf940b3..74349266e5 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 header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the header file. */ +#undef HAVE_NDIR_H + /* Define if you have the header file. */ #undef HAVE_STDLIB_H @@ -15,6 +22,12 @@ /* Define if you have the header file. */ #undef HAVE_STRINGS_H +/* Define if you have the header file. */ +#undef HAVE_SYS_DIR_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_NDIR_H + /* Define if you have the header file. */ #undef HAVE_SYS_RESOURCE_H @@ -32,4 +45,3 @@ /* Define if you have the header file. */ #undef HAVE_UNISTD_H -#endif