summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove ARI problems:gdb_6_2-2004-07-10-gmt-branchpointPaul N. Hilfinger2004-07-094-61/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ada-exp.y (write_var_from_sym): Reformat to put operator at beginning of line. * ada-lang.c (MAX_OF_SIZE): Rename max_of_size. Add comment. Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE. (MIN_OF_SIZE): Rename min_of_size. Add comment. (UMAX_OF_SIZE): Renmae umax_of_size. Add comment. (UMIN_OF_SIZE): Remove. (max_of_type): New function to replace orphan macro in gdbtypes.h (min_of_type): Ditto. (discrete_type_high_bound): Use max_of_type. (discrete_type_low_bound): Use min_of_type. (possible_user_operator_p): Move operator to beginning of line. (ada_is_variant_part): Ditto. (ensure_lval): Rewrite to avoid deprecated operations. (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr rather than adding DEPRECATED_FUNCTION_START_OFFSET. (ada_enum_name): Remove assignments in 'if' statements. (build_ada_types): Add gdbarch parameter. (_initialize_ada_language): Replace deprecated_register_gdbarch_swap with gdbarch_data_register_post_init. Use add_setshow_uinteger_cmd rather than add_set_cmd and add_show_from_set. * ada-valprint.c (inspect_it): Remove declaration. (repeat_count_threshold): Remove declaration. (ada_print_floating): Remove assignments in 'if' statements. (print_str): Move operator to beginning of line.
* 2004-07-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-07-092-13/+19
| | | | | | PR 240 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in .init/.fini sections when trying to relax it.
* Fix @kindex entries so that multiple commands thatEli Zaretskii2004-07-092-123/+68
| | | | have the same prefix have only their prefix in the index.
* binutils/testsuite/:Andreas Schwab2004-07-094-9/+99
| | | | | | | | | | | | * binutils-all/m68k/movem.s: New file. * binutils-all/m68k/objdump.exp: New file. include/opcode/: * m68k.h: Fix comment. opcodes/: * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
* * elf.c (assign_file_positions_for_segments): Make sure the .dynamic sectionNick Clifton2004-07-092-0/+17
| | | | is the first section in the PT_DYNAMIC segment
* Rename sh-symbian-elf toolchain to sh-*-symbianelfNick Clifton2004-07-094-5/+13
|
* daily updateAlan Modra2004-07-091-1/+1
|
* *** empty log message ***gdbadmin2004-07-091-1/+1
|
* * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.Jim Blandy2004-07-082-8/+4
|
* 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-07-082-1/+8
| | | | | | * gdb.java/jmain.exp: Fix expected line number for main to break at. Set XFAIL for break at main test since gcj does not provide line number info for first statement in main.
* 2004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-082-385/+488
| | | | * gdb.base/attach.exp: Cleanup copyright. Re-indent.
* * Makefile.def (host_modules): Set bootstrap=true for flex.Alexandre Oliva2004-07-084-4/+10
| | | | | * Makefile.tpl (all-gcc): Depend on texinfo and flex. * Makefile.in: Rebuilt.
* 2004-07-08 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-082-13/+18
| | | | | * gdb.base/sigbpt.exp: Make the common part of each test name a prefix instead of suffix.
* Fix crash in symtab.c.Bob Rossi2004-07-082-11/+19
|
* I added the testcase for -file-list-exec-source-files to mi2-file.exp.Bob Rossi2004-07-083-14/+23
| | | | It should have been added to mi-file.exp. So, here it is.
* daily updateAlan Modra2004-07-081-1/+1
|
* *** empty log message ***gdbadmin2004-07-081-1/+1
|
* 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-07-073-4/+10
| | | | | | * gdb.java/jmisc.exp: Fix expected output of ptype to look for the jmisc() constructor instead of <init>. * gdb.java/jmisc1.exp: Ditto.
* Undo accidental commit whilst adding crx-elf portNick Clifton2004-07-073-70/+60
|
* 2004-07-07 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-072-0/+8
| | | | | * gdb.base/sigbpt.exp (stepi_out): Check for a single step corrupting the PC.
* Add new port: crx-elfNick Clifton2004-07-0731-302/+3597
|
* *** empty log message ***gdbadmin2004-07-071-1/+1
|
* daily updateAlan Modra2004-07-071-1/+1
|
* 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-062-4/+9
| | | | | * gdb.cp/templates.exp: Accept whitespace change in demangler output.
* 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-07-0614-4/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * language.h (struct_language_defn): Add new function pointer: la_class_name_from_physname. Also add new prototype for language_class_name_from_physname. * language.c (language_class_name_from_physname): New function. (unk_lang_class_name): Ditto. (unknown_language_defn, auto_language_defn): Change to add unk_lang_class_name function pointer for la_class_name_from_physname. (local_language_defn): Ditto. * dwarf2read.c (guess_structure_name): Change to call language_class_name_from_physname. (determine_class_name): Ditto. * cp-support.c (class_name_from_physname): Renamed. (cp_class_name_from_physname): New name of function. * cp-support.h: Ditto. * c-lang.c (c_language_defn): Change to add NULL for class_name_from_physname function pointer. (cplus_language_defn): Change to add cp_class_name_from_physname. * jv-lang.c (java_class_name_physname): New function. (java_find_last_component): New static routine. (java_language_defn): Add java_class_name_from_physname pointer. * ada-lang.c (ada_language_defn): Change to add NULL for class_name_from_physname function pointer. * f-lang.c (f_language_defn): Ditto. * m2-lang.c (m2_language_defn): Ditto. * objc-lang.c (objc_language_defn): Ditto. * p-lang.c (pascal_language_defn): Ditto. * scm-lang.c (scm_language_defn): Ditto.
* * Makefile.in: Update all dependency information.Jim Blandy2004-07-062-92/+343
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (BASICS_H, CPU_H, IDECODE_H, PSIM_H, REGISTERS_H, DEVICE_TABLE_H) (EMUL_GENERIC_H): Values updated. (ACCONFIG_H, ALTIVEC_EXPRESSION_H, ALTIVEC_REGISTERS_H) (ANSIDECL_H, BFD_H, BITS_H, CAP_H, COMMON_SIM_BASE_H) (COMMON_SIM_BASICS_H, COMMON_SIM_FPU_H, COMMON_SIM_INLINE_H) (COMMON_SIM_SIGNAL_H, CONFIG_H, COREFILE_H, COREFILE_N_H, DEBUG_H) (DEFINES_H, DEFS_H, DEVICE_H, E500_EXPRESSION_H, E500_REGISTERS_H) (EMUL_BUGAPI_H, EMUL_CHIRP_H, EMUL_NETBSD_H, EMUL_UNIX_H, EVENTS_H) (FILTER_FILENAME_H, FILTER_H, GDB_CALLBACK_H, GDB_REMOTE_SIM_H) (GEN_ICACHE_H, GEN_IDECODE_H, GEN_ITABLE_H, GEN_MODEL_H) (GEN_SEMANTICS_H, GEN_SUPPORT_H, HW_CPU_H, HW_H, HW_PHB_H) (ICACHE_H, IDECODE_BRANCH_H, IDECODE_EXPRESSION_H) (IDECODE_FIELDS_H, IGEN_H, INLINE_H, INTERRUPTS_H, ITABLE_H) (LD_CACHE_H, LD_DECODE_H, LD_INSN_H, LF_H, MISC_H, MODEL_H, MON_H) (OPTIONS_H, OS_EMUL_H, PK_H, PPC_CONFIG_H, SEMANTICS_H) (SIM_CALLBACKS_H, SIM_ENDIAN_H, SIM_ENDIAN_N_H, SIM_MAIN_H) (SPREG_H, STD_CONFIG_H, SUPPORT_H, TABLE_H, TARG_VALS_H, TCONFIG_H) (TREE_H, VM_H, VM_N_H, WORDS_H): New variables. (callback.o, cap.o, corefile.o, debug.o, device.o, device_table.o) (dgen.o, emul_bugapi.o, emul_chirp.o, emul_netbsd.o, emul_unix.o) (events.o, filter.o, filter_filename.o, filter_host.o) (gen-icache.o, gen-idecode.o, gen-itable.o, gen-model.o) (gen-semantics.o, gen-support.o, hw_core.o, hw_cpu.o, hw_disk.o) (hw_htab.o, hw_init.o, hw_phb.o, hw_register.o, icache.o) (idecode.o, igen.o, interrupts.o, itable.o, ld-cache.o) (ld-decode.o, ld-insn.o, lf.o, main.o, misc.o, model.o, mon.o) (options.o, os_emul.o, pk_disklabel.o, psim.o, registers.o) (semantics.o, sim-endian.o, sim-fpu.o, sim_calls.o, spreg.o) (support.o, table.o, targ-map.o, tree.o, vm.o): Update dependencies.
* Add support for sh-symbian-elf targetNick Clifton2004-07-0613-25/+738
|
* 2004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-063-0/+320
| | | | * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
* 2004-07-06 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-07-062-1/+17
| | | | | | Patch from Bart Robinson. * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE. (O_LARGEFILE): Define to 0, if not defined.
* *** empty log message ***gdbadmin2004-07-061-1/+1
|
* daily updateAlan Modra2004-07-061-1/+1
|
* * gdb.texinfo (BSD libkvm Interface): New node (section)Mark Kettenis2004-07-052-0/+46
| | | | (Native): Add it to the menu.
* 2004-06-30 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke2004-07-054-10/+19
| | | | | | | | | | | | | bfd: * elf32-sh.c: Include ../opcodes/sh-opc.h . * Makefile.am: Ran make dep-am . * Makefile.in: Ran make dep-in . gas: * config/tc-sh.c (md_assemble): Change isspace to ISSPACE. (md_parse_option): Remove redundant -isa testing. Make bfd_arch variable const. (md_show_usage): Make bfd_arch variable const.
* *** empty log message ***gdbadmin2004-07-051-1/+1
|
* daily updateAlan Modra2004-07-051-1/+1
|
* *** empty log message ***gdbadmin2004-07-041-1/+1
|
* daily updateAlan Modra2004-07-041-1/+1
|
* 2004-07-04 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>Christopher Faylor2004-07-032-2/+32
| | | | | | | | | | | * bfd/cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak externals properly. * src/gas/config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak externals. * binutils/doc/binutils.texi (nm): Clarify weak symbol description. * gas/config/tc-i386.c (tc_gen_reloc): Use addend for weak symbols in TE_PE. * gas/doc/as.texinfo (Weak): Document PE weak symbols. * ld/ld.texinfo (WIN32): Document PE weak symbols.
* * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,Mark Kettenis2004-07-035-4/+78
| | | | | | | | | | | | <machine/pcb.h> and "bsd-kvm.h". (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined. (m68kbsd_supply_pcb): New function. (_initialize_m68kbsd_nat): New prototype and function. * Makefile.in (m68kbsd-nat.o): Update dependencies. * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable.
* * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.Mark Kettenis2004-07-032-1/+5
|
* * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" andMark Kettenis2004-07-033-2/+83
| | | | | | | | | <sys/proc.h>. (bsd_kvm_cmdlist): New variable. (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions. (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb" command and "kvm proc" command. * Makefile.in (bsd-kvm.o): Update dependencies.
* daily updateAlan Modra2004-07-031-1/+1
|
* *** empty log message ***gdbadmin2004-07-031-1/+1
|
* 2004-07-02 Martin Hunt <hunt@redhat.com>Martin Hunt2004-07-023-3/+11
| | | | | | | * library/targetselection.itb: Use /dev/comX for cygwin instead of just comX. * library/interface.tcl (gdbtk_tcl_preloop): Set baud rate.
* 2004-07-02 Martin Hunt <hunt@redhat.com>Martin Hunt2004-07-024-5/+51
| | | | | | | | | | | | | | | * generic/gdbtk-cmds.c (symtab_to_filename): New function. Like symtab_to_fullname() but returns the filename if the fullname cannot be found. * generic/gdbtk-cmds.c (gdb_find_file_command): Revert patch of 2004-06-11. Use symtab_to_filename() again. (gdb_loc): Ditto. (gdb_loadfile): Ditto. * generic/gdbtk-bp.c (gdb_get_breakpoint_info): Ditto. (gdb_get_tracepoint_info): Ditto. * generic/gdbtk-cmds.h: Declare symtab_to_filename().
* * osabi.c: Update copyright year.Mark Kettenis2004-07-022-5/+20
| | | | | (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific notes if EI_OSABI is set to ELFOSABI_HPUX.
* Fix ChangeLog entry for the last change to i386-cygwin-tdep.c.Joel Brobecker2004-07-021-1/+1
|
* * config.bfd: Add want64 to configuration target s390-*-linux*.Martin Schwidefsky2004-07-022-0/+5
|
* 2004-07-01 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2004-07-026-484/+785
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.def (build_modules): Add bison, byacc, flex, m4, texinfo. (flags_to_pass): Add FLEX. * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New. (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it. (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4, DEFAULT_MAKEINFO): Remove. (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON, CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute. (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into objdir or else use configured tool. (all-build): New. (all): Depend on it. (Build module dependencies): Add. * Makefile.in: Regenerate. * configure.in: Better support for multiple build modules, matching what is done for host/target modules. Do not look for "plausible" locations of build tools if Canadian cross. Use autoconf's AC_PROG_CC to find a C compiler. Define BUILD_DIR_PREFIX. Look for flex, makeinfo and m4. * configure: Regenerate.
* 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-07-023-0/+17
| | | | | * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler. * lib/compiler.cc: Likewise.