summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Copyright changeSteve Chamberlain1993-02-115-63/+76
|
* update from ralphc's changesKen Raeburn1993-02-111-1/+18
|
* Eliminated uses of DEFUN. Added seclet_link element to vectors.Ken Raeburn1993-02-111-17/+19
|
* Fix thinko (NM_FILE => NAT_FILE). Found by Michael Ben-Gershon ↵John Gilmore1993-02-111-0/+5
| | | | <mybg@CS.HUJI.AC.IL>.
* Thu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-111-1/+1
| | | | | | * config/obj-coffbfd.c (fill_section): Don't set vaddr here. (write_object_file): Set it here instead, so that fixup_segment can see the correct value.
* More debugging of rs/6000 file reading (on Suns, for easier debug).John Gilmore1993-02-111-16/+19
| | | | | | | | | * stabsread.c (dbx_lookup_type): Handle negative type numbers. Previously, would bogusly index off the bottom of type_vector. (rs6000_builtin_type): Accept type number as argument. (read_type, case '-'): Handle negatives like any other type number. * symfile.c (deduce_language_from_filename): Handle null name.
* * mips-tdep.c (isa_NAN): Fix byte order dependency.John Gilmore1993-02-111-0/+4
| | | | | Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>, fixed by sato@sm.sony.co.jp.
* * xcoffread.c (parmsym): Don't use an initializer to set upJohn Gilmore1993-02-112-10/+26
| | | | | | | this struct symbol. Set it up in initialize_xcoffread. [This broke when Fred changed "struct symbol".] (read_xcoff_symtab, xcoff_symfile_read): Surround code that only works on real rs/6000 target with #ifndef FAKING_RS6000.
* Eliminate IBM6000_HOST, document IBM6000_TARGET.John Gilmore1993-02-112-7/+23
|
* * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.John Gilmore1993-02-111-2/+2
|
* Remove IBM6000_hostJohn Gilmore1993-02-112-3/+1
|
* * stabsread.c (rs6000_builtin_type): Move function fromJohn Gilmore1993-02-114-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.
* build endian.h via a temporary file so that we don't leave anK. Richard Pixley1993-02-112-3/+10
| | | | incomplete file lying around on interrupted builds.
* * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then setStu Grossman1993-02-112-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.
* Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-103-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.
* * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found andJohn Gilmore1993-02-102-1/+6
| | | | | | fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com. PR# gdb/2162
* misc updatesRoland Pesch1993-02-105-63/+201
|
* Index entries for vi-style editing.Roland Pesch1993-02-101-0/+2
|
* Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-092-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.
* Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-091-0/+4
| | | | * test-build.mk (HOLES): Added false.
* Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-092-0/+9
| | | | | * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in cc debugging output.
* Removed garbage after #endif.Ian Lance Taylor1993-02-091-1/+1
|
* * stabsread.c (define_symbol): Complain about unrecognized namesJohn Gilmore1993-02-092-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.
* * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain1993-02-081-0/+3
| | | | | harmless makefile. support for make clean
* * Makefile.in, configure.in: if target isn't supported, build aSteve Chamberlain1993-02-083-5/+71
| | | | harmless makefile.
* Deleted RCS logs and "Done in" message.Ken Raeburn1993-02-081-194/+1
| | | | Fixed a typo in a filename.
* update for files added and deletedKen Raeburn1993-02-081-5/+8
|
* Move VMS version of SUB_SEGMENT_ALIGN to obj-vms.h from write.h.Ken Raeburn1993-02-081-1/+9
|
* from Ralph Campbell's workKen Raeburn1993-02-082-0/+680
|
* delete silly fake-as target stuffKen Raeburn1993-02-082-2/+0
|
* don't specify comopiler hereKen Raeburn1993-02-081-2/+0
|
* The z8k code doesn't appear too depend on include/opcode/h8300.h.Ken Raeburn1993-02-081-4/+1
| | | | List it as depending on opcodes/z8k.h instead.
* * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).Per Bothner1993-02-061-0/+9
|
* Brief documentation for longjmp support, from an email msg by Stu.John Gilmore1993-02-061-0/+5
|
* * stabs.texinfo: Fix description of floating point "range"John Gilmore1993-02-062-6/+13
| | | | | types (which really define basic types). Reported by Jim Meehan, <meehan@src.dec.com>.
* * coffread.c (coff_lookup_type): Fix fencepost error reportedJohn Gilmore1993-02-061-1/+4
| | | | by Art Berggreen, <arg@opal.acc.com>.
* Remove COFF_NO_LONG_FILE_NAMES define, now gone.John Gilmore1993-02-052-8/+21
|
* Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf LundeJohn Gilmore1993-02-056-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.
* Some spit and polishSteve Chamberlain1993-02-053-360/+412
|
* updated dateDavid D. Zuhn1993-02-051-1/+1
|
* Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-041-0/+5
| | | | | * gdbint.texinfo: Slightly expand section on supporting a new object file format.
* Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-042-1/+9
| | | | * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
* H8/500 supportSteve Chamberlain1993-02-045-0/+423
|
* H8/500 archSteve Chamberlain1993-02-041-0/+1
|
* * config/{h8500.mt, tc-h8500.c, tc-h8500.h, obj-coffbfd.c,Steve Chamberlain1993-02-046-3/+1609
| | | | obj-coffbfd.h}: support for the H8/500
* Thu Feb 4 12:35:02 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-043-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.
* Reindented to GNU standard. No semantic changes. This checkin is toIan Lance Taylor1993-02-041-2084/+2239
| | | | | give a base for the upcoming changes, to make clear what I actually changed.
* Remember about Makefile.inSteve Chamberlain1993-02-041-0/+2
|
* Sim reorgSteve Chamberlain1993-02-041-2/+1
|
* Now builds in subdirsSteve Chamberlain1993-02-043-3/+3
|