From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18648 invoked by alias); 3 Feb 2003 13:36:51 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 18641 invoked from network); 3 Feb 2003 13:36:50 -0000 Received: from unknown (HELO mail.libertysurf.net) (213.36.80.91) by 172.16.49.205 with SMTP; 3 Feb 2003 13:36:50 -0000 Received: from localhost.localdomain (213.36.79.48) by mail.libertysurf.net (6.5.026) id 3DEB4885008C99D1; Mon, 3 Feb 2003 14:36:45 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Eric Botcazou To: Franz Sirl Subject: Re: hppa-linux regressions and 3.2.2 release Date: Mon, 03 Feb 2003 13:36:00 -0000 User-Agent: KMail/1.4.3 Cc: Gabriel Dos Reis , Randolph Chung , gcc@gcc.gnu.org References: <5.2.0.9.2.20030203121659.01b62790@mail.lauterbach.com> <5.2.0.9.2.20030203134857.019dd1c0@mail.lauterbach.com> In-Reply-To: <5.2.0.9.2.20030203134857.019dd1c0@mail.lauterbach.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200302031430.15093.ebotcazou@libertysurf.fr> X-SW-Source: 2003-02/txt/msg00079.txt.bz2 > Eric, which were the PRs fixed by this patch? Only one PR (kernel miscompilation on hppa-linux): PR optimization/9492 > BTW, what is the official way for backport ChangeLog entries? Just > copy'n'paste the original entries or prepend the entries with committers > date header and indent all backport date headers? I've seen both ways and > did it both ways, but some consensus might be nicer. I personally find the following way convenient: 2003-01-28 Gerald Pfeifer Backport patches 2002-10-04 Loren J. Rittle * gcc/ginclude/stddef.h: Support the FreeBSD 5 typedef system. 2002-08-01 Stan Shebs Andreas Tobler * ginclude/stddef.h (_BSD_SIZE_T_DEFINED_): Define if not defined, plays nice with Darwin headers. (_BSD_RUNE_T_DEFINED_): Likewise. because you can add an unique reference to the PR number, so that GNATS picks up the commit. -- Eric Botcazou