aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-01-16 * c-typeprint.c (is_type_conversion_operator): Add additionalDaniel Jacobowitz2-1/+12
check for non-conversion operators.
2002-01-16* scripttempl/pe.sc: Add support for constructor priorities.DJ Delorie2-2/+6
2002-01-16*** empty log message ***gdbadmin1-1/+1
2002-01-15daily updateAlan Modra1-1/+1
2002-01-15Fix oops with previous checkin.Michael Snyder1-3/+1
2002-01-152002-01-10 Michael Snyder <msnyder@redhat.com>Michael Snyder2-38/+334
* linux-proc.c: Add "info proc" command, a la procfs.c. (read_mapping): New function, abstract and re-use code. (linux_find_memory_regions): Use new func read_mapping. (linux_info_proc_cmd): New function, implement "info proc". (_initialize_linux_proc): Add new command "info proc".
2002-01-152002-01-15 Michael Snyder <msnyder@redhat.com>Michael Snyder2-122/+152
* symfile.c (generic_load): Use bfd_map_over_sections method instead of manipulating bfd structure members directly. (add_section_size_callback): New function, bfd sections callback used by generic_load. (load_sections_callback): New function, bfd sections callback used by generic_load.
2002-01-152002-01-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-1/+82
[Based on work by Jim Blandy] * gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export. (builtin_type_vec128): Export. * gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD types. (builtin_type_vec128): New builtin type for 128 bit vector registers. (build_gdbtypes): Initialize builtin_type_v16qi and builtin_type_v8hi. Create the vec128 register builtin type structure. (build_builtin_type_vec128): New function. (_initialize_gdbtypes): Register builtin_type_v16qi and builtin_type_v8hi with gdbarch. Same for builtin_type_vec128. * rs6000-tdep.c (rs6000_register_virtual_type): Change type of AltiVec register to new builtin type.
2002-01-15Doh. s/kdb/kbd/Andrew Cagney1-1/+1
2002-01-15* gdbint.texinfo (Releasing GDB): New chapter.Andrew Cagney2-0/+189
2002-01-15Refer to "options" not "switches"Nick Clifton3-8/+15
2002-01-152001-01-15 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+9
* stabsread.c (read_type): Pass dbx_lookup_type (typenums) to make_cv_type.
2002-01-15Support for VFP instructionsRichard Earnshaw10-28/+2289
* tc-arm.c (CP_WB_OK, CP_NO_WB): New defines. (cp_address_required_here): New argument wb_ok. When false, do not accept write-back forms of addressing. Change all callers. (FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1) (FPU_VFP_EXT_V2): Define. (FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2): Define in terms of above. (vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums. (vfp_reg): New struct. (vfp_regs): New array of registers. (insns): Add VFP instructions. (sn_table): New array of VFP single-precision register names. (dn_table): New array of VFP double-precision register names. (all_reg_maps): Add the new register tables. (arm_reg_type): Add new values for above. Increase RET_TYPE_MAX. (vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic) (do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic) (do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg) (do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg) (do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here) (do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst) (do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm) (vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia) (do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb) (do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt) (do_vfp_sp_dp_cvt): New functions. (md_begin): Set soft-float flag for appropriate VFP work. (md_atof): Handle VFP-format doubles. (md_parse_option): Handle VFP command-line options. (md_show_usage): Display VFP command-line options. * testsuite/gas/arm/vfp1.s gas/arm/vf1.d: New files. * testsuite/gas/arm/vfp1xD.s gas/arm/vf1xD.d: New files. * testsuite/gas/arm/vfp-bad.s gas/arm/vfp-bad.l: New files. * testsuite/gas/arm/arm.exp: Run new VFP tests.
2002-01-15* arm-opc.h (arm_opcodes): Add patterns for VFP instructions.Richard Earnshaw3-2/+165
* arm-dis.c (print_insn_arm): Support new disassembly qualifiers for VFP bitfields.
2002-01-15* tc-arm.c (md_parse_option): Tidy up setting of cpu_variant forRichard Earnshaw2-21/+20
various command line options.
2002-01-15Add Swedish translationNick Clifton4-153/+2324
2002-01-15Special case handlign for m32r portNick Clifton3-0/+15
2002-01-15 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.Jakub Jelinek6-7/+37
* elf.c (merge_sections_remove_hook): New function. (_bfd_elf_merge_sections): Pass it as 3rd argument to _bfd_merge_sections. * libbfd-in.h (_bfd_merge_sections): Add 3rd argument. * libbfd.h: Rebuilt. * merge.c (_bfd_merge_sections): Add remove_hook argument. Call remove_hook if a SEC_EXCLUDE section is encountered.
2002-01-15Add missing 'cp' commandNick Clifton2-1/+5
2002-01-15Fix expected results of disassembly of DSP instructionsNick Clifton2-18/+22
2002-01-15Fix up generation of VTINHERIT relocsNick Clifton4-27/+52
2002-01-15* config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): RenameAndrew Cagney3-3/+9
CLEAN_UP_REGISTER_VALUE. * regcache.c (supply_register): Update only call.
2002-01-15Mark all 29k targets as obsolete (second attempt to commit this).Andrew Cagney2-7/+14
2002-01-15* gdb.texinfo (Embedded Processors, Calling program functions):Andrew Cagney2-250/+256
Obsolete references to a29k.
2002-01-15Review cleanups() section. Add examples.Andrew Cagney2-23/+74
2002-01-15*** empty log message ***gdbadmin1-1/+1
2002-01-14daily updateAlan Modra1-1/+1
2002-01-142002-01-14 Michael Snyder <msnyder@redhat.com>Michael Snyder4-25/+8
* linux-proc.c (linux_do_thread_registers): Ignore fpxregs until we can resolve portability issues. * gregset.h: Remove references to fpxregs. * gcore.c (gcore_command): Initialize note_sec to NULL.
2002-01-14* MAINTAINERS: Add self as co-maintainer for the ARM code.Richard Earnshaw2-0/+5
2002-01-14Use section2.e-mips script for v850-elf toolchain.Nick Clifton2-1/+6
2002-01-14* gas/arm/armv1.s, arm/armv1.d, arm/fpa-mem.s, arm/fpa-mem.dRichard Earnshaw11-1/+965
arm/fpa-monadic.s, arm/fpa-monadic.d, arm/fpa-dyadic.s, arm/fpa-dyadic.d: New tests. * gas/arm/le-fpconst.d (objdump): pass --section=.text * gas/arm/arm.exp: Add new tests. Run le-fpconst test on elf targets.
2002-01-14* tc-arm.c (md_longopts): On targets that aren't bi-endian, supportRichard Earnshaw2-1/+20
the -EL/-EB option that matches the target's endianness. (md_parse_option): Likewise.
2002-01-14Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff.Nick Clifton2-1/+7
2002-01-14For ARM targets, link with libgcc.a.Nick Clifton2-2/+10
2002-01-14* tc-arm.c (md_longopts): Fix misplaced #endif -- the -oabi optionRichard Earnshaw2-2/+7
is not dependent on ARM_BI_ENDIAN.
2002-01-14* tc-arm.c (all error messages): Normalize capitalization of messages.Richard Earnshaw3-102/+160
* tc-arm.h (md_operand): Delete define. * tc-arm.c (in_my_get_expression): New static variable. (my_get_expression): Set and clear it. (md_operand): New function. If called from my_get_expression put the error in inst.error. (output_inst): Now takes argument of instruction being assembled. Print it out with any error message. (do_ldst, do_ldstv4, thumb_load_store): Fault attempt to use a store with '=' syntax. (end_of_line): Don't update inst.error if it is already set.
2002-01-14* gas/arm/armv1-bad.s gas/arm/armv1-bad.l: New files.Richard Earnshaw4-0/+39
* gas/arm/arm.exp (run_error_test): New proc. (armv1-bad): New error test.
2002-01-14Add Spanish TranslationNick Clifton4-2/+4155
2002-01-142002-01-14 Ben Elliston <bje@redhat.com>Ben Elliston2-2/+6
* sim-fpu.h: Fix comment about sim_fpu_* constants.
2002-01-14*** empty log message ***gdbadmin1-1/+1
2002-01-132002-01-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+23
* gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result for slightly dubious v2 mangled string.
2002-01-13daily updateAlan Modra1-1/+1
2002-01-132002-01-13 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-2/+12
* gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
2002-01-13Rewrite target_signal_to_name().Andrew Cagney2-6/+10
2002-01-13From Petr Ledvina <ledvinap@kae.zcu.cz>:Andrew Cagney2-1/+10
* signals.c (target_signal_to_name): Verify that SIG is within the bounds of the signals array.
2002-01-13* MAINTAINERS: Remove arm-coff and arm-pe from target list.Andrew Cagney2-1/+5
2002-01-13 * stack.c (print_frame_info_base): Print the frame's pcKeith Seitz2-9/+25
only if when print_frame_info_listing_hook is not defined.
2002-01-13 * varobj.c (varobj_set_value): Make sure that there were noKeith Seitz2-62/+94
errors evaluating the object before attempting to set its value. value_cast now properly adjusts VALUE_ADDRESS for baseclasses, so this offset adjustment is no longer necessary. (create_child): Don't set the error flag if the child is a CPLUS_FAKE_CHILD. (value_of_child): If value_fetch_lazy fails, return NULL so that callers will be notified that an error occurred. (c_value_of_variable): Delay check of variable's validity until later. We actually want all structs and unions to have the value "{...}". Do not return "???" for variables which could not be evaluated. This error condition must be returned to the caller so that it can get the error condition from gdb. (cplus_name_of_child): Adjust index for vptr before figuring out the name of the child. (cplus_value_of_child): If a child's (real) parent is not valid, don't even bother trying to give a value for it. Just return an error. Change all instances in this function. (cplus_type_of_child): If our parent is one of the "fake" parents, we need to get at the type of the real parent, and derive the child's true type using this information.
2002-01-13From 2002-01-09 John Marshall <johnm@falch.net>:Andrew Cagney4-7/+14
* CONTRIBUTE, README, TODO: Change sourceware.cygnus.com to sources.redhat.com, and tweak some related URLs which had suffered from linkrot.
2002-01-13* hppa-tdep.c (hppa_push_arguments): Correct handling of 5-7 byteAndrew Cagney2-1/+8
structures passed in registers.