This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [AArch64] Binutils/gas/ld port for ARM's new 64-bit architecture, AArch64 [2/6] opcodes changes v2


Hi,

Please find the updated patch that adds the opcodes changes of the AArch64 target.

The patch fixes a makefile issue as well as a few other issues found during the building of the opcodes on 32-bit host; some of the problems were mentioned in http://sourceware.org/ml/binutils/2012-07/msg00320.html


Thanks, Yufeng


Updated change log:


include/ChangeLog
2012-08-07  Ian Bolton  <ian.bolton@arm.com>
            Laurent Desnogues  <laurent.desnogues@arm.com>
            Jim MacArthur  <jim.macarthur@arm.com>
            Marcus Shawcroft  <marcus.shawcroft@arm.com>
            Nigel Stephens  <nigel.stephens@arm.com>
            Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
            Richard Earnshaw  <rearnsha@arm.com>
            Sofiane Naci  <sofiane.naci@arm.com>
            Tejas Belagod  <tejas.belagod@arm.com>
            Yufeng Zhang  <yufeng.zhang@arm.com>

        * dis-asm.h (print_insn_aarch64): New declaration.
        (print_aarch64_disassembler_options): New declaration.
        (aarch64_symbol_is_valid): New declaration.


include/opcode/ChangeLog 2012-08-07 Ian Bolton <ian.bolton@arm.com> Laurent Desnogues <laurent.desnogues@arm.com> Jim MacArthur <jim.macarthur@arm.com> Marcus Shawcroft <marcus.shawcroft@arm.com> Nigel Stephens <nigel.stephens@arm.com> Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> Richard Earnshaw <rearnsha@arm.com> Sofiane Naci <sofiane.naci@arm.com> Tejas Belagod <tejas.belagod@arm.com> Yufeng Zhang <yufeng.zhang@arm.com>

* aarch64.h: New file.


opcodes/ChangeLog 2012-08-07 Ian Bolton <ian.bolton@arm.com> Laurent Desnogues <laurent.desnogues@arm.com> Jim MacArthur <jim.macarthur@arm.com> Marcus Shawcroft <marcus.shawcroft@arm.com> Nigel Stephens <nigel.stephens@arm.com> Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> Richard Earnshaw <rearnsha@arm.com> Sofiane Naci <sofiane.naci@arm.com> Tejas Belagod <tejas.belagod@arm.com> Yufeng Zhang <yufeng.zhang@arm.com>

        * Makefile.am: Add AArch64.
        * Makefile.in: Regenerate.
        * aarch64-asm.c: New file.
        * aarch64-asm.h: New file.
        * aarch64-dis.c: New file.
        * aarch64-dis.h: New file.
        * aarch64-gen.c: New file.
        * aarch64-opc.c: New file.
        * aarch64-opc.h: New file.
        * aarch64-tbl.h: New file.
        * configure.in: Add AArch64.
        * configure: Regenerate.
        * disassemble.c: Add AArch64.
        * aarch64-asm-2.c: New file (automatically generated).
        * aarch64-dis-2.c: New file (automatically generated).
        * aarch64-opc-2.c: New file (automatically generated).
        * po/POTFILES.in: Regenerate.

Attachment: aarch64-opcodes.v2.patch.bz2
Description: application/bzip


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]