aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-06Fix whitespace problem in my most recent entry.Kevin Buettner1-1/+1
2001-03-06Configury changes for AIX5/IA-64.Kevin Buettner7-139/+344
2001-03-05Reverted revision 1.2.Michael Chastain1-23/+1
2001-03-05Revert revisions 1.81, 1.82, 1.83, 1.84, and 1.85.Michael Chastain1-173/+6
2001-03-05Revert revision 1.2.Michael Chastain2-3/+3
2001-03-05* TODO (GDB 5.1 Known Problems): Document z8k as broken.Andrew Cagney2-0/+16
2001-03-05merge from gccDJ Delorie2-1/+5
2001-03-05clarify my recent entry.Christopher Faylor1-1/+1
2001-03-05* wince.c: Change realloc to xrealloc throughout.Christopher Faylor2-5/+10
(handle_load_dll): Use void * rather than PTR.
2001-03-05* ocd.h (ocd_xfer_memory): Add ``attrib'' parameter.Andrew Cagney8-9/+40
* ocd.c (ocd_xfer_memory): Ditto. * ser-ocd.c (ocd_setstopbits): New function. Add to ocd_ops. * MAINTAINERS: Document powerpc-eabi and powerpcle-eabi as buildable with ,-Werror. * Makefile.in (symfile_h): Define. (mcore-tdep.o): Add $(symfile_h), $(gdbcore_h) and $(inferior_h). * mcore-tdep.c: Include "symfile.h", "gdbcore.h" and "inferior.h". * MAINTAINERS: Document mcore-elf and mcore-pe as buildable with ,-Werror. * dsrec.c (make_srec): Fix internal_error fmt arg. * MAINTAINERS: Document i960-coff as buildable with ,-Werror.
2001-03-05Fixes for NetBSD 1.5. NetBSD has been renumbering/renaming itsAndrew Cagney2-0/+22
SYS_* interfaces.
2001-03-052001-03-05 Dave Brolley <brolleyDave Brolley17-635/+413
arch.c: Regenerate. arch.h: Regenerate. cpu.c: Regenerate. cpu.h: Regenerate. cpuall.h: Regenerate. cpux.c: Regenerate. cpux.h: Regenerate. decode.c: Regenerate. decode.h: Regenerate. decodex.c: Regenerate. decodex.h: Regenerate. model.c: Regenerate. modelx.c: Regenerate. sem-switch.c: Regenerate. sem.c: Regenerate. semx-switch.c: Regenerate.
2001-03-05Correct filenames from last commit.Dave Brolley1-15/+15
2001-03-052001-03-05 Dave Brolley <brolley@Dave Brolley11-580/+336
* arch.c: Regenerate. * arch.h: Regenerate. * cpu.c: Regenerate. * cpu.h: Regenerate. * cpuall.h: Regenerate. * decode.c: Regenerate. * decode.h: Regenerate. * model.c: Regenerate. * sem-switch.c: Regenerate. * sem.c: Regenerate.
2001-03-052001-03-05 Dave Brolley <brolley@redhat.coDave Brolley16-389/+327
* opcodes/fr30-asm.c: Regenerate. * opcodes/fr30-desc.c: Regenerate. * opcodes/fr30-desc.h: Regenerate. * opcodes/fr30-dis.c: Regenerate. * opcodes/fr30-ibld.c: Regenerate. * opcodes/fr30-opc.c: Regenerate. * opcodes/fr30-opc.h: Regenerate. * opcodes/m32r-asm.c: Regenerate. * opcodes/m32r-desc.c: Regenerate. * opcodes/m32r-desc.h: Regenerate. * opcodes/m32r-dis.c: Regenerate. * opcodes/m32r-ibld.c: Regenerate. * opcodes/m32r-opc.c: Regenerate. * opcodes/m32r-opc.h: Regenerate. * opcodes/m32r-opinst.c: Regenerate.
2001-03-05* emultempl/m68kelf.em (m68k_elf_after_allocation): CallAlan Modra2-1/+6
after_allocation_default, not gld..._before_allocation.
2001-03-04Obvious fix: in an entry for 1997-02-01, expand wildcard to explicitMichael Chastain1-1/+49
list of files actually modified.
2001-03-04Obvioux fix: in an entry for 1997-06-29, expand wildcard to explicitMichael Chastain1-1/+40
list of files actually modified.
2001-03-04Obvious fix: in an entry for 1997-09-10, expand wildcard to explicitMichael Chastain1-1/+23
list of files actually modified.
2001-03-04Obvious fix. Add missing ChangeLog entry for gdb.c++/ovldbreak.expMichael Chastain1-0/+22
change on 2001-01-28. Embarrassing!
2001-03-04Obvious fix: in an entry for 2001-02-11, change "gdb.base/cplusfuncs.exp"Michael Chastain1-1/+1
to "gdb.c++/cplusfuncs.exp".
2001-03-04Obvious fix: in an entry for 1997-02-23, expand wildcard to explicitMichael Chastain1-3/+61
list of files actually modified.
2001-03-04Obvious fix: in entries for 1998-02-10 and 1998-02-06,Michael Chastain1-2/+2
change "m68k/tm-delta68.h" to "config/m68k/tm-delta68.h".
2001-03-04Obvious fix: in an entry for 1997-02-11, change "m32r/tm-m32r.h" toMichael Chastain1-1/+1
"config/m32r/tm-m32r.h".
2001-03-03 * solib-aix5.c (aix5_relocate_main_executable): Don't use ANOFFSETKevin Buettner1-0/+5
as an lvalue.
2001-03-03Don't use ANOFFSET as an lvalue.Kevin Buettner1-2/+2
2001-03-03* MAINTAINERS (paper trail): Update.Andrew Cagney2-0/+3
2001-03-03Change convention to ``Fix PR gdb/NNNN''Andrew Cagney2-2/+10
2001-03-03From 2001-03-01 Tom Rix <trix@redhat.com>:Andrew Cagney4-2/+16
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc'' parameter to mn10200_analyze_prologue. * config/mn10200/tm-mn10200.h: Include "regcache.h". * MAINTAINERS: Document that mn10200-elf target is buildable.
2001-03-03Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.hKevin Buettner3-5/+13
to config/ia64/nm-aix.h.
2001-03-022001-03-02 Dave Brolley <brolley@redhat.com>Dave Brolley2-1/+6
* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than m32r_do_align.
2001-03-022001-03-02 Matt Hiller <hiller@redhat.com>Matthew Hiller2-1/+11
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
2001-03-02Revise earlier comment regarding sparc-nat.c to be more meaningful.Kevin Buettner1-1/+1
2001-03-02Print warnings if NaNs are found and the target CPU does not support themNick Clifton2-2/+30
2001-03-02Fix typo in which sparc-nat.c was changed to include itself.Kevin Buettner2-1/+4
2001-03-02* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__J.T. Conklin4-10/+23
if __CYGWIN32__ is set from here. * config/i386/xm-cygwin.h: To here. * config/powerpc/xm-cygwin.h: To here.
2001-03-02merge from gccDJ Delorie2-2/+7
2001-03-01* i386-stub.c (handle_exception): Use 'T' response packet.J.T. Conklin2-4/+27
2001-03-01[fix my email address in changelog entries]Michael Snyder1-39/+39
2001-03-012001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-1/+10
* m32r-tdep.c: Fix cut and paste error in comment.
2001-03-01* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.J.T. Conklin3-7/+14
(MAX_OF_TYPE): Wrap macro definition in parenthesis. (MIN_OF_TYPE): Likewise. * memattr.h (mem_access_mode): Removed extraneous trailing comma.
2001-03-01*** empty log message ***Matthew Hiller1-1/+1
2001-03-012001-02-28 Matt Hiller <hiller@redhat.com>Matthew Hiller4-10/+50
* testsuite/ld-scripts/crossref.exp: Initialize flags to [big_or_little_endian]. * testsuite/ld-undefined/undefined.exp: Ditto, and include $flags in ld invocations. * testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB, -eb, EL and el. (is_endian_output_format): New function. (default_ld_link): Set flags to [big_or_little_endian] only if ld is being invoked such that the output format being used is of known endianness. (default_ld_simple_link): Ditto.
2001-03-01Add s390 targetNick Clifton3-63/+70
2001-03-01* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.Andrew Cagney3-3/+14
* os9kread.c (os9k_process_one_symbol): Add assert to detect ``loses if sizeof (char *) > sizeof (int)''.
2001-03-01Document pragmatics of why gdb_assert() is lowercase.Andrew Cagney2-0/+9
2001-03-01* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependencyAndrew Cagney2-2/+8
lists. (mi-main.o): Ditto.
2001-03-01* Makefile.in (regcache_h): Define. Add $(regcache_h) toAndrew Cagney2-109/+138
dependency lists.
2001-03-012001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-5/+11
* printcmd.c (print_address_numeric): Update comments to refer to sizeof addr, not sizeof pointer. (x_command): Remove needless whitespace (shorten long line).
2001-03-012001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>Michael Snyder2-29/+32
* breakpoint.c (print_one_breakpoint): Formatting clean-up. (read_memory_nobpt): Ditto. (ep_is_catchpoint): Ditto. (ep_is_shlib_catchpoint): Ditto. (ep_is_exception_catchpoint): Ditto. (describe_other_breakpoints): Ditto.