[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 --- Comment #3 from Sergey Belyashov --- I have no an idea how to fix it. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line

2022-01-13 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28762 --- Comment #11 from Sergey Belyashov --- (In reply to Nick Clifton from comment #6) > (In reply to Sergey Belyashov from comment #5) > > Attached patch which fixes the bug. > > Patch approved - please apply. > > (Thanks for the quick fix!

[Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line

2022-01-12 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28762 --- Comment #9 from Sergey Belyashov --- It is intermediate buffer. There is already preparsed test (no comments, white spaces reduced to one space, etc). The buffer is 32*1024 size (32768 bytes). So if "LD A" is in buffer1 and ",B\n" in the

[Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line

2022-01-12 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28762 --- Comment #5 from Sergey Belyashov --- Created attachment 13903 --> https://sourceware.org/bugzilla/attachment.cgi?id=13903=edit Fix symbol lost on buffer load do_scub_chars() has special behaviour to parse Z80 alternate register pair

[Bug gas/28762] [z80-unknown-elf-as]: assembly fails, but fixed with a blank line

2022-01-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28762 --- Comment #4 from Sergey Belyashov --- Bug is present in current development branch. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27878] [z80-unknown-elf]: ld (hl), <16 bit immediate> should fail assembly

2021-05-19 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27878 --- Comment #2 from Sergey Belyashov --- Created attachment 13463 --> https://sourceware.org/bugzilla/attachment.cgi?id=13463=edit Fix silent compilation of overflow constants -- You are receiving this mail because: You are on the CC list

[Bug gas/27415] eZ80 relocation computation fails unexpectedly

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27415 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/27415] eZ80 relocation computation fails unexpectedly

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27415 --- Comment #2 from Sergey Belyashov --- Created attachment 13421 --> https://sourceware.org/bugzilla/attachment.cgi?id=13421=edit Workaround patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27415] eZ80 relocation computation fails unexpectedly

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27415 --- Comment #1 from Sergey Belyashov --- Term "high word" means word which is higher than low word: x >> 16. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27415] eZ80 relocation computation fails unexpectedly

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27415 Sergey Belyashov changed: What|Removed |Added CC||sergey.belyashov at gmail dot com

[Bug gas/27823] [z80-unknown-elf] invalid instruction `ld h, ()` should not assemble

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27823 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/27823] [z80-unknown-elf] invalid instruction `ld h, ()` should not assemble

2021-05-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27823 --- Comment #1 from Sergey Belyashov --- Created attachment 13420 --> https://sourceware.org/bugzilla/attachment.cgi?id=13420=edit Patch which fixes this bug and adds tests -- You are receiving this mail because: You are on the CC list

[Bug gas/27047] .bss pseudo operation not supported for target z80-unknown-elf

2020-12-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 --- Comment #5 from Sergey Belyashov --- I think, it is OK. I just took code from blackfin source. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/27047] .bss pseudo operation not supported for target z80-unknown-elf

2020-12-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 --- Comment #3 from Sergey Belyashov --- Created attachment 13038 --> https://sourceware.org/bugzilla/attachment.cgi?id=13038=edit Add .bss instruction support This patch adds support for .bss directive. -- You are receiving this mail

[Bug gas/27047] bss section not supported for target z80-unknown-elf

2020-12-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27047 --- Comment #1 from Sergey Belyashov --- .bss section is supported. But .bss pseudo operation is not supported. You can create .bss section using .section pseudo operation. Just try: $ cat a.s .section .bss myvar: .ds 2 $

[Bug gas/26692] New: [Z80][PATCH] Small GAS code improvements

2020-10-01 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12880 --> https://sourceware.org/bugzilla/attachment.cgi?id=12880=edit Small code improvements Add explicit initializat

[Bug gas/25690] New: [Z80] Add support for XREF and XDEF directives

2020-03-17 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12385 --> https://sourceware.org/bugzilla/attachment.cgi?id=12385=edit Add support for XREF and XDEF directives Also updated

[Bug gas/25633] z80: [PATCH] Fix unsupported register registration

2020-03-16 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25633 Sergey Belyashov changed: What|Removed |Added Attachment #12349|0 |1 is obsolete|

[Bug gas/25668] z80: [patch] Fix colonless labels support

2020-03-16 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25668 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/25668] New: z80: [patch] Fix colonless labels support

