Stan Shebs [Thu, 21 Jan 1999 03:08:02 +0000 (03:08 +0000)]
 
	* remote-sds.c (sds_ops): Define only once.
	(init_sds_ops, sds_command, _initialize_remote_sds): Declare.
	(init_sds_ops): Init only non-zero fields.
Stan Shebs [Thu, 21 Jan 1999 01:51:30 +0000 (01:51 +0000)]
 
	* gdb.texinfo: Make many HPPA conditionals unconditional,
	including catchpoint description, since now on for all configs.
	* all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
	specializations.
Mark Alexander [Wed, 20 Jan 1999 23:54:03 +0000 (23:54 +0000)]
 
Changes for PR 8996:
	* h8300-tdep.c (original_register_names, h8300h_register_names,
	h8300_register_names): Define new variables.
	(set_register_names): New function to set register names based on
	current CPU type.
	(h8300_command, h8300h_command, h8300s_command): Call
	set_register_names.
	* config/h8300/tm-h8300.h (h8300_register_names): Declare.
	(REGISTER_NAME): Define to refer to h8300_register_names.
Doug Evans [Wed, 20 Jan 1999 21:01:15 +0000 (21:01 +0000)]
 
remove fr30 sanitization
Felix Lee [Wed, 20 Jan 1999 15:18:32 +0000 (15:18 +0000)]
 
new dir cross-build needs to be kept.
Felix Lee [Wed, 20 Jan 1999 01:27:09 +0000 (01:27 +0000)]
 
new file, shlib-call.exp, should be kept.
Felix Lee [Wed, 20 Jan 1999 00:27:59 +0000 (00:27 +0000)]
 
sanitization fix: add directory bsp
Jason Molenda [Tue, 19 Jan 1999 23:31:52 +0000 (23:31 +0000)]
 
Shame on Jimbo.
Fernando Nasser [Tue, 19 Jan 1999 20:45:31 +0000 (20:45 +0000)]
 
1999-01-19  Fernando Nasser  <fnasser@totem.to.cygnus.com>
	* sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c
	mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c
	remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c
	remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c
	remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c
	remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c
	v850ice.c win32-nat.c: cosmetic changes to conform to coding
	standards.
David Taylor [Tue, 19 Jan 1999 17:01:36 +0000 (17:01 +0000)]
 
fix copyright years (forgot to add 1999).
Jim Blandy [Tue, 19 Jan 1999 16:57:32 +0000 (16:57 +0000)]
 
Use aclocal to generate GDB's aclocal.m4 script.
* acinclude.m4: New file, containing the hand-written local macro
definitions that used to be in aclocal.m4.  Don't sinclude
../bfd/aclocal.m4 any more; running aclocal in this directory will
get us the definitions we need.  HOWEVER: Do sinclude
../bfd/acinclude.m4, because we need the definition of
BFD_NEED_DECLARATION.
* aclocal.m4: Regenerated by aclocal.
* configure: Regenerated by autoconf.
Jim Blandy [Tue, 19 Jan 1999 16:57:09 +0000 (16:57 +0000)]
 
*** empty log message ***
Jim Blandy [Tue, 19 Jan 1999 16:56:22 +0000 (16:56 +0000)]
 
*** empty log message ***
David Taylor [Tue, 19 Jan 1999 16:20:39 +0000 (16:20 +0000)]
 
disable_breakpoints_in_shlibs now takes a new parameter -- silent; callers
updated.  new callers -- clear_solib (irix5-nat.c, osfsolib.c, solib.c).
PR 16495 / PR 18213.
Nick Clifton [Tue, 19 Jan 1999 15:52:20 +0000 (15:52 +0000)]
 
Display ARM syntax for PC relative offsets, as well as symbolic addresses.
David Taylor [Tue, 19 Jan 1999 15:52:19 +0000 (15:52 +0000)]
 
fix comments and some indentation.
David Taylor [Tue, 19 Jan 1999 15:29:06 +0000 (15:29 +0000)]
 
only declare child_post_attach if CHILD_POST_ATTACH is defined.
Andrew Cagney [Tue, 19 Jan 1999 12:28:20 +0000 (12:28 +0000)]
 
More make_cleanups/catch_errors warning fixes.
Andrew Cagney [Tue, 19 Jan 1999 02:17:00 +0000 (02:17 +0000)]
 
