This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [Patch] Update include/longlong.h to match GCC
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Steve Ellcey <sellcey at mips dot com>
- Cc: gdb-patches at sourceware dot org, binutils at sourcware dot org, yufeng dot zhang at arm dot com, rdsandiford at googlemail dot com
- Date: Thu, 1 May 2014 11:56:47 -0400
- Subject: Re: [Patch] Update include/longlong.h to match GCC
- Authentication-results: sourceware.org; auth=none
- References: <bc4d7f87-57da-4931-8f5f-5bf9df04c6af at BAMAIL02 dot ba dot imgtec dot org>
> I would like to update include/longlong.h to pick up the latest changes
> from GCC and keep this file in sync. I think changes to keep files
> in sync are considered pre-approved so if I don't hear any objections
> I will go ahead. The changes in GCC that are not yet in the binutils
> tree are:
>
> 2014-05-01 Steve Ellcey <sellcey@mips.com>
>
> * include/longlong.h: Use 'defined()' to check __mips16.
>
> 2014-04-30 Richard Sandiford <rdsandiford@googlemail.com>
>
> * longlong.h (__i386__): Remove W_TYPE_SIZE==64 handling.
>
> 2014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
>
> * longlong.h: Merge from glibc.
Yes, these resyncs should be considered pre-approved.
Thanks for doing this,
--
Joel