bug-binutils
[Top][All Lists]
Advanced

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

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


From: luis.machado at linaro dot org
Subject: [Bug gas/25224] [Z80][PATCH] Add support for Zilog Z180 and eZ80 CPUs
Date: Wed, 08 Jan 2020 19:19:40 +0000

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

Luis Machado <luis.machado at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luis.machado at linaro dot org

--- Comment #20 from Luis Machado <luis.machado at linaro dot org> ---
This seems to be causing build errors for GDB on aarch64 (and possibly other
archs, maybe s390 as well) on the buildbots.

gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I.
-I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include
-I../../binutils-gdb/opcodes/../bfd -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG
-MT z8k-dis.lo -MD -MP -MF .deps/z8k-dis.Tpo -c
../../binutils-gdb/opcodes/z8k-dis.c -o z8k-dis.o
../../binutils-gdb/opcodes/z80-dis.c: In function 'ld_ii_ii':
../../binutils-gdb/opcodes/z80-dis.c:606:36: error: comparison is always false
due to limited range of data type [-Werror=type-limits]
   p = (buf->data[buf->n_fetch - 2] == '\xdd') ? 0 : 1;

GDB builds with Werror, so this warning will trigger a build failure.

Could you please take a look at it?

-- 
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]