aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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.
2003-11-20merge from gccDJ Delorie2-3/+10
2003-11-20 * config/tc-arc.c: Remove a local prototype of atof_ieee.Kazu Hirata5-4/+7
* config/tc-ip2k.c: Likewise. * config/tc-iq2000.c: Likewise. * config/tc-tic30.c: Remove a comment.
2003-11-20 * config/obj-aout.h: Fix comment typos.Kazu Hirata9-20/+20
* config/obj-bout.h: Likewise. * config/obj-coff.c: Likewise. * config/obj-coff.h: Likewise. * config/obj-elf.c: Likewise. * config/obj-ieee.c: Likewise. * config/obj-som.c: Likewise. * config/obj-vms.c: Likewise. * config/obj-vms.h: Likewise.
2003-11-20*** empty log message ***gdbadmin1-1/+1
2003-11-19 * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and addBob Wilson2-0/+8
call to dwarf2_emit_insn.
2003-11-19daily updateAlan Modra1-1/+1
2003-11-19* Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.DJ Delorie3-2/+9
* Makefile.in: Regenerate.
2003-11-19 * h8300-dis.c (print_colon_thingie): Remove.Kazu Hirata2-19/+4
2003-11-192003-11-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-24/+26
* gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a KFAIL.
2003-11-19New testcase for PR backtrace/1435.Mark Kettenis3-0/+111
* gdb.arch/i386-unwind.exp: New file. * gdb.arch/i386-unwind.c: New file.
2003-11-19* frame.c (get_prev_frame): Use result fromMark Kettenis2-1/+11
get_frame_address_in_block instead of get_frame_pc as argument to inside_main_func. Fixes PR backtrace/1435.
2003-11-192003-11-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-24/+37
* stack.c (return_command): Handle "void", "legacy" and "unknown location" return values separatly. * values.c (using_struct_return): Return 0 for a "void" return type. Mention "register_value_being_returned". (register_value_being_returned): Mention "using_struct_return".
2003-11-19merge from gccDJ Delorie2-20/+141
2003-11-19 * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)Daniel Jacobowitz2-133/+30
(frame_base_offset): Delete. (read_func_scope): Delete call to decode_locdesc. (decode_locdesc): Update comments. Don't set the removed variables. Complain for DW_OP_reg* not at the end. Remove DW_OP_breg* and DW_OP_fbreg support.
2003-11-19 * objdump.c: Wrap long lines, init vars separately from decl.Alan Modra2-19/+47
(disassemble_section): Reset require_sec after call to find_symbol_for_address.
2003-11-19 * ld-powerpc/tlsexe32.d: Update for changed symbols from objdump.Alan Modra3-9/+14
* ld-powerpc/tlsso32.d: Likewise.
2003-11-19Fix IA-64 linker failure reported by Andreas Schwab.Jim Wilson2-3/+8
* ldlang.c (lang_process): Move lang_reset_memory_regions call after lang_do_assignments call.
2003-11-19Fix -pie core dump with .rela.opd section.Jim Wilson4-2/+24
bfd/ChangeLog * elfxx-ia64.c (get_fptr): For fptr_rel, use dynobj not abfd. (elfNN_ia64_size_dynamic_sections): When stripping sections, check for ia64_info->rel_fptr_sec. ld/ChangeLog * emulparams/elf64_ia64.sh (OTHER_PLT_RELOC_SECTIONS): Include .rela.opd if -pie.
2003-11-19*** empty log message ***gdbadmin1-1/+1
2003-11-18daily updateAlan Modra1-1/+1
2003-11-18 * dwarf2read.c (optimized_out, islocal): Remove.Daniel Jacobowitz2-17/+11
(decode_locdesc): Update comments. Don't set optimized_out or islocal.
2003-11-18* config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"Maciej W. Rozycki11-8/+1246
for loading addresses using CALL relocations. Don't emit CALL relocations when a base register is used. * gas/mips/lca-svr4pic.d: New test for the "lca" macro. * gas/mips/lca-xgot.d: Likewise. * gas/mips/lca.s: Source for the new tests. * gas/mips/mips.exp: Run the new tests. * opcode/mips.h: Define new enum members, M_LCA_AB and M_DLCA_AB. * mips-opc.c (mips_builtin_opcodes): Handle new macros: "lca" and "dlca".
2003-11-18merge from gccDJ Delorie3-2/+9
2003-11-18 * elf64-ppc.c (toc_adjusting_stub_needed): Exit early if sectionAlan Modra2-0/+8
size is zero.
2003-11-18*** empty log message ***gdbadmin1-1/+1
2003-11-17daily updateAlan Modra1-1/+1
2003-11-172003-11-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-0/+639
David Mosberger <davidm@hpl.hp.com> * ia64-tdep.c: Include elf.h. [HAVE_LIBUNWIND_IA64_H]: Include libunwind-frame.h and libunwind-ia64.h. (ia64_rse_slot_num, ia64_rse_skip_regs): New for libunwind support. (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum): Ditto. (ia64_is_fpreg, ia64_access_reg): Ditto. (ia64_access_fpreg, ia64_access_mem): Ditto. (get_kernel_table): Ditto. (ia64_find_unwind_table): Ditto. (ia64_find_proc_info_x, ia64_put_unwind_info): Ditto. (ia64_get_dyn_info_list, ia64_libunwind_frame_this_id): Ditto. (ia64_libunwind_frame_prev_register): Ditto. (ia64_libunwind_frame_sniffer): Ditto. (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Add libunwind frame sniffer. Register libunwind functions needed by generic libunwind frame code using libunwind_frame_set_descr().
2003-11-17 * elf.c (_bfd_elf_link_hash_copy_indirect): CopyDaniel Jacobowitz12-32/+40
ELF_LINK_HASH_NEEDS_PLT. Fix formatting. * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise. * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise. * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Likewise. * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise. * elf32-sh.c (sh_elf_copy_indirect_symbol): Likewise. * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise. * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise. * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise. * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise. * elf32-xtensa.c (elf_xtensa_copy_indirect_symbol): Remove. (elf_backend_copy_indirect_symbol): Don't define.