This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH 1/3] Move gdb/common/diagnostics.h to include/diagnostics.h
- From: Simon Marchi <simon dot marchi at polymtl dot ca>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: binutils at sourceware dot org, gdb-patches at sourceware dot org
- Date: Mon, 21 May 2018 09:19:20 -0400
- Subject: Re: [PATCH 1/3] Move gdb/common/diagnostics.h to include/diagnostics.h
- References: <20180521121557.16535-1-hjl.tools@gmail.com>
On 2018-05-21 08:15, H.J. Lu wrote:
Move gdb/common/diagnostics.h to include/diagnostics.h so that it can
be used in binutils.
gdb/
* ada-lex.l: Include "diagnostics.h" instead of
"common/diagnostics.h".
* unittests/environ-selftests.c: Likewise.
* common/diagnostics.h: Moved to ../include.
include/
* diagnostics.h: Moved from ../gdb/common/diagnostics.h.
This series looks OK from the GDB side.
Thanks,
Simon