Commit graph

24865 commits

Author SHA1 Message Date
Jim Ingham
b11485dae8 1999-02-05 James Ingham <jingham@cygnus.com>
* Makefile.in: Add GDBTK_CFLAGS - this is now used to hold
        -fwritable-strings when compiling with Tk8.1.
        * configure.in: Add GDBTK_CFLAGS, set it to -fwritable-strings for
        Tcl/Tk8.1 & greater.
        * acinclude.m4: Move the rest of the defines to find Itcl, Itk &
        Tix from aclocal.m4 to here.
        * aclocal.m4: regenerate.
        * configure: regenerate.

        * gdbtk-hooks.c (x_event): Tcl_ObjGetVar2 was removed from
        Tcl8.1.  Use Tcl_GetVar2 instead.
        * gdbtk-hooks.c (gdbtk_trace_find): Fix up call to
        Tcl_GlobalEvalObj for Tcl/Tk 8.1.
        * gdbtk-hooks.c (gdbtk_trace_start_stop): Call to Tcl_EvalObj was
        inefficient, replace with call to Tcl_GlobalEval.
        * gdbtk.c: Don't swap out the Tcl_Alloc calls in gdbtk.c.  We took
        care of that in Tcl itself for 8.1.
        * gdbtk.c: Remove const from the script string since Tcl8.1 has
        taken to scribbling sentinals into strings passed to it again...

        * gdbtk-cmds.c (wrapped_call): Change declaration of 1st arg from
        char * to PTR to eliminate warning.
        * gdbtk-cmds.c (perror_with_name_wrapper): Ditto
1999-02-06 01:50:46 +00:00
Stan Shebs
77e3189254 Actually part of gdb.texinfo change. 1999-02-06 01:28:34 +00:00
Stan Shebs
c1a227bf1d * gdb.texinfo: Many changes; update to Seventh Edition,
merge some HP changes into mainline, describe some previously
	undocumented features, describe more of the target commands
	available, eliminate obsolete section on renamed commands.
	* all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1999-02-06 01:26:06 +00:00
DJ Delorie
944014510b oops, wrong branch - cvs mistake 1999-02-06 01:14:52 +00:00
DJ Delorie
a76051d231 merge from main branch for danlite/sparc86x merge 1999-02-06 01:08:02 +00:00
Stan Shebs
0ee74219a1 * NEWS: Add mentions of various new things. 1999-02-06 00:48:21 +00:00
Doug Evans
79caaa57ed s/sanitize-m32rx/sanitize-cygnus/ 1999-02-05 19:42:14 +00:00
Jeff Law
37c5a28b29 m32rx -> cygnus sanitization changes. 1999-02-05 17:49:42 +00:00
Jeff Law
579d9a9749 m32rx -> cygnus sanitization change. 1999-02-05 17:39:42 +00:00
Nick Clifton
8761296743 Fix arm-coff relocations. 1999-02-05 17:34:41 +00:00
Jeff Law
d53e566bc0 m32rx -> cygnus sanitization change. 1999-02-05 17:34:40 +00:00
Jeff Law
6a1132ef3f m32rx -> cygnus sanitization changes. 1999-02-05 17:28:16 +00:00
Jeff Law
1305940a82 m32rx -> cygnus sanitization change. 1999-02-05 17:20:25 +00:00
Frank Ch. Eigler
e346625314 * Fix for PR 17794, brought over from ecc-98r1-branch.
1999-02-05  Frank Ch. Eigler  <fche@cygnus.com>
	* dv-tx3904sio.c (tx3904sio_tickle): After a polled I/O from the
 	CPU, start periodic background I/O polls.
	(tx3904sio_poll): New function: periodic I/O poller.
1999-02-05 13:55:16 +00:00
Ian Lance Taylor
37b8afa06e * Makefile.am: Rebuild dependencies.
(HFILES): Add fr30-opc.h.
	(CFILES): Add fr30-asm.c, fr30-dis.c, fr30-opc.c.
	* Makefile.in: Rebuild.
1999-02-05 05:36:07 +00:00
Ian Lance Taylor
7598005b99 * Makefile.am: Rebuild dependencies.
* Makefile.in: Rebuild.
1999-02-05 05:23:15 +00:00
Ian Lance Taylor
9ef54c11b0 rebuild 1999-02-05 05:10:52 +00:00
Ian Lance Taylor
eca2f6d7c5 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
	AC_PROG_INSTALL.
	* acconfig.h: Remove.
	* configure: Rebuild with current autoconf/automake.
	* aclocal.m4: Likewise.
	* config.in: Likewise.
	* Makefile.in: Likewise.
1999-02-05 05:10:03 +00:00
Ian Lance Taylor
0d5c57a5b0 rebuild 1999-02-05 05:01:12 +00:00
Ian Lance Taylor
40a6597a59 * configure.in: Change AC_PREREQ to 2.13. Remove AM_CYGWIN32.
Change AM_EXEEXT to AC_EXEEXT and AM_PROG_INSTALL to
	AC_PROG_INSTALL.  Add comments to uses of AC_DEFINE.
	* acinclude.m4: Add comments to uses of AC_DEFINE.
	* acconfig.h: Remove.
	* configure: Rebuild with current autoconf/automake.
	* aclocal.m4: Likewise.
	* config.in: Likewise.
	* Makefile.in: Likewise.
1999-02-05 04:59:41 +00:00
Jason Molenda
bdb7b08518 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
* gdb.base/miscexprs.exp: Change patterns to match GDB's
        actual output formatting.
        * gdb.base/smoke.exp: GDB removes leading 0's.
        * gdb.base/volatile.exp: Don't check type of remuneration;
        that variable is no longer defined in constvars.c.
        * gdb.base/step-test.c (main): Exit with explicit exit code.
        * gdb.base/step-test.exp: Remove two nexti checks--they are
        not portable.
1999-02-05 02:56:20 +00:00
DJ Delorie
e854542252 * libbfd.c (real_read): don't call fread for zero bytes. This
covers up a bug (or misuse of bfd) that's exposed by Solaris.
1999-02-05 02:29:30 +00:00
Ian Lance Taylor
e0e5b6c603 * configure.in: Do build ld for ix86 Solaris. 1999-02-05 01:44:35 +00:00
Jason Molenda
edec2582e4 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
* gdb.base/help.exp ("help delete display"): Fix test to match
        gdb's output.

        * gdb.base/long_long.c (known_types): Initialize values to zero.
        * gdb.base/long_long.exp: Step one more line
        so 'dec' is initialized in "get to known place".  GDB doesn't
        prepend unnecessary zeros to the front of numbers.  Explicitly
        ask for hex formatting.  Use unique test case names.
1999-02-05 00:59:26 +00:00
Doug Evans
c2ebe6b880 * cpux.h,decodex.c,modelx.c,semx-switch.c: Regenerate.
Plus s/sanitize-m32rx/sanitize-cygnus/
1999-02-05 00:15:14 +00:00
Doug Evans
b8f10877cf s/sanitize-m32rx/sanitize-cygnus/ 1999-02-05 00:01:20 +00:00
Stan Cox
870b15c5dd * elf32-mips.c (mips_elf_relocate_section): Insure that the target
of a jump is in the current 256 MB region.
1999-02-04 22:35:39 +00:00
Doug Evans
f5ee0390c5 expand on a comment and reorg for 80 column screen some code in
assemble_two insns
1999-02-04 22:32:46 +00:00
Doug Evans
bbbad6ead2 keep outofrange.s 1999-02-04 22:15:27 +00:00
Doug Evans
56629002aa * gas/m32r/outofrange.s: New testcase.
* gas/m32r/error.exp: Run it.
PR 19044
1999-02-04 22:15:12 +00:00
Gavin Romig-Koch
d0d495f601 improve sanitation 1999-02-04 21:23:37 +00:00
Gavin Romig-Koch
1d9b80fd7c improve sanitation 1999-02-04 21:01:09 +00:00
Ian Lance Taylor
e699d92ff7 * m68k-opc.c: Correct move (not movew) to status word on 5200. 1999-02-04 18:49:50 +00:00
Keith Seitz
8f87134c12 Doh!
* gdbtk-variable.c (variable_create): Allocate enough
        space to hold the NULL, too!
