Re: [PATCH] Add netbsd-stdint.h to several netbsd targets

2017-09-30 Thread Krister Walfridsson
On Sun, Sep 3, 2017 at 5:16 PM, Maya Rashish wrote: > grouping netbsd.h netbsd-stdint.h netbsd-elf.h as "nbsd_tm_file", > similar to freebsd. I found a small bug in the patch -- the NetBSD stdint.h have different definitions for 8- and 16-bit "fast" types than what is in the netbsd-stditn.h, so t

[PATCH] Add netbsd-stdint.h to several netbsd targets

2017-09-03 Thread Maya Rashish
grouping netbsd.h netbsd-stdint.h netbsd-elf.h as "nbsd_tm_file", similar to freebsd. I've only tested some of the archs, but the change originates in netbsd's copy of GCC, so it should be safe for the untested ones as well. --- gcc/config.gcc | 21 +++-- 1 file changed, 11 inser