aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-11-23 * cxxfilt.c (long_options): Add --no-params.Ian Lance Taylor3-1/+17
(main): Handle -p/--no-params. * doc/binutils.texi (c++filt): Document -p/--no-params.
2003-11-232003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-63/+24
* lib/gdb.exp (gdb_test_multiple): Add simple example. * gdb.base/structs.exp: Use gdb_test_multiple.
2003-11-232003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-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.
2003-11-23*** empty log message ***gdbadmin1-1/+1
2003-11-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-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.
2003-11-22daily updateAlan Modra1-1/+1
2003-11-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-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.
2003-11-22 * sim-options.c (standard_options): Fix the names of H8Kazu Hirata2-3/+8
variants.
2003-11-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-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.
2003-11-22 * ehopt.c: Convert to ISO-C.Kazu Hirata10-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+23
* remote-rdp.c: Update copyright. (rdp_init): #if 0 references to "target_byte_order".
2003-11-22 * config/atof-tahoe.c: Fix comment typos.Kazu Hirata20-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-222003-11-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-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-222003-11-22 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek4-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.
2003-11-22 * doc/c-ppc.texi (PowerPC-Pseudo): Add section.Alan Modra2-0/+21
2003-11-22 * gas/i386/divide.s: New.Alan Modra4-0/+17
* gas/i386/divide.d: New. * gas/i386/i386.exp (gas_32_check): Run it.
2003-11-22 * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.Alan Modra2-11/+13
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata22-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.
2003-11-22 * ecoff.c: Convert to ISO-C.Kazu Hirata3-259/+208
* ecoff.h: Likewise.
2003-11-22*** empty log message ***gdbadmin1-1/+1
2003-11-21daily updateAlan Modra1-1/+1
2003-11-21merge from gccDJ Delorie3-0/+32
2003-11-21 * frv-tdep.c (frv_frame_this_id): Eliminate call toKevin Buettner2-5/+5
inside_entry_func().
2003-11-21merge from gccDJ Delorie2-5/+13
2003-11-21merge from gccDJ Delorie2-3474/+2969
2003-11-21 * gas/ppc/machine.s: New.Alan Modra4-1/+32
* gas/ppc/machine.d: New. * gas/ppc/ppc.exp: Run it.
2003-11-21 * config/tc-ppc.c (parse_cpu): New function, broken out from..Alan Modra2-111/+196
(md_parse_option): ..here. (ppc_setup_opcodes): New function, broken out from.. (md_begin): ..here. (ppc_machine): Implement .machine pseudo op.
2003-11-21 * config/tc-hppa.c: Fix comment typos.Kazu Hirata7-41/+41
* config/tc-i370.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-i386.h: Likewise. * config/tc-i960.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-iq2000.h: Likewise.
2003-11-21 * depend.c: Convert to ISO-C.Kazu Hirata4-129/+81
* dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise.
2003-11-21 * app.c: Convert to ISO-C.Kazu Hirata9-140/+126
* as.h: Likewise. * atof-generic.c: Likewise. * bignum-copy.c: Likewise. * bignum.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise.
2003-11-21 * config/tc-a29k.h: Fix comment typos.Kazu Hirata11-33/+33
* config/tc-alpha.c: Likewise. * config/tc-alpha.h: Likewise. * config/tc-arc.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-arm.h: Likewise. * config/tc-cris.c: Likewise. * config/tc-d10v.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-dlx.c: Likewise. * config/tc-dlx.h: Likewise.
2003-11-21*** empty log message ***gdbadmin1-1/+1
2003-11-20daily updateAlan Modra1-1/+1
2003-11-20* i386-tdep.c (i386_extract_return_value,Mark Kettenis3-38/+78
i386_store_return_value): Add gdbarch argument. Use it instead of determining it from REGCACHE. Remove recursive call for structures with a single member. (i386_use_struct_convention): Remove. (i386_reg_struct_return_p): New function. (i386_return_value): New function. (i386_gdbarch_init): Set return_value, don't set extract_return_value, store_return_value and use_struct_convention. * x86-64-tdep.c (x86_64_init_abi): Set return_value to NULL.
2003-11-20* config/tc-sh64.c (shmedia_frob_section): Only frob elf32DJ Delorie2-1/+6
sections.
2003-11-20* cpu-powerpc.c (powerpc_compatible): Any ISA in the PowerPCJim Blandy2-1/+6
family is a superset of <bfd_arch_rs6000,bfd_mach_rs6k>.
2003-11-20* osabi.c (_initialize_gdb_osabi): Don't return before registeringJim Blandy2-2/+5
the 'set osabi' and 'show osabi' commands.
2003-11-202003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+28
* gdb.base/structs.exp: Handle and recover from internal errors. Replace "foo${n}" with "foo<n>" in test messages.
2003-11-202003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-163/+884
* gdb.base/structs.exp: Update copyright. Rewrite. * gdb.base/structs.c: Update copyright. Rewrite.
2003-11-202003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the resync count exceeded.
2003-11-202003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-22/+71
* gdb.base/maint.exp: Use gdb_internal_error_resync to recover from the internal error. * lib/gdb.exp (gdb_internal_error_resync): New procedure. Original from Jim Blandy. (gdb_test_multiple): Use gdb_internal_error_resync.
2003-11-20 * elf32-s390.c (elf_s390_relocate_section): Don't recalculate symbolMartin Schwidefsky3-24/+28
section for reloc output and subtract the output section's address from the addend when converting a relocation into one against a section symbol. * elf64-s390.c (elf_s390_relocate_section): Likewise.
2003-11-20 * config/tc-h8300.c: Make some functions and globalKazu Hirata2-20/+25
variables static appropriately.
2003-11-20 * config/obj-ieee.c: Remove duplicate prototypes.Kazu Hirata3-5/+5
* config/tc-h8300.c: Likewise.
2003-11-20 * config/tc-h8300.c: Convert to ISO-C.Kazu Hirata3-139/+76
* config/tc-h8300.h: Likewise.
2003-11-20 * config/tc-mcore.h: Remove prototypes already in tc.h.Kazu Hirata3-43/+5
* config/tc-tic4x.c: Likewise.