aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2000-02-03octets vs bytes changes for binutilsTimothy Wall6-102/+142
2000-02-03import gdb-2000-02-02 snapshotJason Molenda36-314/+6340
2000-02-02removed in 2000-02-01 snapshot.Jason Molenda2-604/+0
2000-02-02Fix bug in stabs filename encoding where backslashes are present.Timothy Wall2-2/+27
2000-02-02import gdb-2000-02-01 snapshotJason Molenda89-656/+1329
2000-02-01import gdb-2000-01-31 snapshotJason Molenda35-1201/+1622
2000-01-31Add ATPCS register naming supportNick Clifton5-33/+54
2000-01-31* config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define ifGeoffrey Keating4-6/+31
already defined. * config/tc-ppc.h [OBJ_XCOFF] (OBJ_COPY_SYMBOL_ATTRIBUTES): New macro. * config/tc-ppc.c (ppc_fix_adjustable): Don't look at the frag of a symbol when we really care about its value.
2000-01-31Cathc unwanted text after instructionsNick Clifton2-7/+29
2000-01-28Fix date.Andreas Schwab1-1/+1
2000-01-28Rename parse_disassembler_option to parse_arm_disassembler_option and allow itNick Clifton2-1/+3
to be exported.
2000-01-28Add prototype for parse_arm_diassembler_optionNick Clifton2-0/+2
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton6-13/+86
function symbols and weak data symbols.
2000-01-27Add ATPCS support to ARM disassembler.Nick Clifton7-164/+207
Document ARM disassembler options.
2000-01-27Add support for documenting target specific disassembler optionsNick Clifton6-0/+24
2000-01-27Apply Thoams de Lellis's patch to fic disassembly of Thumb instructions whenNick Clifton8-33/+80
bounded by non-function labels.
2000-01-26Make copyright date lists comply with GNU requirementAlan Modra2-22/+23