aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1998-11-11Removed superflous code.Nick Clifton2-593/+28
1998-11-11div(-0) sets both I/SI and D/SD (PR16522)Andrew Cagney2-0/+8
1998-11-11dummy commit before egcs mergeJeff Law1-9/+44
1998-11-11dummy commit before egcs mergeJeff Law14-74/+1247
1998-11-11dummy commit before egcs mergeJeff Law11-63/+1244
1998-11-11* ld.texinfo: added i386pe option summaryDJ Delorie1-0/+4
1998-11-11Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-1/+1
* acinclude.m4, config.bfd: detect cygwin* instead of cygwin32*. * aclocal.m4, configure: regenerate
1998-11-11Tue Nov 10 16:17:06 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer3-2/+7
* acinclude.m4: detect cygwin* instead of cygwin32*. * aclocal.m4, configure: regenerate
1998-11-10Add dependency of readelf.c on elf/fr30.hNick Clifton3-15/+39
1998-11-10Add support for disassemble FR30 instructions.Nick Clifton2-0/+31
1998-11-10Add support for FR30 target.Nick Clifton1-3/+6
1998-11-10Add support for generating FR30 machine numberNick Clifton2-0/+7
1998-11-10Reduce EM_CYGNUS_FR30 to a 16 bit valueNick Clifton2-1/+5
1998-11-10 * pe-dll.c (process_def_file): properly note undefined exportedDJ Delorie3-111/+184
symbols, clean up old code. (pe_dll_generate_def_file): don't crash if pe_def_file is NULL * emultempl/pe.em (gld_i386_parse_args): add (en/dis)able-stdcall-fixups (pe_fixup_stdcalls): warn about stdcall fixups (gld_i386_unrecognized_file): make exported symbols undefs so that archive members get pulled in
1998-11-10New files for testing fr30 assemblerNick Clifton6-0/+606
1998-11-10Added fr30 directory to things to looseNick Clifton1-1/+1
1998-11-10Added tc-fr30.h to things to looseNick Clifton1-0/+1
1998-11-10Add vtable relocs.Catherine Moore2-6/+7
1998-11-10Changes so that GAS will build - not work - just build.Nick Clifton3-174/+84
1998-11-10 * scripttempl/elfd10v.sc: Add KEEP attribute to .init,Catherine Moore1-0/+6
.fini, .dtors and .ctors. Add .data and .text wildcards to support section garbage collection.
1998-11-10 * acinclude.m4 (BFD_HAVE_SYS_PROCFS_TYPE,Felix Lee4-763/+447
BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): didn't define macro when value was cached. * aclocal.m4, configure: regenerated.
1998-11-10 * elf32-d10v.c (reloc_type): Add R_D10V_GNU_VTINHERIT andCatherine Moore1-0/+13
R_D10V_GNU_VTENTRY relocs. (elf_d10v_howto_table): Likewise. (d10v_reloc_map d10v_reloc_map): Likewise. (elf32_d10v_gc_mark_hook): New. (elf32_d10v_gc_sweep_hook): New. (elf32_d10v_check_relocs): New. (elf32_d10v_relocate_section): New. (elf_backend_relocate_section): Define. (elf_backend_can_gc_sections): Define.
1998-11-10 * config/tc-d10v.h (obj_fix_adjustable): Define.Catherine Moore2-15/+133
(TC_FORCE_RELOCATION): Define. (d10v_force_relocation): Declare. * config/tc-d10v.c (tc_gen_reloc): Handle Vtable relocs. (md_apply_fix3): Handle Vtable relocs. (d10v_fix_adjustable): New. (d10v_force_relocation): New.
1998-11-10 * cgen-dis.in (print_normal): CGEN_OPERAND_FAKE renamed toDoug Evans7-312/+773
CGEN_OPERAND_SEM_ONLY. * m32r-dis.c,m32r-opc.c,m32r-opc.h: Rebuild. * fr30-dis.c,fr30-opc.c,fr30-opc.h: Rebuild.
1998-11-10* deffilep.y: properly handle relocs with multiple def_files,DJ Delorie3-3/+19
cache import module names
1998-11-10* pe-dll.c (process_def_file): don't assume exports won't moveDJ Delorie2-8/+15
during a realloc
1998-11-10add fr30 sanitization markersDoug Evans1-0/+2
1998-11-09Mon Nov 9 18:22:55 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-52/+52
* po/opcodes.pot: Regenerate. * po/POTFILES.in: Regenerate.
1998-11-09Mon Nov 9 18:22:55 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley3-8/+98
* po/opcodes.pot: Regenerate. * po/POTFILES.in: Regenerate. * fr30-opc.c: Regenerate. * fr30-opc.h: Regenerate.
1998-11-09* pe-dll.c (process_def_file): auto-export everything ifDJ Delorie2-1/+3
nothing is otherwise exported.
1998-11-09* emultempl/pe.em (gld_i386_list_options): list dll-specific options.DJ Delorie2-0/+7
1998-11-09Change default behaviour so that conflicts between register names and usr ↵Nick Clifton1-0/+5
symbols are ignored.
1998-11-09oops, wasn't done editing that one yet.DJ Delorie1-3/+5
1998-11-09 * pe-dll.c: New file; direct support for PE DLLsDJ Delorie10-248/+2625
* deffile.h: New file; direct support for PE DLLs * deffilep.y: New file; direct support for PE DLLs * emultempl/pe.em: add direct support for PE DLLs * configure.tgt: allow target-specific extra files * configure.in: allow target-specific extra files * ldlang.c (lang_add_assignment): return the assignment so that one can change the value later based on the object files (pe-dll DEF files do this) * ldint.texinfo: add section for emulation walkthrough