summaryrefslogtreecommitdiff
path: root/gnu/egcs
AgeCommit message (Collapse)Author
2001-08-01Do not define 'unix' on powerpc. ok drahnPeter Valchev
2001-07-19__attribute__((__nonnull__), separate from printf.Marc Espie
2001-07-09correct type on last arg to execl(); nordin@cse.ogi.eduTheo de Raadt
2001-06-13alpha now defaults to shared libs.Artur Grabowski
espie@ ok.
2001-06-09libiberty version bundled with binutils 2.11.Marc Espie
2001-06-09Synch with binutils 2.10.1, add dyn-string to libiberty.Marc Espie
2001-03-03Define __ELF__ in the gcc for powerpc OpenBSD.Dale Rahn
Used by applications which do direct symbol lookups and other compiler/build environment tools/applications. OKed by espie@
2001-03-02Define __PPC__ as well as __PPC because some packages expect that defineDale Rahn
for powerpc.
2001-02-24Missed changes from the past.Marc Espie
2001-02-24Automatic conflict resolutionMarc Espie
2001-02-24Synch with FSFMarc Espie
2001-02-24Synch with FSFMarc Espie
2001-02-03update configuration for elf: remove ecoff markers, handle alpha assemblerMarc Espie
peculiarities, set up correct init/fini code for elf.
2001-02-03alpha uses gas and gnu_ld.Artur Grabowski
2001-01-29Revert changes temporarily, until they have been checked.Marc Espie
2001-01-29regenMarc Espie
2001-01-29Internal cpp changed nameMarc Espie
2001-01-29Automatic mergerMarc Espie
2001-01-29Automatic mergerMarc Espie
2001-01-292.95.3, test release 2Marc Espie
2001-01-292.95.3, test release 2Marc Espie
2000-12-13On vax build libgcc without -fPIC for now.Hugh Graham
2000-10-27generate fpic/fPIC static links, so that gdb works; espieTheo de Raadt
2000-10-15Reflect reality.Marc Espie
2000-10-15Explain how -shared is supposed to work and what breaks when youMarc Espie
misuse it.
2000-10-15Don't link shared libraries against -lc on ppc either.Marc Espie
2000-10-15Finish synch'ing.Marc Espie
2000-10-14build both -fPIC and -fpic on sparc; espie (not around, and this needs to be ↵Theo de Raadt
in the tree nowish)
2000-10-09RenamedMarc Espie
2000-10-09Compile libgcc -fPIC on all OpenBSD architectures.Marc Espie
(better name for the fragment)
2000-10-09Don't select libc for -shared for now.Marc Espie
(Will revisit that decision after we switch libc/libc_r -> libc/libpthreads)
2000-09-25switch powerpc to libgcc -fPIC.Marc Espie
2000-09-25Patch from Alexander N. Kabaev <ak03@gte.com>Marc Espie
Fixes GCC GNATS PR 258 and 413.
2000-09-25Miscellaneous cvs wackiness: remove resurrected files and `solve'Marc Espie
artificial conflicts.
2000-09-24Synch with FSF stable treeMarc Espie
2000-09-24Activate libgcc -fPIC for powerpcMarc Espie
(other architectures pending)
2000-09-16ELF linkage does not require collect2, ld does everything necessary.Dale S. Rahn
2000-08-25Move NOPIC for mips from toplevel to the libraries that have problemsMats O Jansson
with shared libraries. This will allow libiberty.so to be created by default. -moj
2000-07-26From gcc devel sources: make_temp_file -> mips_make_temp_file to avoidMarc Espie
conflict with libiberty.
2000-07-26make_temp_file proto is in libiberty nowMarc Espie
2000-07-26thinkoMarc Espie
2000-07-26NewMarc Espie
2000-07-26Synch includes with version provided with binutils 2.10Marc Espie
(don't integrate ATTRIBUTE_xxx macro changes yet)
2000-07-26Partial synch with binutils-2.10Marc Espie
- Update all libiberty files apart from the C++ demangler and hashtab.c (taken from gcc 2.96, interface changed, would need to keep synch'ed with gcc) - bump version.
2000-07-26libiberty version bundled with binutils-2.10Marc Espie
2000-07-26Prototype for make_temp_file (forgot to commit)Marc Espie
2000-07-26Crosstools fix (accepted by the FSF ages ago, lost through the cracksMarc Espie
here). Thanks mickey@ for reminding me.
2000-07-18Recognize .lo as a valid object extension.Marc Espie
This should help David Mazieres and others build C++ shared libraries with libtool. (from gcc main development tree, patch by me, approved by FSF and niklas@)
2000-07-03Sorry, no dynamic libraries yet...Marc Espie
2000-07-03float_format/collect2 for vax.Marc Espie
I guessed those might be needed, bjc@ checked they are.