1999-02-04 18:37:01 +00:00
Jeff Law
c498fa7287 * config/tc-mn10300.c (md_assemble): "exreg0", "exreg1", "exregother",
and "all" are not valid operands when not in am33 mode.
1999-02-04 17:40:02 +00:00
Ian Lance Taylor
3446cf02bc * format.c (bfd_check_format_matches): Change last patch to only
take effect for the binary target.
1999-02-04 17:16:05 +00:00
Christopher Faylor
2ab6ecfc96 * configure.in: Move termcap determination a later in the file to catch
setting of cygwin flag.
* configure: Regenerate.
1999-02-04 05:21:55 +00:00
Jeff Law
a12bb0d853 Fix minor buglet. 1999-02-04 05:17:29 +00:00
Martin Hunt
f5818bcf68 1999-02-03 Martin Hunt <hunt@cygnus.com>
* console.test (clear_command_line): Add tests 1.5 - 1.8,
	which test the new Shift-Up and Shift-Down bindings.
1999-02-04 02:49:41 +00:00
Ian Lance Taylor
b466dbe064 x 1999-02-04 00:50:08 +00:00
Ian Lance Taylor
d17a18df0a * ldctor.c (ldctor_build_sets): Just set SEC_KEEP once. Check for
an owner of a section before using it to look up a reloc type.
	Don't set SEC_KEEP for the absolute section.
1999-02-04 00:42:03 +00:00
Keith Seitz
84d0414f88 Whoops. Wrong changelog! 1999-02-03 21:39:45 +00:00
Keith Seitz
c951836e48 * gdbtk-variable.c (variable_create): Add parentheses to the name
so that casts do not confuse the expression parser.
1999-02-03 21:39:02 +00:00
Catherine Moore
c7fde2d901 add elf_fr30_check_relocs. 1999-02-03 21:09:07 +00:00
Richard Henderson
b7a4b50949 * config/tc-alpha.c (md_show_usage): Document pca56 and ev6 options. 1999-02-03 19:36:27 +00:00
Christopher Faylor
d8f6bd4ee7 * config/i386/cygwin.mh: Move TERMCAP test code to configure.in.
* configure.in: Treat libtermcap.a detection as a special case when
hosting on cygwin.
* configure: Regenerate.
1999-02-03 19:29:00 +00:00
Keith Seitz
2a9984fc65 * gdbtool.ico: Add missing desktop image. 1999-02-03 17:03:18 +00:00
Keith Seitz
62286abf6e * remote.c (remote_binary_download, remote_binary_length): New
static globals for dealing with binary transmissions.
        (remote_write_bytes): Add support for binary downloads
        by shadowing the "M" packet with a new "X" packet. This
        defaults to ON; if the stub does not understand this, it
        will fall back to using "M".
        (putpkt): Add support for binary downloading.
        * monitor.c (monitor_expect): The mon2000 monitor
        on the MSA2000 will also emit random DC1/DC3 chars.
        * m32r-stub.c: Change all char's to unsigned char's
        to support binary downloading.
        (handle_exception): Add support for binary downloading
        via a new "X" packet.
        (getpacket): Do NOT strip eighth bit of incoming chars.
        Watch out for escaped characters in the incoming stream.
        (putpacket): Do NOT strip eighth bit of incoming chars.
        (bin2mem): New function to write binary data directly to
        memory.
        * m32r-rom.c: Add new "mon2000" target.
1999-02-03 17:02:01 +00:00
Jim Wilson
977c3ef089 Patch to fix canadian cross build problem with libcpp.a from Felix.
* Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
	$AR_FOR_TARGET.  Likewise for RANLIB.
1999-02-03 06:41:24 +00:00
Ian Lance Taylor
6efd50e3f7 * format.c (bfd_check_format_matches): If the target was
previously specified, don't check other targets when checking for
	an archive file.
1999-02-03 02:39:33 +00:00