platform/upstream/binutils.git
31 years agoupdate for files added and deleted
Ken Raeburn [Mon, 8 Feb 1993 19:24:09 +0000 (19:24 +0000)]
update for files added and deleted

31 years agoMove VMS version of SUB_SEGMENT_ALIGN to obj-vms.h from write.h.
Ken Raeburn [Mon, 8 Feb 1993 19:22:18 +0000 (19:22 +0000)]
Move VMS version of SUB_SEGMENT_ALIGN to obj-vms.h from write.h.

31 years agofrom Ralph Campbell's work
Ken Raeburn [Mon, 8 Feb 1993 19:20:27 +0000 (19:20 +0000)]
from Ralph Campbell's work

31 years agodelete silly fake-as target stuff
Ken Raeburn [Mon, 8 Feb 1993 19:18:54 +0000 (19:18 +0000)]
delete silly fake-as target stuff

31 years agodon't specify comopiler here
Ken Raeburn [Mon, 8 Feb 1993 19:17:29 +0000 (19:17 +0000)]
don't specify comopiler here

31 years agoThe z8k code doesn't appear too depend on include/opcode/h8300.h.
Ken Raeburn [Mon, 8 Feb 1993 19:15:26 +0000 (19:15 +0000)]
The z8k code doesn't appear too depend on include/opcode/h8300.h.
List it as depending on opcodes/z8k.h instead.

31 years ago * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
Per Bothner [Sat, 6 Feb 1993 22:06:45 +0000 (22:06 +0000)]
* config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).

31 years agoBrief documentation for longjmp support, from an email msg by Stu.
John Gilmore [Sat, 6 Feb 1993 18:26:32 +0000 (18:26 +0000)]
Brief documentation for longjmp support, from an email msg by Stu.

31 years ago* stabs.texinfo: Fix description of floating point "range"
John Gilmore [Sat, 6 Feb 1993 03:58:50 +0000 (03:58 +0000)]
* stabs.texinfo:  Fix description of floating point "range"
types (which really define basic types).  Reported by Jim Meehan,
<meehan@src.dec.com>.

31 years ago* coffread.c (coff_lookup_type): Fix fencepost error reported
John Gilmore [Sat, 6 Feb 1993 03:40:28 +0000 (03:40 +0000)]
* coffread.c (coff_lookup_type):  Fix fencepost error reported
by Art Berggreen, <arg@opal.acc.com>.

31 years agoRemove COFF_NO_LONG_FILE_NAMES define, now gone.
John Gilmore [Fri, 5 Feb 1993 22:11:01 +0000 (22:11 +0000)]
Remove COFF_NO_LONG_FILE_NAMES define, now gone.

31 years agoFix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
John Gilmore [Fri, 5 Feb 1993 22:09:17 +0000 (22:09 +0000)]
Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
<Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>.

* coffread.c (getfilename):  Eliminate COFF_NO_LONG_FILE_NAMES
test, which is apparently left over from when we used native
include files and couldn't depend on the member names being there.
* tm-3b1.h, tm-altos.h, tm-i386v.h:  Don't set it.

ALso fix this in tm-i860.h which isn't ChangeLogged since it's sanitized out
for lack of paperwork.

31 years agoSome spit and polish
Steve Chamberlain [Fri, 5 Feb 1993 18:07:09 +0000 (18:07 +0000)]
Some spit and polish

31 years agoupdated date
David D. Zuhn [Fri, 5 Feb 1993 05:25:12 +0000 (05:25 +0000)]
updated date

31 years agoThu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Thu, 4 Feb 1993 21:58:05 +0000 (21:58 +0000)]
Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)

* gdbint.texinfo: Slightly expand section on supporting a new
object file format.

31 years agoThu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Thu, 4 Feb 1993 21:39:47 +0000 (21:39 +0000)]
Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)

* Makefile.in (info): Added dependency on all-texinfo (PR 2112).

