aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1997-08-18Add suport for v850e and v850eqNick Clifton1-0/+61
1997-08-18Add support for V850eq variant opcodes.Nick Clifton1-0/+14
1997-08-18 * Add gdbtcl2 to gdbtk_files.Mark Alexander1-1/+1
1997-08-18* config.sub: Add mipstx39. Delete r3900.Gavin Romig-Koch2-48/+32
1997-08-18 * Makefile.in (all-vmake): Depends on all-tix.Jason Molenda2-1/+7
1997-08-18 * Makefile.in (all-autoconf): Depends on all-texinfo.Jason Molenda2-15/+30
autoconf tries to run makeinfo as a part of 'all'. Instead of hacking autoconf to build in the Cygnus way, I just added this dependency.
1997-08-18Sun Aug 17 20:31:57 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+4
* m32r-stub.c: fix typo
1997-08-18 * remote-sds.c: Remove unused remnants of remote.c.Stan Shebs2-141/+122
(tob64): Return the result length. (sds_interrupt): Send a stop message. (sds_wait): Add debug output for signal interpretation, flag that signal was due to a trap. (sds_fetch_registers): Fill the registers array correctly for PowerPC. (sds_store_registers): Get the right values from registers array. (putmessage): Tweak length handling so checksum comes out right. (sds_insert_breakpoint, sds_remove_breakpoint): Do correctly.
1997-08-17Sun Aug 17 00:42:11 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt2-0/+51
* gdbtk.c (gdb_listfuncs): New function that returns a list of all the functions in a source file.
1997-08-16Update powerpc/rs6000 to current multilibsMichael Meissner1-0/+5
1997-08-15 * Makefile.am (check-DEJAGNU): Don't cd into testsuite until afterIan Lance Taylor1-0/+4
setting EXPECT and TCL_LIBRARY. * Makefile.in: Rebuild.
1997-08-15 * infrun.c (wait_for_inferior): Add the symbols for anyPeter Schauer5-170/+109
newly loaded objects upon a TARGET_WAITKIND_LOADED event. Rewrite code which determines the TOC address for calling functions in the inferior under AIX. * rs6000-nat.c (find_toc_address): New function to determine the required TOC address from a function address. (_initialize_core_rs6000): Set up find_toc_address_hook to point to find_toc_address. (xcoff_relocate_symtab, xcoff_relocate_core): Remove add_text_to_loadinfo calls. (exec_one_dummy_insn): Change pid and status to int to get rid of compiler warnings. (xcoff_relocate_symtab): Cast ldi to `int *' when passing it to ptrace to get rid of compiler warnings. * rs6000-tdep.c: Add definition for find_toc_address_hook. (rs6000_fix_call_dummy): If find_toc_address_hook is non zero, patch TOC address load code in the call dummy with the value returned from find_toc_address_hook. (struct loadinfo, loadinfo, loadinfolen, loadinfotextindex, xcoff_init_loadinfo, free_loadinfo, xcoff_add_toc_to_loadinfo, add_text_to_loadinfo, find_toc_address): Remove. (_initialize_rs6000_tdep): Remove initialization of coff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook. * xcoffread.c (coff_add_toc_to_loadinfo_hook, xcoff_init_loadinfo_hook): Remove. (struct coff_symfile_info): Add toc_offset field. (scan_xcoff_symtab): Record toc_offset value in toc_offset field instead of calling xcoff_add_toc_to_loadinfo_hook. (get_toc_offset): New function to return the value of the toc_offset field for an object file. (xcoff_initial_scan): Remove call of xcoff_init_loadinfo_hook. * xcoffsolib.h (add_text_to_loadinfo): Remove declaration. * config/rs6000/tm-rs6000.h: Add declarations for find_toc_address_hook and get_toc_offset.
1997-08-15fix copyrightsIan Lance Taylor1-1/+1
1997-08-15 * as.h (enum debug_info_type): Define.Ian Lance Taylor8-173/+556
(debug_type): Declare. * as.c (debug_type): New global variable. (show_usage): Add --gstabs. (parse_args): Handle --gstabs. * read.c (generate_asm_lineno): Remove. (read_a_source_file): Output stabs debugging if appropriate. Change checks of generate_asm_lineno to check debug_type. Only generate ECOFF debugging if ECOFF_DEBUGGING is defined. * read.h (generate_asm_lineno): Don't declare. (stabs_generate_asm_lineno): Declare. * stabs.c (stabs_generate_asm_lineno): New function. * ecoff.c (add_file): Use debug_type, not generate_asm_lineno. Don't turn off debugging. (add_file): Remove old #if 0 code. (ecoff_new_file): Set debug_type, not generate_asm_lineno. (ecoff_directive_end): Don't generate stabs line symbols. (ecoff_generate_asm_lineno): Don't check stabs_seen. Don't set generate_asm_lineno. (line_label_cnt): Remove. (ecoff_generate_asm_line_stab): Remove. * ecoff.h (ecoff_generate_asm_line_stab): Don't declare. * doc/as.texinfo, doc/as.1: Document --gstabs.
1997-08-15 * coffgen.c (coff_find_nearest_line): Correctly handle the offsetIan Lance Taylor1-0/+6
argument as section relative, rather than an absolute address. From Jan Hoogenraad <hoogenrd@natlab.research.philips.com>.
1997-08-15fix v850 sanitizationIan Lance Taylor2-25/+25
1997-08-15fix v850 sanitizationIan Lance Taylor1-4/+4
1997-08-15Remove ARC sanitization.David Edelsohn4-175/+38
1997-08-15 * arc.h (enum reloc): Move here from elf32-arc.c.David Edelsohn1-27/+25
1997-08-15Remove ARC sanitization.David Edelsohn10-175/+72
1997-08-15Remove support for insns not in base chip, which is all we support now.David Edelsohn1-2/+0
1997-08-15Delete testcases, these don't appear in the base chip which is all weDavid Edelsohn2-98/+0
support now.
1997-08-15Remove ARC sanitization.David Edelsohn3-80/+80
1997-08-14Add comment.David Edelsohn1-1/+8
1997-08-14Undo last change, add comment saying why I think I was wrong.David Edelsohn1-4/+10
1997-08-14 * callback.h (cb_printf, cb_eprintf): Declare.David Edelsohn2-25/+16
1997-08-14Fixed typo in previous delta and added more sanitization.Nick Clifton1-64/+289
1997-08-14 * callback.c (os_poll_quit): Make static.David Edelsohn2-3/+41
Call sim_cb_eprintf, not p->eprintf. (sim_cb_printf, sim_cb_eprintf): New functions.
1997-08-14oops - fixed typo.Nick Clifton1-5/+5
1997-08-14Tidied up sanitization.Nick Clifton3-4/+50
1997-08-14 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.Ian Lance Taylor1-0/+2
1997-08-14Tidied up sanitizationNick Clifton1-19/+15
1997-08-14Tidied up the sanitization.Nick Clifton2-7/+55
1997-08-14 * configure: When handling a Canadian Cross, handle YACC as well asIan Lance Taylor2-9/+24
BISON. Just set BISON to bison. When setting YACC, prefer bison.
1997-08-14keep remote-sds.cStan Shebs1-0/+1
1997-08-14 * remote-sds.c: New file, interface to SDS-compatible monitors.Stan Shebs1-0/+1278
* Makefile.in (remote-sds.o): Add build rule. * config/powerpc/ppc-eabi.mt, config/powerpc/ppc-sim.mt (TDEPFILES): Add remote-sds.o.
1997-08-14Added support for v850e and v850eq instructions.Nick Clifton2-1/+55
1997-08-14Added support for v850e and v850eq instructions.Nick Clifton1-2/+59
1997-08-14Add support for v850E and v850EQ instructions.Nick Clifton2-0/+103
1997-08-14Added support for new v850e and v850eq instructions.Nick Clifton2-60/+92
1997-08-13 Fix quoting.Bob Manson11-10/+19
1997-08-13 Fix quoting.Bob Manson1-0/+1
1997-08-13 * tests2.exp: Fix quoting.Bob Manson3-2/+7
* tests1.exp: Ditto.
1997-08-13 * configure: If OSTYPE matches *win32*, try to find a good value forIan Lance Taylor2-4/+40
CONFIG_SHELL.
1997-08-12Tue Aug 12 14:37:18 1997 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer2-7/+16
* ocd.c (ocd_wait): loop until we're in BDM mode instead of assuming control has returned to GDB.
1997-08-12 * Makefile.in (install-only): Install tclIndex if ENABLE_IDE.Ian Lance Taylor2-1/+7
1997-08-12 * doc/internals.texi: Document rs_leb128.Richard Henderson1-0/+4
1997-08-12 * config/tc-m68k.c (m68k_ip): Give an error message for SIZE_BYTEIan Lance Taylor1-0/+5
in ABSL case, rather than calling abort.
1997-08-12 * as.h (enum _relax_state): Add rs_leb128.Richard Henderson3-2/+15
* read.c (potable): Add sleb128 and uleb128. (sizeof_*leb128, output_*leb128, emit_leb128_expr, s_leb128): New functions. * read.h: Update prototypes. * symbols.c (resolve_symbol_value): Streamline quite a bit. Return the symbol value, add a second FINALIZE argument that prevents changes from being comitted. Update all callers. * write.c (cvt_frag_to_fill, relax_segment): Handle rs_leb128. * doc/as.texinfo: Document the new pseudos.
1997-08-12keep dink32 interfaceStan Shebs1-0/+1