HPMERGE:
More wrong uses of gdb_stderr and stderr/stdout.
More upddates to calls of catch_errors() so that call matches new interface.
Stan Shebs [Tue, 19 Jan 1999 02:13:06 +0000 (02:13 +0000)]
 
	* ser-ocd.c (ocd_open): Handle Unix case gracefully.
fixes bug reported on ecos-discuss
Stan Shebs [Tue, 19 Jan 1999 00:49:41 +0000 (00:49 +0000)]
 
	* target.c (dummy_target): Don't initialize statically.
	(init_dummy_target): New function, fills in dummy_target.
	(initialize_targets): Use it.
	* hpux-thread.c (hpux_thread_ops): Don't initialize statically.
	(init_hpux_thread_ops): New function, fills in hpux_thread_ops.
	(_initialize_hpux_thread): Use it.
	* m3-nat.c (m3_ops): Don't initialize statically.
	(init_m3_ops): New function, fills in m3_ops.
	(_initialize_m3): Use it.
Fernando Nasser [Tue, 19 Jan 1999 00:39:04 +0000 (00:39 +0000)]
 
1999-01-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
        * sol-thread.c: delete compile time initialization of target_ops
          (_initialize_sol_thread): initialize target_ops at run time.
        * hpux-thread.c: added target_ops entry.
        * m3-nat.c: ditto.
David Taylor [Mon, 18 Jan 1999 20:22:43 +0000 (20:22 +0000)]
 
change initialization of procfs_ops from compile time to run time.
Christopher Faylor [Mon, 18 Jan 1999 17:54:36 +0000 (17:54 +0000)]
 
* configure.in: Ensure that -luser32 is always linked in for cygwin build.
* configure: Regenerated.
Mark Alexander [Mon, 18 Jan 1999 16:43:01 +0000 (16:43 +0000)]
 
	* values.c (value_virtual_fn_field): Clear the pointed-to
	offset when casting to the base class.
David Taylor [Mon, 18 Jan 1999 15:35:10 +0000 (15:35 +0000)]
 
fix hp merge (2.66.4 branch) changes to remote-udi.c -- it didn't compile.
Andrew Cagney [Mon, 18 Jan 1999 01:24:06 +0000 (01:24 +0000)]
 
HPMERGE:
Pass gdb_stderr instead of stderr.
In serial.c, fix call to gdb_fclose() - pass gdb_file** not gdb_file*
Andrew Cagney [Mon, 18 Jan 1999 00:46:13 +0000 (00:46 +0000)]
 
Fix warnings from calls to catch_errors() and make_cleanup().
Andrew Cagney [Sun, 17 Jan 1999 23:23:42 +0000 (23:23 +0000)]
 
catch_errors() takes PTR argument/func instead of char* argument/func.
Update breakpoint.c.
Fix (?) cover_target_enable_exception_callback().  Wasn't returning a
value.
Fernando Nasser [Sat, 16 Jan 1999 19:01:23 +0000 (19:01 +0000)]
 
1999-01-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
        * remote.c (remote_query): new function - creates proper interface
        to the remote protocol "q" command.
Nick Clifton [Sat, 16 Jan 1999 13:33:46 +0000 (13:33 +0000)]
 
Do not merge two instructions when the left hand one kills the right hand one.
Jeff Law [Sat, 16 Jan 1999 08:03:32 +0000 (08:03 +0000)]
 
    * hppa.h (mtsarcm): Add new PA2.0 instruction.
Jeff Law [Sat, 16 Jan 1999 06:42:11 +0000 (06:42 +0000)]
 
    * Fix mask for PA2.0 floating point load instructions.
Zdenek Radouch [Fri, 15 Jan 1999 22:17:00 +0000 (22:17 +0000)]
 
Changed ABI to match a GCC change.  Structs passed by value are always
passed using a pointer.
Elena Zannoni [Fri, 15 Jan 1999 19:17:31 +0000 (19:17 +0000)]
 
Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	* gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
	and compiled w/o GCC.
Elena Zannoni [Fri, 15 Jan 1999 19:10:52 +0000 (19:10 +0000)]
 
Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
	* gdb.hp/watch-cmd.exp: do not execute unless on hppa-hpux platform
	and compiled w/o GCC.
	* gdb.hp/watch-hp.exp: ditto.
	* gdb.hp/xdb1.exp: ditto.
	* gdb.hp/xdb2.exp: ditto.
	* gdb.hp/dbx.exp: ditto.
Fernando Nasser [Fri, 15 Jan 1999 17:30:25 +0000 (17:30 +0000)]
 
1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
        * target.h: added entry for target queries (to_query)
          target.c: ditto.
