aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-04NEWS cleanupsAndrew Cagney2-14/+13
2002-08-04daily updateAlan Modra1-1/+1
2002-08-04*** empty log message ***gdbadmin1-1/+1
2002-08-032002-08-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+5
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2002-08-03Index: ChangeLogAndrew Cagney2-6/+15
2002-08-03 Andrew Cagney <ac131313@redhat.com> * Makefile.in (gdbtk-bp.o): Update dependencies. (gdbtk-register.o): Ditto. (gdbtk-varobj.o): Ditto. Index: gdbtk/ChangeLog 2002-08-03 Andrew Cagney <ac131313@redhat.com> * generic/gdbtk-bp.c: Include "gdb_string.h". * generic/gdbtk-register.c: Ditto. * generic/gdbtk-varobj.c: Ditto.
2002-08-032002-08-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-12/+21
* m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace m68hc11_fetch_pseudo_register. (m68hc11_pseudo_register_write): Replace m68hc11_store_pseudo_register. (m68hc11_gdbarch_init): Update.
2002-08-03*** empty log message ***gdbadmin1-1/+1
2002-08-03daily updateAlan Modra1-1/+1
2002-08-02Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney10-13/+45
* gdbarch.sh: Include "gdb_string.h". * gdbarch.c: Regenerate. * regcache.c: Include "gdb_string.h". * ax-general.c: Ditto. * varobj.c: Ditto. * std-regs.c: Ditto. * fbsd-proc.c: Ditto. * thread.c: Ditto. * Makefile.in (regcache.o): Update dependencies. (thread.o, gdbarch.o): Ditto. (ax-general.o, gdbarch.o): Ditto. (varobj.o, std-regs.o): Ditto. (fbsd-proc.o): Specify dependencies.
2002-08-022002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+8
* regcache.c (regcache_cooked_read): Rename rawnum parameter to regnum. (regcache_cooked_write): Ditto.
2002-08-02Add the cooked register interface.Andrew Cagney3-10/+37
2002-08-022002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-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.
2002-08-022002-08-01 H.J. Lu <hjl@gnu.org>H.J. Lu3-0/+12
* gas/mips/elf-rel6.s: Add ".p2align 4". * gas/mips/elf-rel6.d: Check nop.
2002-08-02More obsolete CHILL.Andrew Cagney33-4321/+4336
2002-08-02*** empty log message ***gdbadmin1-1/+1
2002-08-02daily updateAlan Modra1-1/+1
2002-08-01 * mips-tdep.c (mips_register_virtual_type): Use architectureKevin Buettner2-6/+17
invariant return values.
2002-08-01* linux-proc.c: Include "gdb_string.h".Andrew Cagney3-2/+9
* Makefile.in (linux-proc.o): Update dependency list.
2002-08-01* lib/gdb.exp (gdb_expect_list): Only print one pass, fail, orAndrew Cagney2-8/+15
supress message.
2002-08-01 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo inKevin Buettner2-1/+11
comment.
2002-08-01 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,Grace Sainsbury3-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.
2002-08-01[gas/]Richard Sandiford6-1/+38
* config/tc-mips.c (tc_gen_reloc): Extend GP-relative addend handling to BFD_RELOC_MIPS16_GPREL. [gas/testsuite/] * gas/mips/elf-rel6.[sd]: New test. * gas/mips/mips.exp: Run it.
2002-08-01Multiarch REGISTER_VIRTUAL_TYPE for Irix 6.Kevin Buettner3-12/+47
2002-08-01 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.Denis Chertykov2-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.
2002-08-012002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney38-4718/+4806
* 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-012002-08-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-9/+24
* gdbint.texinfo (Coding): Revise section "Include Files".
2002-08-01Ensure that offset to literal pool is computed using signed arithmetic so thatNick Clifton2-7/+18
proper sign extension is performed if X_add_number is a 64-bit integer.
2002-08-012002-08-01 H.J. Lu <hjl@gnu.org>Daniel Jacobowitz2-2/+15
Daniel Jacobowitz <drow@mvista.com> * dwarf2dbg.c (dwarf2_finish): Don't emit unreferenced .debug_line section unless it has line information.
2002-08-01Revert Adam Nemet's THUMB PLT patchNick Clifton5-246/+50
2002-08-01Fix typo.Andreas Schwab1-1/+1
2002-08-01Bump version number.Nick Clifton3-160/+191
2002-08-012002-07-31 H.J. Lu <hjl@gnu.org>H.J. Lu2-1/+10
* configure.tgt (powerpc*-*-linux*): Enable elf64ppc for --enable-64-bit-bfd.
2002-08-01Enable x86-64 for Linux/i386 if 64bit BFD is selected.H.J. Lu4-0/+14
2002-08-01*** empty log message ***gdbadmin1-1/+1
2002-08-01daily updateAlan Modra1-1/+1
2002-07-31 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.Joel Brobecker2-0/+7
This does not change anything at the moment, but will be helpful later when full Ada support is integrated.
2002-07-31Enable 64bit emulations for Linux/mips if 64bit BFD is selected.H.J. Lu4-4/+20
2002-07-31 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"Kevin Buettner2-0/+6
help message.
2002-07-31 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep structKevin Buettner2-1/+7
and save it in a local variable. Use variable in later test.
2002-07-31 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognitionKevin Buettner2-0/+7
test. (Thanks to Daniel Jacobowitz.)
2002-07-31 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.Kevin Buettner2-1/+37
(mips_abi_strings): Add "n64". (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2002-07-31 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.Kevin Buettner2-1/+10
(REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2002-07-31 * utils.c (host_pointer_to_address, address_to_host_pointer):Kevin Buettner2-6/+8
Use gdb_assert() instead of explicit call to internal_error().
2002-07-31Fix bugs and remove compile time warnings for N"32K port.Nick Clifton7-441/+495
2002-07-31 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_typeJakub Jelinek2-0/+11
if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
2002-07-31Add new field to bfd_link structure and use it to control how common symbolsNick Clifton8-99/+166
are extracted from archives.
2002-07-31Add support for Thumb PLT entries with interworkingNick Clifton5-41/+287
2002-07-31Retroactively add entry for Lars Brinkhoff's contribution of the PDP-11 andNick Clifton4-1/+15
2.11BSD a.out support.
2002-07-31Rename function arguments to avoid shadowing global symbols of the same name.Nick Clifton7-23/+37
2002-07-31Fix range check for immediate operand.Nick Clifton2-1/+6