and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 30 Oct, 2006 3 commits
    • nobody's avatar
      This commit was manufactured by cvs2svn to create tag 'binutils-csl-arm- · 16bdc30d
      nobody authored
      2006q3-26'.
      
      Sprout from binutils-csl-2_17-branch 2006-10-30 21:56:42 UTC Paul Brook <paul@codesourcery.com> '2006-10-30  Paul Brook  <paul@codesourcery.com>'
      Delete:
          ld/emultempl/mipself.em
          ld/testsuite/ld-mips-elf/hash1.s
          ld/testsuite/ld-mips-elf/hash1a.d
          ld/testsuite/ld-mips-elf/hash1b.d
          ld/testsuite/ld-mips-elf/hash1c.d
      16bdc30d
    • Paul Brook's avatar
      2006-10-30 Paul Brook <paul@codesourcery.com> · 926d1a4a
      Paul Brook authored
      	bfd/
      	* elf32-arm.c (elf32_arm_to_thumb_export_stub): Assert that output
      	section is present.
      	(allocate_dynrelocs): Only add export stub for symbols definind in
      	this object.
      926d1a4a
    • Kazu Hirata's avatar
      Merge fido bits: · caa3227d
      Kazu Hirata authored
      	2006-10-25  Kazu Hirata  <kazu@codesourcery.com>
      
      	gprof/
      	* hist.c, hist.h: Fix formatting.
      
      	gprof/
      	* Makefile.in (corefile.o): Depend on hist.h.
      	* corefile.c: Include hist.h.
      
      	2006-10-06  Vladimir Prus  <vladimir@codesourcery.com>
      
      	* hist.h (struct histogram)
      	(histograms, num_histograms): New.
      	* hist.c (find_histogram, find_histogram_for_pc)
      	(read_histogram_header): New.
      	(s_lowpc, s_highpc, lowpc, highpc, hist_num_bins)
      	(hist_sample): Remove.
      	(hist_read_rec): Use the above, and handle multiple
      	histogram records with disjoint address ranges.
      	(hist_write_hist): Support several histogram records.
      	(scale_and_align_entries): Adjust for multiple histograms.
      	(hist_assign_samples_1): New.
      	(hist_assign_samples): Use the above.
      	(hist_clip_symbol_address): New.
      	* hist.h (hist_check_address)
      	(hist_clip_symbol_address): Declare.
      	* gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling
      	of legacy format for multiple histogram changes.
      	* corefile.c (find_call): Check for core_text_space and
      	clip symbol address range here.
      	* vax.c	(vax_find_call): Don't check for
      	core_text_space, or clip the symbol's address range here.
      	Use hist_check_address to check call's target address.
      	* sparc.c: Likewise.
      	* tahoe.c: Likewise.
      	* i386.c: Likewise.
      	* mips.c: Likewise. Also use core_text_sect->vma as the base
      	address for code accesses, just like other machine-specific
      	routines do.
      
      	2006-08-03  Kazu Hirata  <kazu@codesourcery.com>
      
      	* gas/config/tc-m68k.c (archs): Add -mfido as an alias for
      	-mfido_a.
      
      	2006-06-23  Kazu Hirata  <kazu@codesourcery.com>
      
      	* gas/config/tc-m68k.c (cpu_of_arch): Replace fido with
      	fido_a.
      	(archs): Likewise.
      	(m68k_ip): Likewise.
      	(select_control_regs): Likewise.
      	(md_show_usage): Replace -mfido with -mfidoa.
      	* include/opcode/m68k.h (fido): Rename to fido_a.
      	* opcodes/m68k-opc.c (m68k_opcodes): Replace fido with fido_a.
      
      	2006-06-22  Kazu Hirata  <kazu@codesourcery.com>
      
      	* config.sub: Replace fido with fido.
      	* bfd/config.bfd: Likewise
      	* gas/configure.tgt: Likewise.
      	* gas/config/m68k-parse.h: Likewise.
      	* gas/config/tc-m68k.c: Likewise.
      	* gas/testsuite/gas/m68k/all.exp: Likewise.
      	* gas/testsuite/gas/m68k/fido.d: Rename to fido.d.
      	* gas/testsuite/gas/m68k/fido.s: Rename to fido.s.
      	* include/opcode/m68k.h: Replace fido with fido.
      	* ld/configure.tgt: Likewise.
      	* opcodes/m68k-dis.c: Likewise.
      	* opcodes/m68k-opc.c: Likewise.
      
      	2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
      
      	* gas/config/m68k-parse.h (m68k_register): Add CAC and MBB.
      	* gas/config/tc-m68k.c (fido_control_regs): New.
      	(cpu_of_arch): Add fido.
      	(archs): Add an entry for fido.
      	(m68k_ip): Add warnings for uses of tbl[su]{n,}[bwl] on
      	fido.  Recognize CAC and MBB.
      	(init_tabl): Add CAC and MBB.
      	(select_control_regs): Choose fido as the current chip
      	when the current architecture is fido or when -mfido
      	is given explicitly.
      	* gas/testsuite/gas/m68k/all.exp: Disable operands, cas, and
      	bitfield on fido-*-*.  Run fido on fido-*-*.
      	* gas/testsuite/gas/m68k/fido.d: New.
      	* gas/testsuite/gas/m68k/fido.s: Likewise.
      	* include/opcode/m68k.h: Document new control registers CAC
      	and MBB.
      	* opcodes/m68k-dis.c (print_insn_arg): Add cac and mbb.
      	* opcodes/m68k-opc.c (m68k_opcodes): Add sleep and trapx.
      
      	2005-07-22  Kazu Hirata  <kazu@codesourcery.com>
      
      	* gas/config/tc-m68k.c (archs): Add fido as an OR of
      	cpu32 and fido.
      	(md_show_usage): Add -mfido.
      	* include/opcode/m68k.h (fido): New.
      
      	2005-07-11  Kazu Hirata  <kazu@codesourcery.com>
      
      	* config.sub: Recognize fido and fido-*.
      	* bfd/config.bfd: Likewise.
      	* gas/configure.tgt: Likewise.
      	* ld/configure.tgt: Likewise.
      caa3227d
  2. 29 Oct, 2006 1 commit
    • Paul Brook's avatar
      2006-10-28 Paul Brook <paul@codesourcery.com> · d6051bbd
      Paul Brook authored
      	Julian Brown  <julian@codesourcery.com>
      
      	bfd/
      	* elf32-arm.c (copy_eabi_attributes): Correct starting offset.
      	(elf32_arm_merge_eabi_attributes): Mark output as initialized.
      	Only set Tag_CPU_name and Tag_ABI_PCS_R9_use if input attribute
      	is present.
      d6051bbd
  3. 28 Oct, 2006 1 commit
    • Kazu Hirata's avatar
      include/opcode/ · 85a5aac2
      Kazu Hirata authored
      	* m68k.h (mcfmac, mcfemac, cfloat, mcfhwdiv, mcfisa_a,
      	mcfisa_aa, mcfisa_b, mcfusp, mcf_mask): Double the defined
      	values.
      85a5aac2
  4. 26 Oct, 2006 5 commits
    • Paul Brook's avatar
      2006-10-26 Paul Brook <paul@codesourcery.com> · 04ba869b
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (do_neon_ext): Fix constraint.
      04ba869b
    • Paul Brook's avatar
      2006-10-26 Paul Brook <paul@codesourcery.com> · 46035492
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (arm_is_eabi): New function.
      	* config/tc-arm.h (arm_is_eabi): New prototype.
      	(THUMB_IS_FUNC): Use ELF function type for EABI objects.
      	* doc/c-arm.texi (.thumb_func): Update documentation.
      46035492
    • Paul Brook's avatar
      2006-10-26 Paul Brook <paul@codesourcery.com> · 282aebe0
      Paul Brook authored
      	binutils/
      	* objdump.c (disassemble_section): Set info->symtab_pos.
      	(disassemble_data): Set info->symtab and info->symtab_size.
      
      	include/
      	* dis-asm.h (disassemble_info): Add symtab, symtab_pos and
      	symtab_size.
      
      	opcodes/
      	* arm-dis.c (last_is_thumb, last_mapping_sym, last_mapping_addr): New.
      	(get_sym_code_type): New function.
      	(print_insn): Search for mapping symbols.
      282aebe0
    • Paul Brook's avatar
      2006-10-26 Paul Brook <paul@codesourcery.com> · 5e1fd8d0
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (arm_adjust_symtab): Don't use STT_ARM_16BIT
      	for EABIv4.
      5e1fd8d0
    • Paul Brook's avatar
      2006-10-26 Paul Brook <paul@codesourcery.com> · b810383b
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (do_neon_ext): Enforce immediate range.
      	(insns): Use I15 for vext.
      
      	gas/testsute/
      	* gas/arm/neon-cov.s: Add new vext test.
      	* gas/arm/neon-cov.d: Ditto.
      b810383b
  5. 25 Oct, 2006 1 commit
    • Paul Brook's avatar
      2006-10-25 Paul Brook <paul@codesourcery.com> · 67906cf6
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (do_vfp_sp_const, do_vfp_dp_const): Fix operans
      	encoding.
      
      	gas/testsuite/
      	* gas/arm/vfpv3-const-conv.s: Improve test coverage.
      	* gas/arm/vfpv3-const-conv.d: Adjust expected output.
      	* gas/arm/vfp-neon-syntax_t2.d: Ditto.
      	* gas/arm/vfp-neon-syntax.d: Ditto.
      
      	opcodes/
      	* arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd.
      67906cf6
  6. 24 Oct, 2006 1 commit
    • Mark Shinwell's avatar
      gas/ · b9931739
      Mark Shinwell authored
              * config/tc-arm.c (md_apply_fix): Turn CZB instructions that
              attempt to jump to the next instruction into NOPs.
      b9931739
  7. 19 Oct, 2006 1 commit
  8. 16 Oct, 2006 2 commits
    • Nathan Sidwell's avatar
      binutils/ · 672db62c
      Nathan Sidwell authored
      	* Makefile.am: Rebuild dependencies.
      	(REPORT_BUGS_TO): Always defined.
      	(INCLUDES): Adjust.
      	* Makefile.in: Rebuilt.
      	* configure.in (REPORT_BUGS_TO): Provide default value.
      	* configure: Rebuilt.
      	* bucomm.h: Remove bin-bugs.h.
      	* addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
      	* coffdump.c (show_usage): Likewise.
      	* cxxfilt.c (usage): Likewise.
      	* nlmconv.c (show_usage): Likewise.
      	* nm.c (usage): Likewise.
      	* objcopy.c (copy_usage, strip_usage): Likewise.
      	* objdump.c (usage): Likewise.
      	* size.c (usage): Likewise.
      	* srconv.c (show_usage): Likewise.
      	* string.c (usage): Likewise.
      	* sysdymp.c (show_usage): Likewise.
      	* windres.c (usage): Likewise.
      	* readelf (usage): Likewise. Add STREAM argument.  Adjust callers.
      
      	gas/
      	* Makefile.am: Rebuild dependencies.
      	(REPORT_BUGS_TO): Always defined.
      	(INCLUDES): Adjust.
      	* Makefile.in: Rebuilt.
      	* configure.in (REPORT_BUGS_TO): Provide default value.
      	* configure: Rebuilt.
      	* as.c (show_usage): Don't print empty REPORT_BUGS_TO.
      	* as.h: Remove bin-bugs.h.
      
      	ld/
      	* Makefile.am: Rebuild dependencies.
      	(REPORT_BUGS_TO): Always defined.
      	(INCLUDES): Adjust.
      	* Makefile.in: Rebuilt.
      	* configure.in (REPORT_BUGS_TO): Provide default value.
      	* configure: Rebuilt.
      	* ld.h: Remove bin-bugs.h
      	* lexsup.c (help):  Don't print empty REPORT_BUGS_TO.
      
      	gprof/
      	* Makefile.am: Rebuild dependencies.
      	(REPORT_BUGS_TO): Always defined.
      	(PKGVERSION): Define.
      	(INCLUDES): Adjust.
      	* Makefile.in: Rebuilt.
      	* configure.in (REPORT_BUGS_TO): Provide default value.
      	* configure: Rebuilt.
      	* gprof.c (usage): Don't print empty REPORT_BUGS_TO.
      	* gprof.h: Remove bin-bugs.h
      
      	include/
      	* bin-bugs.h: Remove.
      672db62c
    • Mark Shinwell's avatar
      bfd/ · 0d3ca672
      Mark Shinwell authored
              * elf32-arm.c (using_thumb2): Use TAG_CPU_* constants.
      
              include/
              * elf/arm.h: Define TAG_CPU_ARCH_* constants.
      0d3ca672
  9. 13 Oct, 2006 1 commit
    • Nathan Sidwell's avatar
      gas/ · 8a4eadf8
      Nathan Sidwell authored
      	* config/tc-m68k.c (m68k_ip):  Correct output of cpu aliases.
      8a4eadf8
  10. 09 Oct, 2006 1 commit
    • Vladimir Prus's avatar
      ld/testsuite/ld-arm/ · 99172878
      Vladimir Prus authored
      	* use-thumb-lib.sym: Robustify, by ignoring symbols we're not
      	interested in and bucket number.
      99172878
  11. 03 Oct, 2006 1 commit
    • Joseph Myers's avatar
      ld/ · 51935c1d
      Joseph Myers authored
      	* configure.tgt (i[3-7]86-*-linux-*): Also define
      	targ_extra_libpath in want64 case.
      	* emulparams/elf_x86_64.sh: Handle i[3-7]86-*-linux-* the same as
      	x86_64*-linux*.
      51935c1d
  12. 29 Sep, 2006 1 commit
    • Nathan Sidwell's avatar
      binutils/ · c8afed08
      Nathan Sidwell authored
      	* ar.c (usage): Pass s to list_supported_targets.
      	* cxxfilt.c (usage): Print bug url when giving help.
      c8afed08
  13. 28 Sep, 2006 1 commit
    • Mark Shinwell's avatar
      include/ · 57f52df4
      Mark Shinwell authored
      	* libiberty.h: Declare pex_run_in_environment.
      
      	libiberty/
      	* pex-common.c: New function pex_run_in_environment.
      	* pex-common.h: Add environment parameter to exec_child.
      	* pex-msdos.c: Add environment parameter to pex_msdos_exec_child.
      	* pex-djgpp.c: Add environment parameter to pex_djgpp_exec_child.
      	(pex_djgpp_exec_child): Pass environment to child process.
      	* pex-unix.c: Add environment parameter to pex_unix_exec_child.
      	(pex_unix_exec_child): Pass environment to child process.
      	* pex-win32.c: Add environment parameter to pex_win32_exec_child.
      	New function env_compare for comparing VAR=VALUE pairs.
      	(win32_spawn): Assemble environment block and pass to CreateProcess.
      	(spawn_script): Pass environment through to win32_spawn.
      	(pex_win32_exec_child): Pass environment through to spawn_script and
      	win32_spawn.
      	* functions.texi: Regenerate.
      	* pexecute.txh: Document pex_run_in_environment.
      57f52df4
  14. 19 Sep, 2006 1 commit
    • Joseph Myers's avatar
      2006-09-19 Mark Shinwell <shinwell@codesourcery.com> · b8377fb3
      Joseph Myers authored
                  Joseph Myers  <joseph@codesourcery.com>
                  Ian Lance Taylor  <ian@wasabisystems.com>
                  Ben Elliston  <bje@wasabisystems.com>
      
      	bfd/
      	* archures.c: Add definition for bfd_mach_arm_iWMMXt2.
      	* cpu-arm.c (processors): Add bfd_mach_arm_iWMMXt2.
      	(arch_info_struct, bfd_arm_update_notes): Likewise.
      	(architectures): Likewise.
      	(bfd_arm_merge_machines): Check for iWMMXt2.
      	* bfd-in2.h: Rebuild.
      
      	gas/
      	* config/tc-arm.c (enum operand_parse_code): New code OP_RIWR_I32z.
      	(parse_operands): Handle OP_RIWR_I32z.
      	(do_iwmmxt_wmerge): New function.
      	(do_iwmmxt_wldstd): Handle iwmmxt2 case where second operand is
      	a register.
      	(do_iwmmxt_wrwrwr_or_imm5): New function.
      	(insns): Mark instructions as RIWR_I32z as appropriate.
      	Also add torvsc<b,h,w>, wabs<b,h,w>, wabsdiff<b,h,w>,
      	waddbhus<l,m>, waddhc, waddwc, waddsubhx, wavg4{r}, wmaddu{x,n},
      	wmadds{x,n}, wmerge, wmiaxy{n}, wmiawxy{n}, wmul<sm,um>{r},
      	wmulw<um,sm,l>{r}, wqmiaxy{n}, wqmulm{r}, wqmulwm{r}, wsubaddhx.
      	(md_begin): Handle IWMMXT2.
      	(arm_cpus): Add iwmmxt2.
      	(arm_extensions): Likewise.
      	(arm_archs): Likewise.
      
      	gas/testsuite/
      	* gas/arm/iwmmxt2.s: New file.
      	* gas/arm/iwmmxt2.d: New file.
      
      	opcodes/
      	* arm-dis.c (coprocessor_opcodes): The X-qualifier to WMADD may
      	only be used with the default multiply-add operation, so if N is
      	set, don't bother printing X.  Add new iwmmxt instructions.
      	(IWMMXT_INSN_COUNT): Update.
      	(iwmmxt_wwssnames): Qualify "wwss" names at index 2, 6, 10 and 14
      	with a 'c' suffix.
      	(print_insn_coprocessor): Check for iWMMXt2.  Handle format
      	specifiers 'r', 'i'.
      b8377fb3
  15. 18 Sep, 2006 1 commit
    • Paul Brook's avatar
      2006-09-18 Paul Brook <paul@codesourcery.com> · 2e91ce89
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (parse_immediate_maybe_bounded): Rename back...
      	(parse_immediate): ... to this.  Revert earlier changes.
      	(parse_immediate_bounded): Remove.
      	(parse_immediate_unbounded): Remove.
      	(parse_address_main): Revert earlier changes.
      	(parse_ror): Ditto.
      	(po_imm_unb_or_fail): Remove.
      	(neon_cmode_for_logic_imm): Try smaller element sizes.
      	(neon_cmode_for_move_imm): Ditto.
      	(do_neon_logic): Handle .i64 pseudo-op.
      
      	gas/testsuite/
      	* testsuite/gas/arm/neon-cov.s: Test pseudo-instruction forms of
      	vmov, vmvn and logic immediate instructions.
      	* testsuite/gas/arm/neon-cov.d: ditto.
      2e91ce89
  16. 16 Sep, 2006 1 commit
  17. 14 Sep, 2006 4 commits
    • Paul Brook's avatar
      2006-09-14 Paul Brook <paul@codesourcery.com> · 5ca513e9
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (s_arm_unwind_movsp): Add offset argument.
      	* doc/c-arm.texi (movsp): Document offset argument.
      5ca513e9
    • Paul Brook's avatar
      2006-09-14 Paul Brook <paul@codesourcery.com> · d86b547f
      Paul Brook authored
      	* config/tc-arm.c (thumb32_negate_data_op): Consistently use
      	unsigned int to avoid 64-bit host problems.
      d86b547f
    • Julian Brown's avatar
      gas/ · 956e7e50
      Julian Brown authored
      	* config/tc-arm.c (parse_immediate): Add BOUNDED parameter, rename
      	to...
      	(parse_immediate_maybe_bounded): This. Only bounds-check if BOUNDED
      	is true.
      	(parse_immediate_bounded): New function, with same arguments and
      	semantics as previous parse_immediate.
      	(parse_immediate_unbounded): New function. Parse an unbounded
      	integer (with sizeof (exp.X_add_number)).
      	(parse_big_immediate): Allow for 64-bit exp.X_add_number when
      	parsing 64-bit immediates.
      	(parse_address_main): Use parse_immediate_bounded not
      	parse_immediate.
      	(parse_ror): Likewise.
      	(parse_operands): Likewise. For Neon immediates, use
      	parse_immediate_unbounded. Add new local po_imm_unb_or_fail macro.
      956e7e50
    • Paul Brook's avatar
      2006-09-14 Paul Brook <paul@codesourcery.com> · bf4fc51e
      Paul Brook authored
      	ld/
      	* Makefile.in: Regenerate.
      bf4fc51e
  18. 11 Sep, 2006 2 commits
    • Nathan Sidwell's avatar
      gas/ · 3d2cb0c6
      Nathan Sidwell authored
      	* config/tc-m68k.c (m68k_register_mcf5210a_ctrl): New.
      	(m68k_cpus): Add 5210a & 5211a.
      3d2cb0c6
    • Nathan Sidwell's avatar
      bfd/ · f0fc286c
      Nathan Sidwell authored
      	* Makefile.am (VERSUFFIX_s): Remove.
      	(bfdver.h): Replace bfd_version_suffix with bfd_version_package.
      	* configure.in: Replace --with-versuffix with --with-pkgversion.
      	* version.h: Remove BFD_VERSION_SUFFIX. Update BFD_VERSION_STRING.
      	* Makefile.in: Rebuilt.
      	* configure: Rebuilt.
      
      	binutils/
      	* Makefile.am (REPORT_BUGS_TO_s): Replace with ...
      	(REPORT_BUGS_TO): ... this.
      	(INCLUDES): Update.
      	* Makefile.in: Rebuilt.
      
      	gas/
      	* Makefile.am (REPORT_BUGS_TO_s): Replace with ...
      	(REPORT_BUGS_TO): ... this.
      	(INCLUDES, DEP_INCLUDES): Update.
      	* Makefile.in: Rebuilt.
      
      	gprof/
      	* Makefile.am (REPORT_BUGS_TO_s): Replace with ...
      	(REPORT_BUGS_TO): ... this.
      	(VERSUFFIX_s): Remove.
      	(INCLUDES): Update.
      	* configure.in: Replace --with-versuffix with --with-pkgversion.
      	* gprof.c (main): Update version printing.
      	* Makefile.in: Rebuilt.
      	* configure: Rebuilt.
      
      	ld/
      	* Makefile.am (REPORT_BUGS_TO_s): Replace with ...
      	(REPORT_BUGS_TO): ... this.
      	(INCLUDES): Update.
      	* Makefile.in: Rebuilt.
      f0fc286c
  19. 08 Sep, 2006 4 commits
  20. 07 Sep, 2006 1 commit
  21. 06 Sep, 2006 1 commit
    • Paul Brook's avatar
      2006-09-06 Paul Brook <paul@codesourcery.com> · 993a2c03
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (parse_operands): Mark operand as present.
      
      	gas/testsuite/
      	* gas/arm/neon-omit.s: Test three-argument variants.
      	* gas/arm/neon-omit.d: Update expected output.
      993a2c03
  22. 05 Sep, 2006 4 commits
    • Julian Brown's avatar
      gas/ · 4cd2fbad
      Julian Brown authored
      	* config/tc-arm.c (parse_qfloat_immediate): Fix hex immediates,
      	handle 0.0 and -0.0 specially.
      
      	gas/testsuite/
      	* gas/arm/neon-const.s: Use FP syntax for 0/-0.
      	* gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
      4cd2fbad
    • Paul Brook's avatar
      2006-09-05 Paul Brook <paul@codesourcery.com> · aa56d821
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (NEON_ENC_TAB): Fix encoding of vclt, vcle, vaclt
      	and vacle.
      
      	gas/testsuite/
      	* gas/arm/neon-cov.d: Adjust expected output.
      	* gas/arm/neon-omit.s: Add tests for vcgt and vcle.  Reorder vacle
      	and vacle.
      	* gas/arm/neon-omit.d: Adjust expected output.
      aa56d821
    • Paul Brook's avatar
      2006-09-05 Vladimir Prus <vladimir@codesourcery.com> · b37a2a24
      Paul Brook authored
      	bfd/
      	* elf32-arm.c (elf32_arm_swap_symbol_out): Remove
      	unconditionall setting of low bit for Thumb symbol
      	mistakenly left behind after check for external
      	symbols was added.
      
      	ld/testsuite/
      	* ld-arm/use-thumb-lib.sym: Use regexps instead of
      	absolute addresses, for robustness.
      b37a2a24
    • Julian Brown's avatar
      gas/ · a447ca98
      Julian Brown authored
      	* config/tc-arm.c (parse_qfloat_immediate): Disallow integer syntax for
      	floating-point immediates.
      a447ca98
  23. 04 Sep, 2006 1 commit
    • Paul Brook's avatar
      2006-09-04 Paul Brook <paul@codesourcery.com> · 27a08722
      Paul Brook authored
      	gas/
      	* config/tc-arm.c (do_neon_dyadic_if_i): Remove.
      	(do_neon_dyadic_if_i_d): Avoid setting U bit.
      	(do_neon_mac_maybe_scalar): Ditto.
      	(do_neon_dyadic_narrow): Force operand type to NT_integer.
      	(insns): Remove out of date comments.
      
      	gas/testsuite/
      	* gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes.
      	* gas/arm/neon-cov.d: Adjust expected output.
      
      	opcodes/
      	* arm-dis.c (neon_opcode): Fix suffix on VMOVN.
      27a08722