aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-02-11* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.John Gilmore1-2/+2
1993-02-11Remove IBM6000_hostJohn Gilmore2-3/+1
1993-02-11* stabsread.c (rs6000_builtin_type): Move function fromJohn Gilmore4-114/+148
xcoffread.c:builtin_type. * xcoffread.c (builtin_type): Move to stabsread. Remove IBM6000_HOST dependency. Move misplaced comments. (various): Change printf's to complaints. (patch_block_stabs, process_xcoff_symbol case C_DECL): Add objfile argument to read_type calls under #if 0. (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef. * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file. * Makefile.in: xcoffread.o is not built by default. * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only. * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
1993-02-11build endian.h via a temporary file so that we don't leave anK. Richard Pixley2-3/+10
incomplete file lying around on interrupted builds.
1993-02-11 * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then setStu Grossman2-0/+23
VALUE_LVAL to be lval_memory so that we don't try to modify wild register numbers when user tries to modify elements in structs passed as arguments. * inflow.c (child_terminal_info): Move banner outside of system specific #ifdefs. * tm-hppa.h (REG_STRUCT_HAS_ADDR): Define this for HPPA, which passes struct/union arguments by address.
1993-02-10Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-1/+34
* Based on patch from Martin Walker <maw@netcom.com>: * nm-i386sco4.h: New file. Like nm-i386sco.h, but define ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH. * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.
1993-02-10* remote-udi.c (FREEZE_MODE): Fix && for & typo. Found andJohn Gilmore2-1/+6
fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com. PR# gdb/2162
1993-02-10misc updatesRoland Pesch5-63/+201
1993-02-10Index entries for vi-style editing.Roland Pesch1-0/+2
1993-02-09Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-135/+130
* Makefile.in: Various changes to eliminate a level of make recursion and reduce the required command line length. (BASE_FLAGS_TO_PASS): New variable holding flags passed to all sub-makes. (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New variables holding settings for specific sub-makes. (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote in terms of BASE_FLAGS_TO_PASS. (TARGET_LIBS): New variable listing directories which use TARGET_FLAGS_TO_PASS. (subdir_do): Eliminated. (do-*): New set of targets to replace subdir_do. (various): All targets which used subdir_do now depend on do-*. (local-clean): Renamed from do_clean. (local-distclean): New target, dependency of distclean and realclean. (install-info): Don't create directories. Depend on dir.info rather than calling make recursively. (install-dir.info): Eliminated. (install-info-dirs): Create all info directories here. (dir.info): Depend upon do-install-info.
1993-02-09Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+4
* test-build.mk (HOLES): Added false.
1993-02-09Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-0/+9
* config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in cc debugging output.
1993-02-09Removed garbage after #endif.Ian Lance Taylor1-1/+1
1993-02-09* stabsread.c (define_symbol): Complain about unrecognized namesJohn Gilmore2-113/+91
that begin with CPLUS_MARKER (often '$'), but don't die. Fix suggested by gb@cs.purdue.edu (Gerald Baumgartner). (read_cpp_abbrev): Don't use the class name as part of the vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized abbrevs. Inspired by Mike Tiemann. (read_tilde_fields): Comment. Remove ancient dead code. Remove erroneous but non-dead code. Simplify. Add complaints. (in general): Remove extraneous (parentheses) in return statements.
1993-02-08 * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain1-0/+3
harmless makefile. support for make clean
1993-02-08 * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain3-5/+71
harmless makefile.
1993-02-08Deleted RCS logs and "Done in" message.Ken Raeburn1-194/+1
Fixed a typo in a filename.
1993-02-08update for files added and deletedKen Raeburn1-5/+8
1993-02-08Move VMS version of SUB_SEGMENT_ALIGN to obj-vms.h from write.h.Ken Raeburn1-1/+9
1993-02-08from Ralph Campbell's workKen Raeburn2-0/+680
1993-02-08delete silly fake-as target stuffKen Raeburn2-2/+0
1993-02-08don't specify comopiler hereKen Raeburn1-2/+0
1993-02-08The z8k code doesn't appear too depend on include/opcode/h8300.h.Ken Raeburn1-4/+1
List it as depending on opcodes/z8k.h instead.
1993-02-06 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).Per Bothner1-0/+9
1993-02-06Brief documentation for longjmp support, from an email msg by Stu.John Gilmore1-0/+5
1993-02-06* stabs.texinfo: Fix description of floating point "range"John Gilmore2-6/+13
types (which really define basic types). Reported by Jim Meehan, <meehan@src.dec.com>.
1993-02-06* coffread.c (coff_lookup_type): Fix fencepost error reportedJohn Gilmore1-1/+4
by Art Berggreen, <arg@opal.acc.com>.
1993-02-05Remove COFF_NO_LONG_FILE_NAMES define, now gone.John Gilmore2-8/+21
1993-02-05Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf LundeJohn Gilmore6-50/+40
<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.
1993-02-05Some spit and polishSteve Chamberlain3-360/+412
1993-02-05updated dateDavid D. Zuhn1-1/+1
1993-02-04Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* gdbint.texinfo: Slightly expand section on supporting a new object file format.
1993-02-04Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+9
* Makefile.in (info): Added dependency on all-texinfo (PR 2112).
1993-02-04H8/500 supportSteve Chamberlain5-0/+423
1993-02-04H8/500 archSteve Chamberlain1-0/+1
1993-02-04 * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,Steve Chamberlain6-3/+1609
obj-coffbfd.h}: support for the H8/500
1993-02-04Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-23/+49
* 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.
1993-02-04Reindented to GNU standard. No semantic changes. This checkin is toIan Lance Taylor1-2084/+2239
give a base for the upcoming changes, to make clear what I actually changed.
1993-02-04Remember about Makefile.inSteve Chamberlain1-0/+2
1993-02-04Sim reorgSteve Chamberlain1-2/+1
1993-02-04Now builds in subdirsSteve Chamberlain3-3/+3
1993-02-04Path modificationSteve Chamberlain1-14/+10
1993-02-04These should be in tooSteve Chamberlain2-0/+182
1993-02-04* Makefile.in (TARDIRS): Add sparclite demo dir.John Gilmore6-2119/+18
(*.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.
1993-02-04* a29k.h: Remove RCS crud, update GPL to v2, update copyrights.John Gilmore2-42/+1717
* convex.h: Added, from GDB's convx-opcode.h. Added CONST to all initialized structs in it.
1993-02-04* Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' forJohn Gilmore2-1/+6
GDB releases.
1993-02-04* Makefile.in (refcard.ps, lrefcard.ps): Remove psref.texJohn Gilmore2-2/+7
intermediate file.
1993-02-04Makeinfo now works again; remove kludge.John Gilmore2-3/+1
1993-02-04Remove extra msg.John Gilmore1-2/+0
1993-02-04Remove extra msg and RCS crud.John Gilmore1-9/+2