aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-03-25 * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case.Ian Lance Taylor2-8/+10
(fixup_segment): Add a29k special case; the linker is not prepared to see a segment offset here.
1993-03-25 * config/udi-gdb.exp (gdb_exit): Remove close command.Ian Lance Taylor2-20/+63
(gdb_target_udi): New procedure to set the UDI target. (gdb_start): Don't remove *_soc files. Use gdb_target_udi. * gdb.t00/default.exp: Added expected failures for a29k-*-udi. Added waits for prompts after several question responses. Added some more responses used by a29k-amd-udi-gdb. * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support: pass different arguments, restart UDI connection after program completion. * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp, gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*. * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection after program completion. * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is compiled with a SELECT_VECS setting. * gdb.t15/funcargs.exp: Use argument to backtrace to prevent infinite recursion. * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp: Added checks for COFF results, and made them expected failures for all targets. It would be better to make them expected failures for COFF targets only.
1993-03-25Remove i860 directory for list of things to keep.Fred Fish1-1/+3
1993-03-25 * Makefile.in: Numerous small changes to macro definitionsFred Fish4-310/+261
and rules for building gdb distribution tree. Many macros eliminated or merged, and rules simplified. * alldeps.mak: Update. * depend: Update.
1993-03-25 * app.c (do_scrub_next_char): Added new state, 10, modifying stateIan Lance Taylor1-0/+5
9 to only keep a space in between identifier characters.
1993-03-25log for configure changeKen Raeburn1-1/+5
1993-03-25Some versions of make don't like empty variable expansions on lines byKen Raeburn1-10/+10
themselves (outside of dependency rules). Fix such Chill stuff to be comments instead.
1993-03-25doc last changesDavid D. Zuhn1-1/+2
1993-03-25look in srcdir for texinfo source, then in objdirDavid D. Zuhn1-1/+5
1993-03-25Doesn't need links anymore.Rob Savoye1-13/+13
1993-03-25rename deja-gnu to dejagnuDavid D. Zuhn2-2/+3
1993-03-24add dvi, fix info & install-info (no recursion)David D. Zuhn2-6/+7
1993-03-24add dvi targetDavid D. Zuhn2-0/+5
1993-03-24recurse through SUBDIRS for dvi targetDavid D. Zuhn2-2/+6
1993-03-24add dvi target, define & use TEXI2DVIDavid D. Zuhn1-7/+9
1993-03-24add dvi targetDavid D. Zuhn1-0/+6
1993-03-24 * aout-target.h (MY(object_p)): Fail if MACHTYPE_OK isPer Bothner1-0/+461
defined, and yields false. * aout-mipsbsd.c, i386bsd.c: Define MACHTYPE_OK appropriately. * archive.c (snarf_ar_hdr): Add support for reading (only, so far) BSD-4.4-style extended headers. * archive.c: Some more comments.
1993-03-24fix setting of target_alias when using config.guess (fixes PR config/2422)David D. Zuhn2-1/+6
1993-03-24 * gdb.t31/gdbme.ch: Re-enable code that previously causedFred Fish1-0/+9
compiler to coredump. * gdb.t31/chillvars.exp: Re-enable tests that depend on that code.
1993-03-24add installcheck & dviDavid D. Zuhn1-0/+4
1993-03-24update dvi & info targetsDavid D. Zuhn1-0/+5
1993-03-24mipsbsd renaming, libbfd optimization fixesKen Raeburn1-0/+11
1993-03-24turn on file-position optimizations againKen Raeburn1-1/+1
1993-03-24disable position-caching code for nowKen Raeburn1-1/+1
1993-03-24fix some (not all) bugs in previous changesKen Raeburn1-8/+17
1993-03-24*** empty log message ***Roland Pesch1-0/+4
1993-03-24Formatting updates from progressive.Roland Pesch2-22/+28
1993-03-23aout-mipsbsd -> mipsbsdKen Raeburn2-4/+4
1993-03-23delete non-mips-related codeKen Raeburn1-67/+16
1993-03-23rename for <=14 charsKen Raeburn1-0/+20
1993-03-23Eek, a bug!Ken Raeburn1-1/+1
Position 0 means no-movement for SEEK_CUR ... not for SEEK_SET.
1993-03-23oops, left some debug code inKen Raeburn1-1/+1
1993-03-23 * gdb.t31/gdbme.ch: Comment out code that causes chill compilerFred Fish1-0/+9
coredump. * gdb.t31/chillvars.exp: Comment out tests that depend on that code.
1993-03-23Moved the hacked unexport line so that it is not the first target.Ian Lance Taylor1-5/+7
1993-03-23Move the hacked unexport line so that it does not become the firstIan Lance Taylor1-5/+7
target.
1993-03-23FILE_OFFSET_IS_CHAR_INDEX changes to libbfd.c and hosts/sparc.hKen Raeburn1-0/+11
1993-03-23libbfd.c: Maintain `where' field of BFD with current position while BFD isKen Raeburn2-35/+56
in use. If FILE_OFFSET_IS_CHAR_INDEX, assume arithmetic can be done on it, and ignore SEEK_SET requests that move to the current position. hosts/sparc.h: Define FILE_OFFSET_IS_CHAR_INDEX.
1993-03-23updated for obj-bfd-sunos, ho-decst* changesKen Raeburn1-3/+1
1993-03-23(do_relocs_for): Don't allocate storage or process relocs if there aren't anyKen Raeburn1-64/+77
relocs to process. Avoids malloc/free bug on SCO too.
1993-03-23rename for <=14 charsKen Raeburn1-0/+0
1993-03-23unused; deletedKen Raeburn2-143/+0
1993-03-23since bfd vers is > 2.0, make doc say so alsoKen Raeburn1-0/+6
1993-03-23add X11 directory supportDavid D. Zuhn1-0/+5
1993-03-23add dvi & installcheckDavid D. Zuhn1-0/+18
1993-03-23* symtab.h (struct linetable_entry): Remove confusing comment.John Gilmore2-29/+140
1993-03-23add installcheckDavid D. Zuhn6-2/+16
1993-03-23add installcheck targetDavid D. Zuhn2-0/+5
1993-03-23add installcheckDavid D. Zuhn2-4/+9
1993-03-23Add h8500-tdep.c.Fred Fish1-0/+1
1993-03-23Remove mt-unix sanitization, there is no mt-unix here.Fred Fish1-11/+0