31 years agoH8/500 support
Steve Chamberlain [Thu, 4 Feb 1993 20:59:55 +0000 (20:59 +0000)]
H8/500 support

31 years agoH8/500 arch
Steve Chamberlain [Thu, 4 Feb 1993 20:59:30 +0000 (20:59 +0000)]
H8/500 arch

31 years ago * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
Steve Chamberlain [Thu, 4 Feb 1993 20:47:48 +0000 (20:47 +0000)]
* config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,
obj-coffbfd.h}: support for the H8/500

31 years agoThu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Thu, 4 Feb 1993 20:47:10 +0000 (20:47 +0000)]
Thu Feb  4 12:35:02 1993  Ian Lance Taylor  (ian@cygnus.com)

* libecoff.h: New file.  Defines ECOFF backend data for gdb.
* coff-mips.c: Now includes libecoff.h.
(ecoff_data_type): Moved to libecoff.h.
(ecoff_slurp_symbolic_info): Made globally visible so that gdb can
call it.  If there is ever another ECOFF target, this and the
swapping functions should be accessed via an ECOFF specific target
vector.
Makefile.in (coff-mips.o): Depends on libecoff.h.

31 years agoReindented to GNU standard. No semantic changes. This checkin is to
Ian Lance Taylor [Thu, 4 Feb 1993 19:37:37 +0000 (19:37 +0000)]
Reindented to GNU standard.  No semantic changes.  This checkin is to
give a base for the upcoming changes, to make clear what I actually
changed.

31 years agoRemember about Makefile.in
Steve Chamberlain [Thu, 4 Feb 1993 18:45:23 +0000 (18:45 +0000)]
Remember about Makefile.in

31 years agoSim reorg
Steve Chamberlain [Thu, 4 Feb 1993 18:44:21 +0000 (18:44 +0000)]
Sim reorg

31 years agoNow builds in subdirs
Steve Chamberlain [Thu, 4 Feb 1993 18:05:30 +0000 (18:05 +0000)]
Now builds in subdirs

31 years agoPath modification
Steve Chamberlain [Thu, 4 Feb 1993 17:24:10 +0000 (17:24 +0000)]
Path modification

31 years agoThese should be in too
Steve Chamberlain [Thu, 4 Feb 1993 15:53:49 +0000 (15:53 +0000)]
These should be in too

31 years ago* Makefile.in (TARDIRS): Add sparclite demo dir.
John Gilmore [Thu, 4 Feb 1993 10:30:19 +0000 (10:30 +0000)]
* Makefile.in (TARDIRS):  Add sparclite demo dir.
(*.tab.c):  Change dependency on Makefile to depend on
Makefile.in, otherwise it always rebuilds after configuring.
Force output *.tab.c file into current directory even in "make"
versions that rewrite dependent file names used in command lines.

* TODO:  Remove some things we did.
* am29k-opcode.h, convx-opcode:  Remove; now in ../include/opcode.
* os68k-xdep.c:  Remove; useless file (os68k is a target only).
* convex-pinsn.c:  Use ../include/opcode/convex.h.  Add CONST.
* symtab.h:  Eliminate unnamed unions and structs.

31 years ago* a29k.h: Remove RCS crud, update GPL to v2, update copyrights.
John Gilmore [Thu, 4 Feb 1993 10:08:35 +0000 (10:08 +0000)]
* a29k.h:  Remove RCS crud, update GPL to v2, update copyrights.
* convex.h:  Added, from GDB's convx-opcode.h.  Added CONST to all
initialized structs in it.

31 years ago* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
John Gilmore [Thu, 4 Feb 1993 09:52:04 +0000 (09:52 +0000)]
* Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
GDB releases.

31 years ago* Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
John Gilmore [Thu, 4 Feb 1993 09:50:19 +0000 (09:50 +0000)]
* Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
intermediate file.

31 years agoMakeinfo now works again; remove kludge.
John Gilmore [Thu, 4 Feb 1993 06:00:41 +0000 (06:00 +0000)]
Makeinfo now works again; remove kludge.