Fernando Nasser [Fri, 15 Jan 1999 16:22:07 +0000 (16:22 +0000)]
 
1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
        * .Sanitize: add Kernel Objects Display (a.k.a. KOD) sanitization.
Nick Clifton [Fri, 15 Jan 1999 08:50:15 +0000 (08:50 +0000)]
 
Only allow allocated sections to contribute to the size of a region.
Doug Evans [Fri, 15 Jan 1999 08:29:15 +0000 (08:29 +0000)]
 
sanitize last entry
Jeff Law [Fri, 15 Jan 1999 08:19:02 +0000 (08:19 +0000)]
 
Doug Evans [Fri, 15 Jan 1999 07:40:02 +0000 (07:40 +0000)]
 
regenerate
Doug Evans [Fri, 15 Jan 1999 07:27:00 +0000 (07:27 +0000)]
 
	* Makefile.in (stamp-arch): Pass FLAGS to cgen.
	* arch.c,arch.h,cpuall.h: Regenerate.
	* cpu.c,cpu.h,decode.c,decode.h,model.c,sem-switch.c,sem.c: Regenerate.
	* traps.c (sim_engine_invalid_insn): PCADDR->IADDR.
	* cpux.c,cpux.h,decodex.c,decodex.h,modelx.c,semx-switch.c: Regenerate.
Doug Evans [Fri, 15 Jan 1999 07:02:30 +0000 (07:02 +0000)]
 
	* cgen-defs.h (PCADDR,CIA): Define in terms of IADDR.
	(sim_disassemble_insn): Update prototype.
	(sim_engine_invalid_insn): Ditto.
	* cgen-engine.h (SEMANTIC_FN): Add !WITH_SCACHE version.
	(SEM_BRANCH_INIT): PCADDR->IADDR.
	(SEM_NBRANCH_FINI): New macro for !WITH_SCACHE case.
	* cgen-scache.c (scache_lookup,scache_lookup_or_alloc): PCADDR->IADDR.
	* cgen-scache.h (*): Ditto.
	* cgen-trace.c (*): Ditto.
	* cgen-trace.h (*): Ditto.
	* cgen-utils.c (*): Ditto.
	* cgen-types.h (integer modes): Use signedNN/unsignedNN types.
	(insn_t): Delete.
	* genmloop.sh (@cpu@_fill_argbuf): Add !WITH_SCACHE support.
	(simple engine framework): Rewrite.
	* sim-module.c (modules): Install model module sooner (and in
	particular before the profile module).
Jeff Law [Fri, 15 Jan 1999 06:40:20 +0000 (06:40 +0000)]
 
    * coffdump.c (xcalloc): Remove, in libiberty now.
        * srconv.c (xcalloc): Likewise.
        * sysdump.c (xcalloc): Likewise.
Doug Evans [Fri, 15 Jan 1999 05:33:23 +0000 (05:33 +0000)]
 
add 1999 to copyright date
Stan Shebs [Fri, 15 Jan 1999 02:41:19 +0000 (02:41 +0000)]
 
	* constvars.c: Remove C++-isms.
	* constvars.exp: Use gdb_test everywhere, add xfails if compiled
 	with GCC.
Stan Shebs [Fri, 15 Jan 1999 01:12:49 +0000 (01:12 +0000)]
 
	* Makefile.in (GDBvn.texi): Fix match expression to work with
	current format of VERSION in gdb/Makefile.in.
	* gdb.texinfo: Fix node ref to match new readline.
David Taylor [Thu, 14 Jan 1999 23:40:25 +0000 (23:40 +0000)]
 
fix stream arguments to fprintf_unfiltered, gdb_flush, print_address_numeric,
and fwrite.
Michael Snyder [Thu, 14 Jan 1999 18:46:54 +0000 (18:46 +0000)]
 
Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
        * infrun.c (set/show scheduler-locking) New command.  Set a
          mode bit that will control how GDB attempts to control thread
          scheduling for step, continue, etc.  (resume): make use of
          the schedule-locking mode.
        * target.h (struct target_ops): new field to_has_thread_control.
        * sol-thread.c: initialize target_ops to_has_thread_control.
        * procfs.c: ditto.
        * target.c: ditto.
        * m3-nat.c: ditto.
        * remote.c: ditto.
        * hpux-thread.c: ditto.
Nick Clifton [Thu, 14 Jan 1999 09:53:22 +0000 (09:53 +0000)]
 
