aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-162004-02-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-20/+14
* bfd-in.h (file_ptr, ufile_ptr): Configure type using @bfd_file_ptr@. * bfd-in2.h: Re-generate.
2004-02-162004-02-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+6
* gdbint.texinfo (Coding): Mention -Wunused-function.
2004-02-16 * sh-tdep.c (sh_register_convert_to_virtual): Rename fromCorinna Vinschen2-10/+18
sh_sh4_register_convert_to_virtual. (sh_register_convert_to_raw): Rename from sh_sh4_register_convert_to_raw. (sh_pseudo_register_read): Accomodate above name change. (sh_pseudo_register_write): Ditto.
2004-02-16 * sh-tdep.c (sh_generic_register_name): Remove.Corinna Vinschen2-22/+6
(sh_gdbarch_init): Use sh_sh_register_name in default case.
2004-02-16*** empty log message ***gdbadmin1-1/+1
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-2/+5
* configure.in (build_warnings): Add -Wunused-function. * configure: Re-generate.
2004-02-15daily updateAlan Modra1-1/+1
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-11/+7
* config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro. * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-38/+9
* procfs.c (procfs_init_inferior): Assume that START_INFERIOR_TRAPS_EXPECTED is defined. * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h. * config/ns32k/tm-nbsd.h: Delete file, START_INFERIOR_TRAPS_EXPECTED already defined as 2.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-27/+3
* config/vax/tm-vaxbsd.h: Do not include "tm-vax.h". * config/vax/tm-vax.h: Delete file.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-24/+16
* config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro. * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference. * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro. * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
2004-02-15* dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.Mark Kettenis3-38/+114
* dwarf2-frame.c (dwarf2_frame_data): New variable. (struct dwarf2_frame_ops): New. (dwarf2_frame_default_init_reg): New function, based on dwarf2_frame_init_reg. (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function. (dwarf2_frame_init_reg): Call architecture-specific function. (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data. (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data instead of dwarf2_frame_data. (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data. Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-109/+105
* gdbarch.sh (deprecated_register_gdbarch_swap): Rename register_gdbarch_swap. (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP. * f-lang.c (_initialize_f_language): Update, use DEPRECATED_REGISTER_GDBARCH_SWAP. * remote.c (_initialize_remote): Ditto. * regcache.c (_initialize_regcache): Ditto. * parse.c (_initialize_parse): Ditto. * infrun.c (_initialize_infrun): Ditto. * mi/mi-main.c (_initialize_mi_main): Ditto. * gdbtypes.c (_initialize_gdbtypes): Ditto.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-2/+6
* solib.c (solib_map_sections): Use bfd_set_cacheable instead of poking .cacheable directly. * symfile.c (symfile_bfd_open): Ditto.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-62/+62
* Makefile.in: Update all dependencies.
2004-02-152004-02-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-141/+71
* Makefile.in: (.SUFFIXES): Add ".l" and ".y". (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate .c. Update references. Delete unnecessary .tab.c and -lex.c rules. (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule. (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
2004-02-15Use bfd_cache_close, instead of accessing bfd->iostream directly.Andrew Cagney5-5/+14
2004-02-15*** empty log message ***gdbadmin1-1/+1
2004-02-14daily updateAlan Modra1-1/+1
2004-02-142004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-2/+8
* arch-utils.c (legacy_convert_register_p): Check DEPRECATED_REGISTER_CONVERTIBLE_P. * findvar.c (value_of_register): Ditto.
2004-02-142004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-16/+48
* gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate. * gdbarch.h, gdbarch.c: Re-generate. * arch-utils.c (deprecated_register_convertible_not): Delete. * arch-utils.h (deprecated_register_convertible_not): Delete. * mi/mi-main.c (get_register): Update. Update copyright. * infcmd.c (default_print_registers_info): Update.
2004-02-142004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney10-249/+17
* gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete. (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete. (DEPRECATED_CALL_DUMMY_ADDRESS): Delete. * gdbarch.h, gdbarch.c: Re-generate. * frame.c (deprecated_get_next_frame_hack): Delete function. * frame.h (deprecated_get_next_frame_hack): Delete declaration. * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): Update. * infcall.c (call_function_by_hand): Update. Index: doc/ChangeLog 2004-02-14 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2004-02-142004-02-14 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni30-95/+122
* symfile.c (init_entry_point_info, entry_point_address): Move from here... * objfiles.c (init_entry_point_info, entry_point_address):..to here. * symfile.h (init_entry_point_info, entry_point_address): Remove prototypes. * objfiles.h (init_entry_point_info, entry_point_address):Add prototypes. * cris-tdep.c: Remove include of symfile.h. Add include of objfiles.h. * infcall.c: Ditto. * mcore-tdep.c: Ditto. * mn10300-tdep.c: Ditto. * sh64-tdep.c: Ditto. * v850-tdep.c: Ditto. * arm-tdep.c: Remove include of symfile.h. * blockframe.c: Ditto. * coffread.c: Ditto. * dbxread.c: Ditto. * dwarf2read.c: Ditto. * dwarfread.c: Ditto. * frv-tdep.c: Ditto. * ia64-tdep.c: Ditto. * mdebugread.c: Ditto. * mipsread.c: Ditto. * rs6000-tdep.c: Ditto. * s390-tdep.c: Ditto. * sh-tdep.c: Ditto. * xstormy16-tdep.c: Ditto. * gdbarch.sh: Remove include of symfile.h. * gdbarch.c: Regenerate. * solib-irix.c (enable_break): Use entry_point_address(). Add comment about include file. * xcoffread.c: Add comment about include file. * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o) (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o) (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o) (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o) (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
2004-02-142004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+10
* configure.host (HDEFINES): When hppa*-*-hpux*, define _LARGEFILE64_SOURCE.
2004-02-14 * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): DiscardRichard Sandiford2-25/+8
.MIPS.content* and .MIPS.events* sections.
2004-02-142004-02-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-11/+21
* corelow.c (core_xfer_partial): Use "struct bfd_section". * config/sparc/nm-nbsd.h (struct target_ops): Declare, update copyright. * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
2004-02-14*** empty log message ***gdbadmin1-1/+1
2004-02-132004-02-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney21-4605/+13
* gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file. * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file. * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file. * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file. * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file. * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file. * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file. * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file. * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file. * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
2004-02-132004-02-13 Hannes Reinecke <hare@suse.de>Andreas Jaeger2-2/+7
Jakub Jelinek <jakub@redhat.com> * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
2004-02-132004-02-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-8/+51
* elf.c (vma_page_aligned_bias): New function. (assign_file_positions_except_relocs) (assign_file_positions_for_segments): Replace broken modulo arithmetic with call to vma_page_aligned_bias.
2004-02-13 2004-02-12 Fred Fish <fnf@redhat.com>Fred Fish2-1/+5
* m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to set_gdbarch_store_return_value.
2004-02-13 * m32r-dis.c: Regenerate.Ben Elliston2-3/+8
2004-02-132004-02-02 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gencode.c (movua.l): Set thislock to 0, not n.
2004-02-13*** empty log message ***gdbadmin1-1/+1
2004-02-12daily updateAlan Modra1-1/+1
2004-02-122004-02-12 Michael Snyder <msnyder@redhat.com>Michael Snyder6-3/+201
* and.s, movi.s, sett.s: New files. * allinsn.exp: Add new tests. * testutils.inc (set_sr_bit): Fix macro labels.
2004-02-122004-02-12 Michael Snyder <msnyder@redhat.com>Michael Snyder3-5/+13
* gencode.c (table): Change from char to short. (dumptable): Change generated table from char to short. * interp.c (sh_jump_table, sh_dsp_table, ppi_table): char to short. (init_dsp): Compute size of sh_dsp_table. (sim_resume): Change jump_table from char to short.
2004-02-122004-02-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-267/+16
* remote-rdi.c (arm_rdi_start_remote): Delete unused function. (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto. (interrupt_query): Ditto. (ofunc): Delete unused variable. * cris-tdep.c (cris_abi): Delete unused function. (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto. (cris_get_wide_opcode, cris_get_short_size): Ditto. (cris_get_asr_quick_shift_steps): Ditto. (cris_skip_prologue_frameless_p): Ditto. * arm-tdep.c (arm_push_return_address): Delete unused function. (arm_push_dummy_frame, arm_fix_call_dummy): Ditto. * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function. * s390-tdep.c (s390_function_start): Delete unused function.
2004-02-122004-02-12 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-46/+52
* gdb.texinfo: Properly quote the name "C++". * gdbint.texinfo: Ditto. * stabs.texinfo: Ditto.
2004-02-122004-02-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-57/+19
* gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete. gdbarch.h, gdbarch.c: Re-generate. * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p to generic_prologue_frameless_p. * arch-utils.h (generic_prologue_frameless_p): Delete declaration. * arch-utils.c (generic_prologue_frameless_p): Delete function.
2004-02-12Fix obvious typo (completly -> completely) and update copyrights as neededFred Fish6-11/+11
2004-02-12*** empty log message ***gdbadmin1-1/+1
2004-02-112004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-21/+78
* bfd-in.h: Update copyright. (bfd_tell): Change return type to file_ptr. * bfd-in2.h: Re-generate. * cache.c: Update copyright. (bfd_cache_lookup_worker): Use real_fseek, do not cast offset parameter. (close_one): Use real_ftell. * bfdio.c: Update copyright. (real_ftell, real_fseek): New functions. (bfd_tell): Use real_fseek and real_ftell, change return type to file_ptr. (bfd_seek): Use real_ftell and real_fseek, change type of file_position to a file_ptr. * libbfd-in.h: Update copyright. (real_ftell, real_fseek): Declare. * libbfd.h: Re-generate.
2004-02-11daily updateAlan Modra1-1/+1
2004-02-112004-02-11 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+6
* gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction executed is an alloc instruction.
2004-02-11* config.in: Re-generate.Andrew Cagney2-0/+22
2004-02-112004-02-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-12/+163
* configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64, fseeko and fseeko64. Determine bfd_file_ptr. * configure: Re-generate.
2004-02-11 * mips-linux-tdep.c: Include "frame.h".Daniel Jacobowitz5-8/+167
(mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code) (mips_linux_skip_resolver): New functions. (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver and set_gdbarch_in_solib_call_trampoline. * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call to after set_gdbarch_in_solib_return_trampoline. Only set the solib hooks to mips16 functions if the OS ABI is unknown. * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after including "config/tm-linux.h". (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define. * Makefile.in (mips-linux-tdep.o): Update.
2004-02-112004-02-11 David Carlton <carlton@kealia.com>David Carlton5-96/+208
* linespec.c (decode_compound): Only look for a class symbol when considering all but the rightmost component. 2004-02-11 David Carlton <carlton@kealia.com> * gdb.cp/breakpoint.exp: New. * gdb.cp/breakpoint.cc: New.
2004-02-11* configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.DJ Delorie3-4/+10
(rs6000-*-aix*): Same. * configure: Regenerate.