31 years agoRemove extra msg.
John Gilmore [Thu, 4 Feb 1993 05:34:17 +0000 (05:34 +0000)]
Remove extra msg.

31 years agoRemove extra msg and RCS crud.
John Gilmore [Thu, 4 Feb 1993 05:33:09 +0000 (05:33 +0000)]
Remove extra msg and RCS crud.

31 years agoRemove extraneous message and RCS cruft.
John Gilmore [Thu, 4 Feb 1993 05:32:22 +0000 (05:32 +0000)]
Remove extraneous message and RCS cruft.

31 years agoNew simulator tree structure
Steve Chamberlain [Thu, 4 Feb 1993 00:22:22 +0000 (00:22 +0000)]
New simulator tree structure

31 years agoPolishing z8k simulator support
Steve Chamberlain [Thu, 4 Feb 1993 00:17:25 +0000 (00:17 +0000)]
Polishing z8k simulator support

31 years agoSimulator consolidation
Steve Chamberlain [Thu, 4 Feb 1993 00:15:56 +0000 (00:15 +0000)]
Simulator consolidation

31 years agosimulator consolidation
Steve Chamberlain [Thu, 4 Feb 1993 00:15:19 +0000 (00:15 +0000)]
simulator consolidation

31 years ago* Makefile.in (VERSION): Roll to 4.7.5.
John Gilmore [Wed, 3 Feb 1993 22:49:32 +0000 (22:49 +0000)]
* Makefile.in (VERSION):  Roll to 4.7.5.
(gdb.info):  Ignore error from makeinfo (FIXME), since makeinfo
isn't quite up to date to handle gdb.texi.

31 years agoforgot to document a configure change: don't screw with -/_ in "with" options
Ken Raeburn [Wed, 3 Feb 1993 22:40:45 +0000 (22:40 +0000)]
forgot to document a configure change: don't screw with -/_ in "with" options

31 years agoconfigure: Include srcdir in target-of-link-not-found msg
Ken Raeburn [Wed, 3 Feb 1993 22:31:29 +0000 (22:31 +0000)]
configure: Include srcdir in target-of-link-not-found msg

31 years agomips.h comment fix from Ralph Campbell
Ken Raeburn [Wed, 3 Feb 1993 22:15:19 +0000 (22:15 +0000)]
mips.h comment fix from Ralph Campbell

31 years agoadded rules for info, install-info, and dvi; rule for clean is correct, too
Jeffrey Osier [Wed, 3 Feb 1993 22:03:33 +0000 (22:03 +0000)]
added rules for info, install-info, and dvi; rule for clean is correct, too

31 years agoWed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Wed, 3 Feb 1993 20:08:22 +0000 (20:08 +0000)]
Wed Feb  3 09:14:36 1993  Ian Lance Taylor  (ian@cygnus.com)

* coffcode.h: Removed MIPS specific information, since coff-mips.c
no longer includes this file.

31 years agoWed Feb 3 09:14:36 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Wed, 3 Feb 1993 17:17:34 +0000 (17:17 +0000)]
Wed Feb  3 09:14:36 1993  Ian Lance Taylor  (ian@cygnus.com)

* coff-msym.c (ecoff_swap_fdr_in, ecoff_swap_ext_in): Set reserved
bits to 0 to make comparison test useful.

* config/irix3.mh, config/irix4.mh (HDEFINES): Set to -G 4 to
avoid overflowing GP accessible sections in binutils/objdump.

31 years agoFix some minor bugs, make work on big endian machines, remember
Ian Lance Taylor [Wed, 3 Feb 1993 17:14:11 +0000 (17:14 +0000)]
Fix some minor bugs, make work on big endian machines, remember
text_start and text_end for future use by gdb and current use by
find_nearest_line.  Still covered by last ChangeLog entry, I think.

