aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-11-18Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-10/+21
* Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that they include winsup/include when it's a cygwin target.
1998-11-18Fixed a typo.Michael Snyder1-1/+1
1998-11-18Wed Nov 11 15:47:00 1998 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-14/+24
* procfs.c (proc_set_exec_trap): don't set PR_ASYNC or PR_FORK in the child process for UnixWare (causes processes forked by the debuggee to hang).
1998-11-17Re-do type system so that GCC's explicit attribute/mode types are usedAndrew Cagney1-0/+5
(when available). Update sim-bits and sim-alu tests in sim/testsuite/common.
1998-11-17Fixed simple fr30 reloc handling.Nick Clifton2-11/+22
1998-11-17Fixed reloc generation to match latest opcoide list from cgen.Nick Clifton2-23/+23
1998-11-17Moved bad insns to end of test file and added disassembly of good insns.Nick Clifton2-179/+69
1998-11-17PR17074 - ignore line terminator characters found inside strings.Nick Clifton2-2/+9
1998-11-17regenerated Makefile.inNick Clifton1-0/+4
1998-11-17typoDJ Delorie1-0/+2
1998-11-17typoDJ Delorie1-1/+1
1998-11-17 * archive.c (bfd_ar_hdr_from_filesystem): support BFD_IN_MEMORYDJ Delorie2-11/+104
bfds; they have no "file" so we fake it. * bfd-in2.h: add bfd_make_writable and bfd_make_readable (regen) * libbfd.c (bfd_write): Allow writing to BFD_IN_MEMORY bfds by resizing the memory buffer. * opncls.c (bfd_make_writable): New function; lets you write a bfd_create'd bfd to an in-memory buffer. (bfd_make_readable): New function; lets you read back that buffer as if it were from bfd_openr. Used to build generated archive members (winsup's ld's dlltool)
1998-11-17* emultempl/pe.em (gld_i386_finish): generate import libraryDJ Delorie3-7/+497
* deffile.h: add hint member. * pe-dll.c (pe_dll_generate_implib): New function with helpers; generates the import library directly from the export table. (fill_edata): remember the actual hint for the import library.
1998-11-17Fix syntax errorsNick Clifton2-4/+7
1998-11-17Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley2-4/+8
* gas/fr30/allinsn.s: Fixed more typos.
1998-11-17Mon Nov 16 19:21:48 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley5-208/+671
* fr30-opc.c: Regenerated. * fr30-opc.h: Regenerated. * fr30-dis.c: Regenerated. * fr30-asm.c: Regenerated.
1998-11-17Mon Nov 16 19:17:23 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+4
* po/binutils.pot: Regenerate.
1998-11-17Mon Nov 16 19:15:19 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+4
* po/bfd.pot: Regenerated.
1998-11-16Mon Nov 16 14:17:05 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-15/+21
* defs.h: if compiling under Cygwin, define __CYGWIN__ if __CYGWIN32__ is defined and __CYGWIN__ isn't for backwards compatibility.
1998-11-16Replaced fixed size array for hi16 relocations with a linked list.Nick Clifton2-83/+278
1998-11-16Regenerated these files.Nick Clifton1-0/+6
1998-11-16* sun build fix for thinko (?)Frank Ch. Eigler1-1/+1
1998-11-16 * elf64-alpha.c (elf64_alpha_relax_section): Search for the properRichard Henderson1-0/+7
element of the gotentry list for local symbols too. (elf64_alpha_relocate_section): Unify local and global handling. Assert that gotent->use_count > 0.
1998-11-14 * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, andIan Lance Taylor2-16/+24
update for file name changes of July 2, 1998. (vms_vax_vec): New. * configure: Rebuild.
1998-11-14 * debug.c (debug_name_type): Correct return type from false toIan Lance Taylor1-0/+10
DEBUG_TYPE_NULL.
1998-11-14 * ld.1: Some cleanups from NOKUBI Hirotaka <hnokubi@yyy.or.jp>.Ian Lance Taylor2-5/+13
1998-11-14* Personal prototype "gx" translation-based JIT engine for M32R.Frank Ch. Eigler23-0/+11603
[ChangeLog] start-sanitize-gxsim 1998-11-13 Frank Ch. Eigler <fche@elastic.org> * configure.in: Added "--enable-sim-gx" option. * configure: Regenerated. end-sanitize-gxsim [common/ChangeLog] 1998-11-13 Frank Ch. Eigler <fche@elastic.org> start-sanitize-gxsim * Make-common.im: Build sim-gx.o and sim-gx-run.o. * sim-gx.c: New file: target-independent gx routines. * sim-gx.h: Declarations for gx structs and routines. * sim-gx-run.c: New file: target-independent gx driver. * sim-base.h: Add gx block vector to state struct. end-sanitize-gxsim * aclocal.m4: Add tests for dlopen family.
1998-11-14* sanitize fix for do-shifts.SFrank Ch. Eigler1-0/+1
1998-11-14fix up sanitize fileGeoffrey Noer1-4/+4
1998-11-14fix sanitize fileGeoffrey Noer1-4/+4
1998-11-13Fixed typos and added some uppercase vs lowercase testingNick Clifton2-19/+24
1998-11-13 * configure.in (host_tools): Added zip.Tom Tromey3-4/+19
* Makefile.in (all-target-libjava): Depend on all-zip. (all-zip): New target. (ALL_MODULES): Added all-zip. (NATIVE_CHECK_MODULES): Added check-zip. (INSTALL_MODULES): Added install-zip. (CLEAN_MODULES): Added clean-zip.
1998-11-13Added zip to java filesTom Tromey1-1/+1
1998-11-13Fri Nov 13 00:15:08 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer31-978/+617
Changes to account for name change from cygwin32 to cygwin and clean up Win32-related ifdefs. * configure.tgt: check for cygwin* instead of cygwin32. New cygwin gdb_target variable loses the "32". * configure.host: check for cygwin* instead of cygwin32. New cygwin gdb_host variable loses the "32". * configure.in: test __CYGWIN__ instead of __CYGWIN32__, rename gdb_cv_os_cygwin32 variable to drop the "32". Call AM_EXEEXT instead of AC_EXEEXT since that isn't in a released autoconf yet. * configure: regenerate. * main.c: drop "32" from cygwin_ funcs, include sys/cygwin.h where cygwin path conv protos live, instead of adding a proto here for them here. * {main.c, ser-tcp.c, ser-unix.c, top.c}: check __CYGWIN__ instead of __CYGWIN32__. * source.c: thoughout, check _WIN32 instead of WIN32. * config/i386/cygwin32.mh: delete. * config/i386/cygwin.mh: new file, was cygwin32.mh. * config/i386/cygwin32.mt: delete. * config/i386/cygwin.mt: new file, was cygwin32.mt. * config/i386/tm-cygwin32.h: delete. * config/i386/tm-cygwin.h: new file, was tm-cygwin32.h. * config/i386/xm-cygwin32.h: delete. * config/i386/xm-cygwin.h: new file, was xm-cygwin32.h. * config/i386/xm-windows.h: #include xm-cygwin.h now. * config/powerpc/cygwin32.mh: delete. * config/powerpc/cygwin.mh: new file, was cygwin32.mh. * config/powerpc/cygwin32.mt: delete. * config/powerpc/cygwin.mt: new file, was cygwin32.mt. * config/powerpc/tm-cygwin32.h: delete. * config/powerpc/tm-cygwin.h: new file, was tm-cygwin32.h. * config/powerpc/xm-cygwin32.h: delete. * config/powerpc/xm-cygwin.h: new file, was xm-cygwin32.h. * rdi-share/aclocal.m4: regenerate with aclocal. * rdi-share/configure: regenerate with autoconf. * rdi-share/{host.h, hostchan.c, hostchan.h, serdrv.c, * serpardr.c, unixcomm.c}: check __CYGWIN__ instead of __CYGWIN32__.
1998-11-13Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-1/+5
* Makefile.in: lose "32" from comment about cygwin.
1998-11-13 * remote.c (remote_get_threadinfo) : Support for remoteJohn Metzler3-6/+169
multithread debugging. (remote_get_threadlist) : get a partial list of threads (remote_threadlist_iterator) : Step through all the threads (init_remote_threadtests) : Optional builtin unit test commands. * thread.c (bind_target_thread_vector) : Implementa a more dynamic way of accessing target specific thread info functions than FIND_NEW_THREADS. (target_thread_info) : Function to get extended thread information. * gdbthread.h : Export internal data structures corresponding to external detailed thread info response. This is more like a 'ps' command than what might be expected of host based threads. This is for embedded systems.
1998-11-13Add support for delay slot insns.Nick Clifton2-34/+67
1998-11-13Thu Nov 12 19:24:18 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley5-38/+1891
* po/opcodes.pot: Regenerated. * fr30-opc.c: Regenerated. * fr30-opc.h: Regenerated. * fr30-dis.c: Regenerated. * fr30-asm.c: Regenerated.
1998-11-13Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-0/+28
* po/ld.pot: Regenerated. * po/POTFILES.in: Regenerated.
1998-11-13Thu Nov 12 19:21:57 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley3-275/+713
* po/ld.pot: Regenerated. * po/POTFILES.in: Regenerated. * configure: Regenerated. * aclocal.m4: Regenerated. * Makefile.in: Regenerated.
1998-11-13Thu Nov 12 19:21:24 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-1/+5
* po/gas.pot: Regenerated.
1998-11-13Thu Nov 12 15:20:15 1998 Jim Ingham <jingham@cygnus.com>Jim Ingham6-46/+97
* console.tcl (complete): I added the ability to pass from_tty from gdb_cmd to the underlying commands. Pass 1 when the command is invoked from the console. * interface.tcl (gdbtk_tcl_tstart, gdbtk_tcl_tstop): Run the src window's do_tstop method rather than manipulating the widgets by hand. * src.tcl (build_win): Redo the packing so that the function combobox doesn't push all the other combo-boxes off the screen if it has a very long function name in it. * srcbar.tcl (do_tstop): Added a mode that just changes the GUI, which can be called from console hooks. * srctextwin.tcl: Fixed some bugs I introduced in setting breakpoints in the assembly & mixed mode windows. Dropped the notion of joint breakpoint images for lines that have breakpoints of two separate types. Too fragile. Also added the "dont_change_appearance" flag, used in the continue_to_here method to tell the GUI not to reflect the temporary disabling of all the breakpoints. * toolbar.tcl (insert_buttons): Added a little more error-checking. Thu Nov 12 15:20:15 1998 Jim Ingham <jingham@cygnus.com> * gdbtk-cmds.c (gdb_cmd): Added an optional second argument to the gdb_cmd, which is from_tty. This is passed to the gdb command parser. It is 0 by default, and the console window passes 1. * gdbtk-cmds.c: moved disassemble_from_exec from gdbtk.c to gdbtk-cmds.c with all the other link-var'ed variables * gdbtk-hooks.c (gdbtk_trace_find): Only run the hook functions if we are called from_tty. * gdbtk-hooks.c (gdbtk_trace_start_stop): Set the trace buttons from a trace_start_command callback rather than doing it as a special case in gdb_cmd. * tracepoint.c (tstart_command, tstop_command): Add call to trace_start_stop_hook here.
1998-11-13Thu Nov 12 19:19:54 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley2-12/+17
* po/bfd.pot: Regenerated.
1998-11-12Add code to support FR30 instrucitons which contain a colon in their mnemonicNick Clifton3-0/+80
1998-11-12* test case for PR 18230, over from d30v branchFrank Ch. Eigler1-0/+4
1998-11-12 Frank Ch. Eigler <fche@cygnus.com> * br-djsr.S: New test for new R62-update timing.
1998-11-12Add configury for mips-lsi-elf target (32 bit MIPS16).Andrew Cagney7-84/+135
Fix numerous problems with PENDING_* code. In old gencode simulator, don't double tick each cycle. Add BREAK instruction to MIPS16 gencode simulator.
1998-11-11sanitize fr30 partsDoug Evans1-0/+2
1998-11-11* pe-dll.c (generate_reloc): don't output PE relocs for sectionsDJ Delorie2-1/+25
that won't be loaded.
1998-11-11 * sim-hload.c (sim_load): Pass `prog_name' to sim_load_file, not NULL.Doug Evans1-0/+4
1998-11-11* pe-dll.c (fill_edata): don't strip underscoresDJ Delorie2-1/+5