bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/25537] z80: [patch] Move machine type compatibility check from e


From: cvs-commit at gcc dot gnu.org
Subject: [Bug ld/25537] z80: [patch] Move machine type compatibility check from emulation to the BFD (remove code duplication)
Date: Wed, 19 Feb 2020 17:47:48 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=25537

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fcaaac0a0d3d46e3c59f87c1445852ac77b6c118

commit fcaaac0a0d3d46e3c59f87c1445852ac77b6c118
Author: Sergey Belyashov <address@hidden>
Date:   Wed Feb 19 17:46:10 2020 +0000

    Various fixes for the Z80 support.

        PR 25537
    ld  * emultempl/z80.em: Remove machine compatability checking.

        PR 25517
        * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
        * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
        * testsuite/ld-z80/arch_r800.d: Likewise.
        * testsuite/ld-z80/arch_z180.d: Likewise.
        * testsuite/ld-z80/arch_z80n.d: Likewise.
        * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
        * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
        * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
        * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
        * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
        * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
        * testsuite/ld-z80/relocs_b_z80.d: Likewise.
        * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
        * testsuite/ld-z80/relocs_f_z80.d: Likewise.
        * testsuite/ld-z80/relocs_f_z80n.d: Likewise.

    bfd
        * cpu-z80.c: Add machine type compatibility checking.

    gas
        * config/tc-z80.c (md_parse_option): Do not use an underscore
        prefix for local labels in SDCC compatability mode.
        (z80_start_line_hook): Remove SDCC dollar label support.
        * testsuite/gas/z80/sdcc.d: Update expected disassembly.
        * testsuite/gas/z80/sdcc.s: Likewise.

        * config/tc-z80.c: Add -march option.
        * doc/as.texi: Update Z80 documentation.
        * doc/c-z80.texi: Likewise.
        * testsuite/gas/z80/ez80_adl_all.d: Update command line.
        * testsuite/gas/z80/ez80_adl_suf.d: Likewise.
        * testsuite/gas/z80/ez80_pref_dis.d: Likewise.
        * testsuite/gas/z80/ez80_z80_all.d: Likewise.
        * testsuite/gas/z80/ez80_z80_suf.d: Likewise.
        * testsuite/gas/z80/gbz80_all.d: Likewise.
        * testsuite/gas/z80/r800_extra.d: Likewise.
        * testsuite/gas/z80/r800_ii8.d: Likewise.
        * testsuite/gas/z80/r800_z80_doc.d: Likewise.
        * testsuite/gas/z80/sdcc.d: Likewise.
        * testsuite/gas/z80/z180.d: Likewise.
        * testsuite/gas/z80/z180_z80_doc.d: Likewise.
        * testsuite/gas/z80/z80_doc.d: Likewise.
        * testsuite/gas/z80/z80_ii8.d: Likewise.
        * testsuite/gas/z80/z80_in_f_c.d: Likewise.
        * testsuite/gas/z80/z80_op_ii_ld.d: Likewise.
        * testsuite/gas/z80/z80_out_c_0.d: Likewise.
        * testsuite/gas/z80/z80_sli.d: Likewise.
        * testsuite/gas/z80/z80n_all.d: Likewise.
        * testsuite/gas/z80/z80n_reloc.d: Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]