Output formatting change to improve readability.
Jason Molenda [Thu, 14 Jan 1999 00:46:01 +0000 (00:46 +0000)]
 
1999-01-13  Jason Molenda  (jsm@bugshack.cygnus.com)
	* t-sadd.s: New file.
	* Makefile.in (TESTS): Add t-sadd.
PR 18438.
David Taylor [Thu, 14 Jan 1999 00:37:26 +0000 (00:37 +0000)]
 
insert_breakpoints -- insert cast to eliminate warning.
Michael Snyder [Wed, 13 Jan 1999 23:53:30 +0000 (23:53 +0000)]
 
Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
        * infrun.c (set/show scheduler-locking) New command.  Set a
          mode bit that will control how GDB attempts to control thread
          scheduling for step, continue, etc.  (resume): make use of
          the schedule-locking mode.
        * target.h (struct target_ops): new field to_has_thread_control.
        * sol-thread.c: initialize target_ops to_has_thread_control.
        * procfs.c: ditto.
        * target.c: ditto.
        * m3-nat.c: ditto.
        * remote.c: ditto.
        * hpux-thread.c: ditto.
Michael Snyder [Wed, 13 Jan 1999 23:49:55 +0000 (23:49 +0000)]
 
spelling fix.
Michael Snyder [Wed, 13 Jan 1999 23:44:07 +0000 (23:44 +0000)]
 
    * thread.c: cull duplicate prototypes.  Move prototypes to top.
        * serial.c: indentation cleanup.
        * breakpoint.c: add casts to eliminate compiler warnings.
David Taylor [Wed, 13 Jan 1999 17:18:32 +0000 (17:18 +0000)]
 
