summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2003-09-04 Dave Brolley <brolley@redhat.com>Dave Brolley2003-09-042-66/+87
| | | | | | | | | | | | | | | * frv.cpu (register-transfer): Pass in all attributes in on argument. Update all callers. (conditional-register-transfer): Ditto. (cache-preload): Ditto. (floating-point-conversion): Ditto. (floating-point-neg): Ditto. (float-abs): Ditto. (float-binary-op-s): Ditto. (conditional-float-binary-op): Ditto. (ne-float-binary-op): Ditto. (float-dual-arith): Ditto. (ne-float-dual-arith): Ditto.
* * gcore.c: Reorder include files in alphabetical order. IncludeMark Kettenis2003-09-042-135/+148
| | | | | | | | | "gdb_assert.h". Various coding style fixes. (derive_stack_segment, derive_heap_segment): Replace check for non-null BOTTOM and TOP with gdb_assert. (derive_heap_segment): Replace check for successful creation of ZERO with gdb_assert. (make_mem_sec): Use bfd_section_lma to set OSEC->lma.
* 2003-09-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-042-11/+53
| | | | | | | * thread-db.c (verbose_dlsym): New function. (thread_db_load): Use verbose_dlsym (thread_db_new_objfile): Print that libthread_db was loaded, and that thread debugging was enabled.
* 2003-09-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-049-60/+18
| | | | | | | | | | | | | | | | * configure.tgt: Add "mips64*-*-*" target. Delete mips64*el-*-ecoff*, mips64*el-*-elf*, mips*el-*-ecoff*, mips*el-*-elf*, mips*-*-lnews*, mips*-*-sysv*, mips*-*-riscos*, mips*-*-ecoff*, mips*-*-elf*, mips*-little-*, mips*-big-*, mips*-dec-*, mips64*-big-*, mips64*vr*-*-elf*, mips64*-*-ecoff*, mips*-sony-*, and mips64*-*-elf* targets. * config/mips/embedl.mt: Delete file. * config/mips/embedl64.mt: Delete file. * config/mips/mips.mt: Delete file. * config/mips/mips64.mt: Delete file. * config/mips/tm-embed.h: Delete file. * config/mips/embed.mt (TM_FILE): Set to "tm-mips.h". * config/mips/embed64.mt: Delete out-of-date comment.
* 2003-09-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-047-24/+26
| | | | | | | | | | | | * hppa-tdep.c (hppa_gdbarch_init): Set "have_nonsteppable_watchpoint". * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete. * mips-tdep.c (mips_dump_tdep): Do not print HAVE_NONSTEPPABLE_WATCHPOINT. (mips_gdbarch_init): Set "have_nonsteppable_watchpoint". * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete. * config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete. * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Delete.
* * breakpoint.c (watchpoint_check): Remove accidentally checked inCorinna Vinschen2003-09-042-12/+11
| | | | unused code. Add comment.
* * breakpoint.c (watchpoint_check): Check for pc being in anCorinna Vinschen2003-09-042-2/+21
| | | | epilogue if watchpoint frame couldn't be found.
* 2003-09-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-042-31/+51
| | | | * Makefile.in: Re-generate all dependencies.
* Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.Nick Clifton2003-09-042-2/+6
|
* Make it clear what should be done with patches to the top level configure filesNick Clifton2003-09-042-3/+14
| | | | | (other than config.guess and config.sub). Add binutils@sources.redhat.com as an address to which patches can be sent.
* Add binutils support for v850e1 processorNick Clifton2003-09-0423-83/+286
|
* * config/tc-ppc.c (md_parse_option): Add PPC_OPCODE_ANY to existingAlan Modra2003-09-042-8/+19
| | | | | | ppc_cpu selection rather than replacing. (ppc_set_cpu): Ignore and preserve PPC_OPCODE_ANY in ppc_cpu. (md_begin): When PPC_OPCODE_ANY, insert all opcodes in ppc_hash.
* * ppc-dis.c (struct dis_private): New.Alan Modra2003-09-043-59/+88
| | | | | | | | | | | | | | (powerpc_dialect): Make static. Accept -Many in addition to existing options. Save dialect in dis_private. (print_insn_big_powerpc): Retrieve dialect from dis_private. (print_insn_little_powerpc): Likewise. (print_insn_powerpc): Call powpc_dialect here. Remove unnecessary efs/altivec check. Try harder to disassemble if given -Many. * ppc-opc.c (insert_fxm): Expand comment. (PPC, PPCCOM, PPC32, PPC64, PPCVEC): Remove PPC_OPCODE_ANY. (POWER, POWER2, PPCPWR2, POWER32, COM, COM32, M601, PWRCOM): Likewise. (POWER4): Remove PPCCOM. (PPCONLY): Don't define. Update all occurrences to PPC.
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-047-59/+21
| | | | | | | | | | | | * arch-utils.h (legacy_print_insn): Delete declaration. * arch-utils.c (legacy_print_insn): Delete function. * disasm.c (deprecated_tm_print_insn_info): Delete. (_initialize_disasm): Delete function, contained code initializing deprecated_tm_print_insn_info. * gdbarch.sh (deprecated_tm_print_insn): Delete. (deprecated_tm_print_insn_info): Delete. (TARGET_PRINT_INSN): Do not provide a default. * gdbarch.h, gdbarch.c: Re-generate.
* *** empty log message ***gdbadmin2003-09-041-1/+1
|
* daily updateAlan Modra2003-09-041-1/+1
|
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-032-6/+23
| | | | | | | | | * disasm.c (fprintf_disasm): New function. (gdb_disassemble_info): Call "init_disassemble_info", instead of INIT_DISASSEMBLE_INFO_NO_ARCH. Do not initialize "insn_sets", reverts 2003-08-14 change. (_initialize_disasm): Call "init_disassemble_info", instead of INIT_DISASSEMBLE_INFO_NO_ARCH.
* Index: opcodes/ChangeLogAndrew Cagney2003-09-038-39/+82
| | | | | | | | | | | | | | | | | | | | | | | | | 2003-09-03 Andrew Cagney <cagney@redhat.com> * dis-init.c (init_disassemble_info): New file and function. * Makefile.am (CFILES): Add "dis-init.c". (libopcodes_la_SOURCES): Add "dis-init.c". (dis-init.lo): Specify dependencies. * Makefile.in: Regenerate. Index: include/ChangeLog 2003-08-27 Andrew Cagney <cagney@redhat.com> * dis-asm.h (init_disassemble_info): Declare. (INIT_DISASSEMBLE_INFO): Redefine as a call to init_disassemble_info. (INIT_DISASSEMBLE_INFO_NO_ARCH): Ditto. Index: binutils/ChangeLog 2003-09-03 Andrew Cagney <cagney@redhat.com> * objdump.c: Refer to init_disassemble_info in comments. (disassemble_data): Replace INIT_DISASSEMBLE_INFO with init_disassemble_info.
* 003-09-03 Dave Brolley <brolley@redhat.com>Dave Brolley2003-09-036-38/+354
| | | | * cpu.h, model.c, sem.c, decode.h, decode.c: Regenerated.
* 2003-09-03 Dave Brolley <brolley@redhat.com>Dave Brolley2003-09-038-319/+443
| | | | * frv-*: Regenerated.
* 2003-09-03 Dave Brolley <brolley@redhat.com>Dave Brolley2003-09-033-165/+288
| | | | | | | | | | | | * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers. * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC, MCLRACC-1. (A): Removed operand. (A0,A1): New operands replace operand A. (mnop): Now a real insn (mclracc): Removed insn. (mclracc-0, mclracc-1): New insns replace mclracc. (all insns): Use new UNIT attributes.
* Spelling fix by the ChangeLog police.Ben Elliston2003-09-031-2/+2
|
* 2003-09-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-09-032-0/+8
| | | | * config/djgpp/fnchange.lst: Fix up sim/frv/profile-fr*.[ch].
* 2003-09-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-09-032-1/+6
| | | | | * sim/frv/fr500/mclracc.cgs: Change mach to 'all', to be consistant with other tests in the directory.
* 2003-09-03 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-09-033-4/+45
| | | | | | * sim/frv/interrupts/Ipipe-fr400.cgs: New file. * sim/frv/interrupts/Ipipe-fr500.cgs: New file. * sim/frv/interrupts/Ipipe.cgs: Remove (replaced by above).
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-037-16/+20
| | | | | | | | | | | | * config/rs6000/tm-rs6000.h (IBM6000_TARGET): Delete definition. * config/rs6000/nm-rs6000.h (DEPRECATED_IBM6000_TARGET): Define. * symfile.c (syms_from_objfile): Update. (reread_symbols): `Update * exec.c (exec_file_attach): Update. (exec_file_attach): Update. * config/powerpc/tm-nbsd.h: Delete #undef IBM6000_TARGET, revert 2003-08-29 change. * config/powerpc/tm-linux.h: Delete #undef IBM6000_TARGET.
* * arm-tdep.c: Include frame-unwind.h, frame-base.h, andDaniel Jacobowitz2003-09-035-331/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trad-frame.h. (arm_get_cache): Delete macro. (struct arm_prologue_cache): Update comments. Make saved_regs into a trad_frame_saved_reg pointer. Remove unwound_pc; rename unwound_sp to prev_sp. (thumb_scan_prologue): Update for cache changes. Don't call DEPRECATED_PC_IN_CALL_DUMMY. (arm_scan_prologue): Update for cache changes. Take NEXT_FRAME argument and use it in desperation search for our prologue. Do not search past the specified PC. (arm_make_prologue_cache): Simplify. (arm_prologue_this_id, arm_prologue_prev_register) (arm_prologue_unwind, arm_prologue_unwind_sniffer) (arm_normal_frame_base, arm_normal_base, arm_make_sigtramp_cache) (arm_sigtramp_this_id, arm_sigtramp_prev_register) (arm_sigtramp_unwind, arm_sigtramp_unwind_sniffer) (arm_unwind_dummy_id, arm_unwind_pc, arm_unwind_sp): New. (arm_frame_chain_valid, arm_find_callers_reg) (arm_frame_saved_pc, arm_read_fp, arm_frame_init_saved_regs) (arm_pop_frame): Delete obsolete methods. (arm_minimal_frame_chain, arm_minimal_frame_info): Delete. (arm_gdbarch_init): Update for new frame methods. Register prologue and sigtramp unwinders. Set the default frame base method. * Makefile.in (arm-tdep.o): Update dependencies. * varobj.c (find_frame_addr_in_frame_chain): Call get_frame_base_address. * std-regs.c (value_of_builtin_frame_fp_reg): Likewise.
* * arm-tdep.c (arm_minimal_frame_chain): Renamed fromDaniel Jacobowitz2003-09-032-61/+120
| | | | | | | | | | | | | arm_frame_chain. Take NEXT_FRAME and CACHE arguments. Use the cache instead of DEPRECATED_FRAME_SAVED_PC. (arm_minimal_frame_info): Renamed from arm_init_extra_frame_info. Take NEXT_FRAME and CACHE arguments. Call FRAMELESS_FUNCTION_INVOCATION instead of checking FROMLEAF argument. Set unwound_pc in CACHE instead of modifying the frame argument. Don't bother checking the frame type when looking for sigtramp frames. (arm_make_prologue_cache, arm_frame_chain) (arm_init_extra_frame_info): New functions.
* * arm-tdep.c (arm_get_cache): Define.Daniel Jacobowitz2003-09-032-69/+84
| | | | | | | | | | | (struct arm_prologue_cache): Renamed from frame_extra_info. Add unwound_sp, unwound_pc, and saved_regs. (thumb_scan_prologue): Take a cache instead of the frame. (arm_scan_prologue): Likewise. (arm_frame_chain): Create a temporary cache for arm_scan_prologue instead of a temporary frame. (arm_init_extra_frame_info): Allocate and use a cache. (arm_frame_saved_pc, arm_pop_frame): Use the cache.
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-036-7/+11
| | | | | | | | * config/arm/wince.mt (TM_CLIBS): Replace WIN32LIBS. * config/mips/wince.mt (TM_CLIBS): Ditto. * config/sh/wince.mt (TM_CLIBS): Ditto. * config/pa/hppa64.mt (TM_CLIBS): Delete. * config/sparc/sp64.mt (CC): Delete.
* * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).Andreas Schwab2003-09-032-0/+6
|
* Do not skip section symbols that are used in relocs.Nick Clifton2003-09-032-5/+9
|
* 2003-09-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-09-0324-145/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | * defs.h: Do not include "arch-utils.h". (GDB_MULTI_ARCH): If not defined, set to GDB_MULTI_ARCH_PARTIAL or GDB_MULTI_ARCH_PURE. * configure.in (GDB_MULTI_ARCH): Do not define. * configure, config.in: Regenerate. * configure.tgt: Do not set variable "gdb_multi_arch". * config/s390/s390x.mt (GDB_MULTI_ARCH): Delete. * config/s390/s390.mt (GDB_MULTI_ARCH): Delete. * config/i386/x86-64linux.mt (GDB_MULTI_ARCH): Delete. * config/v850/v850.mt (TM_FILE): Delete disabled definition. * config/m68hc11/m68hc11.mt (TM_FILE): Delete definition. * config/vax/tm-vax.h (GDB_MULTI_ARCH): Delete definition. * config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Delete definition. * config/sparc/tm-sun4sol2.h (GDB_MULTI_ARCH): Delete definition. * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete definition. * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete definition. * config/sparc/tm-sp64.h (GDB_MULTI_ARCH): Delete definition. * config/pa/tm-hppa64.h (GDB_MULTI_ARCH): Delete definition. * config/ns32k/tm-ns32k.h (GDB_MULTI_ARCH): Delete definition. * config/m68k/tm-m68k.h (GDB_MULTI_ARCH): Delete definition. * config/i386/tm-i386.h (GDB_MULTI_ARCH): Delete definition. * config/h8300/tm-h8300.h (GDB_MULTI_ARCH): Delete definition. * config/frv/tm-frv.h (GDB_MULTI_ARCH): Delete definition. * config/alpha/tm-alpha.h (GDB_MULTI_ARCH): Delete definition.
* Add *kfreebsd-gnu configuration supportNick Clifton2003-09-0312-106/+144
|
* Use bfd_map_over_sections to walk section chain.Nick Clifton2003-09-0367-761/+847
| | | | Do not dump the contents of an empty section.
* merge from gccDJ Delorie2003-09-033-27/+99
|
* daily updateAlan Modra2003-09-031-1/+1
|
* *** empty log message ***gdbadmin2003-09-031-1/+1
|
* * configure.in: Ensure arguments to sed are properly spaced.DJ Delorie2003-09-023-4/+9
| | | | * configure: Regenerate.
* * configure.in: Update AC_PREREQ to 2.57. Use AC_CONFIG_FILESDaniel Jacobowitz2003-09-026-4058/+9706
| | | | | | | | and AC_CONFIG_COMMANDS instead of the three-argument AC_OUTPUT. Specify AC_CONFIG_AUX_DIR. * aclocal.m4: Regenerated with aclocal-1.7. * configure: Regenerated with autoconf 2.57. * Makefile.in, doc/Makefile.in: Regenerated with automake-1.7.
* * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries.Alan Modra2003-09-023-243/+223
| | | | | | Move duplicate mnemonic entries together. Use RS instead of RT on all mt*. * ppc-dis.c: Convert to ISO C.
* *** empty log message ***gdbadmin2003-09-021-1/+1
|
* daily updateAlan Modra2003-09-021-1/+1
|
* * MAINTAINERS: Move Dave Anglin's entry to where it belongs.Alan Modra2003-09-012-1/+5
|
* * gas/mips/elf-rel-got-n32.d: Fix ulw and usw patterns forMaciej W. Rozycki2003-09-015-192/+200
| | | | | | | little-endian. * gas/mips/elf-rel-got-n64.d: Likewise. * gas/mips/elf-rel-xgot-n32.d: Likewise. * gas/mips/elf-rel-xgot-n64.d: Likewise.
* 2003-08-30 Michael Chastain <mec@shout.net>Michael Chastain2003-09-018-329/+13
| | | | | | | | | | | * Makefile.in: Remove tm-hp300bsd.h, tm-hp300hpux.h. * config/m68k/nm-hp300hpux.h: Delete. * config/m68k/tm-hp300hpux.h: Delete. * config/m68k/xm-hp300hpux.h: Delete. * config/m68k/xm-hp300bsd.h: Delete. * config/djgpp/fnchange.lst: Remove nm-hp300hpux.h, tm-hp300hpux.h, xm-hp300hpux.h. * somsolib.c: Remove comment about hp300 shared libraries.
* *** empty log message ***gdbadmin2003-09-011-1/+1
|
* daily updateAlan Modra2003-09-011-1/+1
|
* fixed comment for i860_howto_pc26_relocChristian Groessler2003-08-311-2/+1
|
* * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation hereChristian Groessler2003-08-312-2/+47
| | | | instead of returning bfd_reloc_continue.