2020-03-13 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12371 --> https://sourceware.org/bugzilla/attachment.cgi?id=12371=edit Fix colonless labels support GAS in colonless mode fa

[Bug gas/25633] z80: [PATCH] Fix unsupported register registration

2020-03-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25633 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org --

[Bug binutils/25641] New: z80: [patch] Fix eZ80 disassembler

2020-03-06 Thread sergey.belyashov at gmail dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12353 --> https://sourceware.org/bugzilla/attachment.cgi?id=12353=edit Fix disassembling ED+A4/AC/B4/BC opcodes Fix invalid disassem

[Bug binutils/25641] z80: [patch] Fix eZ80 disassembler

2020-03-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25641 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org --

[Bug gas/25633] New: z80: [PATCH] Fix unsupported register registration

2020-03-05 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12349 --> https://sourceware.org/bugzilla/attachment.cgi?id=12349=edit Fix unsupported register registration Fix registrat

[Bug gas/25627] z80: [patch] Fix instruction assemble and disassemble bug

2020-03-03 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25627 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org --

[Bug gas/25627] New: z80: [patch] Fix instruction assemble and disassemble bug

2020-03-03 Thread sergey.belyashov at gmail dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12339 --> https://sourceware.org/bugzilla/attachment.cgi?id=12339=edit fix LD IY,(HL) and LD

[Bug gas/25604] z80: [patch] Fix segfault caused by infinite recursion

2020-02-26 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25604 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org --

[Bug gas/25604] New: z80: [patch] Fix segfault caused by infinite recursion

2020-02-26 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12324 --> https://sourceware.org/bugzilla/attachment.cgi?id=12324=edit fix recursion patch Fix GAS segfault on some r

[Bug gas/25602] New: Unclear documentation about .altmacro

2020-02-26 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- 1. .altmacro documentation has no any examples. But usage of %expr is unclear (it is hard to understand, that it works for macro arguments). 2

[Bug ld/25537] z80: [patch] Move machine type compatibility check from emulation to the BFD (remove code duplication)

2020-02-19 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25537 Sergey Belyashov changed: What|Removed |Added Summary|[Z80][PATCH] Move machine |z80: [patch] Move machine

[Bug gas/25517] Z80: [patch] Use -march=CPU[-EXT][+EXT] instead of -gbz80/-z80n/etc

2020-02-19 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 Sergey Belyashov changed: What|Removed |Added Summary|[Z80][PATCH] Use|Z80: [patch] Use

[Bug gas/25576] z80: [patch] Remove unnecessary local label definition

2020-02-19 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25576 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/25576] New: z80: [patch] Remove unnecessary local label definition

2020-02-19 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12301 --> https://sourceware.org/bugzilla/attachment.cgi?id=12301=edit Remove unnecessary local label definition I h

[Bug gas/12269] unknown-z80-coff: Incorrect assembly of indexed register offsets from equ declarations

2020-02-17 Thread sergey.belyashov at gmail dot com
, ||sergey.belyashov at gmail dot com --- Comment #4 from Sergey Belyashov --- Please close the bug as fixed. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25537] [Z80][PATCH] Move machine type compatibility check from emulation to the BFD

2020-02-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25537 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug ld/21565] Z80: Incorrect linkage of call instructions

2020-02-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21565 --- Comment #2 from Sergey Belyashov --- Please close the bug as invalid. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25517] [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 --- Comment #4 from Sergey Belyashov --- Sorry. My previous message is invalid. Do not close! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25517] [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 --- Comment #3 from Sergey Belyashov --- Please close this bug as invalid. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/21565] Z80: Incorrect linkage of call instructions

2020-02-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21565 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/25531] [Z80][PATCH] Fix SDCC support

2020-02-12 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25531 Sergey Belyashov changed: What|Removed |Added Attachment #12282|0 |1 is obsolete|

[Bug gas/25517] [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-12 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 Sergey Belyashov changed: What|Removed |Added Attachment #12273|0 |1 is obsolete|

[Bug ld/25537] New: [Z80][PATCH] Move machine type compatibility check from emulation to the BFD

2020-02-12 Thread sergey.belyashov at gmail dot com
Severity: enhancement Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12289 --> https://sourceware.org/bugzilla/attachment.cgi?id=12289=edit M

[Bug gas/25531] [Z80][PATCH] Fix SDCC support

2020-02-11 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25531 Sergey Belyashov changed: What|Removed |Added Target||z80-unknown-* CC|

[Bug gas/25531] New: [Z80][PATCH] Fix SDCC support

2020-02-11 Thread sergey.belyashov at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12282 --> https://sourceware.org/bugzilla/attachment.cgi?id=12282=edit Fix SDCC support Currently GAS cannot compile code like `add a,#<

[Bug ld/25519] [PATCH]unique.exp: Update contains_unique_symbol

2020-02-08 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25519 Sergey Belyashov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/25519] [PATCH]unique.exp: Update contains_unique_symbol

