Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-02-11 | * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create | Jeff Law | 2 | -3/+9 | |
the unwinder subspace. Save the current seg/subseg before creating the new seg/subseg. | |||||
2000-02-11 | 2000-01-17 Amit S. Kale <akale@veritas.com> | Jim Kingdon | 2 | -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-11 | 2000-02-09 Mark Kettenis <kettenis@gnu.org> | Jim Kingdon | 2 | -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-10 | Add support for M340 processor | Nick Clifton | 2 | -2/+56 | |
2000-02-10 | Add support for M340 part. | Nick Clifton | 3 | -2/+48 | |
2000-02-10 | Add support for M340 | Nick Clifton | 3 | -6/+198 | |
2000-02-10 | Add hooks to support TI COFF handling. | Timothy Wall | 3 | -0/+19 | |
2000-02-10 | Check label validity with TC_START_LABEL_WITHOUT_COLON if defined. | Timothy Wall | 2 | -1/+11 | |
2000-02-10 | New preprocessor options. | Timothy Wall | 3 | -3/+53 | |
2000-02-10 | Fix problem where -relax could reorder multiple consecutive sets of the | Joern Rennecke | 2 | -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 and | Jim Kingdon | 2 | -0/+6 | |
approved by Michael Snyder. | |||||
2000-02-10 | From Mark Kettenis: Re-order #includes. defs.h is always first. | Andrew Cagney | 2 | -1/+5 | |
2000-02-10 | wait.h was replaced by gdb/gdb_wait.h. | Andrew Cagney | 2 | -63/+4 | |
2000-02-09 | These snippets were missed in the previous bytes vs octets patch to | Timothy Wall | 2 | -2/+11 | |
the linker. | |||||
2000-02-09 | Set arch/mach info prior to swapping in sections, so that the swapping | Timothy Wall | 2 | -4/+12 | |
routines have access to the arch/mach info. | |||||
2000-02-09 | Update nindy files - #include "gdb_wait.h" instead of "wait.h". | Andrew Cagney | 3 | -2/+3 | |
2000-02-09 | Replace ../include/wait.h with gdb_wait.h. | Andrew Cagney | 51 | -128/+224 | |
2000-02-09 | (sim_resume): Clarify use of SIGGNAL. | Andrew Cagney | 2 | -7/+32 | |
(sim_stop_reason): Clarify meaning of sim_signalled. | |||||
2000-02-09 | Report SIGBUS and halt simulation when ld/st detect a misaligned address. | Andrew Cagney | 5 | -40/+95 | |
2000-02-09 | Stop GDB mis-aligning the stack when doing inferior function calls. | Andrew Cagney | 3 | -0/+17 | |
2000-02-09 | From JTC: Reduce default remote_timeout to two. Flush defunct code. | Andrew Cagney | 3 | -17/+26 | |
2000-02-09 | From JTC: m32r-stub.c, sparcl-stub.c, sparclet-stub.c | Andrew Cagney | 4 | -4/+10 | |
(handle_exception): Return E01 instead of P01 when 'P' command fails. | |||||
2000-02-09 | From JTC: Handle NAK from target stub. | Andrew Cagney | 2 | -0/+8 | |
2000-02-09 | 2000-02-08 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -2/+2 | |
* sim/ChangeLog: Dummy whitespace change to kick off a test cvs commit message. | |||||
2000-02-08 | apply patch from MArk Elbrecht tpo update comment and copyright | Nick Clifton | 2 | -2/+6 | |
2000-02-08 | Fix compile time warning messages. | Nick Clifton | 13 | -678/+124 | |
2000-02-08 | NUMBERS_WITH_SUFFIX *doesn't* want to handle 'x', since that is valid | Timothy Wall | 1 | -1/+1 | |
when the 0x prefix is used. | |||||
2000-02-08 | Remove redundant code for checking numbers with suffixes. Add | Timothy Wall | 4 | -28/+53 | |
functionality to break out of assembler loops. | |||||
2000-02-08 | Fix bug in interlisting option, added --file-start-context option. | Timothy Wall | 4 | -5/+29 | |
2000-02-08 | 2000-02-08 Elena Zannoni <ezannoni@kwikemart.cygnus.com> | Elena Zannoni | 4 | -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-08 | Add handling for numbers with suffixed radix. | Timothy Wall | 4 | -8/+47 | |
2000-02-08 | changelog for elseif addition | Timothy Wall | 1 | -0/+7 | |
2000-02-08 | New elseif directive has been added. | Timothy Wall | 5 | -0/+97 | |
2000-02-08 | Reinstate the following lost patches: | Jeff Law | 2 | -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 Kingdon | 16 | -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-08 | 2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 15 | -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-07 | 2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -2/+2 | |
* ChangeLog: Whitespace change to check cvs logging mechanism. | |||||
2000-02-07 | Rename parse_disassembler_option (again) | Nick Clifton | 2 | -5/+11 | |
2000-02-07 | 2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -1/+1 | |
* ChangeLog: Another whitespace tweak test. | |||||
2000-02-07 | 2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -3/+3 | |
* ChangeLog: Whitespace change checkin to test new cvs logging mechanism. | |||||
2000-02-07 | 2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 3 | -5/+5 | |
* ChangeLog: Whitespace change to test logging. * bfd/ChangeLog, dejagnu/ChangeLog, include/ChangeLog, tcl/ChangeLog: Same. | |||||
2000-02-07 | 2000-02-06 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 2 | -8/+8 | |
* gdb/ChangeLog: Whitespace change to test cvs logging. * sim/ChangeLog: Ditto, but in a separate dir. | |||||
2000-02-07 | Apply patches to support Insight by hand from insight-2000-02-04 snapshot. | Jason Molenda | 3 | -1/+51 | |
2000-02-07 | import insight-2000-02-04 snapshot (2nd try) | Jason Molenda | 15 | -0/+2040 | |
2000-02-05 | import gdb-2000-02-04 snapshot | Jason Molenda | 54 | -8645/+9977 | |
2000-02-04 | Fix typo in ALIGN_N usage. | Timothy Wall | 2 | -2/+6 | |
2000-02-04 | Remove conditionals causing a bug in listings. | Timothy Wall | 2 | -14/+5 | |
2000-02-03 | Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.h | Nick Clifton | 2 | -19/+25 | |
2000-02-03 | Add octets vs bytes functionality to LD. | Timothy Wall | 3 | -51/+106 | |
2000-02-03 | octets vs bytes changes for GAS | Timothy Wall | 8 | -43/+120 | |