From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17829 invoked by alias); 15 Sep 2007 15:16:44 -0000 Received: (qmail 17807 invoked by uid 22791); 15 Sep 2007 15:16:43 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 15 Sep 2007 15:16:37 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-210-74.inter.net.il [80.230.210.74]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HUO72083 (AUTH halo1); Sat, 15 Sep 2007 18:13:48 +0300 (IDT) Date: Sat, 15 Sep 2007 15:16:00 -0000 Message-Id: From: Eli Zaretskii To: Andreas Schwab CC: mark.kettenis@xs4all.nl, jan.kratochvil@redhat.com, gdb-patches@sourceware.org In-reply-to: (message from Andreas Schwab on Sat, 15 Sep 2007 16:54:51 +0200) Subject: Re: [patch] printf "%p" gdb internal error fix Reply-to: Eli Zaretskii References: <20060910172037.GA3886@host0.dyn.jankratochvil.net> <200609101931.k8AJVF4m026090@elgar.sibelius.xs4all.nl> <20070904141926.GA27477@caradoc.them.org> <20070904205307.GA17062@caradoc.them.org> <20070915135229.GA15879@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00191.txt.bz2 > From: Andreas Schwab > Cc: mark.kettenis@xs4all.nl, jan.kratochvil@redhat.com, > gdb-patches@sourceware.org > Date: Sat, 15 Sep 2007 16:54:51 +0200 > > Daniel Jacobowitz writes: > > > Of the exceptions you've found, * and n are present in C89. 1$, > > ', hh, j, t, z, a, and A are not (actually I can't find a reference > > for a/A; what do they do?). > > %a/%A is for printing floating point in hexadecimal (a C99 feature). Yes, and the type modifiers Daniel mentioned above (hh, j, etc.) are also from C99, AFAIR.