2020-02-08 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25519 Sergey Belyashov changed: What|Removed |Added CC||hjl.tools at gmail dot com,

[Bug ld/25519] New: [PATCH]unique.exp: Update contains_unique_symbol

2020-02-08 Thread sergey.belyashov at gmail dot com
Component: ld Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12274 --> https://sourceware.org/bugzilla/attachment.cgi?id=12274=edit Update contains_unique_symbol Since commit 9fc0b501af

[Bug gas/25517] [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-07 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 Sergey Belyashov changed: What|Removed |Added Attachment #12272|0 |1 is obsolete|

[Bug gas/25517] [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-07 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25517 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com -- You

[Bug gas/25517] New: [Z80][PATCH] Use -march=CPU[-EXT][+EXT] instead of lot of options of GAS

2020-02-07 Thread sergey.belyashov at gmail dot com
Severity: enhancement Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12272 --> https://sourceware.org/bugzilla/attachment.cgi?id=12272=edit

[Bug gas/25469] [Z80][PATCH] Add support for GBZ80, Z80N CPUs and DWARF

2020-02-06 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 --- Comment #11 from Sergey Belyashov --- Yes. z80.em contains all necessary. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25469] [Z80][PATCH] Add support for GBZ80, Z80N CPUs and DWARF

2020-02-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12251|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GBZ80, Z80N CPUs and DWARF

2020-02-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12249|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GBZ80, Z80N CPUs and DWARF

2020-02-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Summary|[Z80][PATCH] Add support|[Z80][PATCH] Add support

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU and .cfi directives

2020-02-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12242|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU and .cfi directives

2020-01-31 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12238|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU and .cfi directives

2020-01-30 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12237|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU and .cfi directives

2020-01-29 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12236|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU and .cfi directives

2020-01-29 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Summary|[Z80][PATCH] Add support|[Z80][PATCH] Add support

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU

2020-01-29 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Attachment #12232|0 |1 is obsolete|

[Bug gas/25469] [Z80][PATCH] Add support for GameBoy Z80 CPU

2020-01-27 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25469 Sergey Belyashov changed: What|Removed |Added Target||z80-unknown-* CC|

[Bug gas/25469] New: [Z80][PATCH] Add support for GameBoy Z80 CPU

2020-01-27 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12232 --> https://sourceware.org/bugzilla/attachment.cgi?id=12232=edit Add support GBZ80 This patch completes supp

[Bug gas/17054] Z80 assembler does not support the 'defm' directive

2020-01-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17054 Sergey Belyashov changed: What|Removed |Added CC||nickc at redhat dot com ---

[Bug gas/25377] [Z80][PATCH] 16 bit FP support and documentation update

2020-01-14 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25377 Sergey Belyashov changed: What|Removed |Added Attachment #12197|0 |1 is obsolete|

[Bug gas/25377] [Z80][PATCH] 16 bit FP support and documentation update

2020-01-14 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25377 Sergey Belyashov changed: What|Removed |Added Attachment #12191|0 |1 is obsolete|

[Bug gas/25377] [Z80][PATCH] 16 bit FP support and documentation update

2020-01-14 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25377 Sergey Belyashov changed: What|Removed |Added CC||nickc at sourceware dot org --

[Bug gas/25377] [Z80][PATCH] 16 bit FP support and documentation update

2020-01-13 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25377 Sergey Belyashov changed: What|Removed |Added Target||z80-unknown-*

[Bug gas/25377] New: [Z80][PATCH] 16 bit FP support and documentation update

2020-01-13 Thread sergey.belyashov at gmail dot com
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12191 --> https://sourceware.org/bugzilla/attachment.cgi?id=12191=edit 16 bit FP supp

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2020-01-09 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 --- Comment #29 from Sergey Belyashov --- Created attachment 12180 --> https://sourceware.org/bugzilla/attachment.cgi?id=12180=edit Fix build on aarch64 Yes, you are right. data defined as signed char data[6]; -- You are receiving this

[Bug binutils/25344] z80 disassembler recursion

2020-01-09 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25344 --- Comment #6 from Sergey Belyashov --- Created attachment 12179 --> https://sourceware.org/bugzilla/attachment.cgi?id=12179=edit Correct disassembly of incorrect opcode prefixes This patch fixes incorrect disassembly of extra opcode

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2020-01-09 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 --- Comment #23 from Sergey Belyashov --- Created attachment 12177 --> https://sourceware.org/bugzilla/attachment.cgi?id=12177=edit Fix warning This patch fixes all places where character literal defined by '\xXX' form is compared with

[Bug binutils/25344] z80 disassembler recursion

2020-01-05 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25344 --- Comment #3 from Sergey Belyashov --- Looks good. I suggest to change printing of "nop ;%s" by ".db 0x%02x ; nop" in case of double prefix. Or I may to do it later. -- You are receiving this mail because: You are on the CC list for the

[Bug binutils/25344] z80 disassembler recursion

2020-01-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25344 --- Comment #1 from Sergey Belyashov --- You are right. 0x40, 0x49, 0x52 and 0x5b are ez80 opcode prefixes which changes memory model of next instruction. 0x40 + 0x40 is impossible opcode. I will fix it soon (within a week). You may try fix

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-30 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12152|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-27 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12150|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-27 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Severity|normal |enhancement -- You are receiving

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-26 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12143|0 |1 is obsolete|

[Bug gas/25311] [PATCH] Replace macro NO_STRING_ESCAPES

2019-12-24 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25311 Sergey Belyashov changed: What|Removed |Added CC||amodra at gmail dot com -- You

[Bug gas/25311] New: [PATCH] Replace macro NO_STRING_ESCAPES

2019-12-24 Thread sergey.belyashov at gmail dot com
Component: gas Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12144 --> https://sourceware.org/bugzilla/attachment.cgi?id=12144=edit Replaces NO_STRING_ESCAPES by TC_STRING_ESCAPES Curren

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-23 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12142|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-23 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12137|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-20 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12136|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-20 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12132|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-18 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12127|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-18 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Summary|[Z80][PATCH] Add support|[Z80][PATCH] Add support

[Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs

2019-12-18 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 --- Comment #9 from Sergey Belyashov --- How to provide changes for ChangeLog and NEWS files? They looks like often updated, so my patch will cause conflicts. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-17 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 --- Comment #7 from Sergey Belyashov --- What is preffered? 1. join all patches to one 2. keep them as is, but add separate patch for ChangeLog/NEWS files 3. recreate patches with corresponding update of ChangeLog/NEWS files in each patch

[Bug gas/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-16 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12124|0 |1 is obsolete|

[Bug gas/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-13 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 --- Comment #3 from Sergey Belyashov --- Hi Nick, Can you explain, what do you mean: > Do you have a binutils copyright assignment on file with the FSF ? I need to sign some "papers" or I need to add some headers to files? -- You are

[Bug gas/25275] Dollar labels do not work

2019-12-13 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25275 Sergey Belyashov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gas/25275] New: Dollar labels do not work

2019-12-13 Thread sergey.belyashov at gmail dot com
Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Note: Dollar label is true temporary label which lives between two normal label definition. I trying to compile next Z80 code (z80-unknown-coff, target is not sufficient

[Bug gas/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-13 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Target||z80-unknown-*

[Bug binutils/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-12 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Attachment #12091|0 |1 is obsolete|

[Bug binutils/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-12-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added CC||amodra at gmail dot com,

[Bug ld/21565] Z80: Incorrect linkage of call instructions

2019-12-04 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21565 Sergey Belyashov changed: What|Removed |Added CC||sergey.belyashov at gmail dot com

[Bug binutils/25224] [Z80][PATCH] Add support for Zylog Z180 and eZ80 CPUs

2019-11-25 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25224 Sergey Belyashov changed: What|Removed |Added Summary|[Z80] Add support for Zylog |[Z80][PATCH] Add support

[Bug binutils/25224] New: [Z80] Add support for Zylog Z180 and eZ80 CPUs

2019-11-25 Thread sergey.belyashov at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: sergey.belyashov at gmail dot com Target Milestone: --- Created attachment 12091 --> https://sourceware.org/bugzilla/attachment.cgi?id=12091=edit Add support for GBZ80, Z180, and eZ80 to bfd/