This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

binutils minor bugs wrt posix



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