aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-02-11 * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to createJeff Law2-3/+9
the unwinder subspace. Save the current seg/subseg before creating the new seg/subseg.
2000-02-112000-01-17 Amit S. Kale <akale@veritas.com>Jim Kingdon2-2/+8
* elfread.c (elf_symtab_read): Use offset for the section in which a symbol resides, instead of .text section for calculating address of a symbol. Checked in by Jim Kingdon <kingdon@redhat.com>
2000-02-112000-02-09 Mark Kettenis <kettenis@gnu.org>Jim Kingdon2-19/+57
* gnu-nat.c (proc_string): Make global. (do_mach_notify_dead_name): Suppress dead name notifications if we know that the task is dead. 1999-12-13 Mark Kettenis <kettenis@gnu.org> * gnu-nat.c (inf_validate_task_sc): Get task info via proc server instead of directly from the kernel. Add some hackery to make sure that the info isn't influenced by suspension of the task in the proc server itself.
2000-02-10Add support for M340 processorNick Clifton2-2/+56
2000-02-10Add support for M340 part.Nick Clifton3-2/+48
2000-02-10Add support for M340Nick Clifton3-6/+198
2000-02-10Add hooks to support TI COFF handling.Timothy Wall3-0/+19
2000-02-10Check label validity with TC_START_LABEL_WITHOUT_COLON if defined.Timothy Wall2-1/+11
2000-02-10New preprocessor options.Timothy Wall3-3/+53
2000-02-10Fix problem where -relax could reorder multiple consecutive sets of theJoern Rennecke2-16/+123
same register: * coff-sh.c (USES1_REG, USES2_REG, SETS1_REG, SETS2_REG, USESF1_REG, USESF2_REG, SETSF1_REG, SETSF2_REG): New macros. * (sh_insn_sets_reg, sh_insn_sets_freg): New prototypes. * (sh_insn_sets_reg, sh_insn_uses_or_sets_reg, sh_insns_sets_freg, sh_insns_uses_or_sets_freg): New functions. * (sh_insn_uses_reg, sh_insn_uses_freg): Use new macros. * (sh_insns_conflict): Use new functions and new macros to detect conflicts when two instructions both set same integer registers, both set same fp register, and both set special register.
2000-02-10 * defs.h (MERGEPID): Added. Patch submitted by Andrew Hobson andJim Kingdon2-0/+6
approved by Michael Snyder.
2000-02-10From Mark Kettenis: Re-order #includes. defs.h is always first.Andrew Cagney2-1/+5
2000-02-10wait.h was replaced by gdb/gdb_wait.h.Andrew Cagney2-63/+4
2000-02-09These snippets were missed in the previous bytes vs octets patch toTimothy Wall2-2/+11
the linker.
2000-02-09Set arch/mach info prior to swapping in sections, so that the swappingTimothy Wall2-4/+12
routines have access to the arch/mach info.
2000-02-09Update nindy files - #include "gdb_wait.h" instead of "wait.h".Andrew Cagney3-2/+3
2000-02-09Replace ../include/wait.h with gdb_wait.h.Andrew Cagney51-128/+224
2000-02-09(sim_resume): Clarify use of SIGGNAL.Andrew Cagney2-7/+32
(sim_stop_reason): Clarify meaning of sim_signalled.
2000-02-09Report SIGBUS and halt simulation when ld/st detect a misaligned address.Andrew Cagney5-40/+95
2000-02-09Stop GDB mis-aligning the stack when doing inferior function calls.Andrew Cagney3-0/+17
2000-02-09From JTC: Reduce default remote_timeout to two. Flush defunct code.Andrew Cagney3-17/+26
2000-02-09From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.cAndrew Cagney4-4/+10
(handle_exception): Return E01 instead of P01 when 'P' command fails.
2000-02-09From JTC: Handle NAK from target stub.Andrew Cagney2-0/+8
2000-02-092000-02-08 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+2
* sim/ChangeLog: Dummy whitespace change to kick off a test cvs commit message.
2000-02-08apply patch from MArk Elbrecht tpo update comment and copyrightNick Clifton2-2/+6
2000-02-08Fix compile time warning messages.Nick Clifton13-678/+124
2000-02-08NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is validTimothy Wall1-1/+1
when the 0x prefix is used.
2000-02-08Remove redundant code for checking numbers with suffixes. AddTimothy Wall4-28/+53
functionality to break out of assembler loops.
2000-02-08Fix bug in interlisting option, added --file-start-context option.Timothy Wall4-5/+29
2000-02-082000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni4-2/+15
* configure.in: Remove the addition of sol-thread.c to the CONFIG_INITS list. This caused problems with init.c, because sol-thread.c would be grepped twice for _initialize_* functions. * configure: Ditto. * Makefile.in: Add FIXME for init.c.
2000-02-08Add handling for numbers with suffixed radix.Timothy Wall4-8/+47
2000-02-08changelog for elseif additionTimothy Wall1-0/+7
2000-02-08New elseif directive has been added.Timothy Wall5-0/+97
2000-02-08Reinstate the following lost patches:Jeff Law2-4/+18
Wed Dec 15 11:22:56 1999 Jeffrey A Law (law@cygnus.com) * hp-symtab.h (HP_LANGUAGE_FORTRAN): New enumeration constant. (HP_LANGUAGE_F77): Define using HP_LANGUAGE_FORTRAN. 1999-11-04 Jimmy Guo <guo@cup.hp.com> * hp-symtab.h (dntt_type_fparam): Add doc_ranges, misc_kind fields, change location type to CORE_ADDR from int. (dntt_type_const): Name the 5th field location_type.
2000-02-08 Clean up compiler warnings:Jim Kingdon16-28/+41
* bcache.h, bcache.c, c-valprint.c, coffread.c, stabsread.c, stack.c, valprint.c: Change variables to unsigned. * bcache.c: Rearrange to avoid warnings about variables not being set. * c-lang.c, ch-lang.c, f-lang.c, m2-lang.c: Include valprint.h rather than declaring print_max and repeat_count_threashold ourselves (incorrectly). * valprint.h: Do declare repeat_count_threashold. * ch-exp.c: Use default case for internal error. * findvar.c: Don't omit argument type. * symtab.c: Remove unused variable.
2000-02-082000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda15-9082/+0
* gdb/config/i386/windows.mh, gdb/doc/GDBvn.texi, gdb/doc/remote.texi, gdb/testsuite/gdb.base/README, gdb/testsuite/gdb.base/crossload.exp, gdb/testsuite/gdb.base/i486-elf.u, gdb/testsuite/gdb.base/i860-elf.u, gdb/testsuite/gdb.base/m68k-aout.u, gdb/testsuite/gdb.base/m68k-aout2.u, gdb/testsuite/gdb.base/m68k-elf.u, gdb/testsuite/gdb.base/mips-ecoff.u, gdb/testsuite/gdb.base/sparc-aout.u, gdb/testsuite/gdb.base/sparc-elf.u, gdb/tui/Makefile, readline/ChangeLog: These files have been removed over the course of the last year, but weren't cvs removed from the old GDB repository on sourceware.
2000-02-072000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+2
* ChangeLog: Whitespace change to check cvs logging mechanism.
2000-02-07Rename parse_disassembler_option (again)Nick Clifton2-5/+11
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-1/+1
* ChangeLog: Another whitespace tweak test.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-3/+3
* ChangeLog: Whitespace change checkin to test new cvs logging mechanism.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda3-5/+5
* ChangeLog: Whitespace change to test logging. * bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same.
2000-02-072000-02-06 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-8/+8
* gdb/ChangeLog: Whitespace change to test cvs logging. * sim/ChangeLog: Ditto, but in a separate dir.
2000-02-07Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda3-1/+51
2000-02-07import insight-2000-02-04 snapshot (2nd try)Jason Molenda15-0/+2040
2000-02-05import gdb-2000-02-04 snapshotJason Molenda54-8645/+9977
2000-02-04Fix typo in ALIGN_N usage.Timothy Wall2-2/+6
2000-02-04Remove conditionals causing a bug in listings.Timothy Wall2-14/+5
2000-02-03Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.hNick Clifton2-19/+25
2000-02-03Add octets vs bytes functionality to LD.Timothy Wall3-51/+106
2000-02-03octets vs bytes changes for GASTimothy Wall8-43/+120