This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH 4/9] libstdc++ changes for ia16
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Andrew Jenner <andrew at codesourcery dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, libstdc++ at gcc dot gnu dot org
- Date: Mon, 3 Apr 2017 15:55:00 +0100
- Subject: Re: [PATCH 4/9] libstdc++ changes for ia16
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com BCC03A3268
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BCC03A3268
- References: <916ca0f1-1bb4-4032-8bfe-abd39b5714a1@codesourcery.com>
On 01/04/17 17:48 +0100, Andrew Jenner wrote:
* src/c++11/cow-stdexcept.cc (_ITM_RU2): Declare.
(txnal_read_ptr): Allow 16-bit pointers.
* src/c++11/codecvt.cc (read_utf8_code_point): Handle 16-bit int.
OK for Stage 1, thanks.