Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-01-08 | We don't need, nor support | Marc Espie | |
#pragma weak/#pragma pack That's just compatibility with native svr4 that was brought in by cut & paste. | |||
1998-12-23 | Plain forgot to remove that one. | Marc Espie | |
1998-12-23 | Kill files that reference config/xm-openbsd.h, these are no longer | Marc Espie | |
used, since they would make an error. Kill xm-powerpc.h along: it's actually a less advanced version of xm-rs6000.h. Keep ns32k/xm-openbsd.h around, as it used to do something non trivial. pa/xm-openbsd.h is actually still in use, so don't touch it. | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
these don't do anything but hard-coding vprintf and strerror, but configure now checks for that too... | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
renamed. last independent config file done. I still have *bsd config files to check thru. | |||
1998-12-23 | 2.7.2 -> 2.8.1 | Marc Espie | |
WARNING: these were in 2.7.2, they are no longer in 2.8.1, but apart from aix41ppc.h, I couldn't find a trace of removal in the ChangeLog, so I don't know the reason of removal. | |||
1998-12-23 | 2.7.2 -> 2.8.1: new features of configure made these obsolete | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1: old i386 & m68k, nextstep renaming. | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1: renamed i370 files, i860 files no longer needed. | Marc Espie | |
This completes config arches that are not related to OpenBSD. | |||
1998-12-23 | 2.7.2 -> 2.8.1: remaining alpha files, convex submodel muck-up. | Marc Espie | |
1998-12-23 | 2.7.2 -> 2.8.1 cruft: | Marc Espie | |
- a29k-udi.h was renamed - gdb frag files instead of whole new configs. | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft. Takes care of remaining files, except | Marc Espie | |
config and fortran. g++.c: is now generated automatically edsel.c: obsolete gc.c: part of rtti | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft: unneeded texi output, obsolete/folded back to g++FAQ | Marc Espie | |
files, renamed file. | |||
1998-12-23 | 2.7.2 -> 2.8.1 cruft: obvious old files, moved objc parts. | Marc Espie | |
1998-12-21 | Steal commit from d: forgetting to update comments is a bad idea. | Marc Espie | |
Also, remove some pomposity. | |||
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-10-18 | set PATH before running configure since we can't rely on the user's path ↵ | Todd C. Miller | |
being sane | |||
1998-09-03 | Thu Sep 3 08:49:50 1998 Niklas Hallqvist <niklas@appli.se> | Niklas Hallqvist | |
* function.c (purge_addressof_1): Wrap SUBREG with STRICT_LOW_PART as to not clobber live parts of the pseudo. | |||
1998-05-29 | libgcc: missed multiply | Michael Shalayeff | |
1998-05-19 | where did those _mod* come from? | Michael Shalayeff | |
1998-05-18 | don't use 18136dyncall unless we are pic code and fast indirect calls are ↵ | Michael Shalayeff | |
disabled | |||
1998-05-17 | fix cpp predefines for openbsd/hppa | Michael Shalayeff | |
1998-05-11 | Do not try to test libgcc1 on vax-crosscompilers as we miss two functions | Niklas Hallqvist | |
from libc at this point | |||
1998-05-10 | "sh /bin/sh config.guess" does not work | Niklas Hallqvist | |
1998-05-06 | use shell to run scripts | Michael Shalayeff | |
1998-05-06 | Added support for #pragma pack and #pragma weak. This makes Wine much | Constantine Sapuntzakis | |
happier. | |||
1998-05-04 | first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host | Michael Shalayeff | |
1998-05-02 | put back warning for signed char array subscripts | Todd C. Miller | |
1998-04-25 | Invalidate cached condition codes correctly in face of a-reg moves | Niklas Hallqvist | |
with side-effects on the source registers | |||
1998-04-06 | wrong crt file def | Per Fogelstrom | |
1998-03-25 | shlib soon... | Per Fogelstrom | |
1998-03-25 | use sysv4.h | Per Fogelstrom | |
1998-03-25 | Add openbsd as target | Per Fogelstrom | |
1998-03-18 | Correct object format to collect | Per Fogelstrom | |
1998-03-18 | make -R /path/to/lib work the same as -R/path/to/lib | Marco S Hyman | |
Thanks to <Marc.Espie@liafa.jussieu.fr> for pointing this out. | |||
1998-03-13 | Remove the check for char subscripts in -Wall again, somehow this | Todd C. Miller | |
got lost in the gcc 2.8.1 upgrade. | |||
1998-03-11 | Pass on -R to ld. Marco S Hyman <marc@snafu.org> | Todd C. Miller | |
1998-03-08 | update to gcc 2.8.1 | Todd C. Miller | |
1998-03-08 | FSF gcc 2.8.1 | Todd C. Miller | |
1998-03-08 | FSF gcc 2.8.1 | Todd C. Miller | |
1998-03-07 | Don't make -Wall imply -Wchar-subscripts as that warning is just | Todd C. Miller | |
plain stupid. | |||
1998-03-07 | fix typo | Todd C. Miller | |
1998-03-06 | This file belongs in the obj/ dir, go away | Niklas Hallqvist | |
1998-03-06 | Do not install a ${arch}-unknown-openbsd2.x link | Niklas Hallqvist | |
1998-03-04 | Don't try and rebuild configure with autoconf. We have no guarantee | Todd C. Miller | |
that the timestamp on configure will be newer than configure.in... | |||
1998-03-04 | use mkstemp() correctly, i think | Theo de Raadt | |
1998-03-04 | fix cmp of g++ include files | Todd C. Miller | |
1998-03-03 | GCC 2.8.0 merge | Niklas Hallqvist | |
1998-02-15 | These files were new in the 2.8 import (into the FSF branch) and cvs is stupid | Niklas Hallqvist | |
enough to think my branch import want s the new files to end up in the trunk as well. Maybe cvs know how to do what I want, but I could not find it in the manpage | |||
1998-02-14 | (no commit message) | Niklas Hallqvist | |