summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * gas/xstormy16/reloc-2.d: Adjust for fixed REL12 relocs.DJ Delorie2003-01-072-4/+8
|
* * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 notDJ Delorie2003-01-072-1/+6
| | | | partial_inplace.
* 2003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-075-4/+36
| | | | | | | | | | * frame.c (deprecated_set_frame_next_hack): New function. (deprecated_set_frame_prev_hack): New function. * frame.h (deprecated_set_frame_next_hack): Declare. (deprecated_set_frame_prev_hack): Declare. * mcore-tdep.c (analyze_dummy_frame): Use deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack. * mn10300-tdep.c (analyze_dummy_frame): Ditto.
* 2003-01-07 David Carlton <carlton@math.stanford.edu>David Carlton2003-01-072-63/+87
| | | | | * linespec.c (decode_line_1): Move code into decode_dollar. (decode_dollar): New function.
* zap #define FRAME_C.Andrew Cagney2003-01-071-1/+0
|
* 2003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-075-17/+24
| | | | | | | | | * arm-tdep.c (arm_init_extra_frame_info): Use deprecated_update_frame_base_hack. * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto. * mn10300-tdep.c (analyze_dummy_frame): Ditto. (fix_frame_pointer): Ditto. (mn10300_analyze_prologue): Ditto.
* 2003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-0717-36/+47
| | | | | | | | | | | | | | | | | | | | | | | | * xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate extra_info using frame_extra_info_zalloc. * sparc-tdep.c (sparc_init_extra_frame_info): Ditto. * sh-tdep.c (sh_init_extra_frame_info): Ditto. (sh64_init_extra_frame_info): Ditto. * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto. * s390-tdep.c (s390_init_extra_frame_info): Ditto. * mips-tdep.c (mips_init_extra_frame_info): Ditto. * mcore-tdep.c (mcore_init_extra_frame_info): Ditto. * frv-tdep.c (frv_init_extra_frame_info): Ditto. * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto. * ia64-tdep.c (ia64_init_extra_frame_info): Ditto. * h8300-tdep.c (h8300_init_extra_frame_info): Ditto. * d10v-tdep.c (d10v_init_extra_frame_info): Ditto. * cris-tdep.c (cris_init_extra_frame_info): Ditto. * arm-tdep.c (arm_init_extra_frame_info): Ditto. * alpha-tdep.c (alpha_init_extra_frame_info): Ditto. * mn10300-tdep.c (analyze_dummy_frame): Use deprecated_set_frame_extra_info_hack. * mcore-tdep.c (analyze_dummy_frame): Ditto.
* * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL forAndreas Schwab2003-01-072-6/+34
| | | | | PC relative relocations. (elf_m68k_discard_copies): Set it here instead.
* * mdebugread.c (parse_symbol): Skip stProc entries which storageJoel Brobecker2003-01-072-22/+71
| | | | | class is not scText. These do not define "real" procedures. (parse_partial_symbols): Likewise.
* 2003-01-06 Michael Chastain <mec@shout.net>Michael Chastain2003-01-073-2/+14
| | | | | | * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): When selecting a thread, 'line' and 'file' are optional. * gdb.mi/mi1-pthreads.exp: Likewise.
* *** empty log message ***gdbadmin2003-01-071-1/+1
|
* chael Snyder <msnyder@redhat.com>Michael Snyder2003-01-062-31/+191
| | | | | * lin-lwp.c: Added or elaborated on "debug lin-lwp" info. qCVS: Committing in .
* daily updateAlan Modra2003-01-061-1/+1
|
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-069-47/+81
| | | | | | | | | | | * frame.h (deprecated_frame_xmalloc_with_cleanup): Declare. * frame.c (deprecated_frame_xmalloc_with_cleanup): New function. * arm-tdep.c (arm_frame_chain): Allocate caller_fi using deprecated_frame_xmalloc_with_cleanup. * m32r-tdep.c (m32r_virtual_frame_pointer): Allocate `fi' using deprecated_frame_xmalloc. * mcore-tdep.c (analyze_dummy_frame): Ditto for dummy. * mn10200-tdep.c (mn10200_frame_chain): Ditto for dummy_frame.
* 2003-01-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-063-2/+7
| | | | | * x86-64-linux-tdep.c: Include "osabi.h". * Makefile.in (x86-64-linux-tdep.o): Update dependencies.
* 2003-01-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-062-1/+5
| | | | * sparc-tdep.c (sparc_dump_tdep): Fix typo, match -> mach.
* 2003-01-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-01-0615-29/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | * MAINTAINERS (Target Instruction Set Architectures): Update arm-elf. Can be built with -Werror, has been multiarched. * value.h (unpack_long): Make buffer parameter constant. (unpack_double, unpack_pointer, unpack_field_as_long): Ditto. * scm-lang.h (scm_parse): Ditto. * defs.h (extract_typed_address, extract_address): Ditto. (extract_long_unsigned_integer): Ditto. * inferior.h (unsigned_pointer_to_address): Ditto. (signed_pointer_to_address): Ditto. * gdbarch.sh (POINTER_TO_ADDRESS): Ditto. * gdbarch.h, gdbarch.c: Regenerate. * findvar.c (extract_long_unsigned_integer): Update. (extract_address): Update. (extract_typed_address): Update. (unsigned_pointer_to_address): Update. * values.c (unpack_long): Update. (unpack_double): Update. (unpack_pointer): Update. (unpack_field_as_long): Update. * d10v-tdep.c (d10v_pointer_to_address): Update. * avr-tdep.c (avr_pointer_to_address): Update. * scm-lang.c (scm_unpack): Update. * findvar.c (signed_pointer_to_address): Update.
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-063-34/+64
| | | | | | * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate.
* * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuiteAndreas Schwab2003-01-062-0/+8
| | | | failures.
* * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.Daniel Jacobowitz2003-01-0622-412/+648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@. (GENSCRIPTS): Add @use_sysroot@. * Makefile.in: Regenerated. * configure.host: Move setting of NATIVE_LIB_DIRS to... * configure.tgt: ... here. Use ${target} instead of ${host} for NATIVE_LIB_DIRS. * configure.in: Add --with-sysroot. * configure: Regenerated. * genscripts.sh: Accept use_sysroot option. Set new variables NATIVE and USE_LIBPATH. Prepend "=" to directory names if $use_sysroot. Don't search $tool_lib if $use_sysroot. * ldfile.c (ldfile_add_library_path): Handle leading '='. * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined. (ld_sysroot): New variable. (main): Initialize ld_sysroot. * ldmain.h (ld_sysroot): New extern. * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of searching $EMULATION_LIBPATH. (gld${EMULATION_NAME}_add_sysroot): New function. (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot. (gld${EMULATION_NAME}_after_open): Likewise. Only search environment variables if $NATIVE. * ld.texinfo (Options): Mention "=" prefix in the description of -L. * NEWS: Mention --with-sysroot. * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX instead of setting LIB_PATH. * emulparams/elf32ppc.sh: Likewise. * emulparams/elf64_s390.sh: Likewise. * emulparams/elf64_sparc.sh: Likewise. * emulparams/elf64ppc.sh: Likewise. * emulparams/elf_x86_64.sh: Likewise. * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH. * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
* 2003-01-06 Michal Ludvig <mludvig@suse.cz>Michal Ludvig2003-01-062-11/+5
| | | | | * x86-64-linux-nat.c (i386_sse_regnum_p): Deleted. Not needed anymore since it is in i386-tdep.c.
* * alpha-tdep.c (alpha_gdbarch_init): Fix a small compilationJoel Brobecker2003-01-062-1/+6
| | | | failure introduced in the previous change.
* 2003-01-05 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou2003-01-062-1/+5
| | | | * Makefile.in (tmp-run-multi): Fix mips16 filter.
* *** empty log message ***gdbadmin2003-01-061-1/+1
|
* daily updateAlan Modra2003-01-051-1/+1
|
* 2003-01-05 Michael Chastain <mec@shout.net>Michael Chastain2003-01-052-15/+6
| | | | | | * README: Remove references to deleted remote-*.c files: remote-adapt.c, remote-eb.c, remote-mm.c, remote-nindy.c, remote-nrom.c, remote-os9k.c, remote-udi.c.
* * i386-tdep.c (i386_get_longjmp_target): Make usable on x86-64.Mark Kettenis2003-01-053-10/+13
| | | | | * x86-64-tdep.c (x86_64_init_abi): Remove FIXME about i386_get_longjmp_target.
* 2003-01-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-052-18/+25
| | | | | | | | * arm-tdep.c (prologue_cache): Change to a pointer. (_initialize_arm_tdep): Allocate prologue_cache. (check_prologue_cache): Update. (save_prologue_cache): Update. (arm_gdbarch_init): Update.
* 2003-01-04 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou2003-01-057-54/+896
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew Cagney <ac131313@redhat.com> Gavin Romig-Koch <gavin@redhat.com> Graydon Hoare <graydon@redhat.com> Aldy Hernandez <aldyh@redhat.com> Dave Brolley <brolley@redhat.com> Chris Demetriou <cgd@broadcom.com> * configure.in (mips64vr*): Define TARGET_ENABLE_FR to 1. (sim_mach_default): New variable. (mips64vr-*-*, mips64vrel-*-*): New configurations. Add a new simulator generator, MULTI. * configure: Regenerate. * Makefile.in (SIM_MULTI_OBJ, SIM_EXTRA_DISTCLEAN): New variables. (multi-run.o): New dependency. (SIM_MULTI_ALL, SIM_MULTI_IGEN_CONFIGS): New variables. (tmp-mach-multi, tmp-itable-multi, tmp-run-multi): New rules. (tmp-multi): Combine them. (BUILT_SRC_FROM_MULTI): New variable. Depend on tmp-multi. (clean-extra): Remove sources in BUILT_SRC_FROM_MULTI. (distclean-extra): New rule. * sim-main.h: Include bfd.h. (MIPS_MACH): New macro. * mips.igen (vr4120, vr5400, vr5500): New models. (clo, clz, dclo, dclz, madd, maddu, msub, msub, mul): Add *vr5500. * vr.igen: Replace with new version.
* 2003-01-04 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2003-01-053-161/+186
| | | | | * configure.in: Use SIM_AC_OPTION_RESERVED_BITS(1). * configure: Regenerate.
* * stabsread.c (update_method_name_from_physname): Call complaint()Daniel Jacobowitz2003-01-052-1/+10
| | | | instead of error.
* * gdb.texinfo (Controlling GDB): Add @kindex forDaniel Jacobowitz2003-01-052-0/+10
| | | | | "show osabi". (Backtraces): Add @kindex's for backtrace-below-main.
* * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.Christopher Faylor2003-01-052-0/+5
|
* * gdb.texinfo (Controlling GDB): Document "set osabi".Daniel Jacobowitz2003-01-052-0/+27
|
* * arm-tdep.c (arm_frame_chain_valid): Remove unnecessary test.Daniel Jacobowitz2003-01-0540-206/+203
| | | | | | | | | | | | | | | | | | | | | | | | * d10v-tdep.c (d10v_frame_chain_valid): Remove unnecessary tests. * hppa-tdep.c (hppa_frame_chain_valid): Remove unnecessary test. * blockframe.c: Include "gdbcmd.h" and "command.h". (backtrace_below_main): New variable. (file_frame_chain_valid, func_frame_chain_valid) (nonnull_frame_chain_valid, generic_file_frame_chain_valid) (generic_func_frame_chain_valid): Remove functions. (frame_chain_valid, do_flush_frames_sfunc): New functions. (_initialize_blockframe): New function. * Makefile.in (blockframe.o): Update dependencies. * frame.c (frame_saved_regs_id_unwind, get_prev_frame): Remove FIXME comment. Call frame_chain_valid (). * frame.h: Remove old prototypes. Add prototype for frame_chain_valid and update comments to match. * gdbarch.sh: Change FRAME_CHAIN_VALID into a predicated function. Remove old comment. * gdbarch.h: Regenerated. * gdbarch.c: Regenerated. Plus updates to all other targets not to provide a FRAME_CHAIN_VALID.
* * gdb.texinfo (Backtraces): Document "set backtrace-below-main".Daniel Jacobowitz2003-01-053-20/+31
| | | | * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
* *** empty log message ***gdbadmin2003-01-051-1/+1
|
* * Makefile.in (acconfig_h): Remove incorrect macro.Daniel Jacobowitz2003-01-047-24/+178
| | | | | | | | | | | | | | | | | | (config_h): Define. (osabi.o): Update dependencies. * configure.tgt: Set gdb_osabi based on target triplet. * configure.in: Define GDB_OSABI_DEFAULT based on gdb_osabi. * configure: Regenerated. * config.in: Regenerated. * osabi.c: Include "arch-utils.h", "gdbcmd.h", and "command.h". (GDB_OSABI_DEFAULT): Define if not already defined. (user_osabi_state, user_selected_osabi, gdb_osabi_available_names) (set_osabi_string): New variables. (gdbarch_register_osabi): Add new OS ABI to gdb_osabi_available_names. (gdbarch_lookup_osabi): Honor specified and default OS ABIs. (set_osabi, show_osabi): New functions. (_initialize_gdb_osabi): Add "set osabi" and "show osabi" commands.
* * arch-utils.c (gdbarch_info_init): Set osabi toDaniel Jacobowitz2003-01-0443-371/+390
| | | | | | | | | | | | | | | | | | | GDB_OSABI_UNINITIALIZED. * gdbarch.sh: Add osabi to struct gdbarch and to struct gdbarch_info. Include "osabi.h" in gdbarch.c. Check osabi in gdbarch_list_lookup_by_info and in gdbarch_update_p. * gdbarch.c: Regenerated. * gdbarch.h: Regenerated. * osabi.c (gdbarch_lookup_osabi): Return GDB_OSABI_UNINITIALIZED if there's no BFD. (gdbarch_init_osabi): Remove osabi argument; use info.osabi. * osabi.h (enum gdb_osabi): Move to defs.h. (gdbarch_init_osabi): Update prototype. * defs.h (enum gdb_osabi): Moved here. * Makefile.in: Update dependencies. Plus updates to alpha, arm, hppa, i386, mips, ns32k, ppc, sh, sparc, and vax ports to match.
* * breakpoint.c (insert_breakpoints): Skip disabled breakpointsDaniel Jacobowitz2003-01-042-12/+13
| | | | | | entirely. (breakpoint_re_set_one): Don't fetch the value for a disabled watchpoint.
* Fix PR gdb/844Daniel Jacobowitz2003-01-048-105/+29
| | | | | | | | | | | | | | | * lib/gdb.exp (gdb_compile): Handle "quiet" option. (gdb_compile_pthreads): Pass "quiet" to gdb_compile. * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return instead of calling gdb_suppress_entire_file. * gdb.threads/print-threads.exp: Likewise. * gdb.threads/schedlock.exp: Likewise. * gdb.threads/killed.exp: Return instead of calling gdb_suppress_entire_file. * gdb.threads/linux-dp.exp: Likewise. * gdb.threads/pthreads.exp: Likewise.
* daily updateAlan Modra2003-01-041-1/+1
|
* gdb/Daniel Jacobowitz2003-01-0434-327/+194
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * buildsym.h (processing_hp_compilation): Remove obsolete variable. * gdbarch.sh Remove include of "value.h" in gdbarch.h. (COERCE_FLOAT_TO_DOUBLE): Remove. * gdbarch.c: Regenerate. * gdbarch.h: Regenerate. * Makefile.in: Remove value_h from gdbarch_h. * valops.c (coerce_float_to_double): New variable. (default_coerce_float_to_double): Remove. (standard_coerce_float_to_double): Remove. (value_arg_coerce): Use coerce_float_to_double. (_initialize_valops): Add "set coerce-float-to-double". * value.h (default_coerce_float_to_double): Remove prototype. (standard_coerce_float_to_double): Remove prototype. * hpread.c (hpread_process_one_debug_symbol): Mark C++ functions as prototyped. * mdebugread.c (parse_symbol): Likewise. * stabsread.c (define_symbol): Mark all functions as prototyped. * hppa-tdep.c (hppa_coerce_float_to_double): Remove. * alpha-tdep.c (alpha_gdbarch_init): Remove call to set_gdbarch_coerce_float_to_double. * arm-tdep.c (arm_gdbarch_init): Likewise. * frv-tdep.c (frv_gdbarch_init): Likewise. * h8300-tdep.c (h8300_gdbarch_init): Likewise (commented out). * i386-sol2-tdep.c (i386_sol2_init_abi): Likewise. * mips-tdep.c (mips_gdbarch_init): Likewise. (mips_coerce_float_to_double): Remove. * rs6000-tdep.c (rs6000_gdbarch_init): Likewise. (rs6000_coerce_float_to_double): Remove. * s390-tdep.c (s390_gdbarch_init): Likewise. * sh-tdep.c (sh_gdbarch_init): Likewise. (sh_coerce_float_to_double): Remove. * sparc-tdep.c (sparc_gdbarch_init): Likewise. (sparc_coerce_float_to_double): Remove. * v850-tdep.c (v850_gdbarch_init): Likewise. * xstormy16-tdep.c (xstormy16_gdbarch_init): Likewise. * config/m32r/tm-m32r.h (COERCE_FLOAT_TO_DOUBLE): Remove. * config/pa/tm-hppa.h: (COERCE_FLOAT_TO_DOUBLE): Remove. (hppa_coerce_float_to_double): Remove prototype. * config/sparc/tm-sparc.h (COERCE_FLOAT_TO_DOUBLE): Remove. doc/ * gdb.texinfo (Controlling GDB): Add ABI section. Document "set coerce-float-to-double". * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation. testsuite/ * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for stabs. * gdb.base/completion.exp: Allow marker1(void) as well as marker1(). * gdb.base/whatis.exp: Always allow (void) after function names.
* * configure.in (LD): Improve test for gcc. Try to set LD to the ld usedDave Anglin2003-01-043-66/+111
| | | | | by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt.
* * gdb.c++/casts.exp: Correct regexp.Daniel Jacobowitz2003-01-042-2/+6
|
* * regformats/reg-m68k.dat: Remove fpcode and fpflags.Daniel Jacobowitz2003-01-042-2/+4
|
* * linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.Daniel Jacobowitz2003-01-042-2/+6
|
* Update copyright date with last commit.Daniel Jacobowitz2003-01-041-1/+1
|
* Suggested by Stewart Brown <sb24@avaya.com>:Daniel Jacobowitz2003-01-042-13/+31
| | | | | | * c-typeprint.c (c_type_print_varspec_prefix): Pass value of show in recursive calls. Handle TYPE_CODE_TYPEDEF. (c_type_print_varspec_suffix): Likewise.
* * Makefile.am (ldmain.o): Pass BINDIR.Daniel Jacobowitz2003-01-044-4/+22
| | | | | | * Makefile.in: Regenerated. * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first search path.