From 7aed6f4e31efd994e8c5733421154bea35c720ea Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:27:32 +0000 Subject: [PATCH] auto-import changelog data from gcc-3.2-0.3.src.rpm Fri Aug 09 2002 Jakub Jelinek 3.2-0.3 - istream fix (Benjamin Kosnik) - emit Dwarf2 DW_OP_GNU_push_tls_address extension for TLS (Richard Henderson) - temporarily disable __typeof() + __asm() fix Thu Aug 08 2002 Jakub Jelinek 3.2-0.2 - update from 3.2 branch - ABI incompatible changes in libstdc++.so.5, long long bitfield layout on IA-32 (both C and C++), oversized bitfields layout on IA-32 and bitfields with base type with __attribute__((aligned ())) - fix strstream segfaults (#68292, Benjamin Kosnik) - fix __attribute__((visibility())) together with __asm__() function redirection - fix __typeof() followed by __asm() redirection (Alexandre Oliva) - fix TLS ICE on glibc (#70061) - fix K6 ICE on linux kernel (#69989, Richard Sandiford, Jan Hubicka) - fix inlining bug with labels (#70941) - fix fold-const bug (#70541) - fix PR preprocessor/7358 (Neil Booth) - error when mixing __thread and non-__thread declarations (#70059, Aldy Hernandez) - fix TLS bug on g++.dg/tls/diag-1.C (Jason Merrill) - add -mcmodel= x86-64 documentation (Andreas Jaeger) - avoid TLS emitting movl %gs:0, MEMORY on IA-32 (#71033) --- .cvsignore | 2 +- sources | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index d008bc4..73f62a2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gcc-3.1-20020720.tar.bz2 +gcc-3.2-20020808.tar.bz2 diff --git a/sources b/sources index 231e3da..b0e1b86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5e3139d23e00d8ca86f3d369d072e33 gcc-3.1-20020720.tar.bz2 +a2d14d58734e9d2477f546dbc385c1b7 gcc-3.2-20020808.tar.bz2