This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On 09/05/2012 10:59 PM, Ralf Corsepius wrote:On 09/06/2012 12:38 AM, Joel Sherrill wrote:Is the attached patch OK to apply?
No.
The v850 is already covered by
2012-07-13 Ralf CorsÃpius <ralf.corsepius@rtems.org>
* libc/sys/rtems/machine/_types.h (_ssize_t): Add __ARM_EABI__, __v850__, __v851__.
The non-POSIX compliant __v850 define is redundant to the POSIX-compliant __v850__ and __v851__
Huh? How is __v850 non-POSIX compliant?
(and C11 keeps those rules) that all identifiers starting with __ are reserved for the implementation; hence __v850 and __v850__ are both implementation-reserved names, and neither one violates POSIX.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |