aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1998-01-02 * configure.in: Double up brackets in shell case pattern.Mark Alexander2-1/+5
1998-01-02Implement MEMORY attributes for unknown sectionsMichael Meissner5-30/+214
1998-01-02Fri Jan 2 17:15:52 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-7/+5
* Oops -- move gdbtk references into the appropriate ChangeLogs
1998-01-02Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-5/+29
* tracepoint.c (finish_tfind_command): improved algorithm for deciding when we've "stepped" into a new stack frame. (map_args_over_tracepoints): loop over tracepoint list "safely", since list elements may be deleted during loop. (read_actions): add actions to history list.
1998-01-02Fri Jan 2 16:56:16 1998 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder2-0/+11
[From Keith Seitz (kseitz@cygnus.com)] * actiondlg.tcl (change): handle '$' in register names. gdbtk.c (gdb_actions_command): extract and save step count from "while-stepping" command
1998-01-02Moved all gdbtk change entries into new file ChangeLog-gdbtkStan Shebs6-1250/+1203
1998-01-02always keep ChangeLog-97Stan Shebs1-0/+1
1998-01-02Split the ChangeLog by yearStan Shebs2-3447/+3455
1998-01-02 * config/tc-i386.c (i386_operand): Give an error if there areIan Lance Taylor2-4/+15
unrecognized characters after an expression.
1998-01-01Link in .eh_section into data sectionMichael Meissner2-27/+67
1998-01-01 * scripttempl/h8300h.sc: Fix typo.Jeff Law1-0/+5
* scripttempl/h8300s.sc: Likewise.
1997-12-31Add dve3900-rom.c.Mark Alexander1-0/+1
1997-12-31 * dsrec.c (load_srec): Check remotedebug flag when printingMark Alexander1-0/+5
debug info.
1997-12-31 * config/tc-mn10200.c (md_relax_table): Correct branch ranges.Jeff Law1-0/+4
Fix bugs exposed in egcs compiler.
1997-12-31add _siglongjmp to list of longjmp breakpoints.David Taylor2-109/+231
1997-12-30 * elf32-sparc.c (elf32_sparc_check_relocs): If -Bsymbolic, don'tIan Lance Taylor1-0/+9
allocate space for a PC relative reloc against a symbol which is defined in a regular file. (elf32_sparc_relocate_section): If -Bsymbolic, don't copy a PC relative reloc against a symbol which is defined in a regular file.
1997-12-29 * dve3900-rom.c: New file to support Densan DVE-R3900/20 board.Mark Alexander11-120/+792
* monitor.c (monitor_debug): Move to utils.c, rename to puts_debug. (monitor_write_memory, monitor_read_memory, monitor_insert_breakpoint, monitor_remove_breakpoint): Remove useless address bits if current monitor has MO_ADDR_BITS_REMOVE flag. * monitor.h (MO_ADDR_BITS_REMOVE): Define. * utils.c (puts_debug): Formerly monitor_debug from monitor.c; move here and make public. Add better support for carriage returns. * defs.h (puts_debug): Declare. * dsrec.c (load_srec): Use puts_debug to print remotedebug information. Output header record correctly. (make_srec): Output a header record instead of a termination record if sect is non-NULL (value is ignored), but abfd is NULL. * config/mips/tm-tx39.h (DEFAULT_MIPS_TYPE): Remove definition. (REGISTER_NAMES): Define to add R3900-specific registers. * config/mips/tm-tx39l.h: Ditto. * config/mips/tx39.mt (TDEPFILES): Add dve3900-rom.o and support files. * config/mips/tx39l.mt: Ditto.
1997-12-29 * interp.c (sim_engine_run): msvc cpp barfs on #if (a==b!=c).Felix Lee2-284/+284
1997-12-29 From Jonathan Stone <jonathan@DSG.Stanford.EDU>:Ian Lance Taylor2-2/+14
* config.bfd (mips-dec-netbsd*): Add ECOFF vectors to targ_selvecs. (mips*el-*-netbsd*): Like mips-dec-netbsd*. (mips*-*-netbsd*): New target.
1997-12-29 * elflink.h (elf_link_assign_sym_version): Change error messageIan Lance Taylor2-1/+7
from "undefined version name" to "undefined versioned symbol name".
1997-12-29 From Matthew Bellantoni <matthew@chrysalis.com>:Ian Lance Taylor1-0/+7
* ar.c (get_pos_bfd): Add default_posname parameter. Change all callers. (replace_members): Default to replacing in the same position.
1997-12-29Fixed typo from my previous delta.Nick Clifton2-1/+6
1997-12-29 * core.c (core_sym_class): Treat weak symbols as text symbols.Ian Lance Taylor2-0/+12
From Dean Gaudet <dgaudet@arctic.org>.
1997-12-29fix sky sanitizationIan Lance Taylor1-4/+3
1997-12-28 * configure.in (host_makefile_frag, target_makefile_frag):Jeff Law1-60/+180
Handle multiple config files. (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and alpha-*-*.
1997-12-28 * Makefile.in (INSTALL_TARGET): Do install-gcc first.Jeff Law1-0/+6
* configure (gxx_include_dir): Provide a definition for subdirs which do not use autoconf.
1997-12-24 * config.guess: Sync with egcs. Picks up new alpha support,Jeff Law1-0/+5
BeOS & some additional linux support.
1997-12-24 * dsrec.c: Cosmetic improvements.Stan Shebs2-39/+62
(make-srec): Change indexing of format and code tables to remove confusing empty entries.
1997-12-24rebuildIan Lance Taylor1-33/+65
1997-12-23 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Declare.Ian Lance Taylor2-0/+15
* libbfd.h: Rebuild.
1997-12-23 * peicode.h (coff_swap_scnhdr_out): Set .reloc section to beIan Lance Taylor1-0/+6
shared. Set stab* sections to be shared and read. Set .rsrc section to be read and shared.
1997-12-23 * config.guess: HP 9000/803 is a PA1.1 machine.Jeff Law2-3/+88
1997-12-23fix sanitizationIan Lance Taylor1-1/+1
1997-12-22 * remote-mips.c (_initialize_remote_mips): Fix DDB doc string.Mark Alexander2-2/+15
1997-12-22(txvu-*-elf*): Don't build target-libiberty.Doug Evans1-1/+2
1997-12-22 * configure.in: Add txvu support.Doug Evans4-112/+126
* configure: Regenerate. * config/tc-txvu.[ch]: New files.
1997-12-22* tc-txvu.[ch]: New files.Doug Evans3-0/+310
1997-12-22 * dis-asm.h (print_insn_txvu): Declare.Doug Evans2-3/+31
1997-12-22 * configure.in: Add txvu support.Doug Evans5-99/+94
* configure: Regenerate. * disassemble.c: Add txvu support.
1997-12-22 * Makefile.am (etxvuelf.c): Add rule for.Doug Evans4-2/+85
* Makefile.in: Regenerate. * configure: Regenerate. * configure.tgt (txvu-*-*): Recognize. * emulparams/txvuelf.sh: New file.
1997-12-22txvuelf.sh: New file.Doug Evans2-0/+16
1997-12-22 * Makefile.am (ALL_MACHINES,BFD32_BACKENDS): Add txvu support.Doug Evans13-62/+553
(cpu-txvu.lo,elf32-txvu.lo): Add rules for. * Makefile.in: Rebuild. * config.bfd, configure.in: Add txvu support. * configure: Regenerate. * archures.c, elf.c, targets.c: Add txvu support. * bfd-in2.h: Regenerate. * cpu-txvu.c, elf32-txvu.c: New files.
1997-12-22 * common.h (EM_CYGNUS_TXVU): New macro.Doug Evans3-3/+7
1997-12-22 * configure.in: Add txvu-elf support.Doug Evans3-0/+42
* config.sub: Recognize txvu cpu.
1997-12-22 * txvu.h: New file.Doug Evans3-4/+77
1997-12-22rebuild with devo toolsIan Lance Taylor1-48/+79
1997-12-22tipoIan Lance Taylor1-0/+292
1997-12-22 * Makefile.am: Rebuild dependencies.Ian Lance Taylor3-44/+105
(ALL_MACHINES_CFILES): Add dwarf2.lo. (ALL_MACHINES_CFILES): Add dwarf2.c. * Makefile.in: Rebuild.
1997-12-22 * coff-arm.c: Don't include obstack.h.Ian Lance Taylor1-601/+64
1997-12-22 * config.sub (mips64vr5xxx-elf): Handle. Treat as mips64vr5000-elf.Jeff Law2-10/+26