summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * listing.c: Convert to ISO-C.Kazu Hirata2003-11-246-235/+125
| | | | | | * listing.h: Likewise. * macro.c: Likewise. * macro.h: Likewise.
* * NEWS: Mention improved location expression support.Daniel Jacobowitz2003-11-242-0/+10
|
* * frv-sim.h (GR_REGNUM_MAX, FR_REGNUM_MAX, PC_REGNUM, SPR_REGNUM_MIN)Kevin Buettner2003-11-243-21/+64
| | | | | | | | (SPR_REGNUM_MAX): Delete. * frv.c (gdb/sim-frv.h): Include. (frvbf_fetch_register, frvbf_store_register): Use register number constants from gdb/sim-frv.h. Check availability of general purpose and float registers.
* * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()Jakub Jelinek2003-11-242-1/+10
| | | | when transitioning from states 14 or 15 to 0 or 1.
* * hash.c: Convert to ISO-C.Kazu Hirata2003-11-248-145/+113
| | | | | | | | | * hash.h: Likewise. * input-file.c: Likewise. * input-file.h: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-ops.h: Likewise.
* *** empty log message ***gdbadmin2003-11-241-1/+1
|
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-233-3/+10
| | | | | | * Makefile.in (infrun.o): Update dependencies. * infrun.c: Include "exec.h". (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
* daily updateAlan Modra2003-11-231-1/+1
|
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-234-19/+6
| | | | | | * frame.c (frame_unwind_signed_register): Delete function. * frame.h (frame_unwind_register_signed): Delete declaration. * mips-tdep.c (mips_frame_saved_pc): Use frame_unwind_register_signed.
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-232-2/+3
| | | | | * arch-utils.h (generic_cannot_extract_struct_value_address): Delete declaration.
* * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect insteadMark Kettenis2003-11-232-2/+20
| | | | of gdb_test "run".
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-2336-166/+184
| | | | | | | | | | | | | | | * symfile.c (symbol_file_command): Replace STREQ with strcmp. * defs.h (DEPRECATED_STREQN): Rename STREQN. (DEPRECATED_STREQ): Rename STREQ. * ada-exp.y, ada-lang.c, ada-lex.l, coffread.c: Update. * config/mips/tm-irix5.h, config/mips/tm-irix6.h: Update. * config/mips/tm-mipsv4.h, config/sparc/tm-sun4sol2.h: Update. * dbxread.c, dwarf2read.c, dwarfread.c, environ.c: Update. * eval.c, exec.c, f-lang.c, hppa-tdep.c, hpread.c: Update. * jv-exp.y, language.c, m2-exp.y, mcore-rom.c: Update. * mdebugread.c, mipsread.c, objc-exp.y, objfiles.c: Update. * p-exp.y, p-typeprint.c, p-valprint.c, rs6000-nat.c: Update. * source.c, sparc-tdep.c, stack.c, target.c: Update.
* * gdb.arch/i386-unwind.exp: Don't use runto_main. ChangeMark Kettenis2003-11-232-10/+7
| | | | "continue" into "run".
* 2003-11-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-233-5/+8
| | | | | * symfile.c (symbol_file_command): Replace STREQ with strcmp. * elfread.c (elf_symtab_read): Delete STREQ from comment.
* 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2003-11-236-11/+21
| | | | | | | | | | | Partial fix for PR testsuite/1456. * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with call to test_compiler_info. * gdb.cp/ctti.exp: Likewise. * gdb.cp/derivation.exp: Likewise. * gdb.cp/member-ptr.exp: Likewise. * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused reference to gcc_compiled.
* 2003-11-23 Michael Chastain <mec@shout.net>Michael Chastain2003-11-232-0/+9
| | | | | | Fix PR testsuite/1463. * gdb.base/structs.exp (start_structs_test): Call get_debug_format before using the debug format.
* * config/tc-h8300.c (Hmode): Make it global.Kazu Hirata2003-11-232-4/+11
| | | | | | (Smode): Likewise. (Nmode): Likewise. (SXmode): Likewise.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-236-69/+26
| | | | | | | | | | | | | | | | * frame.c (deprecated_frame_xmalloc): Delete function. (deprecated_set_frame_extra_info_hack): Delete function. (deprecated_set_frame_saved_regs_hack): Delete function. * frame.h (deprecated_frame_xmalloc): Delete declaration. (deprecated_set_frame_extra_info_hack): Delete declaration. (deprecated_set_frame_saved_regs_hack): Delete declaration. * mcore-tdep.c (analyze_dummy_frame): Instead of deprecated_frame_xmalloc, deprecated_set_frame_saved_regs_hack, and deprecated_set_frame_extra_info_hack use deprecated_frame_xmalloc_with_cleanup. * mn10300-tdep.c (analyze_dummy_frame): Ditto. * mips-tdep.c (mips_init_extra_frame_info): Delete call to deprecated_set_frame_saved_regs_hack.
* * README-vms: Fix comment typos.Kazu Hirata2003-11-237-8/+8
| | | | | | | | | * as.h: Likewise. * dwarf2dbg.c: Likewise. * ecoff.c: Likewise. * hash.c: Likewise. * listing.c: Likewise. * write.c: Likewise.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-232-3/+3
| | | | | * mips-tdep.c (mips_frame_chain): Delete call to deprecated_inside_entry_file.
* * cxxfilt.c (long_options): Add --no-params.Ian Lance Taylor2003-11-233-1/+17
| | | | | (main): Handle -p/--no-params. * doc/binutils.texi (c++filt): Document -p/--no-params.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-233-63/+24
| | | | | * lib/gdb.exp (gdb_test_multiple): Add simple example. * gdb.base/structs.exp: Use gdb_test_multiple.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-235-20/+10
| | | | | | | | | | | * frame.h (deprecated_set_frame_next_hack): Delete declaration. (deprecated_set_frame_prev_hack): Delete declaration. * frame.c (deprecated_set_frame_next_hack): Delete function. (deprecated_set_frame_prev_hack): Delete function. * mcore-tdep.c (analyze_dummy_frame): Delete calls to "deprecated_set_frame_next_hack" and "deprecated_set_frame_prev_hack". * mn10300-tdep.c (analyze_dummy_frame): Ditto.
* *** empty log message ***gdbadmin2003-11-231-1/+1
|
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-222-46/+37
| | | | | | | | | | | * mips-tdep.c (mips_register_convertible): Delete function. (mips_register_convert_to_virtual): Delete function. (mips_register_convert_to_raw): Delete function. (mips_gdbarch_init): Do not set "deprecated_register_convertible", "deprecated_register_convert_to_virtual", or "deprecated_register_convert_to_raw". (mips_pseudo_register_write, mips_pseudo_register_read): Handle 32/64 cooked to raw register conversions.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-223-36/+6
| | | | | | | | * frame.c (deprecated_get_frame_context): Delete function. (deprecated_set_frame_prev_hack): Delete function. (struct frame_info): Delete member "context". * frame.h (deprecated_get_frame_context): Delete declaration. (deprecated_set_frame_context): Delete declaration.
* daily updateAlan Modra2003-11-221-1/+1
|
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-225-8/+6
| | | | | | | * procfs.c (procfs_wait): Delete FAULTED_USE_SIGINFO comment. * config/sparc/tm-sun4sol2.h (FAULTED_USE_SIGINFO): Delete macro. * config/i386/tm-i386sol2.h (FAULTED_USE_SIGINFO): Delete macro. * config/alpha/nm-osf2.h (FAULTED_USE_SIGINFO): Delete macro.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-224-13/+13
| | | | | | | | | | * mips-tdep.c (SIGFRAME_REG_SIZE): Delete macro. (mips_find_saved_regs): Replace SIGFRAME_REG_SIZE with mips_regsize. (mips_dump_tdep): Do not print SIGFRAME_REG_SIZE. * config/mips/tm-irix6.h (SIGFRAME_REG_SIZE): Delete macro. * config/mips/tm-irix5.h: Update copyright. (SIGFRAME_REG_SIZE): Delete macro.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-225-65/+9
| | | | | | | | | | * hppa-tdep.c (hppa_value_returned_from_stack): Delete function. * config/pa/tm-hppa.h (hppa_value_returned_from_stack): Delete declaration. (DEPRECATED_VALUE_RETURNED_FROM_STACK): Delete macro. * infcall.c (call_function_by_hand): Delete #ifdef DEPRECATED_VALUE_RETURNED_FROM_STACK code. * infcmd.c (print_return_value): Ditto.
* * sim-options.c (standard_options): Fix the names of H8Kazu Hirata2003-11-222-3/+8
| | | | variants.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-222-2/+71
| | | | | | * mips-tdep.c (skip_prologue_using_sal): New function. (mips32_skip_prologue, mips16_skip_prologue): Use skip_prologue_using_sal to get an upper bound on the search.
* * ehopt.c: Convert to ISO-C.Kazu Hirata2003-11-2210-170/+125
| | | | | | | | | | | * emul.h: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flonum-copy.c: Likewise. * flonum-mult.c: Likewise. * flonum.h: Likewise. * frags.c: Likewise. * frags.h: Likewise.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-224-17/+6
| | | | | | | | * config/powerpc/tm-linux.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete #if 0'ed macro. * infrun.c (step_into_function): Delete #ifdef PROLOGUE_FIRSTLINE_OVERLAP code. * symtab.c (find_function_start_sal): Ditto.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-222-2/+23
| | | | | * remote-rdp.c: Update copyright. (rdp_init): #if 0 references to "target_byte_order".
* * config/atof-tahoe.c: Fix comment typos.Kazu Hirata2003-11-2220-60/+60
| | | | | | | | | | | | | | | | | | | | | | * config/m68k-parse.y: Likewise. * config/obj-aout.c: Likewise. * config/obj-bout.c: Likewise. * config/obj-vms.c: Likewise. * config/tc-tahoe.c: Likewise. * config/tc-tic30.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/te-delt88.h: Likewise. * config/te-delta.h: Likewise. * config/te-generic.h: Likewise. * config/te-macos.h: Likewise. * config/te-ppcnw.h: Likewise. * config/te-psos.h: Likewise. * config/te-sun3.h: Likewise. * config/te-tmips.h: Likewise. * config/xtensa-relax.c: Likewise.
* 2003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-222-77/+74
| | | | | | | | | | | | | * mips-tdep.c (mips_o32_store_return_value): Delete function. (mips_o32_return_value): Replace mips_o32_xfer_return_value. (mips_o32_extract_return_value): Delete function. (mips_n32n64_return_value): Replace mips_n32n64_xfer_return_value. (mips_n32n64_extract_return_value): Delete function. (mips_n32n64_store_return_value): Delete function. (mips_gdbarch_init): For o32 and n32n64, set "return_value" instead of "store_return_value", "extract_return_value", and "use_struct_convention". (mips_n32n64_use_struct_convention): Delete function.
* 2003-11-22 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek2003-11-224-4/+25
| | | | | | | | | * elf-bfd.h (ELF_LINK_POINTER_EQUALITY_NEEDED): Define new flag. * elf.c (_bfd_elf_link_hash_copy_indirect): Copy it. * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise. (elf_i386_check_relocs): Set it. (elf_i386_finish_dynamic_symbol): If it is not set, clear st_value of SHN_UNDEF symbol.
* * doc/c-ppc.texi (PowerPC-Pseudo): Add section.Alan Modra2003-11-222-0/+21
|
* * gas/i386/divide.s: New.Alan Modra2003-11-224-0/+17
| | | | | * gas/i386/divide.d: New. * gas/i386/i386.exp (gas_32_check): Run it.
* * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.Alan Modra2003-11-222-11/+13
|
* * config/tc-a29k.h: Fix comment typos.Kazu Hirata2003-11-2222-70/+70
| | | | | | | | | | | | | | | | | | | | | | | | * config/tc-arm.c: Likewise. * config/tc-dlx.h: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-m32r.c: Likewise. * config/tc-m68hc11.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-mcore.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-mmix.c: Likewise. * config/tc-msp430.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-or32.c: Likewise. * config/tc-or32.h: Likewise. * config/tc-pj.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh64.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-sparc.c: Likewise.
* * ecoff.c: Convert to ISO-C.Kazu Hirata2003-11-223-259/+208
| | | | * ecoff.h: Likewise.
* *** empty log message ***gdbadmin2003-11-221-1/+1
|
* daily updateAlan Modra2003-11-211-1/+1
|
* merge from gccDJ Delorie2003-11-213-0/+32
|
* * frv-tdep.c (frv_frame_this_id): Eliminate call toKevin Buettner2003-11-212-5/+5
| | | | inside_entry_func().
* merge from gccDJ Delorie2003-11-212-5/+13
|
* merge from gccDJ Delorie2003-11-212-3474/+2969
|
* * gas/ppc/machine.s: New.Alan Modra2003-11-214-1/+32
| | | | | * gas/ppc/machine.d: New. * gas/ppc/ppc.exp: Run it.
OpenPOWER on IntegriCloud