31 years agoKeep forgetting those .Sanitize files.
Ian Lance Taylor [Wed, 3 Feb 1993 17:11:22 +0000 (17:11 +0000)]
Keep forgetting those .Sanitize files.

31 years agoWed Feb 3 09:05:56 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Wed, 3 Feb 1993 17:10:09 +0000 (17:10 +0000)]
Wed Feb  3 09:05:56 1993  Ian Lance Taylor  (ian@cygnus.com)

* mipsbig.sh: New file.  Big endian MIPS emulation.
* config/mips-big.mt: New file.  Use mipsbig emulation.
* configure.in (mips-sgi-irix*): Use target mips-big.
* Makefile.in (ALL_EMULATIONS): Added em_mipsbig.o.
(em_mipsbig.c): New target.  Uses mipsbig.sh.

31 years agoAdd new ChangeLog.
John Gilmore [Wed, 3 Feb 1993 09:09:02 +0000 (09:09 +0000)]
Add new ChangeLog.

31 years agoRemove extraneous msg.
John Gilmore [Wed, 3 Feb 1993 09:07:51 +0000 (09:07 +0000)]
Remove extraneous msg.

31 years agoRemove extra msg
John Gilmore [Wed, 3 Feb 1993 09:05:58 +0000 (09:05 +0000)]
Remove extra msg

31 years agoAdd perifs.c and state.h; elim extraneous output.
John Gilmore [Wed, 3 Feb 1993 09:01:53 +0000 (09:01 +0000)]
Add perifs.c and state.h; elim extraneous output.

31 years agoRemove "Done in" pwd line.
John Gilmore [Wed, 3 Feb 1993 08:52:34 +0000 (08:52 +0000)]
Remove "Done in" pwd line.

31 years agoRemove "Done in" printout
John Gilmore [Wed, 3 Feb 1993 08:49:32 +0000 (08:49 +0000)]
Remove "Done in" printout

31 years agoKeep mipsbsd.h.
John Gilmore [Wed, 3 Feb 1993 07:42:00 +0000 (07:42 +0000)]
Keep mipsbsd.h.

31 years agoRemove "done in pwd" msg.
John Gilmore [Wed, 3 Feb 1993 07:41:32 +0000 (07:41 +0000)]
Remove "done in pwd" msg.

31 years agoEliminate extraneous messages and RCS log.
John Gilmore [Wed, 3 Feb 1993 07:41:07 +0000 (07:41 +0000)]
Eliminate extraneous messages and RCS log.

31 years agoRemove "done in" message.
John Gilmore [Wed, 3 Feb 1993 07:39:55 +0000 (07:39 +0000)]
Remove "done in" message.

31 years agoAdd aout-mipsbsd.c
John Gilmore [Wed, 3 Feb 1993 05:24:02 +0000 (05:24 +0000)]
Add aout-mipsbsd.c

31 years ago* breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
John Gilmore [Wed, 3 Feb 1993 04:49:05 +0000 (04:49 +0000)]
* breakpoint.c (breakpoint_re_set_one):  Handle watchpoints when
re-evaluating symbol pointers.

Add attribution to a few older ChangeLog entries.

31 years agoadded uudecode to keepers list
David D. Zuhn [Wed, 3 Feb 1993 03:24:20 +0000 (03:24 +0000)]
added uudecode to keepers list

31 years agoupdated dates, add support for building with native (SunPRO) C on Solaris2
David D. Zuhn [Wed, 3 Feb 1993 03:01:41 +0000 (03:01 +0000)]
updated dates, add support for building with native (SunPRO) C on Solaris2

31 years agoupdated dates, build all interesting targets on hp700 host
David D. Zuhn [Wed, 3 Feb 1993 03:01:06 +0000 (03:01 +0000)]
updated dates, build all interesting targets on hp700 host

31 years agoadded support for uudecode
David D. Zuhn [Wed, 3 Feb 1993 02:59:27 +0000 (02:59 +0000)]
added support for uudecode

