aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-02-052002-01-14 Michael Snyder <msnyder@redhat.com>Michael Snyder1-2/+2
* gdb.base/gcore.exp: Remove extra debugging output.
2002-02-052002-02-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-13/+31
* COPYING.NEWLIB: Remove advertising clause from Berkeley and Red Hat licenses.
2002-02-05 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocsAlan Modra6-10/+41
against section syms in readonly sections. Don't do the global sym check if we find one. * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise. * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise. * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise. (elf_s390_grok_prstatus): Add missing prototype.
2002-02-05*** empty log message ***gdbadmin1-1/+1
2002-02-042002-02-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+8
* memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
2002-02-04daily updateAlan Modra1-1/+1
2002-02-042002-02-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+33
* gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS. Add rules for building the register data files.
2002-02-042002-02-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* regformats/regdat.sh: Add braces to the definition of expedite_regs_${arch}.
2002-02-042002-02-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+11
* regformats/regdef.h (struct reg): Add comment describing the requirements for offset and size fields.
2002-02-04 * config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.Andreas Schwab3-8/+5
* config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
2002-02-04*** empty log message ***gdbadmin1-1/+1
2002-02-04* gdb.base/default.exp: Rewrite test patterns to reduce timeRichard Earnshaw2-22/+27
taken to match them.
2002-02-04If a v5 architecture is detected, assume it might be an XScale binary, sinceNick Clifton2-0/+15
there is no way to distinguish between the two in the COFF file format.
2002-02-04Ok, now the corrected ChangeLog entryAlexandre Oliva1-2/+1
2002-02-04* gas/testsuite/gas/sh/pcrel.d: New test.Alexandre Oliva4-1/+44
* gas/testsuite/gas/sh/pcrel.s: Sources for new test. * gas/testsuite/gas/sh/basic.exp: Run it.
2002-02-04* config/tc-sh.c (parse_at): Set arg type of @(expr,pc) toAlexandre Oliva2-5/+22
A_DISP_PC only if it's an integral constant, and to A_DISP_PC_ABS otherwise. (get_specific): Accept A_DISP_PC_ABS where A_DISP_PC is expected. (build_Mytes): Mark PCRELIMM fix-ups as pc-relative only if the operand type is not A_DISP_PC_ABS.
2002-02-04* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.Alexandre Oliva2-0/+5
2002-02-04* gdbarch.sh (copyright): Update years in generated header.Richard Earnshaw11-52/+103
(SMASH_TEXT_ADDRESS): Add rule. *gdbarch.h, gdbarch.c: Re-generate. * coffread.c: Multi-arch uses of SMASH_TEXT_ADDRESS. * dbxread.c: Likewise. * dwarfread.c: Likewise. * elfread.c: Likewise. * somread.c: Likewise. * arm-tdep.c (arm_smash_text_address): New function. * config/arm/tm-arm.h (SMASH_TEXT_ADDRESS): Define in terms of above.
2002-02-042002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller5-20/+282
Add support for hardware watchpoints on win32 native. * win32-nat.c (CONTEXT_DEBUG_DR macro): Add use of CONTEXT_DEBUG_REGISTERS. (dr variable): New variable. Static array containing a local copy of debug registers. (debug_registers_changed): New variable. Reflects when debug registers are changed and need to be written to inferior. (debug_registers_used): New variable. Reflects when any debug register was set, used when new threads are created. (cygwin_set_dr, cygwin_set_dr7, cygwin_get_dr6): New functions used by i386-nat code. (thread_rec): Set dr array if id is the thread of current_event . (child_continue, child_resume): Change the debug registers for all threads if debug_registers_changed. (child_add_thread): Change the debug registers if debug_registers_used. * config/i386/cygwin.mh: Add use of i386-nat.o file. Link nm.h to new nm-cygwin.h file. + config/i386/nm-cygwin.h: New file. Contains the macros used for use of hardware registers.
2002-02-04 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.Hans-Peter Nilsson2-8/+82
(mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>: Call bfd_get_section_by_name only once. Initialize bpodata->n_bpo_relocs_this_section. (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment referring to DSOs. (bpo_reloc_request_sort_fn): Don't use difference of values as return-value.
2002-02-04 * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signedHans-Peter Nilsson2-2/+7
arithmetic when checking for too many global registers.
2002-02-04 * ld-mmix/bpo-18.d, ld-mmix/bpo64addr.ld, ld-mmix/bpo-18m.d,Hans-Peter Nilsson10-0/+181
ld-mmix/bpo-9.s, ld-mmix/bpo-19.d, ld-mmix/bpo-19m.d, ld-mmix/bpo-10.s, ld-mmix/bpo-20.d, ld-mmix/bpo-20m.d: New tests for on-demand global register allocation.
2002-02-04 * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value ofHans-Peter Nilsson2-4/+21
common and weak symbols. Handle common and weak symbols as undefined symbols with regards to GREG handling and merging. (mmix_frob_file): Ditto.
2002-02-04 * gas/mmix/basep-8.d, gas/mmix/basep-9.s, gas/mmix/basep-9.d,Hans-Peter Nilsson10-0/+194
gas/mmix/err-bpo6.s, gas/mmix/basep-8.s, gas/mmix/basep-10.d, gas/mmix/basep-10.s, gas/mmix/basep-11.s, gas/mmix/basep-11.d: New tests for base-plus-offset relocations and global register allocations for weak and common symbols.
2002-02-04* valprint.c (print_floating): Allow non TYPE_CODE_FLT types.Andrew Cagney2-13/+25
Restore behavour broken by 2002-01-20 Andrew Cagney <ac131313@redhat.com> IEEE_FLOAT removal.
2002-02-042002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz3-15/+35
* c-valprint.c (c_val_print): Pass a proper valaddr to cp_print_class_method. * valops.c (search_struct_method): If there is only one method and args is NULL, return that method.
2002-02-032002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of accessing tag_name directly.
2002-02-032002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+6
* ax-gdb.c (find_field): Use TYPE_TAG_NAME instead of accessing tag_name directly.
2002-02-03daily updateAlan Modra1-1/+1
2002-02-032002-02-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-1/+42
PR gdb/280 * gdbtypes.c (replace_type): New function. * gdbtypes.h (replace_type): Add prototype. * stabsread.c (read_type): Use replace_type.
2002-02-03* Makefile.in (memattr.o): Add missing dependencies rule.Richard Earnshaw2-0/+7
2002-02-03Remove redundant entry.DJ Delorie1-5/+0
2002-02-03merge from gccDJ Delorie6-9/+66
2002-02-03 * gdb.texinfo (Memory Region Attributes): Fix the wording.Eli Zaretskii2-10/+17
Suggested by Dmitry Sivachenko. * (<many nodes>): Fix the spelling and punctuation of "i.e.".
2002-02-03 * breakpoint.c (break_at_finish_command): Really export.Peter Schauer4-6/+15
(break_at_finish_at_depth_command): Ditto. (tbreak_at_finish_command): Ditto. * hppa-tdep.c: Include completer.h. * Makefile.in (hppa-tdep.o): Add dependency on $(completer_h). (COMMON_OBS): Remove duplicate ui-file.o, frame.o, doublest.o.
2002-02-03*** empty log message ***gdbadmin1-1/+1
2002-02-02daily updateAlan Modra1-1/+1
2002-02-022002-02-02 David O'Brien <obrien@FreeBSD>David O'Brien3-2/+8
* configure.in: Tweak the FreeBSD 4.x recognition more. Only treat version 4.5 and later the same as 5-CURRENT. * configure: Re-generate.
2002-02-02bfd:Jason Thorpe12-188/+217
* config.bfd (hppa*-*-netbsd*): New target. gas: * configure.in (hppa-*-netbsd*): New target. * configure: Regenerate. * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD. ld: * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o. (ehppanbsd.c): New rule. * Makefile.in: Regenerate. * configure.tgt (hppa*-*-netbsd*): New target. * emulparams/hppalinux.sh: Add comment to check other files that source this file it is modified, and list which files that do. * emulparams/hppanbsd.sh: New file.
2002-02-02* utils.c (do_write): New function.Andrew Cagney2-50/+36
(error_stream): Rewrite combining the code from error_begin and verror. (verror): Rewrite using error_stream. (error_begin): Delete function.
2002-02-02Revert sh64 changes. Accidently committed.Andrew Cagney5-76/+0
2002-02-02* utils.c (error_begin): Make static.Andrew Cagney6-40/+50
* defs.h (error_begin): Delete declaration. * linespec.c (cplusplus_error): Replace cplusplus_hint. (decode_line_1): Use cplusplus_error instead of error_begin, cplusplus_hint and return_to_top_level. * coffread.c (coff_symfile_read): Use error instead of error_begin and return_to_top_level. * infrun.c (default_skip_permanent_breakpoint): Ditto.
2002-02-022002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-10/+3
* breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
2002-02-02* language.h (type_error, range_error): Make string parameterAndrew Cagney4-35/+53
constant. * language.c (warning_pre_print): Delete extern declaration. * dwarfread.c (warning_pre_print): Ditto. * language.c (type_error, range_error): Rewrite to use verror and vwarning instead of warning_begin.
2002-02-02* ld-sh/shared-1.d: Fix incorrect offsets.Alexandre Oliva2-4/+8
2002-02-02 * Makefile.in: Add all-tix to deps for all-snavigatorMo DeJong2-1/+6
so that tix is built when building snavigator.
2002-02-022002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+9
* breakpoint.c (set_ignore_count): Move misplaced comment back where it belongs.
2002-02-02s/NO_FUNCTION/NULL/Andrew Cagney9-25/+33
2002-02-022002-02-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+12
* gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments. Update ``this'' pointer when calling virtual functions.
2002-02-02*** empty log message ***gdbadmin1-1/+1