aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-31 * arm-dis.c (print_insn): Warning fix.Alan Modra2-5/+9
2005-10-31 PR ld/1501Hans-Peter Nilsson2-2/+6
* ld-mmix/bpo-10.d: Adjust for empty-section-removal.
2005-10-31*** empty log message ***gdbadmin1-1/+1
2005-10-30daily updateAlan Modra1-1/+1
2005-10-30 * as.c (show_usage): Document "@FILE".Mark Mitchell6-4/+18
* gprof.c (usage): Document "@FILE". * lexsup.c (help): Document "@FILE".
2005-10-30ld/H.J. Lu12-570/+704
binutils/ opcodes/ 2005-10-30 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * dep-in.sed: Replace " ./" with " ".
2005-10-302005-10-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-2586/+2244
* Makefile.am (OBJ_FORMATS): Remove vms. Run "make dep-am". * Makefile.in: Regenerated. * dep-in.sed: Replace " ./" with " ".
2005-10-30*** empty log message ***gdbadmin1-1/+1
2005-10-292005-10-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-6/+16
* Makefile.am: Run "make dep-am". * Makefile.in: Regenerated. * dep-in.sed: Replace " ./" with " ".
2005-10-292005-10-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu4-0/+14
* hpux-core.c: Include <machine/reg.h> only if HPUX_CORE is define. * osf-core.c: Include <sys/core.h> only if OSF_CORE is defined. * sco5-core.c: Include <sys/paccess.h> and <sys/region.h> only if SCO5_CORE is defined.
2005-10-29daily updateAlan Modra1-1/+1
2005-10-29* hppa-tdep.h (HPPA_INSN_SIZE): New define.Mark Kettenis3-20/+27
* hppa-hpux-tdep.c (hppa_hpux_search_pattern) (hppa64_hpux_search_dummy_call_sequence): Rewrite to avoid assumption on sizeof(unsigned).
2005-10-29* inf-ttrace.c (inf_ttrace_wait): Comment out TARGET_WAITKIND_EXECMark Kettenis2-0/+13
code; return TARGET_WAITKIND_STOPPED instead.
2005-10-29* Makefile.am: Run "make dep-am".Mark Kettenis3-1670/+1429
* Makefile.in: Regenerate.
2005-10-29 PR gas/1630Hans-Peter Nilsson2-0/+11
* gas/all/gas.exp <weakref1, weakref1g, weakref1l, weakref1u, weakref1w>: Xfail for cris-*-* and mmix-*-*.
2005-10-29daily updateAlan Modra1-1/+1
2005-10-29*** empty log message ***gdbadmin1-1/+1
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley14-907/+3171
* cpu.c,cpu.h,decode.c,decode.h,model.c,sem.c: Regenerate. Contribute the following changes: 2003-09-29 Dave Brolley <brolley@redhat.com> * frv-sim.h: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of CGEN_ATTR_VALUE_TYPE. * mloop.in: Ditto. * pipeline.c: Ditto. * traps.c: Ditto.
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley37-16720/+17361
* All CGEN-generated sources: Regenerate. Contribute the following changes: 2005-09-19 Dave Brolley <brolley@redhat.com> * disassemble.c (disassemble_init_for_target): Add 'break' to case for bfd_arch_tic4x. Use cgen_bitset_create and cgen_bitset_set for bfd_arch_m32c case. 2005-02-16 Dave Brolley <brolley@redhat.com> * cgen-dis.in: Rename CGEN_ISA_MASK to CGEN_BITSET. Rename cgen_isa_mask_* to cgen_bitset_*. * cgen-opc.c: Likewise. 2003-11-28 Richard Sandiford <rsandifo@redhat.com> * cgen-dis.in (print_insn_@arch@): Fix comparison with cached isas. * *-dis.c: Regenerate. 2003-06-05 DJ Delorie <dj@redhat.com> * cgen-dis.in (print_insn_@arch@): Copy prev_isas, don't assign it, as it may point to a reused buffer. Set prev_isas when we change cpus. 2002-12-13 Dave Brolley <brolley@redhat.com> * cgen-opc.c (cgen_isa_mask_create): New support function for CGEN_ISA_MASK. (cgen_isa_mask_init): Ditto. (cgen_isa_mask_clear): Ditto. (cgen_isa_mask_add): Ditto. (cgen_isa_mask_set): Ditto. (cgen_isa_supported): Ditto. (cgen_isa_mask_compare): Ditto. (cgen_isa_mask_intersection): Ditto. (cgen_isa_mask_copy): Ditto. (cgen_isa_mask_combine): Ditto. * cgen-dis.in (libiberty.h): #include it. (isas): Renamed from 'isa' and now (CGEN_ISA_MASK *). (print_insn_@arch@): Use CGEN_ISA_MASK and support functions. * Makefile.am (CGENDEPS): Add utils-cgen.scm and attrs.scm. * Makefile.in: Regenerated.
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley3-1/+31
Contribute the following changes: 2003-09-29 Dave Brolley <brolley@redhat.com> * dis-asm.h (disassemble_info): insn_sets now (void *) to allow for more exotic underlying types to be used.
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley3-7/+83
Contribute the following changes: 2005-02-16 Dave Brolley <brolley@redhat.com> * cgen-bitset.h: Rename CGEN_ISA_MASK to CGEN_BITSET. Rename cgen_isa_mask_* to cgen_bitset_*. * cgen.h: Likewise.
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley2-3/+13
Contribute the following change: 2005-09-19 Dave Brolley <brolley@redhat.com> * config/tc-m32c.c (default_isa): New static variable. (m32c_isa): Now of type CGEN_BITSET. (md_begin): Pass &m32c_isa to m32c_cgen_cpu_open.
2005-10-282005-10-28 Dave Brolley <brolley@redhat.com>Dave Brolley3-31/+41
Contribute the following change: 2003-09-24 Dave Brolley <brolley@redhat.com> * frv.opc: Use CGEN_ATTR_VALUE_ENUM_TYPE in place of CGEN_ATTR_VALUE_TYPE. * m32c.opc (m32c_cgen_insn_supported): Use CGEN_INSN_BITSET_ATTR_VALUE. Use cgen_bitset_intersect_p.
2005-10-28* ppc-tdep.h (PPC_INSN_SIZE): Define.Mark Kettenis2-3/+8
2005-10-28* inf-ttrace.c (inf_ttrace_mourn_inferior): Remove redundant cast.Mark Kettenis2-35/+41
(inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior. (inf_ttrace_target): Resort assignments.
2005-10-28 * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage underEli Zaretskii2-3/+8
"The -var-update Command".
2005-10-28 From Eric Botcazou <botcazou@adacore.com>Joel Brobecker1-0/+6
* coffcode.h (coff_compute_section_file_positions): Fix small error in preprocessor directives.
2005-10-28 Mostly from Eric Botcazou <botcazou@adacore.com>Joel Brobecker3-23/+36
* rs6000-core.c: ANSIfy all function definitions. Add missing function prototypes. (ptr_to_uint): New type. (rs6000coff_core_p): Use it as intermediate step in casts. (rs6000coff_core_file_matches_executable_p): Likewise. * xcoff-target.h (rs6000coff_core_p): Fix prototype. (rs6000coff_core_file_matches_executable_p): Likewise.
2005-10-282005-10-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+14
PR binutils/1472 * aoutx.h (NAME (aout, machine_type)): Handle bfd_mach_sparc_v8plus, bfd_mach_sparc_v8plusa, bfd_mach_sparc_v8plusb, bfd_mach_sparc_v9, bfd_mach_sparc_v9a and bfd_mach_sparc_v9b.
2005-10-28Sync with Emacs 22.0.50.Nick Roberts1-1/+2
2005-10-28*** empty log message ***Nick Roberts1-0/+4
2005-10-282005-10-28 Paul Brook <paul@codesourcery.com>Paul Brook2-1/+6
* config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu instead of mcpu_cpu_opt.
2005-10-28 PR ld/1567Hans-Peter Nilsson2-1/+12
* elf32-cris.c (cris_elf_howto_table) <R_CRIS_32>: Set complain_on_overflow field to complain_overflow_dont.
2005-10-28 PR ld/1567Hans-Peter Nilsson3-0/+32
* ld-cris/noov.s, ld-cris/noov.d: New test.
2005-10-28*** empty log message ***gdbadmin1-1/+1
2005-10-28daily updateAlan Modra1-1/+1
2005-10-27* m32c.cpu (Imm-8-s4n, Imm-12-s4n): New.DJ Delorie11-2802/+3232
(arith-jnz16-imm4-dst-defn, arith-jnz32-imm4-dst-defn, arith-jnz-imm4-dst-mach, arith-jnz-imm4-dst): Keep track of which imm operand is needed. (adjnz, sbjnz): Pass the right operands. (unary-insn-defn, unary16-defn, unary32-defn, unary-insn-mach, unary-insn): Add -g variants for opcodes that need to support :G. (not.BW:G, push.BW:G): Call it. (stzx16-imm8-imm8-dsp8sb, stzx16-imm8-imm8-dsp8fb, stzx16-imm8-imm8-abs16): Fix operand typos. * m32c.opc (m32c_asm_hash): Support bnCND. (parse_signed4n, print_signed4n): New. * m32c-asm.c: Regenerate. * m32c-desc.c: Regenerate. * m32c-desc.h: Regenerate. * m32c-dis.c: Regenerate. * m32c-ibld.c: Regenerate. * m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.
2005-10-27 * config/tc-xtensa.c (find_vinsn_conflicts): Change error messages toBob Wilson2-4/+11
refer to "ports" instead of "queues". (check_t1_t2_reads_and_writes): Pass correct interface values to xtensa_interface_inout.
2005-10-27gas/testsuite/Jan Beulich3-2/+7
2005-10-27 Jan Beulich <jbeulich@novell.com> * gas/i386/equ.d: Fix typo. * gas/i386/equ.s: Don't globalize r.
2005-10-27gas/Jan Beulich7-3/+47
2005-10-27 Jan Beulich <jbeulich@novell.com> * read.c (assign_symbol): Also consider equates already defined. * symbols.c (symbol_clone): Also clone the underlying BFD symbol. * config/obj-coff.h (obj_symbol_clone_hook): New. (coff_obj_symbol_clone_hook): Declare. * config/obj-coff.c (coff_obj_symbol_clone_hook): New. gas/testsuite/ 2005-10-27 Jan Beulich <jbeulich@novell.com> * gas/all/gas.exp: Don't xfail equiv1 test anymore.
2005-10-27 PR 973Alan Modra2-12/+59
* cache.c (enum cache_flag): New. (close_one): Save file mtime. (bfd_cache_lookup): Add flag arg, adjust all users. (bfd_cache_lookup_worker): Likewise. (cache_btell): Use CACHE_NO_OPEN and return abfd->where if file not open. (cache_bflush): Similarly, and return success of file not open. (cache_bseek): Use CACHE_NO_SEEK if SEEK_SET or SEEK_END. (cache_bstat): Use CACHE_NO_SEEK_ERROR.
2005-10-27 * bfdwin.c (bfd_get_file_window): Seek into file in place ofAlan Modra2-5/+11
using bfd_cache_lookup.
2005-10-27 * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file.Alan Modra4-74/+28
(bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise. * libbfd-in.h (bfd_cache_lookup_worker, bfd_last_cache): Delete. * libbfd.h: Regenerate.
2005-10-27 * hppabsd-core.c (hppabsd_core_core_file_p): Use bfd_stat, not fstat.Alan Modra4-24/+13
* sco5-core.c (sco5_core_file_p): Likewise. * trad-core.c (trad_unix_core_file_p): Likewise.
2005-10-27 * cache.c: Reorganize file to avoid forward reference.Alan Modra2-191/+192
2005-10-27daily updateAlan Modra1-1/+1
2005-10-27*** empty log message ***gdbadmin1-1/+1
2005-10-26* config/tc-m32c.c (md_relax_table, subtype_mappings,DJ Delorie2-2/+47
md_convert_frag): Add jsr.w support.
2005-10-26* config/tc-m32c.c (md_assemble): Don't use errmsg as the formatDJ Delorie2-1/+20
itself. (md_cgen_lookup_reloc): Add m32c bitbase operands. Add 8-s24 and imm-8-HI operands.
2005-10-26* m32c.cpu (f-dsp-8-s24, Dsp-8-s24): New.DJ Delorie11-1547/+1660
(mov-dspsp-dst-defn, mov-src-dspsp-defn, mov16-dspsp-dst-defn, mov16-src-dspsp-defn, mov32-dspsp-dst-defn, mov32-src-dspsp-defn): dsp8[sp] is signed. (mov.WL:S #imm,A0/A1): dsp24 is signed (i.e. -0x800000..0xffffff). (mov.BW:S r0,r1): Fix typo r1l->r1. (tst): Allow :G suffix. * m32c.opc (parse_signed24): New, for -0x800000..0xffffff. * m32c-asm.c: Regenerate. * m32c-desc.c: Regenerate. * m32c-desc.h: Regenerate. * m32c-dis.c: Regenerate. * m32c-ibld.c: Regenerate. * m32c-opc.c: Regenerate. * m32c-opc.h: Regenerate.