change by Edie.
Edith Epstein [Wed, 13 Jan 1999 16:02:06 +0000 (16:02 +0000)]
 
Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
	* gdb.texinfo: Changes made as part of a project to merge in
	  changes made by HP. Documentation makes extensive use of
	  @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
	  on remote debugging. There are differences in documentation
 	  (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
	  the HP manual discusses catchpoints, hardware watchpoints, and
	  some HPUX specific limitations for shared library support.
	  There are also a number of @node changes.
Nick Clifton [Wed, 13 Jan 1999 09:23:09 +0000 (09:23 +0000)]
 
Removed fr30.sh and fr30.sc.
Added elf32fr30.sh
Jason Molenda [Wed, 13 Jan 1999 01:49:33 +0000 (01:49 +0000)]
 
1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
        * monitor.c (init_base_monitor_ops): Whitespace cleanup.
        (_initialize_remote_monitors): Same.
Jason Molenda [Wed, 13 Jan 1999 01:45:04 +0000 (01:45 +0000)]
 
1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
        * monitor.c (init_monitor_ops): Initialize the monitor_ops
        structure if it hasn't already been done.
PR 18735
Jason Molenda [Wed, 13 Jan 1999 01:35:53 +0000 (01:35 +0000)]
 
1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
        * gdbint.texinfo (Formatting): Disambiguate a sentence.
        (C Usage): Same.
I am stupid, so I had trouble reading these two sentences.
Now I can read them, so I am happy.
Stan Shebs [Wed, 13 Jan 1999 01:04:33 +0000 (01:04 +0000)]
 
Flush the Cygnus-ized reference card, hasn't been used in years.
Stan Shebs [Tue, 12 Jan 1999 22:58:18 +0000 (22:58 +0000)]
 
	* inftarg.c (child_ops): Don't initialize statically.
	(init_child_ops): New function, fills in child_ops.
	(_initialize_inftarg): Use it.
	(child_post_attach): Declare extern.
	(child_wait): Fix ambiguous parens.
	(child_attach_to_process): Remove unused local wstatus.
	(child_insert_fork_catchpoint, child_remove_fork_catchpoint,
	child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
	child_has_forked, child_insert_exec_catchpoint,
	child_remove_exec_catchpoint): Return a value.
Edith Epstein [Tue, 12 Jan 1999 22:03:58 +0000 (22:03 +0000)]
 
Tue Jan 12 16:54:37 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
        * gdb.texinfo (Shell Commands): fixed messages about shell usage.
          HP was insisting on C shell. Now all UNIX platforms have the
          same message. removed @ifset HPPA and @ifclear HPPA
Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
	* inftarg.c (child_create_inferior): fixed HPUXHPPA specific
	  call to fork_inferior. The shell param is now NULL.
Doug Evans [Tue, 12 Jan 1999 21:46:47 +0000 (21:46 +0000)]
 
	* cgen-trace.c (trace_insn): Pass pc to trace_prefix for virtual insns.
Doug Evans [Tue, 12 Jan 1999 21:25:21 +0000 (21:25 +0000)]
 
	* sim-model.h (sim_mach_lookup_bfd_name): Add prototype.
	* sim-model.c (sim_mach_lookup_bfd_name): New function.
	(sim_model_init): Call it.
Doug Evans [Tue, 12 Jan 1999 21:13:30 +0000 (21:13 +0000)]
 
	* Makefile.am (run-cgen): Pass options to cgen.
	(stamp-m32r): Build operand instance table.
	(stamp-fr30,stamp-i960c): Don't build the table.
	* Makefile.in: Regenerate.
	* cgen.sh: New arg `options'.  Pass to cgen.
	* fr30-opc.c,i960c-opc.c: Regenerate.
David Taylor [Tue, 12 Jan 1999 17:11:39 +0000 (17:11 +0000)]
 
remove acinclude.m4 until it gets committed.
David Taylor [Tue, 12 Jan 1999 16:58:31 +0000 (16:58 +0000)]
 
att ChangeLog.
Dave Brolley [Tue, 12 Jan 1999 16:27:49 +0000 (16:27 +0000)]
 
Add new test cases to the list of files to be kept.
David Taylor [Tue, 12 Jan 1999 15:40:50 +0000 (15:40 +0000)]
 
new files.
David Taylor [Tue, 12 Jan 1999 15:39:24 +0000 (15:39 +0000)]
 
rename file.
David Taylor [Tue, 12 Jan 1999 15:19:11 +0000 (15:19 +0000)]
 
fix typo.
Nick Clifton [Tue, 12 Jan 1999 14:11:45 +0000 (14:11 +0000)]
 
Remove .stack section, replace with __stack symbol.
Nick Clifton [Tue, 12 Jan 1999 09:51:38 +0000 (09:51 +0000)]
 
Switch over to using generic elf script rather than an fr30 specific one.
Michael Snyder [Tue, 12 Jan 1999 00:44:30 +0000 (00:44 +0000)]
 
Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
        * remote.c (remote_wait): Add inferior_pid to thread list only
        if it is not already there.
Doug Evans [Tue, 12 Jan 1999 00:37:47 +0000 (00:37 +0000)]
 
	* Makefile.in (m32r-clean): rm eng.h.
Doug Evans [Tue, 12 Jan 1999 00:25:41 +0000 (00:25 +0000)]
 
	* sim-main.h: Delete inclusion of ansidecl.h.
	* cpu.h: Regenerate.
	* cpux.h: Regenerate.
Doug Evans [Tue, 12 Jan 1999 00:08:48 +0000 (00:08 +0000)]
 
	* Makefile.in: Regenerate.
	* configure.in: Redo test for using cgen.
	* configure: Regenerate.
plus remove fr30 sanitization
Jason Molenda [Mon, 11 Jan 1999 23:22:25 +0000 (23:22 +0000)]
 
1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
        * scm-tags.h: Update FSF's address on copyright notice.
        * ser-e7kpc.c: Same.
        * gnu-nat.h: Same.
Doug Evans [Mon, 11 Jan 1999 23:16:57 +0000 (23:16 +0000)]
 
keep fr30
Doug Evans [Mon, 11 Jan 1999 23:16:25 +0000 (23:16 +0000)]
 
keep tc-fr30.[ch]
Doug Evans [Mon, 11 Jan 1999 23:15:16 +0000 (23:15 +0000)]
 
keep fr30-elf
Doug Evans [Mon, 11 Jan 1999 23:14:23 +0000 (23:14 +0000)]
 
fix typo in comment
Doug Evans [Mon, 11 Jan 1999 23:03:31 +0000 (23:03 +0000)]
 
	* fr30-opc.c: Regenerate.
Plus remove fr30 sanitization.
Stu Grossman [Mon, 11 Jan 1999 21:51:39 +0000 (21:51 +0000)]
 
	* dwarf2read.c (dump_die):  Change stderr gdb_stderr.
	* expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
	* jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
	* stack.c (struct function_bounds):  Remove superfluous `typedef'.
	* symfile.c (list_overlays_command):  stdout => gdb_stdout.
	* symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
	* utils.c (print_spaces):  Make more efficient.
Eric Mumpower [Mon, 11 Jan 1999 19:39:36 +0000 (19:39 +0000)]
 
attempting to fix cvs branch/rev bogosity
Eric Mumpower [Mon, 11 Jan 1999 19:32:47 +0000 (19:32 +0000)]
 
forced commit, attempting to fix branch-related wierdness...
David Taylor [Mon, 11 Jan 1999 18:58:07 +0000 (18:58 +0000)]
 
print_spaces -- fix arg to strcat (broken by 1.165.6.4 change to utils.c).
Vladimir Makarov [Mon, 11 Jan 1999 18:57:29 +0000 (18:57 +0000)]
 
Thu Jan 11 18:37:50 1999  Vladimir N. Makarov  <vmakarov@cygnus.com>
	* invoke.texi (-mcpu=740, -mcpu=750): New options.
        (-m(no-)multiple, -m(no-)string): Describe cases for PPC740 &
	PPC750.
1999-01-11  Michael Meissner  <meissner@cygnus.com>
	* config/rs6000/rs6000.h ({ASM,CPP}_CPU_SPEC): Add support for all
	machines supported with -mcpu=xxx.
	(processor_type): Add PROCESSOR_PPC750.
	(ADJUST_PRIORITY): Call rs6000_adjust_priority.
	(RTX_COSTS): Supply costs for 750 multiply/divide operations.
	(rs6000_adjust_priority): Add declaration.
	* config/rs6000/rs6000.c (rs6000_override_options):
	-mcpu={750,740} now sets the processor type as 750, not 603.
	Allow -mmultiple and -mstring on little endian 750 systems.
	(rs6000_adjust_priority): Stub for now.
	(get_issue_rate): The PowerPC 750 can issue 2 instructions/cycle.
	* config/rs6000/rs6000.md (function/cpu attributes): Add initial
	ppc750 support.
	* config/rs6000/sysv4.h (STRICT_ALIGNMENT): Don't force strict
	alignment if little endian.
	(CC1_SPEC): Pass -mstrict-align if little endian, and not
	overridden.
	(CC1_ENDIAN_{LITTLE,BIG,DEFAULT}_SPEC): Endian specific configs.
	(SUBTARGET_EXTRA_SPECS): Add cc1 endian specs.
	* config/rs6000/{sysv4,eabi}le.h (CC1_ENDIAN_DEFAULT_SPEC):
	Override, default is little endian.
	* config/rs6000/t-ppcgas (MULTILIB_*): Delete obsolete Solaris
	multilibs.
David Taylor [Mon, 11 Jan 1999 15:52:01 +0000 (15:52 +0000)]
 
new files -- part of HP merge project.
David Taylor [Mon, 11 Jan 1999 15:20:52 +0000 (15:20 +0000)]
 
modifications as part of HP merge; new tests; support for HP's compilers.
Frank Ch. Eigler [Mon, 11 Jan 1999 15:06:11 +0000 (15:06 +0000)]
 
* gx sim prototype tweaks
start-sanitize-gxsim
1999-01-11  Frank Ch. Eigler  <fche@cygnus.com>
	* sim-gx-run.c (sim_engine_run): Allay warnings.  Write out updated
	gx block list after each successful compilation job.
	* sim-gx.c (sim_gx_compiled_block_f): dlopen the main executable
	image, to allow gx block DLLs to resolve symbols there.
	(sim_gx_{read,write}_block_list): Allay warnings.
	(sim_gx_block_translate): Allay warnings.  Add $GX_FLAGS to
	gx compilation/link jobs.
	* sim-gx.h: Allay warnings.
end-sanitize-gxsim
Frank Ch. Eigler [Mon, 11 Jan 1999 15:04:33 +0000 (15:04 +0000)]
 
* build tweak for gx prototype
Frank Ch. Eigler [Mon, 11 Jan 1999 14:48:48 +0000 (14:48 +0000)]
 
* Test for PR 18288 and its predecessors.
1999-01-11  Frank Ch. Eigler  <fche@cygnus.com>
	* do-flags.S: New test for parallel PSW update conflicts.
	* Makefile.in (TESTS): Run it.
Nick Clifton [Mon, 11 Jan 1999 09:10:54 +0000 (09:10 +0000)]
 
Fill .init and .fini sections with NOPs
David Taylor [Mon, 11 Jan 1999 05:44:24 +0000 (05:44 +0000)]
 
new files; renamed files -- from HP merge effort.
David Taylor [Mon, 11 Jan 1999 05:41:54 +0000 (05:41 +0000)]
 
new files -- HP merge
David Taylor [Mon, 11 Jan 1999 05:40:47 +0000 (05:40 +0000)]
 
new files and renamed files -- hp merge