aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-17 * ChangeLog-9295: Fix a typo.Kazu Hirata15-15/+32
* README: Likewise. * config/tc-d10v.c: Fix a comment typo. * config/tc-dlx.c: Likewise. * config/tc-h8300.h: Likewise. * config/tc-h8500.h: Likewise. * config/tc-mips.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh.h: Likewise. * config/tc-tic80.h: Likewise. * config/tc-w65.h: Likewise. * config/tc-z8k.c: Likewise. * config/tc-z8k.h: Likewise. * testsuite/gas/h8300/cmpsi2.s: Likewise.
2002-12-17Replace complain() with complaint().Kevin Buettner15-717/+644
2002-12-17*** empty log message ***gdbadmin1-1/+1
2002-12-16daily updateAlan Modra1-1/+1
2002-12-162002-12-16 Andrew Cagney <ac131313@redhat.com>Andrew Cagney73-21275/+35
* config/arc/arc.mt, config/arc/tm-arc.h: Delete. * config/d30v/d30v.mt, config/d30v/tm-d30v.h: Delete. * config/fr30/fr30.mt, config/fr30/tm-fr30.h: Delete. * config/i386/i386aix.mh, config/i386/i386aix.mt: Delete. * config/i386/i386m3.mh, config/i386/i386m3.mt: Delete. * config/i386/i386mach.mh, config/i386/i386os9k.mt: Delete. * config/i386/nm-i386aix.h, config/i386/nm-i386mach.h: Delete. * config/i386/nm-m3.h, config/i386/tm-i386aix.h: Delete. * config/i386/tm-i386m3.h, config/i386/tm-i386mk.h: Delete. * config/i386/xm-i386aix.h, config/i386/xm-i386m3.h: Delete. * config/i386/xm-i386mach.h, config/i386/xm-i386mk.h: Delete. * config/i960/mon960.mt, config/i960/nindy960.mt: Delete. * config/i960/tm-i960.h, config/i960/tm-mon960.h: Delete. * config/i960/tm-nindy960.h, config/i960/tm-vx960.h: Delete. * config/i960/vxworks960.mt, config/m68k/apollo68b.mh: Delete. * config/m68k/apollo68b.mt, config/m68k/apollo68v.mh: Delete. * config/m68k/hp300bsd.mh, config/m68k/hp300bsd.mt: Delete. * config/m68k/hp300hpux.mh, config/m68k/hp300hpux.mt: Delete. * config/m88k/delta88.mh, config/m88k/delta88.mt: Delete. * config/m88k/delta88v4.mh, config/m88k/delta88v4.mt: Delete. * config/m88k/m88k.mh, config/m88k/m88k.mt: Delete. * config/m88k/nm-delta88v4.h, config/m88k/nm-m88k.h: Delete. * config/m88k/tm-delta88.h, config/m88k/tm-delta88v4.h: Delete. * config/m88k/tm-m88k.h, config/m88k/xm-delta88.h: Delete. * config/m88k/xm-dgux.h: Delete. * fr30-tdep.c, i386aix-nat.c, i386m3-nat.c: Delete. * i386mach-nat.c, i960-tdep.c, m88k-nat.c: Delete. * os9kread.c, remote-bug.c, remote-nindy.c: Delete. * remote-nrom.c, remote-os9k.c, remote-vx960.c: Delete. * d30v-tdep.c, arc-tdep.c, cxux-nat.c, dst.h, dstread.c: Delete. * ch-exp.c, ch-lang.c, ch-lang.h, ch-typeprint.c: Delete. * ch-valprint.c: Delete.
2002-12-162002-12-16 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-3/+20
* lib/mi-support.exp (mi_reinitialize_dir): Check mi level to see whether we are using the new -environment-directory command which resets via -r or the old version of the command which may prompt the user. Part of fix for gdb/741.
2002-12-162002-11-23 H.J. Lu <hjl@gnu.org>H.J. Lu2-0/+102
* accross.m4: New.
2002-12-16Remove obsolete testsuite code.Andrew Cagney78-7572/+47
2002-12-16Add support to skip import libraries for performance reasons and insteadNick Clifton9-72/+208
use the direct auto-import of dll's
2002-12-16 * hppa-hpux-tdep.c: New file.Joel Brobecker5-3/+54
* hppa-tdep.c (hppa_gdbarch_init): call the registered osabi- specific initialization routines. * Makefile.in (ALLDEPFILES): Add hppa-hpux-tdep.c. (hppa-hpux-tdep.o): Add rule. * config/pa/hppahpux.mt (TDEPFILES): Add hppa-hpux-tdep.o. * config/pa/hppa64.mt (TDEPFILES): Likewise.
2002-12-16Fix the reading of the debugging information of Tru64/Alpha binaries thatNick Clifton2-42/+169
are produced by recent Compaq compilers.
2002-12-16 * config/tc-d30v.c (check_range): Warning fixes, formatting.Alan Modra4-12/+18
Simplify sign extension. Remove redundant unsigned < 0 test. * config/tc-i960.c (md_ri_to_chars): Prototype. * config/tc-mcore.c (md_pseudo_table): Fix typo. (dump_literals): Init brarsym, and test later instead of isforce.
2002-12-16 * hppa.h (completer_chars): #if 0 out.Alan Modra2-1/+5
2002-12-16 * config/tc-ns32k.c (encode_operand): Constify operandsP and suffixP.Alan Modra2-8/+20
(parse): Constify line and lineptr. (md_begin): Calculate endop here.
2002-12-16 * ns32k-dis.c (print_insn_ns32k): Constify "d", remove registerAlan Modra2-2/+7
keyword.
2002-12-16 * ns32k.h (struct ns32k_opcode): Constify "name", "operands" andAlan Modra2-17/+22
"default_args". (struct not_wot): Constify "args". (struct not): Constify "name". (numopcodes): Delete. (endop): Delete.
2002-12-16*** empty log message ***gdbadmin1-1/+1
2002-12-15daily updateAlan Modra1-1/+1
2002-12-15 * infrun.c (handle_inferior_event): Rearrange code to resume ifDaniel Jacobowitz2-47/+22
no catchpoint triggers for an event.
2002-12-15 * infrun.c (handle_inferior_event): Merge TARGET_WAITKIND_FORKEDDaniel Jacobowitz2-51/+6
and TARGET_WAITKIND_VFORKED cases.
2002-12-15 * infrun.c (handle_inferior_event): Assume that catchpointsDaniel Jacobowitz2-33/+32
are not affected by DECR_PC_AFTER_BREAK.
2002-12-15 * target.c (update_current_target): Don't inherit DONT_USE.Daniel Jacobowitz3-8/+6
* target.h (struct target_ops): Remove DONT_USE. (target_next): Remove macro.
2002-12-15* ui-out.c (MAX_UI_OUT_LEVELS): Raise to 6. Fixes PR cli/654.Mark Kettenis2-1/+5
2002-12-15*** empty log message ***gdbadmin1-1/+1
2002-12-14daily updateAlan Modra1-1/+1
2002-12-14 * doc/binutils.texi: Add missing parenthesis.Dave Anglin2-4/+8
2002-12-14* arm-tdep.c (convert_from_extended): New argument to hold theRichard Earnshaw2-23/+147
type of floating point result we want to convert to. Make input argument const. Fix all callers. (convert_to_extended): Similarly. (arm_extract_return_value): Now takes a regcache argument. Change code to use regcache accessor functions. Correctly extract smaller-than-word results on big-endian machines. (arm_store_return_value): Now takes a regcache argument. Change code to use regcache accessor functions. Correctly zero/sign extend smaller than word results before storing into r0. (arm_gdbarch_init): Register new-style extract_return_value and store_return_value functions.
2002-12-14 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't runJason Merrill3-8/+19
library tests. (check-c++): Just depend on it and check-target-libstdc++-v3. * Makefile.in: Regenerate.
2002-12-14*** empty log message ***gdbadmin1-1/+1
2002-12-132002-12-13 Michael Snyder <msnyder@to-limbo.toronto.redhat.com>Michael Snyder2-5/+17
* thread-db.c (thread_from_lwp): Uniquify error msg. (lwp_from_thread): Ditto. (check_event): Ditto. (find_new_threads_callback): Ditto. (thread_db_pid_to_str): Ditto.
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-2/+22
* frame.h (get_frame_saved_regs): Declare. (frame_saved_regs_zalloc): Change return type to CORE_ADDR pointer. * frame.c (get_frame_saved_regs): New function. (frame_saved_regs_zalloc): Return the allocated saved_regs.
2002-12-13daily updateAlan Modra1-1/+1
2002-12-132002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode5-73/+6
* configure.in, Makefile.tpl, Makefile.def: Remove tclX. * Makefile.in: Regenerate.
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-2/+30
* frame.c (deprecated_update_current_frame_pc_hack): New function. * frame.h (deprecated_update_current_frame_pc_hack): Declare. * infrun.c (normal_stop): Use said function instead of directly modifying the frame's PC.
2002-12-13* frame.h (frame_id_unwind_ftype): Fix typo in return type.Alexandre Oliva2-2/+6
2002-12-13Multiarch NUM_REGS for MIPS.Kevin Buettner5-17/+24
2002-12-132002-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-7/+85
* mi-basics.exp: Change tests for -environment-directory. Also add tests for -environment-cd, -environment-pwd, and -environment-path. Part of fix for PR gdb/741.
2002-12-132002-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston4-6/+53
* defs.h (init_last_source_visited): New prototype. (add_path): Ditto. * source.c (add_path): New function that adds to a specified path. (mod_path): Change to call add_path. (init_last_source_visited): New function to allow interfaces to initialize static variable: last_source_visited. Part of fix for PR gdb/741. * Makefile.in: Add support for mi/mi-cmd-env.c.
2002-12-132002-12-13 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-12/+330
* mi-cmds.c (-environment-directory) Change to use mi_cmd_env_dir, (-environment-cd): Change to use mi_cmd_env_cd,. (-environment-pwd): Change to use mi_cmd_env_pwd. (-environment-path): Change to use mi_cmd_env_path. * mi-cmds.h (mi_cmd_env_cd, mi_cmd_env_dir): New prototypes. (mi_cmd_env_path, mi_cmd_env_pwd): Ditto. * mi-cmd-env.c: New file. Part of fix for PR gdb/741. * gdbmi.texinfo (environment-cd): Update output and example. (environment-pwd): Ditto. (environment-dir): Update output, description, and examples. (environment-path): Ditto.
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-3/+137
* frame.h (frame_id_unwind): Declare. (struct frame_info): Add fields id_unwind, id_unwind_cache_p and id_unwind_cache. (frame_id_unwind_ftype): Declare. * frame.c (frame_id_unwind): New function. (set_unwind_by_pc): Add unwind_id parameter. Initialized. (create_new_frame, get_prev_frame): Pass id_unwind to set_unwind_by_pc. (frame_saved_regs_id_unwind): New function. (frame_saved_regs_id_unwind): New function. * dummy-frame.c (dummy_frame_id_unwind): New function. (struct dummy_frame): Add field id. (generic_push_dummy_frame): Initialize `id'. * dummy-frame.h (dummy_frame_id_unwind): Declare.
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney4-42/+28
* infcmd.c (run_stack_dummy): Create a frame ID directly and then pass that to set_momentary_breakpoint. Move comments to where they belong. * frame.h (set_current_frame): Delete declaration. * frame.c (set_current_frame): Delete function.
2002-12-132002-12-13 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-4/+18
* frame.c (frame_extra_info_zalloc): New function. * frame.h (frame_extra_info_zalloc): Declare.
2002-12-13 * hppa-tdep.c (hppa_pop_frame): Fix a compilation error introducedJoel Brobecker2-1/+6
in the previous prototype change to set_momentary_breakpoint.
2002-12-13Added --prefix-symbols <prefix> option to rename all symbols by adding theNick Clifton4-46/+140
given prefix to the begining of the symbol name. This is useful to provide name space seperation regardless of how the object file was created. Added --prefix-sections <prefix> and --prefix-alloc-sections <prefix> options to rename all sections (or all sections with the alloc flag set) by adding the given prefix to the begining of the symbol name.
2002-12-132002-12-12 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-1/+259
* COPYING.NEWLIB: Update list of alternate Regent of California licenses and discuss official revoking of advertising clause. * COPYING.LIBGLOSS: Ditto.
2002-12-13 * config/obj-vms.c: Formatting. Include fnctl.h.Alan Modra2-85/+165
(Create_VMS_Object_File): Fix creat call for sane unix systems. (Object_Record_Offset): Make it a size_t. (Flush_VMS_Object_Record_Buffer): Fix signed/unsigned warning. (VMS_TBT_Routine_End <Size>): Make var unsigned long. (VMS_Fix_Indirect_Reference <Offset>): Make arg addressT. (synthesize_data_segment <data_size>): Remove ATTRIBUTE_UNUSED. (vms_fixup_data_section <data_size>): Add here instead. * config/e-criself.c: Fix typo in last change.
2002-12-13*** empty log message ***gdbadmin1-1/+1
2002-12-12 * config/e-criself.c: Fix typo in last change.Alan Modra2-3/+7
2002-12-12daily updateAlan Modra1-1/+1
2002-12-12 * pj-opc.c (pj_opc_info): Add braces around union initializer.Alan Modra2-511/+512