Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-27 | generate fpic/fPIC static links, so that gdb works; espie | Theo de Raadt | |
2000-10-15 | Don't link shared libraries against -lc on ppc either. | 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-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 | thinko | Marc Espie | |
2000-07-03 | Sorry, no dynamic libraries yet... | Marc Espie | |
2000-06-05 | Fix merge | 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-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 | 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 | |
2000-01-15 | clean up defines for openbsd powerpc, also enable the libc_r support properly. | Dale S. Rahn | |
1999-09-20 | Formatting | Marc Espie | |
1999-09-20 | Transform mips/openbsd-be.h into a fragment, | Marc Espie | |
tweak configure.in accordingly, regen configure. Fiddle with comments in mips/openbsd.h before shipping back to the FSF. | |||
1999-09-17 | Invoke sh move-if-change explicitly. | Marc Espie | |
Official patch, submitted to egcs and accepted in the main source. (strongly suggested by mickey@) | |||
1999-09-01 | Don't try to use .set on mips, it's special. | Marc Espie | |
1999-08-27 | Restore SET_ASM_OP, which lets __attribute__((alias)) work again. | Marc Espie | |
1999-08-24 | Avoid /usr/ARCH-unknown-openbsd in a way more friendly to | Marc Espie | |
cross-compilers... Yet another commit I forgot... | |||
1999-08-23 | Merge | Marc Espie | |
1999-08-23 | Update to gcc 2.95.1, official release. | Marc Espie | |
1999-08-16 | Comment typo | Niklas Hallqvist | |
1999-08-16 | We must tell we are little endian by default | Niklas Hallqvist | |
1999-07-22 | put back 990629 `finalize_pic' removal, now that the newer snapshot | Marc Espie | |
fixes all the defects. | |||
1999-07-22 | Merge | Marc Espie | |
1999-07-22 | 990718, very close to release. | Marc Espie | |
testsuite temporarily removed from snapshots because of copyright checks. | |||
1999-07-18 | Revert last change of the 990629: this breaks m68k pic code. | Marc Espie | |
More recent snapshots seem to have this fixed properly, wait until u a complete shake-out has been run | |||
1999-07-18 | Merge | Marc Espie | |
1999-07-18 | Update to 990629 snapshot | Marc Espie | |
closer to gcc 2.95 release. | |||
1999-06-28 | Bug-fix for -fpic m68k trouble. | Marc Espie | |
1999-06-18 | Help stupid cvs which would tend to bring back old stuff from the dead... | Marc Espie | |
1999-06-17 | basic automated merge. to be verified. | Marc Espie | |
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-17 | Update to 990608 snapshot. | Marc Espie | |
Highlights: - official fix for an alpha bug, - cpp changes semantic slightly, - valarray in libstdc++. | |||
1999-06-01 | Revert previous fix now that we have a proper solution | Marc Espie | |
1999-06-01 | Patch by Richard Henderson, should take care of alpha problems. | Marc Espie | |
Will show up in the next egcs snapshot. | |||
1999-06-01 | missing __powerpc__ | Marc Espie | |