From mboxrd@z Thu Jan 1 00:00:00 1970 From: dj@delorie.com (DJ Delorie) To: gas2@cygnus.com Subject: binutils minor bugs wrt posix Date: Thu, 15 Jun 1995 20:17:00 -0000 Message-id: <199506160317.XAA10532@delorie.com> X-SW-Source: 1995/msg00103.html In building binutils with DJGPP V2, which is much more posix-strict, I encountered these problems: gprof/gprof.c:342: Cast to u_char used, variable is declared as "unsigned char" in header, u_char used nowhere else in sources. gas/obj-format.c:2977: cast param of time() to (long *) and not (time_t *). DJ