aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-02-12 * Makefile.in (LIBIBERTY_SRC_DIR, LIBIBERTY_BIN_DIR): New macros.Fred Fish2-5/+42
* Makefile.in (LIBIBERTY): Use LIBIBERTY_BIN_DIR. * Makefile.in (DEMANGLER_PROG): New program to build. Add macro and rule. * Makefile.in (PROGS): Add DEMANGLER_PROG.
1993-02-12 * ldgram.y: allow section types without address expressions.Steve Chamberlain1-0/+16
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set
1993-02-12 * coffcode.h (coff_set_arch_mach_hook): *FIXME* the H8/300 is alwaysSteve Chamberlain2-1/+72
relaxable. Should be moved somewhere else.
1993-02-12 * ldgram.y: allow section types without address expressions.Steve Chamberlain1-2/+3
* ldlang.c (lang_relocate_globals): avoid possible hang with undefined but unreferenced symbols. * relax.c (relax_section): don't complain if the script file isn't relaxable but -relax is set
1993-02-12 * h8300-tdep.c, tm-h8300.h: turn off some experimental featuresSteve Chamberlain3-7/+27
1993-02-12update datesDavid D. Zuhn1-2/+2
1993-02-12case fixes in node namesDavid D. Zuhn1-3/+3
1993-02-11Copyright changeSteve Chamberlain5-63/+76
1993-02-11update from ralphc's changesKen Raeburn1-1/+18
1993-02-11Eliminated uses of DEFUN. Added seclet_link element to vectors.Ken Raeburn1-17/+19
1993-02-11Fix thinko (NM_FILE => NAT_FILE). Found by Michael Ben-Gershon ↵John Gilmore1-0/+5
<mybg@CS.HUJI.AC.IL>.
1993-02-11Thu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-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.
1993-02-11More debugging of rs/6000 file reading (on Suns, for easier debug).John Gilmore1-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.
1993-02-11* mips-tdep.c (isa_NAN): Fix byte order dependency.John Gilmore1-0/+4
Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>, fixed by sato@sm.sony.co.jp.
1993-02-11 * xcoffread.c (parmsym): Don't use an initializer to set upJohn Gilmore2-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.
1993-02-11Eliminate IBM6000_HOST, document IBM6000_TARGET.John Gilmore2-7/+23
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