Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-13 | alpha now defaults to shared libs. | Artur Grabowski | |
espie@ ok. | |||
2001-03-03 | Define __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-02 | Define __PPC__ as well as __PPC because some packages expect that define | Dale Rahn | |
for powerpc. | |||
2001-02-24 | Missed changes from the past. | Marc Espie | |
2001-02-24 | Automatic conflict resolution | Marc Espie | |
2001-02-24 | Synch with FSF | Marc Espie | |
2001-02-03 | update configuration for elf: remove ecoff markers, handle alpha assembler | Marc Espie | |
peculiarities, set up correct init/fini code for elf. | |||
2001-02-03 | alpha uses gas and gnu_ld. | Artur Grabowski | |
2001-01-29 | Revert changes temporarily, until they have been checked. | Marc Espie | |
2001-01-29 | regen | Marc Espie | |
2001-01-29 | Internal cpp changed name | Marc Espie | |
2001-01-29 | Automatic merger | Marc Espie | |
2001-01-29 | 2.95.3, test release 2 | Marc Espie | |
2000-12-13 | On vax build libgcc without -fPIC for now. | Hugh Graham | |
2000-10-27 | generate fpic/fPIC static links, so that gdb works; espie | Theo de Raadt | |
2000-10-15 | Reflect reality. | Marc Espie | |
2000-10-15 | Explain how -shared is supposed to work and what breaks when you | Marc Espie | |
misuse it. | |||
2000-10-15 | Don't link shared libraries against -lc on ppc either. | Marc Espie | |
2000-10-15 | Finish synch'ing. | Marc Espie | |
2000-10-14 | build both -fPIC and -fpic on sparc; espie (not around, and this needs to be ↵ | Theo de Raadt | |
in the tree nowish) | |||
2000-10-09 | Renamed | Marc Espie | |
2000-10-09 | Compile libgcc -fPIC on all OpenBSD architectures. | Marc Espie | |
(better name for the fragment) | |||
2000-10-09 | Don't select libc for -shared for now. | Marc Espie | |
(Will revisit that decision after we switch libc/libc_r -> libc/libpthreads) | |||
2000-09-25 | switch powerpc to libgcc -fPIC. | Marc Espie | |
2000-09-25 | Patch from Alexander N. Kabaev <ak03@gte.com> | Marc Espie | |
Fixes GCC GNATS PR 258 and 413. | |||
2000-09-25 | Miscellaneous cvs wackiness: remove resurrected files and `solve' | Marc Espie | |
artificial conflicts. | |||
2000-09-24 | Synch with FSF stable tree | Marc Espie | |
2000-09-24 | Activate libgcc -fPIC for powerpc | Marc Espie | |
(other architectures pending) | |||
2000-09-16 | ELF linkage does not require collect2, ld does everything necessary. | Dale S. Rahn | |
2000-07-26 | From gcc devel sources: make_temp_file -> mips_make_temp_file to avoid | Marc Espie | |
conflict with libiberty. | |||
2000-07-26 | make_temp_file proto is in libiberty now | Marc Espie | |
2000-07-26 | thinko | Marc Espie | |
2000-07-26 | Crosstools fix (accepted by the FSF ages ago, lost through the cracks | Marc Espie | |
here). Thanks mickey@ for reminding me. | |||
2000-07-18 | Recognize .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-03 | Sorry, no dynamic libraries yet... | Marc Espie | |
2000-07-03 | float_format/collect2 for vax. | Marc Espie | |
I guessed those might be needed, bjc@ checked they are. | |||
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix merge | Marc Espie | |
2000-06-05 | Fix idiotic merge conflicts, regen configure | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | Synch with 2.95.3 (pre-rel) | Marc Espie | |
2000-06-05 | m68k asm knows about m68030-m68060 already, no need for upgrade, the | Marc Espie | |
documentation was lacking, so pass options through. (Prompted by Lars Hecking, ok niklas@) | |||
2000-05-15 | Add support for building libraries with debugging information in them. | Niklas Hallqvist | |
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage. | |||
2000-04-27 | Support -shared on a.out platforms: pass the right options to ld | Marc Espie | |
(e.g., no start symbol, -x -Bshareable). collect2 should do the rest, wrt ctors/dtors | |||
2000-03-28 | MLINK f77 to g77 | Theo de Raadt | |
2000-01-30 | Adapted from egcs development sources, courtesy of Zack Weinberg, with | Marc Espie | |
some help from him. Let gcc generate more sensible code for stack adjustments. Specifically, gcc is a bit lame in that area, as it does emit stack instructions `specially', without using all its optimizer machinery for it. So, at times, you will get subl %esp,12 subl %esp,8 and other such stupid sequences out of it. This peephole matches at least some of those innane sequences and optimizes them. Shrinks code a little bit. | |||
2000-01-23 | Repair exceptions in i386 pic code (builtin setjmp/longjmp was not saving | Marc Espie | |
the pic register). FreeBSD PR 3441... Thanks to David O'Brien for letting me know, and Alexander N. Kabaev for the actual fix. | |||
2000-01-19 | cvs did a good job of merging changes, but the resulting configure | Marc Espie | |
was not what autoconf would have produced starting from configure.in + our local changes... Regen'ed for correct configure.in line numbers. | |||
2000-01-19 | Inane conflicts: | Marc Espie | |
- patch to function.c was badly indented. - invoke.texi no longer need to special-case OpenBSD, as 2.95.2 turns strict-aliasing off everywhere. | |||
2000-01-19 | Update to 2.95.2 | Marc Espie | |