summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* * config/tc-ppc.c (parse_cpu): New function, broken out from..Alan Modra2003-11-212-111/+196
| | | | | | | (md_parse_option): ..here. (ppc_setup_opcodes): New function, broken out from.. (md_begin): ..here. (ppc_machine): Implement .machine pseudo op.
* * config/tc-hppa.c: Fix comment typos.Kazu Hirata2003-11-217-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.
* * depend.c: Convert to ISO-C.Kazu Hirata2003-11-214-129/+81
| | | | | * dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise.
* * app.c: Convert to ISO-C.Kazu Hirata2003-11-219-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.
* * config/tc-a29k.h: Fix comment typos.Kazu Hirata2003-11-2111-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.
* *** empty log message ***gdbadmin2003-11-211-1/+1
|
* daily updateAlan Modra2003-11-201-1/+1
|
* * i386-tdep.c (i386_extract_return_value,Mark Kettenis2003-11-203-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.
* * config/tc-sh64.c (shmedia_frob_section): Only frob elf32DJ Delorie2003-11-202-1/+6
| | | | sections.
* * cpu-powerpc.c (powerpc_compatible): Any ISA in the PowerPCJim Blandy2003-11-202-1/+6
| | | | family is a superset of <bfd_arch_rs6000,bfd_mach_rs6k>.
* * osabi.c (_initialize_gdb_osabi): Don't return before registeringJim Blandy2003-11-202-2/+5
| | | | the 'set osabi' and 'show osabi' commands.
* 2003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-202-2/+28
| | | | | * gdb.base/structs.exp: Handle and recover from internal errors. Replace "foo${n}" with "foo<n>" in test messages.
* 2003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-203-163/+884
| | | | | * gdb.base/structs.exp: Update copyright. Rewrite. * gdb.base/structs.c: Update copyright. Rewrite.
* 2003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-202-1/+6
| | | | | * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the resync count exceeded.
* 2003-11-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-203-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.
* * elf32-s390.c (elf_s390_relocate_section): Don't recalculate symbolMartin Schwidefsky2003-11-203-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.
* * config/tc-h8300.c: Make some functions and globalKazu Hirata2003-11-202-20/+25
| | | | variables static appropriately.
* * config/obj-ieee.c: Remove duplicate prototypes.Kazu Hirata2003-11-203-5/+5
| | | | * config/tc-h8300.c: Likewise.
* * config/tc-h8300.c: Convert to ISO-C.Kazu Hirata2003-11-203-139/+76
| | | | * config/tc-h8300.h: Likewise.
* * config/tc-mcore.h: Remove prototypes already in tc.h.Kazu Hirata2003-11-203-43/+5
| | | | * config/tc-tic4x.c: Likewise.
* merge from gccDJ Delorie2003-11-202-3/+10
|
* * config/tc-arc.c: Remove a local prototype of atof_ieee.Kazu Hirata2003-11-205-4/+7
| | | | | | * config/tc-ip2k.c: Likewise. * config/tc-iq2000.c: Likewise. * config/tc-tic30.c: Remove a comment.
* * config/obj-aout.h: Fix comment typos.Kazu Hirata2003-11-209-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.
* *** empty log message ***gdbadmin2003-11-201-1/+1
|
* * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and addBob Wilson2003-11-192-0/+8
| | | | call to dwarf2_emit_insn.
* daily updateAlan Modra2003-11-191-1/+1
|
* * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.DJ Delorie2003-11-193-2/+9
| | | | * Makefile.in: Regenerate.
* * h8300-dis.c (print_colon_thingie): Remove.Kazu Hirata2003-11-192-19/+4
|
* 2003-11-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-192-24/+26
| | | | | * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a KFAIL.
* New testcase for PR backtrace/1435.Mark Kettenis2003-11-193-0/+111
| | | | | * gdb.arch/i386-unwind.exp: New file. * gdb.arch/i386-unwind.c: New file.
* * frame.c (get_prev_frame): Use result fromMark Kettenis2003-11-192-1/+11
| | | | | get_frame_address_in_block instead of get_frame_pc as argument to inside_main_func. Fixes PR backtrace/1435.
* 2003-11-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-11-193-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".
* merge from gccDJ Delorie2003-11-192-20/+141
|
* * dwarf2read.c (offreg, basereg, isderef, frame_base_reg)Daniel Jacobowitz2003-11-192-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.
* * objdump.c: Wrap long lines, init vars separately from decl.Alan Modra2003-11-192-19/+47
| | | | | (disassemble_section): Reset require_sec after call to find_symbol_for_address.
* * ld-powerpc/tlsexe32.d: Update for changed symbols from objdump.Alan Modra2003-11-193-9/+14
| | | | * ld-powerpc/tlsso32.d: Likewise.
* Fix IA-64 linker failure reported by Andreas Schwab.Jim Wilson2003-11-192-3/+8
| | | | | * ldlang.c (lang_process): Move lang_reset_memory_regions call after lang_do_assignments call.
* Fix -pie core dump with .rela.opd section.Jim Wilson2003-11-194-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.
* *** empty log message ***gdbadmin2003-11-191-1/+1
|
* daily updateAlan Modra2003-11-181-1/+1
|
* * dwarf2read.c (optimized_out, islocal): Remove.Daniel Jacobowitz2003-11-182-17/+11
| | | | | (decode_locdesc): Update comments. Don't set optimized_out or islocal.
* * config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"Maciej W. Rozycki2003-11-1811-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".
* merge from gccDJ Delorie2003-11-183-2/+9
|
* * elf64-ppc.c (toc_adjusting_stub_needed): Exit early if sectionAlan Modra2003-11-182-0/+8
| | | | size is zero.
* *** empty log message ***gdbadmin2003-11-181-1/+1
|
* daily updateAlan Modra2003-11-171-1/+1
|
* 2003-11-17 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2003-11-172-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().