Skip to content
Snippets Groups Projects
  1. Mar 31, 2021
    • Alan Modra's avatar
      Use bool in opcodes · 78933a4a
      Alan Modra authored
      cpu/
      	* frv.opc: Replace bfd_boolean with bool, FALSE with false, and
      	TRUE with true throughout.
      opcodes/
      	* sysdep.h (POISON_BFD_BOOLEAN): Define.
      	* aarch64-asm-2.c, * aarch64-asm.c, * aarch64-asm.h,
      	* aarch64-dis-2.c, * aarch64-dis.c, * aarch64-dis.h,
      	* aarch64-gen.c, * aarch64-opc.c, * aarch64-opc.h, * arc-dis.c,
      	* arc-dis.h, * arc-fxi.h, * arc-opc.c, * arm-dis.c, * bfin-dis.c,
      	* cris-dis.c, * csky-dis.c, * csky-opc.h, * dis-buf.c,
      	* disassemble.c, * frv-opc.c, * frv-opc.h, * h8300-dis.c,
      	* i386-dis.c, * m68k-dis.c, * metag-dis.c, * microblaze-dis.c,
      	* microblaze-dis.h, * micromips-opc.c, * mips-dis.c,
      	* mips-formats.h, * mips-opc.c, * mips16-opc.c, * mmix-dis.c,
      	* msp430-dis.c, * nds32-dis.c, * nfp-dis.c, * nios2-dis.c,
      	* ppc-dis.c, * riscv-dis.c, * score-dis.c, * score7-dis.c,
      	* tic6x-dis.c, * v850-dis.c, * vax-dis.c, * wasm32-dis.c,
      	* xtensa-dis.c: Replace bfd_boolean with bool, FALSE with false,
      	and TRUE with true throughout.
      78933a4a
  2. Mar 29, 2021
    • Alan Modra's avatar
      opcodes int vs bfd_boolean fixes · 3d7d6c1b
      Alan Modra authored
      cpu/
      	* frv.opc (frv_is_branch_major, frv_is_float_major),
      	(frv_is_media_major, frv_is_branch_insn, frv_is_float_insn),
      	(frv_is_media_insn, spr_valid): Correct prototypes.
      include/
      	* opcode/aarch64.h (aarch64_opcode_encode): Correct prototype.
      opcodes/
      	* arc-dis.c (extract_operand_value): Correct NULL cast.
      	* frv-opc.h: Regenerate.
      3d7d6c1b
  3. Mar 03, 2018
    • Alan Modra's avatar
      opcodes error messages · a6743a54
      Alan Modra authored
      Another patch aimed at making binutils comply with the GNU coding
      standard.  The generated files require
      https://sourceware.org/ml/cgen/2018-q1/msg00004.html
      
      cpu/
      	* frv.opc: Include opintl.h.
      	(add_next_to_vliw): Use opcodes_error_handler to print error.
      	Standardize error message.
      	(fr500_check_insn_major_constraints, frv_vliw_add_insn): Likewise.
      opcodes/
      	* sysdep.h (opcodes_error_handler): Define.
      	(_bfd_error_handler): Declare.
      	* Makefile.am: Remove stray #.
      	* opc2c.c (main): Remove bogus -l arg handling.  Print "DO NOT
      	EDIT" comment.
      	* aarch64-dis.c, * arc-dis.c, * arm-dis.c, * avr-dis.c,
      	* d30v-dis.c, * h8300-dis.c, * mmix-dis.c, * ppc-dis.c,
      	* riscv-dis.c, * s390-dis.c, * sparc-dis.c, * v850-dis.c: Use
      	opcodes_error_handler to print errors.  Standardize error messages.
      	* msp430-decode.opc, * nios2-dis.c, * rl78-decode.opc: Likewise,
      	and include opintl.h.
      	* nds32-asm.c: Likewise, and include sysdep.h and opintl.h.
      	* i386-gen.c: Standardize error messages.
      	* msp430-decode.c, * rl78-decode.c, rx-decode.c: Regenerate.
      	* Makefile.in: Regenerate.
      	* epiphany-asm.c, * epiphany-desc.c, * epiphany-dis.c,
      	* epiphany-ibld.c, * fr30-asm.c, * fr30-desc.c, * fr30-dis.c,
      	* fr30-ibld.c, * frv-asm.c, * frv-desc.c, * frv-dis.c, * frv-ibld.c,
      	* frv-opc.c, * ip2k-asm.c, * ip2k-desc.c, * ip2k-dis.c, * ip2k-ibld.c,
      	* iq2000-asm.c, * iq2000-desc.c, * iq2000-dis.c, * iq2000-ibld.c,
      	* lm32-asm.c, * lm32-desc.c, * lm32-dis.c, * lm32-ibld.c,
      	* m32c-asm.c, * m32c-desc.c, * m32c-dis.c, * m32c-ibld.c,
      	* m32r-asm.c, * m32r-desc.c, * m32r-dis.c, * m32r-ibld.c,
      	* mep-asm.c, * mep-desc.c, * mep-dis.c, * mep-ibld.c, * mt-asm.c,
      	* mt-desc.c, * mt-dis.c, * mt-ibld.c, * or1k-asm.c, * or1k-desc.c,
      	* or1k-dis.c, * or1k-ibld.c, * xc16x-asm.c, * xc16x-desc.c,
      	* xc16x-dis.c, * xc16x-ibld.c, * xstormy16-asm.c, * xstormy16-desc.c,
      	* xstormy16-dis.c, * xstormy16-ibld.c: Regenerate.
      a6743a54
  4. Dec 15, 2011
    • Nick Clifton's avatar
      * frv.opc (parse_uhi16): Fix handling of %hi operator on 64-bit · 5011093d
      Nick Clifton authored
      	hosts.
      
      	* cgen-asm.c (cgen_parse_signed_integer): Add code to handle the
      	sign extension of negative values on a 64-bit host.
      	* frv-asm.c: Regenerate.
      
      	* gas/frv/immediates.s: New test file - checks assembly of
      	constant values.
      	* gas/frv/immediates.d: Expected disassmbly.
      	* gas/frv/allinsn.exp: Run the new test.
      5011093d
  5. Oct 08, 2010
  6. Dec 11, 2009
  7. Sep 02, 2009
  8. Jul 05, 2007
  9. Oct 28, 2005
    • Dave Brolley's avatar
      2005-10-28 Dave Brolley <brolley@redhat.com> · 95b96521
      Dave Brolley authored
              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.
      95b96521
  10. Jul 01, 2005
  11. May 10, 2005
  12. Feb 24, 2005
  13. Feb 23, 2005
  14. Jan 25, 2005
    • Alexandre Oliva's avatar
      bfd/ChangeLog: · 90219bd0
      Alexandre Oliva authored
      2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
      * elf32-frv.c (elf32_frv_relocate_section): Force local binding
      for TLSMOFF.
      * reloc.c: Add R_FRV_TLSMOFF.
      * elf32-frv.c (elf32_frv_howto_table): Likewise.
      (frv_reloc_map, frv_reloc_type_lookup): Map it.
      (elf32_frv_relocate_section): Handle it.
      (elf32_frv_check_relocs): Likewise.
      * libbfd.h, bfd-in2.h: Rebuilt.
      2004-11-26  Alexandre Oliva  <aoliva@redhat.com>
      * elf32-frv.c (_frvfdpic_emit_got_relocs_plt_entries): Don't crash
      when given an undefweak TLS symbol.  Fix constant TLS PLT entries
      such that they return the constant in gr9.
      (_frvfdpic_relax_tls_entries): Don't crash for undefweak TLS
      symbols.
      (_frvfdpic_size_got_plt): Set _cooked_size of dynamic sections.
      too, such that they shrink on relaxation.
      (elf32_frvfdpic_finish_dynamic_sections): Check __ROFIXUP_END__ as
      marking the position right past the _GLOBAL_OFFSET_TABLE_ value.
      (_frvfdpic_assign_plt_entries): Shrink constant TLS PLT entries
      if we can guarantee the use of 16-bit constants.
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      Introduce TLS support for FR-V FDPIC.
      * reloc.c: Add TLS relocations.
      * elf32-frv.c (elf32_frv_howto_table): Add TLS relocations.
      (elf32_frv_rel_tlsdesc_value_howto): New.
      (elf32_frv_rel_tlsoff_howto): New.
      (frv_reloc_map): Add new mappings.
      (struct frvfdpic_elf_link_hash_table): Add pointer to summary
      reloc information.
      (frvfdpic_dynamic_got_plt_info): New.
      (frvfdpic_plt_tls_ret_offset): New.
      (ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE): Move earlier.
      (struct _frvfdpic_dynamic_got_info): Likewise.  Add TLS members.
      (struct _frvfdpic_dynamic_got_plt_info): Likewise.
      (FRVFDPIC_SYM_LOCAL): Regard symbols defined in the absolute
      section as local.
      (struct frvfdpic_relocs_info): Add TLS fields.
      (frvfdpic_relocs_info_hash): Warning clean up.
      (frvfdpic_relocs_info_find): Initialize tlsplt_entry.
      (frvfdpic_pic_merge_early_relocs_info): Merge TLS fields.
      (FRVFDPIC_TLS_BIAS): Define.
      (tls_biased_base): New.
      (_frvfdpic_emit_got_relocs_plt_entries): Deal with TLS
      relocations.
      (frv_reloc_type_lookup): Likewise.
      (frvfdpic_info_to_howto_rel): Likewise.
      (elf32_frv_relocate_section): Likewise.
      (_frv_create_got_section): Create the PLT section here.
      (elf32_frvfdpic_create_dynamic_sections): Not here.
      (_frvfdpic_count_nontls_entries): Move out of...
      (_frvfdpic_count_got_plt_entries): ... here.
      (_frvfdpic_count_tls_entries): Likewise.  Add TLS support.
      (_frvfdpic_count_relocs_fixups): Likewise.  Add relaxation
      support.
      (_frvfdpic_relax_tls_entries): New.
      (_frvfdpic_compute_got_alloc_data): Add TLS support.
      (_frvfdpic_get_tlsdesc_entry): New.
      (_frvfdpic_assign_got_entries): Add TLS support.
      (_frvfdpic_assign_plt_entries): Likewise.
      (_frvfdpic_reset_got_plt_entries): New.
      (_frvfdpic_size_got_plt): Move out of...
      (elf32_frvfdpic_size_dynamic_sections): ... here.
      (_frvfdpic_relax_got_plt_entries): New.
      (elf32_frvfdpic_relax_section): New.
      (elf32_frvfdpic_finish_dynamic_sections): Add TLS sanity check.
      (elf32_frv_check_relocs): Add TLS support.
      (bfd_elf32_bfd_relax_section): Define for FDPIC.
      * libbfd.h, bfd-in2.h: Rebuilt.
      cpu/ChangeLog:
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * frv.cpu: Add support for TLS annotations in loads and calll.
      * frv.opc (parse_symbolic_address): New.
      (parse_ldd_annotation): New.
      (parse_call_annotation): New.
      (parse_ld_annotation): New.
      (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
      Introduce TLS relocations.
      (parse_d12, parse_s12, parse_u12): Likewise.
      (parse_uhi16): Likewise.  Fix constant checking on 64-bit host.
      (parse_call_label, print_at): New.
      gas/ChangeLog:
      * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
      2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
      * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * cgen.c (gas_cgen_parse_operand): Handle
      CGEN_PARSE_OPERAND_SYMBOLIC.
      * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
      (frv_force_relocation): Likewise.  Fix handling of PIC
      relocations.
      (md_apply_fix3): Likewise.
      include/elf/ChangeLog:
      2004-12-10  Alexandre Oliva  <aoliva@redhat.com>
      * frv.h: Add R_FRV_TLSMOFF.
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * frv.h: Add TLS relocations.
      include/opcode/ChangeLog:
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * cgen.h (enum cgen_parse_operand_type): Add
      CGEN_PARSE_OPERAND_SYMBOLIC.
      ld/testsuite/ChangeLog:
      * ld-frv/fdpic.exp: Add -mfdpic to ASFLAGS.
      * ld-frv/tls.exp: Likewise.
      2004-11-26  Alexandre Oliva  <aoliva@redhat.com>
      * ld-frv/tls-3.s: New.
      * ld-frv/tls-static-3.d: New.
      * ld-frv/tls-dynamic-3.d: New.
      * ld-frv/tls-pie-3.d: New.
      * ld-frv/tls-shared-3.d: New.
      * ld-frv/tls-relax-static-3.d: New.
      * ld-frv/tls-relax-dynamic-3.d: New.
      * ld-frv/tls-relax-pie-3.d: New.
      * ld-frv/tls-relax-shared-3.d: New.
      * ld-frv/tls.exp: Run the new tests.
      * ld-frv/tls-dynamic-2.d: Adjust for improved relaxation.
      * ld-frv/tls-relax-dynamic-2.d: Likewise.
      * ld-frv/tls-relax-initial-shared-2.d: Likewise.
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * ld-frv/tls-1-dep.s: New.
      * ld-frv/tls-1-shared.lds: New.
      * ld-frv/tls-1.s: New.
      * ld-frv/tls-2.s: New.
      * ld-frv/tls-dynamic-1.d: New.
      * ld-frv/tls-dynamic-2.d: New.
      * ld-frv/tls-initial-shared-2.d: New.
      * ld-frv/tls-pie-1.d: New.
      * ld-frv/tls-relax-dynamic-1.d: New.
      * ld-frv/tls-relax-dynamic-2.d: New.
      * ld-frv/tls-relax-initial-shared-2.d: New.
      * ld-frv/tls-relax-pie-1.d: New.
      * ld-frv/tls-relax-shared-1.d: New.
      * ld-frv/tls-relax-shared-2.d: New.
      * ld-frv/tls-relax-static-1.d: New.
      * ld-frv/tls-shared-1-fail.d: New.
      * ld-frv/tls-shared-1.d: New.
      * ld-frv/tls-shared-2.d: New.
      * ld-frv/tls-static-1.d: New.
      * ld-frv/tls.exp: New.
      * ld-frv/fdpic-pie-1.d: Adjust for 64-bit host.
      * ld-frv/fdpic-pie-2.d: Likewise.
      * ld-frv/fdpic-pie-6.d: Likewise.
      * ld-frv/fdpic-pie-7.d: Likewise.
      * ld-frv/fdpic-pie-8.d: Likewise.
      * ld-frv/fdpic-shared-1.d: Likewise.
      * ld-frv/fdpic-shared-2.d: Likewise.
      * ld-frv/fdpic-shared-3.d: Likewise.
      * ld-frv/fdpic-shared-4.d: Likewise.
      * ld-frv/fdpic-shared-5.d: Likewise.
      * ld-frv/fdpic-shared-6.d: Likewise.
      * ld-frv/fdpic-shared-7.d: Likewise.
      * ld-frv/fdpic-shared-8.d: Likewise.
      * ld-frv/fdpic-shared-local-2.d: Likewise.
      * ld-frv/fdpic-shared-local-8.d: Likewise.
      * ld-frv/fdpic-static-1.d: Likewise.
      * ld-frv/fdpic-static-2.d: Likewise.
      * ld-frv/fdpic-static-6.d: Likewise.
      * ld-frv/fdpic-static-7.d: Likewise.
      * ld-frv/fdpic-static-8.d: Likewise.
      opcodes/ChangeLog:
      2004-11-10  Alexandre Oliva  <aoliva@redhat.com>
      * frv-asm.c: Rebuilt.
      * frv-desc.c: Rebuilt.
      * frv-desc.h: Rebuilt.
      * frv-dis.c: Rebuilt.
      * frv-ibld.c: Rebuilt.
      * frv-opc.c: Rebuilt.
      * frv-opc.h: Rebuilt.
      90219bd0
  15. Mar 01, 2004
    • Richard Sandiford's avatar
      Add fr450 support. · 676a64f4
      Richard Sandiford authored
      676a64f4
    • Richard Sandiford's avatar
      cpu/ · c7a48b9a
      Richard Sandiford authored
      	* frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
      	(scutss): Change unit to I0.
      	(calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
      	(mqsaths): Fix FR400-MAJOR categorization.
      	(media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
      	(media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
      	* frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
      	combinations.
      
      opcodes/
      	* frv-desc.c, frv-opc.c: Regenerate.
      
      sim/frv/
      	* cache.c (frv_cache_init): Change fr400 cache statistics to match
      	the fr405.
      	(non_cache_access): Add missing breaks.
      	* interrupts.c (set_exception_status_registers): Always set EAR15
      	for data_access_errors.
      	* memory.c (fr400_check_write_address): Remove redundant alignment
      	check.
      	* model.c: Regenerate.
      c7a48b9a
  16. Jan 14, 2004
    • Richard Sandiford's avatar
      cpu/ · cb10e79a
      Richard Sandiford authored
      	* frv.cpu (UNIT): Add IACC.
      	(iacc-multiply-r-r): Use it.
      	* frv.opc (fr400_unit_mapping): Add entry for IACC.
      	(fr500_unit_mapping, fr550_unit_mapping): Likewise.
      
      opcodes/
      	* frv-desc.h: Regenerate.
      	* frv-desc.c: Regenerate.
      	* frv-opc.c: Regenerate.
      cb10e79a
  17. Jan 06, 2004
    • Alexandre Oliva's avatar
      2003-12-19 Alexandre Oliva <aoliva@redhat.com> · d4e4dc14
      Alexandre Oliva authored
      * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
      cut&paste errors in shifting/truncating numerical operands.
      2003-08-08  Alexandre Oliva  <aoliva@redhat.com>
      * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
      (parse_uslo16): Likewise.
      (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
      (parse_d12): Parse gotoff12 and gotofffuncdesc12.
      (parse_s12): Likewise.
      2003-08-04  Alexandre Oliva  <aoliva@redhat.com>
      * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
      (parse_uslo16): Likewise.
      (parse_uhi16): Parse gothi and gotfuncdeschi.
      (parse_d12): Parse got12 and gotfuncdesc12.
      (parse_s12): Likewise.
      d4e4dc14
  18. Oct 08, 2003
  19. Sep 04, 2003
    • Dave Brolley's avatar
      2003-09-03 Dave Brolley <brolley@redhat.com> · 8caa9169
      Dave Brolley authored
              * 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.
      8caa9169
  20. Jun 05, 2003
  21. Jun 03, 2003
    • Andrew Cagney's avatar
      2003-06-03 Andrew Cagney <cagney@redhat.com> · 9aab5aa3
      Andrew Cagney authored
      	Contributed by Red Hat.
      	* frv.cpu: New file.  Written by Dave Brolley, Catherine Moore,
      	and Eric Christopher.
      	* frv.opc: New file.  Written by Catherine Moore, and Dave
      	Brolley.
      	* simplify.inc: New file.  Written by Doug Evans.
      9aab5aa3
Loading