summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-022-3/+8
| | | | | | * regcache.c (regcache_cooked_read): Rename rawnum parameter to regnum. (regcache_cooked_write): Ditto.
* Add the cooked register interface.Andrew Cagney2002-08-023-10/+37
|
* 2002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-026-138/+124
| | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (pseudo_register_read, pseudo_register_write): Replace the architecture methods register_read and register_write. * gdbarch.h, gdbarch.c: Regenerate. * regcache.c (init_regcache_descr): Update. (read_register_gen): Update. (write_register_gen): Update. (supply_register): Update comment. * sh-tdep.c (sh_gdbarch_init): Update. (sh_pseudo_register_read, sh64_pseudo_register_read): Add `regcache' and `gdbarch' parameters. Make `buffer' a void pointer. Update code. (sh_pseudo_register_write, sh64_pseudo_register_write): Add `regcache' and `gdbarch' parameters. Make `buffer' a constant void pointer. Update code. (sh64_register_write): Delete. (sh4_register_read): Delete. (sh64_register_read): Delete. (sh4_register_write): Delete. (sh_sh4_register_convert_to_raw): Make `from' parameter a constant void pointer, `to' parameter a void pointer. (sh_sh64_register_convert_to_raw): Ditto.
* More obsolete CHILL.Andrew Cagney2002-08-0233-4321/+4336
|
* *** empty log message ***gdbadmin2002-08-021-1/+1
|
* daily updateAlan Modra2002-08-021-1/+1
|
* * mips-tdep.c (mips_register_virtual_type): Use architectureKevin Buettner2002-08-012-6/+17
| | | | invariant return values.
* * linux-proc.c: Include "gdb_string.h".Andrew Cagney2002-08-013-2/+9
| | | | * Makefile.in (linux-proc.o): Update dependency list.
* * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, orAndrew Cagney2002-08-012-8/+15
| | | | supress message.
* * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo inKevin Buettner2002-08-012-1/+11
| | | | comment.
* * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,Grace Sainsbury2002-08-013-11/+228
| | | | | | | | | | | | | | to_insert_watchpoint, to_remove_watchpoint, to_stopped_by_watchpoint, to_stopped_data_address, to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to target vecctor. Define their corresponding macros so they call them. * target.c: Add default and debug versions of for to_insert_hw_breakpoint, to_remove_hw_breakpoint, to_insert_watchpoint, to_remove_watchpoint, to_stopped_by_watchpoint, to_stopped_data_address, to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
* Multiarch REGISTER_VIRTUAL_TYPE for Irix 6.Kevin Buettner2002-08-013-12/+47
|
* * elf32-ip2k.c: Processor manufacturer changed to Ubicom.Denis Chertykov2002-08-012-382/+123
| | | | | | | | | | | | | (struct misc): New field isymbuf. All free_* fields removed. (symbol_value): Pass in internal syms. No need to swap syms in. (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free possibly cached info. (tidyup_after_error): Removed. (ip2k_elf_relax_section_pass1): Don't use removed fields of struct misc. Use new field. (adjust_all_relocations): Use internal syms. No need to swap syms in and out. (add_page_insn): Don't use removed fields of struct misc.
* * library/prefs.tcl (pref_read): Don't suppress setting the defaultKeith Seitz2002-08-012-2/+8
| | | | colors if the user has suppressed reading the preferences file.
* 2002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-08-0138-4720/+4808
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * NEWS: Menion that CHILL has been made obsolete. * gdbtypes.c (chill_varying_type): Make chill references obsolete. * gdbserver/Makefile.in: Ditto. * stabsread.c (read_range_type): Ditto. * gdbtypes.h: Ditto. * language.c (binop_type_check): Ditto. (binop_result_type): Ditto. (integral_type): Ditto. (character_type): Ditto. (string_type): Ditto. (boolean_type): Ditto. (structured_type): Ditto. (lang_bool_type): Ditto. (binop_type_check): Ditto. * language.h (_LANG_chill): Ditto. * dwarfread.c (set_cu_language): Ditto. * dwarfread.c (CHILL_PRODUCER): Ditto. * dwarfread.c (handle_producer): Ditto. * expression.h (enum exp_opcode): Ditto. * eval.c: Ditto for comments. * typeprint.c (typedef_print) [_LANG_chill]: Ditto. * expprint.c (print_subexp): Ditto. (print_subexp): Ditto. * valops.c (value_cast): Ditto. (search_struct_field): Ditto. * value.h (COERCE_VARYING_ARRAY): Ditto. * symfile.c (init_filename_language_table): Ditto. (add_psymbol_with_dem_name_to_list): Ditto. * valarith.c (value_binop): Ditto. (value_neg): Ditto. * valops.c (value_slice): Ditto. * symtab.h (union language_specific): Ditto. (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto. (SYMBOL_DEMANGLED_NAME): Ditto. (SYMBOL_CHILL_DEMANGLED_NAME): Ditto. * defs.h (enum language): Ditto. * symtab.c (got_symtab): Ditto. * utils.c (fprintf_symbol_filtered): Ditto. * ch-typeprint.c: Make file obsolete. * ch-valprint.c: Make file obsolete. * ch-lang.h: Make file obsolete. * ch-exp.c: Make file obsolete. * ch-lang.c: Make file obsolete. * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or CHILL_LIB. (TARGET_FLAGS_TO_PASS): Ditto. (CHILLFLAGS): Obsolete. (CHILL): Obsolete. (CHILL_FOR_TARGET): Obsolete. (CHILL_LIB): Obsolete. (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and ch-valprint.c. (HFILES_NO_SRCDIR): Remove ch-lang.h. (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and ch-lang.o. (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete targets. 2002-08-01 Andrew Cagney <cagney@redhat.com> * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references to CHILL. 2002-08-01 Andrew Cagney <cagney@redhat.com> * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL, CHILL_FOR_TARGET and CHILL_LIB. * configure.in (configdirs): Remove gdb.chill. * configure: Regenerate. * lib/gdb.exp: Obsolete references to chill. * gdb.fortran/types.exp: Ditto. * gdb.fortran/exprs.exp: Ditto.
* 2002-08-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-08-012-10/+25
| | | | * gdbint.texinfo (Coding): Revise section "Include Files".
* Revert Adam Nemet's THUMB PLT patchNick Clifton2002-08-012-241/+45
|
* Fix typo.Andreas Schwab2002-08-011-1/+1
|
* Bump version number.Nick Clifton2002-08-013-160/+191
|
* Enable x86-64 for Linux/i386 if 64bit BFD is selected.H.J. Lu2002-08-012-0/+6
|
* * library/browserwin.itb (_full_funcs_combo): Remove "-modal"Keith Seitz2002-08-017-9/+23
| | | | | | | | | | | | | option from tk_messageBox call. It was redhat-local in tk8.0, but is no longer in tk8.3. * library/download.itb (download_it): Likewise. * library/interface.tcl (gdbtk_tcl_query): Likewise. (show_warning): Likewise. (set_exe): Likewise. (set_target): Likewise. * library/memwin.itb (error_dialog): Likewise. * library/srcwin.itb (fillFuncCB): Likewise. * library/util.tcl (tfind_cmd): Likewise.
* *** empty log message ***gdbadmin2002-08-011-1/+1
|
* daily updateAlan Modra2002-08-011-1/+1
|
* * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.Joel Brobecker2002-07-312-0/+7
| | | | | This does not change anything at the moment, but will be helpful later when full Ada support is integrated.
* Enable 64bit emulations for Linux/mips if 64bit BFD is selected.H.J. Lu2002-07-312-2/+7
|
* * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"Kevin Buettner2002-07-312-0/+6
| | | | help message.
* * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep structKevin Buettner2002-07-312-1/+7
| | | | and save it in a local variable. Use variable in later test.
* * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognitionKevin Buettner2002-07-312-0/+7
| | | | test. (Thanks to Daniel Jacobowitz.)
* * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.Kevin Buettner2002-07-312-1/+37
| | | | | (mips_abi_strings): Add "n64". (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
* * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.Kevin Buettner2002-07-312-1/+10
| | | | (REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
* * utils.c (host_pointer_to_address, address_to_host_pointer):Kevin Buettner2002-07-312-6/+8
| | | | Use gdb_assert() instead of explicit call to internal_error().
* Fix bugs and remove compile time warnings for N"32K port.Nick Clifton2002-07-314-178/+181
|
* * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_typeJakub Jelinek2002-07-312-0/+11
| | | | if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
* Add new field to bfd_link structure and use it to control how common symbolsNick Clifton2002-07-314-99/+146
| | | | are extracted from archives.
* Add support for Thumb PLT entries with interworkingNick Clifton2002-07-312-41/+275
|
* Rename function arguments to avoid shadowing global symbols of the same name.Nick Clifton2002-07-315-12/+19
|
* 2002-07-30 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2002-07-312-4/+98
| | | | | | | * mips.igen (do_load_double, do_store_double): New functions. (LDC1, SDC1): Rename to... (LDC1b, SDC1b): respectively. (LDC1a, SDC1a): New instructions for MIPS II and MIPS32 support.
* * Makefile.am: Add n32 ABI support.Thiemo Seufer2002-07-3110-791/+2489
| | | | | | | | | | | * Makefile.in: Regenerate. * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64 bit vectors for mips*-*-linux targets as optional. * configure.in: Add n32 ABI vectors. * configure: Regenerate. * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files. * elfn32-mips.c: New file, n32 ABI support. * targets.c: Add n32 ABI vectors.
* daily updateAlan Modra2002-07-311-1/+1
|
* *** empty log message ***gdbadmin2002-07-311-1/+1
|
* * configure.in: Move generic linux case to end. Copy genericDJ Delorie2002-07-302-3/+15
| | | | | linux noconfigdirs to mips*-*-linux* entry and new powerpc64*-*-linux* entry. Add target-libffi for the latter.
* Configury changes to enable recently added AIX thread support.Kevin Buettner2002-07-304-2/+40
|
* * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)Daniel Jacobowitz2002-07-306-24/+106
| | | | | | | | | | | | | | | (ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums. (fetch_core_registers, ppc_linux_supply_gregset) (ppc_linux_supply_fpregset): New functions. (ppc_linux_regset_core_fns): New. (_initialize_ppc_linux_tdep): Call add_core_fns. * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset and ppc_linux_supply_gregset. * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset. (supply_fpregset): Call ppc_linux_supply_fpregset. * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and corelow.o. * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
* * gdb.base/shlib-call.exp (additional_flags): ConditionallyKevin Buettner2002-07-302-0/+10
| | | | set Irix-specific compile and link flags.
* Add arm-*-nto port.Nick Clifton2002-07-3010-21/+100
|
* Updated TranslationsNick Clifton2002-07-304-66/+58
|
* * symtab.c (lookup_symbol): Demangle before lowercasing.Daniel Jacobowitz2002-07-302-18/+22
|
* * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.Jakub Jelinek2002-07-302-1/+18
| | | | | | | * ldlang.c (lang_add_section): Don't turn .tbss into normal sections for relocatable link. (lang_size_sections_1): Don't make .tbss zero size for relocatable link.
* 2002-07-30 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-07-3016-30/+62
| | | | | | | | | | | | | | | | * symtab.h: Replace #include "gdb_obstack.h" with opaque declaration. * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h". * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto. * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto. * arch-utils.c, cli/cli-setshow.c: Unconditionally include "gdb_string.h". * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies. (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto. (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto. (avr-tdep.o, mon960-rom.o): Ditto. (aout_stabs_gnu_h): Define. (symtab_h): Remove $(gdb_obstack_h).
* Patch from David Carlton <carlton@math.stanford.edu>:Jim Blandy2002-07-302-2/+9
| | | | | | * gdbinit.in: Move the `dir' commands that add GDB's own source directory to the search path to the end, so that the `gdb' source directory will be searched first.