aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1996-06-28 * configure,configure.in: Add target sparclet.Dawn Perchik10-89/+507
* monitor.h,monitor.c: Added monitor flags MO_NO_ECHO_ON_SETMEM (don't expect echo on setmem command), MO_RUN_FIRST_TIME (if command to start process running on target is different from one to continue execution), MO_HEX_PREFIX (if addresses from monitor have a "0x" prefix). * monitor.c,parse.c,sparc-tdep.c: Don't require strings in the registers array. This is to allow NULLs to be place holders in the tm-*.h file so that only minor changes are needed when a new processor is introduced (eg, one without floating point). * sparc-tdep.c: Conditionally remove dependancies on floating point. * sparclet-rom.c,config/sparc/sparclet.mt,config/sparc/tm-sparclet.h: New files for target sparclet. * symfile.c: Add option for 2nd parameter on load command : a load offset added to the vma of each section.
1996-06-28 * main.c (main): Add option "l" for setting remote_timeout.Dawn Perchik2-0/+23
1996-06-28 * remote-e7000.c,remote.c,target.h,top.c:Dawn Perchik5-11/+108
Add set option "remote_timeout" for setting remote_timeout. Add set option "use_hard_breakpoints" for setting hardware .vs. memory breakpoints.
1996-06-28 * remote-e7000.c (e7000_parse_device): New function.Dawn Perchik2-17/+56
Add option "tcp_remote" to target command if using tcp to connect to a remote host which is then connected via serial port to the e7000 (for exampole, a port master). (e7000_open): Change to call e7000_parse_device.
1996-06-28 * monitor.c (monitor_debug): Fix remotedebug buffering.Dawn Perchik2-12/+46
1996-06-28 * gdb.base/signals.exp (test_handle_all_print): Temporarily increaseFred Fish2-2/+10
timeout by 60 seconds.
1996-06-28 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.Fred Fish2-2/+8
* config/netware.exp (gdb_run_cmd): Restore old timeout before doing error return.
1996-06-28 * config/i386/cygwin32.mh, config/powerpc/cygwin32.mhStan Shebs3-4/+7
(NATDEPFILES): Add a space.
1996-06-28 * lib/gdb.exp (default_gdb_start): When reporting a timeout duringFred Fish2-4/+19
gdb initialization, also report how long dejagnu waited. Restore old timeout before doing error return. Temporarily increase timeout by 3 minutes to allow for slow startups over heavy NFS use.
1996-06-27Add gawk to list of things to buildGeoffrey Noer2-1/+6
1996-06-27 * listing.c (listing_print): Close the listing file if it is notIan Lance Taylor1-8/+9
stdout. Close the other files opened for the listing.
1996-06-27 * config/tc-sparc.h (md_cons_align): Define.Ian Lance Taylor1-0/+15
(sparc_cons_align): Declare. (HANDLE_ALIGN): Define. (sparc_handle_align): Declare. * config/tc-sparc.c (sparc_cons_align): New function. (sparc_handle_align): New function. * read.c (cons_worker): Call md_cons_align if it is defined.
1996-06-27Thu Jun 27 20:39:40 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion1-0/+5
* config/tc-mips.c (append_insn): Parenthesize cop_interlocks expressions.
1996-06-27 * as.h (struct frag): Remove unused align_mask and align_offsetIan Lance Taylor2-16/+11
fields.
1996-06-27 * configure.host: Use -print-file-name=FILE rather than pipingIan Lance Taylor1-0/+8
-print-libgcc-file-name through sed. (i[345]86*-*-sco*, i[345]86-*-isc*): Create crtbegin.o and crtend.o files, in case gcc doesn't use them. * Makefile.in (mostlyclean): Remove crtbegin.o and crtend.o.
1996-06-27 * listing.c (calc_hex): Offset by fr_fix when examining fr_var.Ian Lance Taylor2-33/+68
From <uddeborg@carmen.se>.
1996-06-27remove debugging codeIan Lance Taylor1-1/+0
1996-06-27 * configure.in: Call AC_ISC_POSIX.Ian Lance Taylor5-4/+42
* configure: Rebuild. * Makefile.in (gprof): Pass $(CFLAGS) during link. * hertz.c: Don't include <sys/time.h>; let sysdep.h handle that. If HAVE_SETITIMER is not defined, try using sysconf.
1996-06-27 * configure.in: Add AC_ISC_POSIX, and check for setitimer andIan Lance Taylor1-0/+6
sysconf functions (for gprof). * configure, config.in: Rebuild.
1996-06-27 * ecoff.c (_bfd_ecoff_archive_p): Check the first object file inIan Lance Taylor1-0/+4
an archive if it has a map. If the object file has the wrong xvec, reject it. PR 9972.
1996-06-27Adding bash and time to list of hosttoolsGeoffrey Noer1-3/+4
1996-06-26 * coff-alpha.c (alpha_adjust_reloc_in): Set the addend for aIan Lance Taylor1-0/+5
BRADDR, SREL16, SREL32, or SREL64 reloc against an external symbol. (alpha_relocate_section): Likewise.
1996-06-26 * coffswap.h (coff_swap_reloc_out): Use RELSZ, not sizeof.Ian Lance Taylor2-10/+25
(coff_swap_filehdr_out): Use FILHSZ, not sizeof. (coff_swap_sym_out): Use SYMESZ, not sizeof. (coff_swap_aux_out): Use AUXESZ, not sizeof. (coff_swap_lineno_out): Use LINESZ, not sizeof. (coff_swap_aouthdr_out): Use AOUTSZ, not sizeof. (coff_swap_scnhdr_out): Use SCNHSZ, not sizeof. * peicode.h: Corresponding changes.
1996-06-26 * All files: Define FILHSZ, AOUTSZ, AOUTHDRSZ, SCNHSZ, SYMESZ,Ian Lance Taylor4-5/+426
AUXESZ, LINESZ, RELSZ as numeric constants rather than uses of sizeof. Define AOUTHDRSZ in all files. * pe.h (AOUTSZ): Define by adding to AOUTHDRSZ.
1996-06-26Make simulator build again on SunOS and HP/US systemsMichael Meissner1-20/+90
1996-06-26 * configure.tgt (mips*-dec-osf*): New target.Ian Lance Taylor1-0/+4
1996-06-26 * configure.in (mips-*-osf*): New target.Ian Lance Taylor1-0/+3
* configure: Rebuild.
1996-06-26 * config/tc-m68k.c: Add 68ec060 as a synonym for 68060.Ian Lance Taylor1-0/+4
1996-06-26COPYING.LIB, config, config-ml.in, etc, and symlink-tree are not in IDKTom Tromey1-5/+39
1996-06-26Wed Jun 26 16:23:08 1996 James G. Smith <jsmith@cygnus.co.uk>Jackie Smith Cashion2-17/+41
* config/tc-mips.c: Added cop_interlocks, to avoid NOP insertion between co-processor comparisons and branches for the VR4300. The preliminary documentation was slightly unclear on this issue, but NEC have confirmed that there is an interlock within the CPU.
1996-06-26Sanitize h8s stuff out of bfd-in2.h too.Jeff Law1-1/+1
1996-06-26 * gdbtypes.c (create_array_type): If TYPE_LENGTH (result_type)Wilfried Moser3-59/+16
is zero, set TYPE_FLAG_TARGET_STUB to force reevaluation of the type. * ch-exp.c (calculate_array_length): Function removed.
1996-06-26Added.Jackie Smith Cashion1-0/+44
1996-06-26Keep the mips directory.Jackie Smith Cashion1-2/+1
1996-06-26 * lib/gdb.exp: Report timeout value for verbosity level 2.Fred Fish13-23/+304
* config/gdbserver.exp: Ditto. * config/hppro.exp: Ditto. * config/mips-gdb.exp: Ditto. * config/monitor.exp: Ditto. * config/netware.exp: Ditto. * config/sim-gdb.exp: Ditto. * config/slite-gdb.exp: Ditto. * config/udi-gdb.exp: Ditto. * config/unix-gdb.exp: Ditto. * config/vx-gdb.exp: Ditto. * gdb.base/a1-selftest.exp: Ditto. * gdb.base/a2-run.exp: Ditto. * gdb.base/break.exp: Ditto. * gdb.base/corefile.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/recurse.exp: Ditto. * gdb.base/scope.exp: Ditto. * gdb.base/signals.exp: Ditto.
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda11-138/+817
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda2-2/+23
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. (AC_PROG_CC): Moved to before configure.host call. * configure: Rebuilt.
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda3-2/+25
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-06-26 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda1-1/+2
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir, oldincludedir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-06-26 * remote-e7000.c (e7000_read_inferior_memory_large): New function.Martin Hunt2-26/+69
(e7000_xfer_inferior_memory): Call it. PR 9754
1996-06-25Comment out code to make GOT pointers negative of the GOT symbol for nowMichael Meissner2-1/+9
1996-06-25Tue Jun 25 11:41:24 1996 Richard Henderson <rth@tamu.edu>Ian Lance Taylor2-0/+3310
* elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't increment the .rela.plt size until after we're done creating the .plt entry. (elf64_alpha_finish_dynamic_symbol): Change .plt entry to load the .rela.plt offset directly rather than calculating it.
1996-06-25 * gdb.threads/Makefile.in (docdir): Removed.Jason Molenda2-0/+160
1996-06-25 * gdb/gdbserver/Makefile.in (docdir): Removed.Jason Molenda2-1/+4
1996-06-25 * Makefile.in (docdir): Remove.Jason Molenda1-0/+4
1996-06-25 * Makefile.in (datadir): Set to $(prefix)/share.Jason Molenda1-0/+5
(docdir): Removed.
1996-06-25 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):Jason Molenda1-0/+19
Use autoconf-set values. (docdir, oldincludedir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1996-06-25 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir):Jason Molenda1-0/+21
Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. * configure: Rebuilt.
1996-06-25 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,Jason Molenda2-16/+42
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. (docdir): Removed. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): Added. * configure: Rebuilt.
1996-06-25 * Makefile.in (exec_prefix, bindir, libdir, mandir, infodir, datadir,Jason Molenda4-10/+86
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values. * configure.in (AC_PREREQ): autoconf 2.5 or higher. (AC_PROG_INSTALL): added. * configure: Rebuilt.