31 years ago * c-exp.y (lcurly, rcurly): New nonterminals.
Fred Fish [Wed, 3 Feb 1993 00:28:54 +0000 (00:28 +0000)]
* c-exp.y (lcurly, rcurly):  New nonterminals.
* c-exp.y (exp):  Use lcurly and rcurly for arrays and UNOP_MEMVAL
constructs.
* parse.c (free_funcalls):  Moved prototype from parser-defs.h,
made function static.
* parse.c (struct funcall):  Moved struct def from parser-defs.h.
* parse.c (funcall_chain):  Moved from parser-defs.h, made static.
* parse.c (start_arglist):
* parser-defs.h (free_funcalls):  Moved prototype to parse.c.
* parser-defs.h (struct funcall):  Moved struct def to parse.c.
* parser-defs.h (funcall_chain):  Moved to parse.c.
* printcmd.c (print_frame_nameless_args): Fix prototype.
* tm-mips.h (setup_arbitrary_frame):  Fix prototype.
* tm-sparc.h (setup_arbitrary_frame):  Fix prototype.
* valops.c (typecmp):  Moved prototype from values.h.
* value.h (typecmp):  Moved prototype to valops.c, made static.
**** start-sanitize-chill ****
* ch-exp.y (yylex):  Change way control sequences are disabled.
**** end-sanitize-chill ****

31 years ago* tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
John Gilmore [Wed, 3 Feb 1993 00:13:10 +0000 (00:13 +0000)]
* tm-mips.h, tm-sparc.h:  Fix thinko in SETUP_ARBITRARY_FRAME.
* remote-nindy.c:  Cleanup.

31 years ago * aoutx.h (NAME(aout,slurp_symbol_table)): Made symbol
Per Bothner [Tue, 2 Feb 1993 23:38:38 +0000 (23:38 +0000)]
* aoutx.h (NAME(aout,slurp_symbol_table)):  Made symbol
reading more robust:  Fail if string index is out of string
table range.

31 years agoTue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 2 Feb 1993 23:32:18 +0000 (23:32 +0000)]
Tue Feb  2 15:30:33 1993  Ian Lance Taylor  (ian@cygnus.com)

* mipsread.c (upgrade_type): Build array types correctly, using
create_range_type and create_array_type.

31 years agoStylistic Cleanups to Headings and Cross References to Avoid Undue
Roland Pesch [Tue, 2 Feb 1993 22:59:46 +0000 (22:59 +0000)]
Stylistic Cleanups to Headings and Cross References to Avoid Undue
Numbers of Capital Letters (Save in Chapter Headings), Despite the
Germanic Heritage of the English Language.

31 years agoGeneral cleanup--added prototypes, removed a few unused variables,
Ian Lance Taylor [Tue, 2 Feb 1993 22:17:27 +0000 (22:17 +0000)]
General cleanup--added prototypes, removed a few unused variables,
fixed up comments a bit.  Also set version stamp in a.out header to
0x20a rather than 0, to keep the Ultrix linker happy.

31 years agoTue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 2 Feb 1993 21:46:14 +0000 (21:46 +0000)]
Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)

* Makefile.in (all-gcc): Added dependency on all-gas.

31 years agoMore minor stylistic cleanup: avoid plurals on things that aren't English.
Roland Pesch [Tue, 2 Feb 1993 21:44:11 +0000 (21:44 +0000)]
More minor stylistic cleanup: avoid plurals on things that aren't English.

31 years agoMinor stylistic cleanup; eliminated more contractions, eliminated
Roland Pesch [Tue, 2 Feb 1993 21:38:40 +0000 (21:38 +0000)]
Minor stylistic cleanup; eliminated more contractions, eliminated
possessives on things (like name of GDB) that are not English, and
incidentals spotted while pursuing these.

31 years ago * gdb.texinfo: fix capitalization in pointers to node "Output Formats"
Roland Pesch [Tue, 2 Feb 1993 20:20:15 +0000 (20:20 +0000)]
* gdb.texinfo: fix capitalization in pointers to node "Output Formats"

