Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 1998 07:57:00 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/contrib/gcc/config xm-freebsd.h src/contrib/gcc/cp decl.c ptree.c src/contrib/gcc/objc sendmsg.c src/contrib/gcc print-tree.c reload.c
Message-ID:  <199808021457.HAA00181@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

bde         1998/08/02 07:57:00 PDT

  Modified files:
    contrib/gcc/config   xm-freebsd.h 
    contrib/gcc/cp       decl.c ptree.c 
    contrib/gcc/objc     sendmsg.c 
    contrib/gcc          print-tree.c reload.c 
  Log:
  Fixed printf format errors.  gcc should have a macro HOST_PTR_PRINTF_TYPE
  to go with its HOST_PTR_PRINTF[_FORMAT], since if %p is wrong for the
  format then `void *' is probably wrong for the type.
  
  Revision  Changes    Path
  1.3       +2 -2      src/contrib/gcc/config/xm-freebsd.h
  1.2       +5 -5      src/contrib/gcc/cp/decl.c
  1.2       +3 -3      src/contrib/gcc/cp/ptree.c
  1.2       +6 -3      src/contrib/gcc/objc/sendmsg.c
  1.2       +3 -3      src/contrib/gcc/print-tree.c
  1.2       +1 -1      src/contrib/gcc/reload.c



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