summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2002-02-04 Pierre Muller <muller@ics.u-strasbg.fr>Pierre Muller2002-02-045-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.
* * elf64-mmix.c (mmix_dump_bpo_gregs): New function.Hans-Peter Nilsson2002-02-042-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.
* * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Use signedHans-Peter Nilsson2002-02-042-2/+7
| | | | arithmetic when checking for too many global registers.
* * ld-mmix/bpo-18.d, ld-mmix/bpo64addr.ld, ld-mmix/bpo-18m.d,Hans-Peter Nilsson2002-02-0410-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.
* * config/tc-mmix.c (tc_gen_reloc): Don't try and take the value ofHans-Peter Nilsson2002-02-042-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.
* * gas/mmix/basep-8.d, gas/mmix/basep-9.s, gas/mmix/basep-9.d,Hans-Peter Nilsson2002-02-0410-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.
* * valprint.c (print_floating): Allow non TYPE_CODE_FLT types.Andrew Cagney2002-02-042-13/+25
| | | | | Restore behavour broken by 2002-01-20 Andrew Cagney <ac131313@redhat.com> IEEE_FLOAT removal.
* 2002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-043-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-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-032-1/+6
| | | | | * gdbtypes.c (init_simd_type): Use TYPE_TAG_NAME instead of accessing tag_name directly.
* 2002-02-03 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-032-1/+6
| | | | | * ax-gdb.c (find_field): Use TYPE_TAG_NAME instead of accessing tag_name directly.
* daily updateAlan Modra2002-02-031-1/+1
|
* 2002-02-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-034-1/+42
| | | | | | | PR gdb/280 * gdbtypes.c (replace_type): New function. * gdbtypes.h (replace_type): Add prototype. * stabsread.c (read_type): Use replace_type.
* * Makefile.in (memattr.o): Add missing dependencies rule.Richard Earnshaw2002-02-032-0/+7
|
* Remove redundant entry.DJ Delorie2002-02-031-5/+0
|
* merge from gccDJ Delorie2002-02-036-9/+66
|
* * gdb.texinfo (Memory Region Attributes): Fix the wording.Eli Zaretskii2002-02-032-10/+17
| | | | | | Suggested by Dmitry Sivachenko. * (<many nodes>): Fix the spelling and punctuation of "i.e.".
* * breakpoint.c (break_at_finish_command): Really export.Peter Schauer2002-02-034-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.
* *** empty log message ***gdbadmin2002-02-031-1/+1
|
* daily updateAlan Modra2002-02-021-1/+1
|
* 2002-02-02 David O'Brien <obrien@FreeBSD>David O'Brien2002-02-023-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.
* bfd:Jason Thorpe2002-02-0212-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.
* * utils.c (do_write): New function.Andrew Cagney2002-02-022-50/+36
| | | | | | | (error_stream): Rewrite combining the code from error_begin and verror. (verror): Rewrite using error_stream. (error_begin): Delete function.
* Revert sh64 changes. Accidently committed.Andrew Cagney2002-02-025-76/+0
|
* * utils.c (error_begin): Make static.Andrew Cagney2002-02-026-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-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-022-10/+3
| | | | * breakpoint.c (breakpoint_re_set): Delete ancient #if 0 code.
* * language.h (type_error, range_error): Make string parameterAndrew Cagney2002-02-024-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.
* * ld-sh/shared-1.d: Fix incorrect offsets.Alexandre Oliva2002-02-022-4/+8
|
* * Makefile.in: Add all-tix to deps for all-snavigatorMo DeJong2002-02-022-1/+6
| | | | so that tix is built when building snavigator.
* 2002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-022-4/+9
| | | | | * breakpoint.c (set_ignore_count): Move misplaced comment back where it belongs.
* s/NO_FUNCTION/NULL/Andrew Cagney2002-02-029-25/+33
|
* 2002-02-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-022-1/+12
| | | | | * gnu-v3-abi.c (gnuv3_virtual_fn_field): Update comments. Update ``this'' pointer when calling virtual functions.
* *** empty log message ***gdbadmin2002-02-021-1/+1
|
* 2002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-012-24/+1
| | | | * breakpoint.c (create_temp_exception_breakpoint): Delete.
* daily updateAlan Modra2002-02-011-1/+1
|
* 2002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-012-15/+22
| | | | * hppa-tdep.c: Deprecate xbreak, txbreak and bx commands.
* 2002-02-01 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-02-0110-0/+1159
| | | | | | | | | | | | * regformats/reg-arm.dat: New file. * regformats/reg-i386.dat: New file. * regformats/reg-ia64.dat: New file. * regformats/reg-m68k.dat: New file. * regformats/reg-mips.dat: New file. * regformats/reg-ppc.dat: New file. * regformats/reg-sh.dat: New file. * regformats/regdef.h: New file. * regformats/regdat.sh: New file.
* merge from gccDJ Delorie2002-02-012-1/+6
|
* 2002-02-01 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-012-1/+5
| | | | * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
* In ld/ChangeLog:Geoffrey Keating2002-02-012-2/+6
| | | | | | | | | | | | | | | | | | | * scripttempl/xstormy16.sc: Don't allocate extra space for the stack. In libgloss/ChangeLog: * xstormy16/Makefile.in (SIM_OBJS): Remove sbrk.o, add sim_malloc_start.o. * xstormy16/eva_app.ld: Add __malloc_start. * xstormy16/sbrk.c: Remove. * xstormy16/sim_malloc_start.s: New file. * xstormy16/sim_high.ld: Make the stack start immediately at the end of the program. In newlib/ChangeLog: * configure.host (xstormy16): Don't use the generic malloc. * libc/machine/xstormy16/Makefile.am: Build tiny-malloc. * libc/machine/xstormy16/Makefile.in: Regenerate. * libc/machine/xstormy16/mallocr.c: New file. * libc/machine/xstormy16/tiny-malloc.c: New file.
* 2002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-012-3/+4
| | | | * gdb.texinfo: (remote protocol): Gramatical fix-up.
* 2002-01-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2002-02-012-0/+19
| | | | * gdb.texinfo (set trust-readonly-sections): Document.
* * config/tc-v850.c: Add missing prototypes amd use old-styleAlan Modra2002-02-015-274/+215
| | | | | | | | | | | | | | | | | | | | | | | | | | | | function definitions. (AREA_ZDA, AREA_SDA, AREA_TDA): Delete. (sdata_section tdata_section, zdata_section, sbss_section, tbss_section, zbss_section, rosdata_section, rozdata_section, scommon_section, tcommon_section, zcommon_section, call_table_data_section, call_table_text_section): Delete. (v850_sdata, v850_tdata, v850_zdata, v850_sbss, v850_tbss, v850_zbss, v850_bss, v850_rosdata, v850_rozdata, v850_call_table_data, v850_call_table_text): Delete. (struct v850_seg_entry): New. (v850_seg_table): New. (SDATA_SECTION TDATA_SECTION, ZDATA_SECTION, SBSS_SECTION, TBSS_SECTION, ZBSS_SECTION, BSS_SECTION, ROSDATA_SECTION, ROZDATA_SECTION, SCOMMON_SECTION, TCOMMON_SECTION, ZCOMMON_SECTION, CALL_TABLE_DATA_SECTION, CALL_TABLE_TEXT_SECTION): Define. (do_v850_seg): New. (v850_seg): New. (v850_comm): Use do_v850_seg and v850_seg_table. Simplify recording of alignment. (md_pseudo_table): Use v850_seg. (md_begin): Don't init .call_table_data and .call_table_text here. Set v850_seg_table bss entry. * config/tc-v850.h (v850_pcrel_from_section): Prototype. * gas/elf/elf.exp: Don't special case v850.
* * arm-tdep.c (arm_frameless_function_invocation): Add some comments.Richard Earnshaw2002-02-013-34/+61
| | | | | | | | (arm_frame_args_address, arm_frame_locals_address): New functions. (arm_frame_num_args): New function. * config/tm-arm.h (FRAME_ARGS_ADDRESS): Call arm_frame_args_address. (FRAME_LOCALS_ADDRESS): Call arm_frame_locals_address. (FRMA_NUM_ARGS): Call arm_frame_num_args.
* 2002-01-31 Philipp Thomas <pthomas@suse.de>Philipp Thomas2002-02-013-17/+28
| | | | | | | | | | | * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR to front of message. Unify messages with elf32-arm.h. Use commas where neccessary. * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase ERROR in messages. Unify messages with coff-arm.c. Correct VFP/FPA error message. (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and APCS-32 for translation.
* Synchronize dates with FSF version of the ChangeLog. Remove spurious entry.Nick Clifton2002-02-011-7/+3
|
* * sim-sh64.h: New file.Ben Elliston2002-02-012-1/+59
|
* * config.guess: Import from master sources, rev 1.229.Ben Elliston2002-02-013-7/+30
| | | | * config.sub: Import from master sources, rev 1.240.
* * Contribute Hitachi SH5 simulator.Ben Elliston2002-02-01427-0/+53547
|
* * chew.c (WORD): Eliminate.Alan Modra2002-02-012-29/+58
|
* * configure.in (build_warnings): Add -Wstrict-prototypesAlan Modra2002-02-017-421/+401
| | | | | | | | | -Wmissing-prototypes. * aclocal.m4: Regenerate. * gconfig.in: Regenerate. * configure: Regenerate. * Makefile.am: Run "make dep-am". * Makefile.in: Regenerate.