aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-08Add comment (part of immediately previous commit).David Taylor1-0/+5
2001-03-08 * stack.c (parse_frame_specification): For one argument case,David Taylor2-2/+16
handle the situation where the argument is an integer, not an address -- arguably the most common case. This matters on targets where pointers and addresses are different.
2001-03-08* TODO: Revise 5.1 list. Delete PARAMS task. Add coding standardAndrew Cagney2-103/+150
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general.
2001-03-08* Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2-3/+7
2001-03-08Doco SID + GDB + Solaris 8 broken.Andrew Cagney2-28/+21
2001-03-08Fixup checkin of wrong sourceMichael Meissner1-1/+6
2001-03-08Add support for -fdata-sectionsMichael Meissner2-3/+24
2001-03-07Conditionalize prevbious pathc on ! defined OLD_ARM_ABI.Nick Clifton2-1/+7
2001-03-07Remove reference to alloca-conf.hMichael Meissner2-2/+4
2001-03-072001-03-07 Orjan Friberg <orjanf@axis.com>Orjan Friberg1-0/+5
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals.
2001-03-072001-02-26 Orjan Friberg <orjanf@axis.com>Orjan Friberg2-2/+2
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals.
2001-03-07* defs.h: Provide prototypes for floatformat_is_negative,Mark Kettenis4-78/+149
floatformat_is_nan and floatformat_mantissa. * utils.c: Include "gdb_assert.h". (floatformat_is_negative): New function. (floatformat_is_nan): New function. (floatformat_mantissa): New function. * valprint.c: Include "floatformat.h". (print_floating): Get rid of the Linux-specific TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the help these new functions. Print NaN's in a format conforming to ISO C99.
2001-03-072001-03-07 Andreas Jaeger <aj@suse.de>Andreas Jaeger2-1/+40
* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of some relocation values.
2001-03-07 * top.c (init_main): Make `set history file name' complete on fileEli Zaretskii2-5/+11
names.
2001-03-07* Makefile.in (LINTFLAGS): Update to contain all of the macrosJ.T. Conklin1-0/+6
which define include paths used when compiling. * util.c (savestring, msavestring): Change type of length argument. * defs.h (savestring, msavestring): Update to match.
2001-03-07Remove local change that wasn't supposed to be committed.J.T. Conklin1-3/+0
2001-03-072001-03-06 J.T. Conklin <jtc@redback.com>J.T. Conklin28-38/+47
* symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. * arch-utils.c (#include <ctype.h>): Removed. * c-typeprint.c: Likewise. * dbxread.c: Likewise. * gdbtypes.c: Likewise. * target.c: Likewise. * os9kread.c: Likewise. * c-valprint.c (#include "demangle.h"): Removed. * ch-typeprint.c: Likewise. * eval.c: Likewise. * f-typeprint.c: Likewise. * f-valprint.c: Likewise. * m2-typeprint.c: Likewise. * typeprint.c: Likewise. * p-typeprint.c: Likewise. * valarith.c: Likewise. * valprint.c: Likewise. * m2-typeprint.c (#include "gdb_string.h"): Removed. * nlmread.c: Likewise. * mdebugread.c (#include "gdb-stabs.h"): Removed. * minsyms.c: Likewise. * mipsread.c: Likewise. * nlmread.c: Likewise. * m2-typeprint.c (#include "obstack.h"): Removed. * m2-valprint.c: Likewise. * event-loop.c (#include <setjmp.h>): Removed.
2001-03-07* config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.Alan Modra2-31/+39
(md_assemble [smallest displacement]): Use correct field of i.op[] union. (md_assemble [JumpInterSegment output]): Use correct i.disp_reloc[]. (md_assemble [immediate output]): Likewise.
2001-03-06* ld-scripts/cross2.t: Support any type of text/data sections, notDJ Delorie2-2/+7
just the canonical ones.
2001-03-06Fix BLX(1) for ThumbNick Clifton9-32/+106
2001-03-06Add BFD_RELOC_THUMB_PCREL_BLX.Nick Clifton2-0/+6
2001-03-06Rest of the changes for Coldfire V4.Nick Clifton6-28/+80
2001-03-06est of the changes for Coldfire V4Nick Clifton3-26/+53
2001-03-06Rest of the changes for Coldfire V4Nick Clifton3-253/+265
2001-03-06 * MAINTAINERS: Remove self from specific maintenance domainsStan Shebs2-6/+7
(macos, gdbserver, documentation, testsuite).
2001-03-06merge from gccDJ Delorie2-31/+0
2001-03-06merge from gccDJ Delorie11-316/+183
2001-03-06Update/correct copyright notices.Kevin Buettner840-894/+1524
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.