31 years agoTue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 2 Feb 1993 19:46:34 +0000 (19:46 +0000)]
Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)

* configure.in (mips-*-*): Build ld and binutils.

31 years agoCreate a .scommon section for each input BFD so the linker has
Ian Lance Taylor [Tue, 2 Feb 1993 19:43:44 +0000 (19:43 +0000)]
Create a .scommon section for each input BFD so the linker has
something to attach small common symbols to.  Then avoid writing out
the (empty) .scommon section for the output BFD.

Tue Feb  2 11:41:06 1993  Ian Lance Taylor  (ian@cygnus.com)

* coff-mips.c: Completed support for linker and binutils.

31 years ago * ChangeLog: new file
Roland Pesch [Tue, 2 Feb 1993 19:41:17 +0000 (19:41 +0000)]
* ChangeLog: new file

31 years agoTue Feb 2 11:32:27 1993 Ian Lance Taylor (ian@cygnus.com)
Ian Lance Taylor [Tue, 2 Feb 1993 19:37:55 +0000 (19:37 +0000)]
Tue Feb  2 11:32:27 1993  Ian Lance Taylor  (ian@cygnus.com)

* mips.sc-sh: Put .scommon sections into .sbss section.

* ldmain.c (subfile_wanted_p): Preserve section of common symbols,
rather than always putting them in bfd_com_section.
* ldlang.c (lang_common): If a common symbol is not in
bfd_com_section, put in a section of the same name, rather than
always putting it in section COMMON.

31 years ago* infrun.c (wait_for_inferior): When rolling back the PC after
John Gilmore [Tue, 2 Feb 1993 08:43:40 +0000 (08:43 +0000)]
* infrun.c (wait_for_inferior):  When rolling back the PC after
a breakpoint, call write_pc so that NPC gets rolled back as well
(for the 29K).

31 years ago* blockframe.c (inside_entry_file, inside_main_func,
John Gilmore [Tue, 2 Feb 1993 08:38:00 +0000 (08:38 +0000)]
* blockframe.c (inside_entry_file, inside_main_func,
inside_entry_func):  PC of zero is always "bottom of stack".

* printcmd.c (print_frame_args, print_frame_nameless_args):
Let print_frame_nameless_args decide whether there are any,
laying groundwork for possibly later printing 29K args for
functions where we have tag words but no symbols.

31 years ago* printcmd.c (print_frame_args, print_frame_nameless_args):
John Gilmore [Tue, 2 Feb 1993 08:21:50 +0000 (08:21 +0000)]
* printcmd.c (print_frame_args, print_frame_nameless_args):
Let print_frame_nameless_args decide whether there are any,
laying groundwork for possibly later printing 29K args for
functions where we have tag words but no symbols.

31 years agoRemove Makefile.in-29k-UDI. It's no longer needed now that the 29K stuff has
Stu Grossman [Tue, 2 Feb 1993 04:52:30 +0000 (04:52 +0000)]
Remove Makefile.in-29k-UDI.  It's no longer needed now that the 29K stuff has
been put back in to Makefile.in.

31 years agoFixes for doc targets.
Roland Pesch [Tue, 2 Feb 1993 02:14:39 +0000 (02:14 +0000)]
Fixes for doc targets.

31 years ago* stack.c (parse_frame_specification): Parse as many arguments
John Gilmore [Tue, 2 Feb 1993 02:08:19 +0000 (02:08 +0000)]
* stack.c (parse_frame_specification):  Parse as many arguments
as there are (up to MAXARGS).  Pass all of them in argc, argv
format to SETUP_ARBITRARY_FRAME.  Put the burden of checking how
many there were, onto SETUP_ARBITRARY_FRAME.
* tm-mips.h, tm-sparc.h:  Corresponding changes.
* mips-tdep.c, sparc-tdep.c:  Ditto.

31 years ago* hp300ux-nat.c: Update copyrights.
John Gilmore [Tue, 2 Feb 1993 01:53:17 +0000 (01:53 +0000)]
* hp300ux-nat.c:  Update copyrights.
* mipsread.c (parse_partial_symbols):  Complain about block
indexes that go backwards.  Fix from Peter Schauer.
* symfile.c (syms_from_objfile, symbol_file_add):  Allow a
symbol-file that has no linkage symbols to be read.
* tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends):  Move
from tm- file to xm-file, since they're host dependent.
* valarith.c (value_binop):  Typo.

31 years agoLint
John Gilmore [Tue, 2 Feb 1993 01:20:41 +0000 (01:20 +0000)]
Lint

31 years ago* Makefile.in: Make SunOS halfdone VPATH work.
John Gilmore [Tue, 2 Feb 1993 00:45:59 +0000 (00:45 +0000)]
* Makefile.in:  Make SunOS halfdone VPATH work.
* p1.c:  Lint picked up by HP native compiler.

31 years agoThis dir is now configure'd (Makefile => Makefile.in, etc).
John Gilmore [Tue, 2 Feb 1993 00:44:15 +0000 (00:44 +0000)]
This dir is now configure'd (Makefile => Makefile.in, etc).

31 years ago * sparclite/aload.c: Add copyleft.
Stu Grossman [Tue, 2 Feb 1993 00:19:26 +0000 (00:19 +0000)]
* sparclite/aload.c:  Add copyleft.
* sparclite/crt0.s:  Add comment at beginning.

31 years agoRemove soc2udip.c udi2mtip.c. These files no longer exist.
Stu Grossman [Tue, 2 Feb 1993 00:03:14 +0000 (00:03 +0000)]
Remove soc2udip.c udi2mtip.c.  These files no longer exist.

31 years agoAdd README.
Stu Grossman [Tue, 2 Feb 1993 00:02:18 +0000 (00:02 +0000)]
Add README.

31 years ago * gdbinv-s.texi: z8000 simulator target name is just "sim"
Roland Pesch [Mon, 1 Feb 1993 23:49:11 +0000 (23:49 +0000)]
* gdbinv-s.texi: z8000 simulator target name is just "sim"

31 years agoMon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
Roland Pesch [Mon, 1 Feb 1993 23:39:42 +0000 (23:39 +0000)]
Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)

* gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
as well as Z8002.

31 years agoDon't delete z8ksim.mt
Steve Chamberlain [Mon, 1 Feb 1993 23:00:46 +0000 (23:00 +0000)]
Don't delete z8ksim.mt

31 years ago*** empty log message ***
Steve Chamberlain [Mon, 1 Feb 1993 23:00:11 +0000 (23:00 +0000)]
*** empty log message ***

31 years ago * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
Steve Chamberlain [Mon, 1 Feb 1993 22:53:24 +0000 (22:53 +0000)]
* remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
* parse.c (std_regs): Only declare if NO_STD_REGS is defined.

31 years agofrom ralphc: mips-aout support
Ken Raeburn [Mon, 1 Feb 1993 21:42:59 +0000 (21:42 +0000)]
from ralphc: mips-aout support

31 years agofrom ralphc: recognize some mips variants
Ken Raeburn [Mon, 1 Feb 1993 21:40:53 +0000 (21:40 +0000)]
from ralphc: recognize some mips variants

31 years agoaccept mips-dec-bsd* and i?86-*-elf
Ken Raeburn [Mon, 1 Feb 1993 21:36:59 +0000 (21:36 +0000)]
accept mips-dec-bsd* and i?86-*-elf

31 years agochanges from Ralph Campbell @ Pyramid for MIPS a.out (BSD 4.4) support
Ken Raeburn [Mon, 1 Feb 1993 21:35:16 +0000 (21:35 +0000)]
changes from Ralph Campbell @ Pyramid for MIPS a.out (BSD 4.4) support