Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 09:09:04 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/contrib/egcs/gcc c-common.c
Message-ID:  <199904081609.JAA79962@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/04/08 09:09:04 PDT

  Modified files:
    contrib/egcs/gcc     c-common.c 
  Log:
  Fixed kernel format checking:
  - plain %r and %z were disallowed.  The hard NULs in the warnings were
    hopefully caused by disallowing of plain formats being nonsense.
  - new formats for shortening to a byte were allowed, but even the libc
    printf doesn't support them.
  - old %hr and %hz formats were allowed, but the kernel printf doesn't
    support them.  The kernel doesn't support %hd either, but this is
    harder to fix.
  
  Revision  Changes    Path
  1.4       +3 -3      src/contrib/egcs/gcc/c-common.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904081609.JAA79962>