egcs1.1 (1.1.2-4) frozen unstable; urgency=low
* debian/rules: Call dh_shlibdeps with correct LD_LIBRARY_PATH.
* Remove dangling symlink probably left over from libstdc++2.9
package (fixes #53661).
-- Matthias Klose <doko@debian.org> Sat, 19 Feb 2000 14:44:54 +0100
egcs1.1 (1.1.2-3.1) frozen unstable; urgency=medium
* Create gcc directories even if LIBONLY, and then remove empty ones
afterwards. Lets the package compile on powerpc.
-- Daniel Jacobowitz <dan@debian.org> Tue, 18 Jan 2000 13:37:17 -0500
egcs1.1 (1.1.2-3) unstable; urgency=low
* Restructured to produce only the libstdc++2.9 and libg++2.8.2 packages
which are needed for the Debian 2.2 release as backward compatibility
libraries. The other packages that were produced from this source are no
longer needed, as we have gcc 2.95.2 versions of them now.
Building these libraries by themselves using gcc 2.95.2 does not work, as
the resulting libraries miss symbols. We thus build them as part of a full
egcs 1.1 bootstrap. Admittedly, this is a very brute force approach,
but it works.
* Changed section, priority and description accordingly.
* Updated maintainer info.
* Updated Standards-Version.
* Remove Pascal, G77, ObjC and testsuite sources. Please see
the copyright file for locations of the original source
packages.
-- Matthias Klose <doko@debian.org> Thu, 21 Oct 1999 23:49:42 +0200
egcs (1.1.2-2) unstable; urgency=low
* Integrate NMU's for arm and sparc (fixes #37582, #36857).
* Apply patch for the Hurd (fixes #37753).
* Describe open bugs in TODO.Debian. Please have a look if you can help.
* Update README / math functions section (fixes #35906).
* Done by J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl>:
- At Richard Braakman's request, made -dbg packages for libstdc++
and libg++.
- Provide egcc(1) (fixes lintian error).
-- Matthias Klose <doko@debian.org> Sun, 16 May 1999 14:30:56 +0200
egcs (1.1.2-1.2) unstable; urgency=low
* NMU for arm
* Added arm-optimizer.dpatch with optimizer workaround for ARM
-- Jim Pick <jim@jimpick.com> Mon, 19 Apr 1999 06:17:13 -0700
egcs (1.1.2-1.1) unstable; urgency=low
* NMU for sparc
* Included dpatch to modify the references to gcc/crtstuff.c so that
__register_frame_info is not a weak reference. This allows potato to
remain binary compatible with slink, while still retaining compatibility
with other sparc/egcs1.1.2 distributions. Diff in .dpatch format has
been sent to the maintainer with a note it may not be needed for 1.1.3.
-- Ben Collins <bcollins@debian.org> Tue, 27 Apr 1999 10:15:03 -0600
egcs (1.1.2-1) unstable; urgency=low
* Final egcs-1.1.2 release built for potato as primary compiler
for all architectures except m68k.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Thu, 8 Apr 1999 13:14:29 +0200
egcs (1.1.2-0slink2) stable; urgency=low
* Applied H.J.Lu's egcs-19990315.linux patch.
* Install faq.html and egcs-1.1.2 announcment.
-- Matthias Klose <doko@debian.org> Tue, 23 Mar 1999 01:14:54 +0100
egcs (1.1.2-0slink1) stable; urgency=low
* Final egcs-1.1.2 release; compiled with glibc-2.0 for slink on i386.
* debian/control.in: gcc provides egcc, when FIRST_PRIMARY defined.
* Fixes #30767, #32278, #34252, #34352.
* Don't build the libstdc++.so.2.9 library on architectures, which have
switched to glibc-2.1.
-- Matthias Klose <doko@debian.org> Wed, 17 Mar 1999 12:55:59 +0100
egcs (1.1.1.63-2.2) unstable; urgency=low
* Non-maintainer upload.
* Incorporate patch from Joel Klecker to fix snapshot packages
by moving/removing the application of libapi.
* Disable the new libstdc++-dev-config and the postinst message in
glibc 2.1 versions.
-- Daniel Jacobowitz <dan@debian.org> Mon, 12 Mar 1999 14:16:02 -0500
egcs (1.1.1.63-2.1) unstable; urgency=low
* Non-maintainer upload.
* Compile with glibc 2.1 release version.
* New upstream version egcs-1.1.2 pre3.
* Miscellaneous rules updates (see changelog.snapshot).
* New set of powerpc-related patches from Franz Sirl,
<fsirl@kernel.crashing.org>.
* Disable libgcc.dpatch (new solution implemented upstream). Remove it.
* Also pass $target to config.if.
* Enable Dwarf2 EH for powerpc. Bump the C++ binary version. No
loss in -backwards- compatibility as far as I can tell, so add a
compatibility symlink, and add to shlibs file.
* Add --no-backup-if-mismatch to the debian/patches/*.dpatch files,
to prevent bogus .orig's in diffs.
* Merged with (unreleased) 1.1.1.62-1 and 1.1.1.63-{1,2} packages from
Matthias Klose <doko@debian.org>.
* Stop adding a backwards compatibility link for egcs-nof on powerpc.
To my knowledge, nothing uses it. Do add the libstdc++ API change
link, though.
-- Daniel Jacobowitz <dan@debian.org> Mon, 8 Mar 1999 14:24:01 -0500
egcs (1.1.1.63-2) stable; urgency=low
* Provide a libstdc++ with a shared object name, which is compatible
to other distributions. Documented the change in README.Debian,
the libstdc++-2.9.postinst and the libstdc++-dev-config script.
-- Matthias Klose <doko@debian.org> Fri, 12 Mar 1999 00:36:20 +0100
egcs (1.1.1.63-1.1) unstable; urgency=low
* Non-Maintainer release.
* Build against glibc 2.1.
* Make egcs the primary compiler on i386.
* Also confilct with egcc (<< FIRST_PRIMARY)
if FIRST_PRIMARY is defined.
(this tells dpkg that gcc completely obsoletes egcc)
* Remove hjl-12 patch again, HJL says it should not be
necessary with egcs 1.1.2.
(as per forwarded reply from Christopher Chimelis)
* Apply libapi patch in clean target before regenerating debian/control
and remove the patch afterward. Otherwise, the libstdc++ and libg++
package names are generated wrong on a glibc 2.1 system.
-- Joel Klecker <espy@debian.org> Tue, 9 Mar 1999 15:31:02 -0800
egcs (1.1.1.63-1) unstable; urgency=low
* New upstream version egcs-1.1.1-pre3.
* Applied improved libstdc++ warning patch from Rob Browning.
-- Matthias Klose <doko@debian.org> Tue, 9 Mar 1999 16:14:07 +0100
egcs (1.1.1.62-1) unstable; urgency=low
* New upstream version egcs-1.1.1-pre2.
* New upstream version libg++-2.8.1.3.
* Readded ARM support
* Readded hjl-12 per request from Christopher C Chimelis
<chris@classnet.med.miami.edu>
-- Matthias Klose <doko@debian.org> Fri, 26 Feb 1999 09:54:01 +0100
egcs (1.1.1.61-1) unstable; urgency=low
* New upstream version egcs-1.1.1-pre1.
* debian/control.in: Applied patch from bug report #32987.
* Split up H.J.Lu's hjl-19990115-linux patch into several small
chunks: libapi, arm-mips, libgcc, hjl-other. The changelog.Linux
aren't included in the separate chunks. Please refer to the
unmodified hjl-19990115-linux patch file in the egcs source pkg.
* Apply warning patch to fix the annoying spew you get if you try to
use ropes or deques with -Wall (which makes -Wall mostly useless for
spotting errors in your own code). Fixes #32996.
* debian/rules: Unapply patches in the exact reverse order they were
applied.
-- Matthias Klose <doko@debian.org> Sat, 20 Feb 1999 22:06:21 +0100
egcs (1.1.1-5) frozen unstable; urgency=medium
* Move libgcc.map file to g++ package, where gcc is the secondary
compiler (fixes #32329, #32605, #32631).
* Prepare to rename libstdc++2.9 package for glibc-2.1 (fixes #32148).
* Apply NMU patch for arm architecure (fixes #32367).
* Don't apply hjl-12 patch for alpha architectures (requested by the
alpha developers, Christopher C Chimelis <chris@classnet.med.miami.edu>).
* Call makeinfo with --no-validate to fix obscure build failure on alpha.
* Build gpc info files in doc subdirectory.
* Remove c++filt diversion (C++ name demangling patch is now in binutils,
fixes #30820 and #32502).
-- Matthias Klose <doko@debian.org> Sun, 31 Jan 1999 23:19:35 +0100
egcs (1.1.1-4.1) unstable; urgency=low
* Non-maintainer upload.
* Pascal doesn't build for ARM.
-- Jim Pick <jim@jimpick.com> Sun, 24 Jan 1999 16:13:34 -0800
egcs (1.1.1-4) frozen unstable; urgency=high
* Don't strip compiler libraries libgcc.a libobjc.a libg2c.a libgpc.a
* Move Pascal examples to the right place (fixes #32149, part 1).
* Add dependencies for switching from secondary to primary compiler,
if FIRST_PRIMARY is defined (fixes #32149, part 2).
-- Matthias Klose <doko@debian.org> Wed, 20 Jan 1999 16:51:30 +0100
egcs (1.1.1-3) frozen unstable; urgency=low
* Updated with the H.J.Lu's hjl-19990115-linux patch (fixes the
__register_frame_info problems, mips and arm port included).
* Update gpc to 19990118 (beta release candidate).
* Strip static libraries (fixes #31247 and #31248).
* Changed maintainer address.
-- Matthias Klose <doko@debian.org> Tue, 19 Jan 1999 16:34:28 +0100
egcs (1.1.1-2) frozen unstable; urgency=low
* Moved egcs-docs, g77-doc and gpc-doc packages to doc section.
* Downgraded Recommends: egcs-docs to Suggests: egcs-docs dependencies
(for archs, where egcs is the primary compiler).
* Add 'Suggests: stl-manual' dependency to libstdc++2.9-dev.
* Applied one more alpha patch:
ftp://ftp.yggdrasil.com/private/hjl/egcs/1.1.1/egcs-1.1.1.diff.12.gz
* Applied PPro optimization patch.
* Apply emit-rtl-nan patch.
* Upgraded to libg++-2.8.1.2a-19981218.tar.gz.
* Upgraded to gpc-19981218.
* Make symlinks for gobjc, libstdc++2.9-dev and libg++2.8.2 doc directories.
-- Matthias Klose <doko@debian.org> Wed, 23 Dec 1998 18:04:53 +0200
egcs (1.1.1-1) frozen unstable; urgency=high
* Final egcs-1.1.1 release.
* The last version depended on a versioned libc6 again.
* Add lost dependency for libg++ on libstdc++.
* Added debian-libstdc++.sh script to generate a libstdc++ on a Linux
system, which doesn't use the libapi patch.
-- Matthias Klose <doko@cs.tu-berlin.de> Wed, 2 Dec 1998 12:06:15 +0200
egcs (1.1.0.91.59-2) frozen unstable; urgency=high
* Fixes bugs from libc6 2.0.7u-6 upload without dependency line
Conflicts: libstdc++-2.9 (<< 2.91.59): #30019, #30066, #30078.
* debian/copyright: Updated URLs.
* gcc --help now mentions /usr/doc/debian/bug-reporting.txt.
* Install README.Debian and include information about patches applied.
* Depend on unversioned libc6 on i386, such that libstdc++2.9 can be used
on a hamm system.
-- Matthias Klose <doko@cs.tu-berlin.de> Fri, 27 Nov 1998 18:32:02 +0200
egcs (1.1.0.91.59-1) frozen unstable; urgency=low
* This is egcs-1.1.1 prerelease #3, compiled with libc6 2.0.7u-6.
* Added dependency for libstdc++2.9-dev on g++ (fixes #29631).
* Package g77 provides f77 (fixes #29817).
* Already fixed in earlier egcs-1.1 releases: #2493, #25271, #10620.
* Bugs reported for gcc-2.7.x and fixed in the egcs version of gcc:
#2493, #4430, #4954, #5367, #6047, #10612, #12375, #20606, #24788, #26100.
* Upgraded libg++ to libg++-2.8.1.2a-19981114.
* Upgraded gpc to gpc-19981124.
* Close #25869: egcs and splay maintainers are unable to reproduce this
bug with the current Debian packages. Bug submitter doesn't respond.
* Close #25407: egcs maintainer cannot reproduce this bug with the current
Debian compiler. Bug submitter doesn't respond.
* Use debhelper 1.2.7 for building.
* Replace the libstdc++ and libg++ compatibility links with fake libraries.
-- Matthias Klose <doko@cs.tu-berlin.de> Wed, 25 Nov 1998 12:11:42 +0200
egcs (1.1.0.91.58-5) frozen unstable; urgency=low
* Applied patch to build on the m68060.
* Added c++filt and c++filt.1 to the g++ package.
* Updated gpc to gpc-981105; fixes some regressions compared to egcs-1.1.
* Separated out g77 and gpc doumentation to new packages g77-doc and gpc-doc.
* Closed bugs (#22158).
* Close #20248; on platforms where gas and gld are the default versions,
it makes no difference to configure with or without enable-ld.
* Close #24349. The bugs are in the amulet source.
See http://www.cs.cmu.edu/afs/cs/project/amulet/www/FAQ.html#GCC28x
* Rename gcc.info* files to egcs.info* (fixes #24088).
* Documented known bugs (and workarounds) in BUGS.Debian.
* Fixed demangling of C++ names (fixes #28787).
* Applied patch form aspell to libstdc++/stl/stl_rope.h.
* Updated from cvs 16 Nov 1998.
-- Matthias Klose <doko@cs.tu-berlin.de> Tue, 17 Nov 1998 09:41:24 +0200
egcs (1.1.0.91.58-3) frozen unstable; urgency=low
* Previous version installed in potato, not slink.
* Updated from cvs 3 Nov 1998.
-- Matthias Klose <doko@cs.tu-berlin.de> Tue, 3 Nov 1998 18:34:44 +0200
egcs (1.1.0.91.58-2) unstable; urgency=low
* [debian/rules]: added targets to apply and unapply patches.
* [debian/README.patches]: New file.
* Moved patches dir to debian/patches. debian/rules has to select
the patches to apply.
* Manual pages for genclass and gcov (fixes #5995, #20950, #22196).
* Apply egcs-1.1-reload patch needed for powerpc architecture.
* Fixed bugs (#17768, #20252, #25508, #27788).
* Reapplied alpha patch (#20875).
* Fixes first part of #22513, extended README.Debian (combining C & C++).
* Already fixed in earlier egcs-1.1 releases: #17963, #20252, #20524,
#20640, #22450, #24244, #24288, #28520.
-- Matthias Klose <doko@cs.tu-berlin.de> Fri, 30 Oct 1998 13:41:45 +0200
egcs (1.1.0.91.58-1) experimental; urgency=low
* New upstream version. That's the egcs-1.1.1 prerelease plus patches from
the cvs archive upto 29 Oct 1998.
* Merged files from the egcs and snapshot packages.
* Updated libg++ to libg++-2.8.1.2 (although the Debian package name is still
2.8.2).
* Moved patches dir to patches-1.1.
* Dan Jacobowitz:
* This is a snapshot from the egcs_1_1_branch, with
libapi, reload, builtin-apply, and egcs patches from
the debian/patches/ dir applied, along with the egcs-gpc-patches
and gcc/p/diffs/gcc-egcs-2.91.55.diff.
* Conditionalize gcj and chill (since they aren't in this branch).
* Fake snapshots drop the -snap-main.
-- Matthias Klose <doko@cs.tu-berlin.de> Thu, 29 Oct 1998 15:15:19 +0200
egcs (1.1b-5) unstable; urgency=low
* [debian/control.in] Fixed typo in dependencies (#28076, #28087, #28092).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sun, 18 Oct 1998 22:56:51 +0200
egcs (1.1b-4) unstable; urgency=low
* Strengthened g++ dependency on libstdc++_LIB_SO_-dev from
`Recommends' to `Depends'.
* Updated README.Debian for egcs-1.1.
* Updated TODO.
-- Matthias Klose <doko@cs.tu-berlin.de> Thu, 15 Oct 1998 12:38:47 +0200
egcs (1.1b-3.1) unstable; urgency=low
* NMU to fix the egcc -> gcc link once and for all
-- Christopher C. Chimelis <chris@classnet.med.miami.edu> Tue, 22 Sep 1998 16:11:19 -0500
egcs (1.1b-3) unstable; urgency=low
* Oops. The egcc -> gcc link on archs where gcc is egcc was broken.
Thanks to Chris Chimelis for pointing this out.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 21 Sep 1998 20:51:35 +0200
egcs (1.1b-2) unstable; urgency=low
* New upstream spellfix release (Debian revision is 2 as the internal
version numbers didn't change).
* Added egcc -> gcc symlink on architectures where egcc is the primary C
compiler. Thus, maintainers of packages that require egcc, can now
simply use "egcc" without conditionals.
* Porters: we hope/plan to make egcs's gcc the default C compiler on all
platforms once the 2.2.x kernels are available. Please test this version
thoroughly, and give us a GO / NO GO for your architecture.
* Some symbols cpp used to predefine were removed upstream in order to clean
up the cpp namespace, but imake requires them for determining the proper
settings for LinuxMachineDefines (see /usr/X11R6/lib/X11/{Imake,linux}.cf),
thus we put them back. Thanks to Paul Slootman for reporting his imake
problems on Alpha.
* [gcc/config/alpha/linux.h] Added -D__alpha to CPP_PREDEFINES .
Thanks to Chris Chimelis for the alpha-only 1.1a-1.1 NMU which fixed
this already.
* [gcc/config/i386/linux.h] Added -D__i386__ to CPP_PREDEFINES .
* [gcc/config/sparc/linux.h] Has -Dsparc in CPP_PREDEFINES .
* [gcc/config/sparc/linux64.h] Has -Dsparc in CPP_PREDEFINES .
* [gcc/config/m68k/linux.h] Has -Dmc68000 in CPP_PREDEFINES .
* [gcc/config/rs6000/linux.h] Has -Dpowerpc in CPP_PREDEFINES .
* [gcc/config/arm/linux.h] Has -Darm in CPP_PREDEFINES .
* [gcc/config/i386/gnu.h] Has -Di386 in CPP_PREDEFINES .
* Small fixes and updates in README.
* Changes affecting the source package only:
* [gcc/Makefile.in, gcc/cp/Make-lang.in, gcc/p/Make-lang.in]
Daniel Jacobowitz: Ugly hacks of various kinds to make cplib2.txt get
properly regenerated with multilib.
* [debian/TODO] Created.
* [INSTALL/index.html] Fixed broken link.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sun, 20 Sep 1998 14:05:15 +0200
egcs (1.1a-1) unstable; urgency=low
* New upstream release.
* Added README.libstdc++ .
* Updated Standards-Version.
* Matthias:
* Downgraded gobjc dependency on egcs-docs from Recommends: to Suggests: .
* [libg++/Makefile.in] Patched not to rely on a `-f' flag of `ln'.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Wed, 2 Sep 1998 19:57:43 +0200
egcs (1.1-1) unstable; urgency=low
* egcs-1.1 prerelease (from the last Debian package only the version file
changed).
* "Final" gpc Beta 2.1 gpc-19980830.
* Included libg++ and gpc in the .orig tarball. so that diffs are getting
smaller.
* debian/control.in: Changed maintainer address to galenh-egcs@debian.org.
* debian/copyright: Updated URLs.
-- Matthias Klose <doko@cs.tu-berlin.de> Mon, 31 Aug 1998 12:43:13 +0200
egcs (1.0.99.56-0.1) unstable; urgency=low
* New upstream snapshot 19980830 from CVS (called egcs-1.1 19980830).
* New libg++ snapshot 980828.
* Put all patches patches subdirectory; see patches/README in the source.
* debian/control.in: readded for libg++2.8.2-dev:
Replaces: libstdc++2.8-dev (<= 2.90.29-0.5)
* Renamed libg++2.9 package to libg++2.8.2.
* gcc/p/gpc-decl.c: Fix from Peter@Gerwinski.de; fixes optimization errors.
* patches/gpc-patch2: Fix from Peter@Gerwinski.de; fixes alpha errors.
* debian/rules: New configuration flag for building with and without
libstdc++api patch; untested without ...
-- Matthias Klose <doko@cs.tu-berlin.de> Sun, 30 Aug 1998 12:04:22 +0200
egcs (1.0.99-0.6) unstable; urgency=low
* PowerPC fixes.
* On powerpc, generate the -msoft-float libs and package them
as egcs-nof.
* Fix signed char error in gpc.
* Create a libg++.so.2.9 compatibility symlink.
-- Daniel Jacobowitz <dan@debian.org> Tue, 25 Aug 1998 11:44:09 -0400
egcs (1.0.99-0.5) unstable; urgency=low
* New upstream snapshot 19980824.
* New gpc snapshot gpc-980822; reenabled gpc for alpha.
-- Matthias Klose <doko@cs.tu-berlin.de> Tue, 25 Aug 1998 01:21:08 +0200
egcs (1.0.99-0.4) unstable; urgency=low
* New upstream snapshot 19980819. Should build glibc 2.0.9x on PPC.
-- Matthias Klose <doko@cs.tu-berlin.de> Wed, 19 Aug 1998 14:18:07 +0200
egcs (1.0.99-0.3) unstable; urgency=low
* New upstream snapshot 19980816.
* debian/rules: build correct debian/control and debian/*.shlibs
* Enabled Haifa scheduler for ix86.
-- Matthias Klose <doko@cs.tu-berlin.de> Mon, 17 Aug 1998 16:29:35 +0200
egcs (1.0.99-0.2) unstable; urgency=low
* New upstream snapshot: egcs-19980812, minor changes only.
* Fixes for building on `primary' targets.
* Disabled gpc on `alpha' architecture.
* Uses debhelper 1.1.6
* debian/control.in: Replace older snapshot versions in favor of newer
normal versions.
* debian/rules: Fixes building of binary-arch target only.
-- Matthias Klose <doko@cs.tu-berlin.de> Thu, 13 Aug 1998 11:59:41 +0200
egcs (1.0.99-0.1) unstable; urgency=low
* New upstream version: pre egcs-1.1 version.
* Many changes ... for details see debian/changelog.snapshot in the
source package.
* New packages libstdc++2.9 and libstdc++2.9-dev.
* New libg++ snapshot 980731: new packages libg++2.9 and libg++2.9-dev.
* New gpc snapshot gpc-980729: new package gpc.
* Uses debhelper 1.1
-- Matthias Klose <doko@cs.tu-berlin.de> Mon, 10 Aug 1998 13:00:27 +0200
egcs (1.0.3a-0.6) frozen unstable; urgency=low
* Some libg++ development files were in libstdc++2.8-dev rather than
libg++2.8-dev. Fixed this and dealt with upgrading from the earlier
versions (fixes #23908; this bug is not marked release-critical, but
is annoying and can be quite confusing for users. Therefore, I think
this fix should go in 2.0).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 30 Jun 1998 11:10:14 +0200
egcs (1.0.3a-0.5) frozen unstable; urgency=low
* Fixed location of .hP files (Fixes #23448).
* [debian/rules] simplified extraction of the files for libg++2.8-dev.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Wed, 17 Jun 1998 09:33:41 +0200
egcs (1.0.3a-0.4) frozen unstable; urgency=low
* [gcc/gcc.c] There is one call to choose_temp_base for determining the
tempdir to be used only; #ifdef HAVE_MKSTEMP delete the tempfile created
as a side effect. (fixes #23123 for egcs).
* [gcc/collect2.c] There's still a vulnerability here; I don't see how
I can fix it without leaving behind tempfiles though.
* [debian/control] Tightened dependency on binutils to 2.8.1.0.23 or
newer, as according to INSTALL/SPECIFIC PowerPC (and possibly Sparc)
need this.
* [debian/rules] Clean up some generated files outside builddir, so the
.diff.gz becomes smaller.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 13 Jun 1998 09:06:52 +0200
egcs (1.0.3a-0.3) frozen unstable; urgency=high (security fixes)
* [gcc/toplev.c] set flag_force_mem to 1 at optimisation level 3 or higher.
This works around #17768 which is considered release-critical.
* Changes by Matthias:
* [debian/README] Documentation of the compiler situation for Objective C.
* [debian/rules, debian/control.*] Generate control file from a master
file.
* [debian/rules] Updates for Pascal and Fortran parts; brings it in sync
with the one for the egcs snapshots.
* Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
* Really compile -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP (really fixes #19453
for egcs).
* [gcc/gcc.c] A couple of temp files weren't marked for deletion.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sun, 31 May 1998 22:56:22 +0200
egcs (1.0.3a-0.2) frozen unstable; urgency=high (security fixes)
* Security improvements with regard to the /tmp problem
(gcc opens predictably named files in TMPDIR which can be abused via
symlinks) (Fixes #19453 for egcs).
* Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
every time; affects gcc/gcc.c .
* [gcc/choose-temp.c, libiberty/choose-temp.c]: use mktemp(3) if compiled
-DUSE_MKSTEMP .
* Security improvements: don't use the result of choose_temp_base in a
predictable fashion.
[gcc/gcc.c]:
* @c, @objective-c: use random name rather then tempbasename.i for
intermediate preprocessor output (%g.i -> %d%u).
* @c, @objective-c: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %d%u).
* @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
"as [-o output file] <input file>" to
"as <input file> [-o output file]".
* @c, @objective-c, @assembler-with-cpp: use previous random name
(cc1|cpp output) rather then tempbasename.s for intermediate assembler
input (%g.s -> %U)
[gcc/f/lang-specs.h]:
* @f77-cpp-input: use random name rather then tempbasename.i for
intermediate cpp output (%g.i -> %d%u).
* @f77-cpp-input: use previous random name (cpp output) rather than
tempbasename.i for f771 input (%g.i -> %U).
* @f77-cpp-input: switched
"as [-o output file] <input file>" to
"as <input file> [-o output file]".
* @f77-cpp-input: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %d%u).
* @ratfor: use random name rather then tempbasename.i for
intermediate ratfor output (%g.f -> %d%u).
* @ratfor: use previous random name (ratfor output) rather than
tempbasename.i for f771 input (%g.f -> %U).
* @ratfor: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %d%u).
* @ratfor: switched
"as [-o output file] <input file>" to
"as <input file> [-o output file]".
* @ratfor: use previous random name
(ratfor output) rather then tempbasename.s for intermediate assembler
input (%g.s -> %U).
* @f77: use random name rather then tempbasename.s for
intermediate ratfor output (%g.f -> %d%u).
* @ratfor: use previous random name (ratfor output) rather than
tempbasename.i for f771 input (%g.f -> %U).
* @ratfor: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %d%u).
* @ratfor: switched
"as [-o output file] <input file>" to
"as <input file> [-o output file]".
* @ratfor: use previous random name
(ratfor output) rather then tempbasename.s for intermediate assembler
input (%g.s -> %U).
* @f77: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %d%u).
* @f77: switched
"as [-o output file] <input file>" to
"as <input file> [-o output file]".
* @ratfor: use random name rather then tempbasename.s for
intermediate compiler output (%g.s -> %U).
* Run the testsuite (this requires the dejagnu package in experimental;
unfortunately, it is difficult to distinguish this version from the one
in frozen).
if possible, and log the results in warn_summary and bootstrap-summary.
* [gcc/choose-temp.c, libiberty/choose-temp.c]: s|returh|return| in
comment.
* Added notes on the Debian compiler setup [debian/README] to the
development packages.
* Matthias:
* [libg++/etc/lf/Makefile.in] Replaced "-ltermcap" by "-lncurses".
* [debian/rules] Updated so it can be used for both egcs releases and
snapshots easily; added support for the GNU Pascal Compiler gpc.
* [contrib/test_summary, contrib/warn_summary] Added from CVS.
* Run compiler checks and include results in /usr/doc/<package>.
* Updates to the README.
* [debian/rules] Use assignments to speed up startup.
* [debian/rules] Show the important variables at the start of the build
process.
* [debian/control.secondary] Added a dependency of gobjc on egcc on
architectures where egcs provides the secondary compiler, as
/usr/bin/egcc is the compiler driver for gobjc. (Fixes #22829).
* [debian/control.*] Bumped Standards-Version; used shorter version
numbers in the dependency relationships (esthetic difference only);
fixed typo.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 26 May 1998 21:47:41 +0200
egcs (1.0.3a-0.1) frozen unstable; urgency=low
* New upstream release egcs-2.90.29 980515 (egcs-1.0.3 release)
(we were using 1.0.3-prerelease). This includes the Haifa patches
we had since 1.0.3-0.2 and the gcc/objc/thr-posix.c patch we had
since 1.0.3-0.1; the differences with 1.0.3-prerelease + patches
we had is negligable.
* iostream info documentation was in the wrong package (libg++2.8-dev).
Now it's in libstdc++2.8-dev. (Thanks to Jens Rosenboom for bringing
this to my attention). As 1.0.3-0.3 didn't make it out of Incoming,
I'm not adding "Replaces:" for this; folks who had 1.0.3-0.3 installed
already know enough to use --force-overwrite.
* [gcc/objc/objc-act.c] Applied patch Matthias Klose supplied me with that
demangles Objective C method names in gcc error messages.
* Explicitly disable Haifa scheduling on Alpha, to make it easier to use
this package's diff with egcs snapshots, which may turn on Haifa
scheduling even though it is still unstable. (Requested by Chris Chimelis)
* Don't run "configure" again if builddir already exists (makes it faster
to restart builds in case one is hacking internals). Requested by
Johnnie Ingram.
* [gcc/gbl-ctors.h] Don't use extern declaration for atexit on glibc 2.1
and higher (the prototype has probably changed; having the declaration
broke Sparc compiles).
* [debian/rules] Determine all version number automatically (from the
version string in gcc/version.c).
* [debian/copyright] Updated FTP locations; added text about libg++ (fixes
#22465).
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 16 May 1998 17:41:44 +0200
egcs (1.0.3-0.3) frozen unstable; urgency=low
* Made an "egcs-doc" package containing documentation for egcs (e)gcc,
g++, gobjc, so that administrators can choose whether to have this
documenation or the documentation that comes with the GNU gcc package.
Dependency on this is Recommends: on architectures where egcs provides
the primary C compiler; Suggests: on the others (where GNU gcc is still
the primary C compiler).
* Use the g++ FAQ from gcc/cp rather than libg++, as that version is more
up to date.
* Added iostream info documentation to libstdc++2.8-dev.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Wed, 13 May 1998 08:46:10 +0200
egcs (1.0.3-0.2) frozen unstable; urgency=low
* Added libg++ that works with egcs, found at
ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1-980505.tar.gz
(fixes #20587 (Severity: important)).
* The "libg++" and "libg++-dev" virtual packages now refer to the GNU
extensions.
* Added the g++ FAQ that comes with libg++ to the g++ package.
* libg++/Makefile.in: added $(srcdir) to rule for g++FAQ.info so that it
builds OK in builddir.
* Added -D__i386__ to the cpp predefines on intel.
* Patches Matthias supplied me with:
* Further 1.0.3 prerelease patches from CVS.
This includes patches to the Haifa scheduler. Alpha porters, please
check if this makes the Haifa scheduler OK again.
* Objective C patches from CVS.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Fri, 8 May 1998 14:43:20 +0200
egcs (1.0.3-0.1) frozen unstable; urgency=low (high for maintainers that use objc)
* bug fixes only in new upstream version
* Applied patches from egcs CVS archive (egcs_1_03_prerelease)
(see gcc/ChangeLog in the egcs source package).
* libstdc++2.8-dev no longer Provides: libg++-dev (fixes #21153).
* libstdc++2.8-dev now Conflicts: libg++27-dev (bo),
libg++272-dev (hamm) [regular packages] rather than
Conflicts: libg++-dev [virtual package] to prepare the way for "libg++"
to be used as a virtual package for a new libg++ package (i.e. an up to
date one, which not longer contains libstdc++, but only the GNU
extensions) that is compatible with the egcs g++ packages. Such a package
isn't available yet. Joel Klecker tried building libg++2.8.1.1a within
egcs's libstdc++ setup, but it appears to need true gcc 2.8.1 .
* Filed Severity: important bugs against wxxt1-dev (#21707) because these
still depend on libg++-dev, which is removed in this version.
A fixed libsidplay1-dev has already been uploaded.
* libstdc++2.8 is now Section: base and Priority: required (as dselect is
linked against it).
* Disabled Haifa scheduling on Alpha again; Chris Chimelis reported
that this caused problems on some machines.
* [gcc/extend.texi]
ftp://maya.idiap.ch/pub/tmb/usenix88-lexic.ps.Z is no longer available;
use http://master.debian.org/~karlheg/Usenix88-lexic.pdf .
(fixes the egcs part of #20002).
* Updated Standards-Version.
* Changed chmod in debian/rules at Johnie Ingram's request.
* Rather than hardwire the Debian part of the packages' version number,
extract it from debian/changelog .
* Use gcc/objc/thr-posix.c from 980418 egcs snapshot to make objc work.
(Fixes #21192).
* Applied workaround for the GNUstep packages on sparc systems.
See README.sparc (on sparc packages only) in the doc directory.
This affects the other compilers as well.
* Already done in 1.0.2-0.7: the gobjc package now provides a virtual
package objc-compiler.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 28 Apr 1998 12:05:28 +0200
-- Matthias Klose <doko@debian.org> Tue, 28 Apr 1998 14:13:23 +0200
egcs (1.0.2-0.7) frozen unstable; urgency=low
* Separated out Objective-C compiler.
* Applied patch from http://www.cygnus.com/ml/egcs/1998-Apr/0614.html
-- Matthias Klose <doko@debian.org> Fri, 17 Apr 1998 10:25:48 +0200
egcs (1.0.2-0.6) frozen unstable; urgency=low
* Due to upstream changes (libg++ is now only the GNU specific C++
classes, and is no longer maintained; libstdc++ contains the C++
standard library, including STL), the virtual "libg++-dev"
package's meaning has become confusing. Therefore, new or updated
packages should no longer use the virtual "libg++-dev" package.
* Corrected g++'s Recommends to libstdc++2.8-dev (>=2.90.27-0.1).
The previous version had Recommends: libstdc++-dev (>=2.90.27-0.1)
which doesn't work, as libstc++-dev is a virtual package.
* Bumped Standards-Version.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Tue, 14 Apr 1998 11:52:08 +0200
egcs (1.0.2-0.5) frozen unstable; urgency=low (high for maintainers of packages that use libstdc++)
* Modified shlibs file for libstdc++ to generate versioned dependencies,
as it is not link compatible with the 1.0.1-x versions in
project/experimental. (Fixes #20247, #20033)
Packages depending on libstd++ should be recompiled to fix their
dependencies.
* Strenghtened g++'s Recommends: libstdc++-dev to the 1.0.2 version or
newer.
* Fixed problems with the unknown(7) symlink for gcov.
* Reordering links now works.
-- Adam Heath <adam.heath@usa.net> Sun, 12 Apr 1998 13:09:30 -0400
egcs (1.0.2-0.4) frozen unstable; urgency=low
* Unreleased. This is the version Adam Heath received from me.
* Replaces: gcc (<= 2.7.2.3-3) so that the overlap with the older gcc
packages (including bo's gcc_2.7.2.1-8) is handled properly
(fixes #19931, #19672, #20217, #20593).
* Alpha architecture (fixes #20875):
* Patched gcc/config/alpha/linux.h for the gmon functions to operate
properly.
* Made egcs the primary C compiler.
* Enabled Hafia scheduling.
* Lintian-detected problems:
* E: libstdc++2.8: ldconfig-symlink-before-shlib-in-deb usr/lib/libstdc++.so.2.8
* E: egcc: binary-without-manpage gcov
Reported as wishlist bug; added link to undocumented(7).
* W: libstdc++2.8: non-standard-executable-perm usr/lib/libstdc++.so.2.8.0 0555
* E: libstdc++2.8: shlib-with-executable-bit usr/lib/libstdc++.so.2.8.0 0555
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Fri, 10 Apr 1998 14:46:46 +0200
egcs (1.0.2-0.3) frozen unstable; urgency=low
* Really fixed dependencies.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Mon, 30 Mar 1998 11:30:26 +0200
egcs (1.0.2-0.2) frozen unstable; urgency=low
* Fixed dependencies.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Sat, 28 Mar 1998 13:58:58 +0100
egcs (1.0.2-0.1) frozen unstable; urgency=low
* New upstream version; it now has -Di386 in CPP_PREDEFINES.
* Only used the debian/* patches from 1.0.1-2; the rest of it appears
to be in 1.0.2 already.
-- J.H.M. Dassen (Ray) <jdassen@wi.LeidenUniv.nl> Fri, 27 Mar 1998 11:47:14 +0100
egcs (1.0.1-2) unstable; urgency=low
* Integrated pre-release 1.0.2 patches
* Split out g++
* egcs may now provide either the primary or secondary C compiler
-- Galen Hazelwood <galenh@micron.net> Sat, 14 Mar 1998 14:15:32 -0700
egcs (1.0.1-1) unstable; urgency=low
* New upstream version
* egcs is now the standard Debian gcc!
* gcc now provides c-compiler (#15248 et al.)
* g77 now provides fortran77-compiler
* g77 dependencies now correct (#16991)
* /usr/doc/gcc/changelog.gz now has correct permissions (#16139)
-- Galen Hazelwood <galenh@micron.net> Sat, 7 Feb 1998 19:22:30 -0700
egcs (1.0-1) experimental; urgency=low
* First official release
-- Galen Hazelwood <galenh@micron.net> Thu, 4 Dec 1997 16:30:11 -0700
From late September until the release, I was unable to get any snapshot to
compile...
egcs (970917-1) experimental; urgency=low
* New upstream snapshot (There's a lot of stuff here as well, including
a new libstdc++, but it _still_ won't build...)
* eg77 driver now works properly
-- Galen Hazelwood <galenh@micron.net> Wed, 17 Sep 1997 20:44:29 -0600
egcs (970904-1) experimental; urgency=low
* New upstream snapshot
-- Galen Hazelwood <galenh@micron.net> Sun, 7 Sep 1997 18:25:06 -0600
egcs (ss-970814-1) experimental; urgency=low
* Initial packaging (of initial snapshot!)
-- Galen Hazelwood <galenh@micron.net> Wed, 20 Aug 1997 00:36:28 +0000
Local variables:
mode: debian-changelog
End: