Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-05-04 | i386 requires -fno-strength-reduce because -O2 generates incorrect code | Theo de Raadt | |
1996-05-04 | Actually declare and initialize nowtime... Oops. | Thorsten Lockert | |
1996-05-04 | Actually declare and initialize nowtime... Oops. | Thorsten Lockert | |
1996-05-04 | Set Start from nowtime, not now->time, which may not be set | Thorsten Lockert | |
1996-05-04 | Don't use the result of "diff" if just sending the new file would be shorter | Thorsten Lockert | |
1996-05-01 | we need SERVER_FLOWCONTROL enabled | Theo de Raadt | |
1996-04-29 | From NetBSD: | Niklas Hallqvist | |
Re-enable weak alias and sysv pragma support that was lost when we upgraded to gcc-2.7. These changes have been submitted to the gcc maintainers. With luck, we won't have this problem again... | |||
1996-04-28 | OS is OpenBSD NOT NetBSD. | etheisen | |
1996-04-27 | mkmodules.1 no longer exist; don't try to build it | Thorsten Lockert | |
1996-04-27 | Integrate local changes to CVS | Thorsten Lockert | |
1996-04-27 | Some files missed by initial import | Thorsten Lockert | |
1996-04-27 | Latest public release from Cyclic; fixes numerous memory leaks and have | Thorsten Lockert | |
some performance improvements | |||
1996-04-23 | Merge of NetBSD 960418 | Niklas Hallqvist | |
1996-04-20 | no need to remove limits.h; another workaround exists | Theo de Raadt | |
1996-04-19 | -L<string> option added to support LOCALID behaviour. | Michael Shalayeff | |
maybe set up in RCSINIT environment variable. | |||
1996-04-18 | from niklas; un-install gcc limits.h because it conflicts with the system one | Theo de Raadt | |
1996-04-17 | use sh, not $SHELL.. because the latter might be something like csh | Theo de Raadt | |
1996-04-02 | Add an somehow lost file from the FSF 2.7.2 distr | Niklas Hallqvist | |
1996-03-30 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Added support for m68060 (activate with -m68060). This change has already been accepted and integrated into the FSF source tree. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Patch from J"orn Rennecke that fixes code generation bugs with long long comparisons. As of this date, this change hasn't made it into the development sources. We must consider this when it comes time to integrate a newer gcc release. Thu Mar 7 01:16:23 1996 J"orn Rennecke (amylaar@meolyon.hanse.de) * expmed.c (negate_rtx): Don't negate LONG_MIN if mode is wider than HOST_WIDE_INT. gcc now produces worse code for this test case than gcc 2.5.8 when invoked with -O , but it will optimize as good as gcc 2.5.8 (i.e. all comparisons vanish) when invoked with -O2 , thus I think it doesn't matter. If anyone is interested in looking into this, the code in expr.c, function expand_expr, case MINUS_EXPR, if-clause for if (TREE_UNSIGNED (type) || TREE_OVERFLOW (negated)), will refuse to convert the subtraction into an addition if there is an overflow in the conversion or negation of the constant. If both host and target machine are binary computers with 2-complement representation, the overflow should not matter. | |||
1996-03-28 | Moved GNU spec stuff into Makefile.bsd-wrapper1 using PREREQ variable. | etheisen | |
This makes full BSD build support a reality for libiberty. make obj tags depends now works. General cleanup and commenting. | |||
1996-03-27 | Misc. cleanup, esp. for obj-dirs, DESTDIR compilations and missing | Niklas Hallqvist | |
dependencies. | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-26 | Make "make obj" work, make builds to obj directories work. Don't put | Niklas Hallqvist | |
object files in SRCS variables, add them to OBJS instead. Also explicitly mention -lg++ because g++ won't use the -L path for getting libg++ unless done via the command line. | |||
1996-03-16 | Link in libstdc++ now that libg++ 2.7.1 is in the tree. | etheisen | |
1996-03-16 | Allow native BSD build of libg++ 2.7.1. This is a complete replacement of | etheisen | |
the GNU build procedure, not a wrapper. Generates standard, profiled, shared object, and shared library versions of libiberty, libstdc++, and libg++. libiberty version 0.0, libstdc++ version 27.1, and libg++ version 27.1. Requires modification of bsd.subdir.mk pmake include. Targets linked with the shared libraries libstdc++ and libg++ will, by default, automatically be run time linked with libm and libcurses. | |||
1996-03-16 | Allow standard GNU build with openbsd. | etheisen | |
1996-03-15 | Reinstate dead COPYING for libg++ 2.7.1 | Niklas Hallqvist | |
1996-03-15 | Import of GNU libg++ 2.7.1 port (prepared by Erik Theisen) | Niklas Hallqvist | |
1996-03-15 | Removed for 2.7.1 import. | etheisen | |
1996-03-09 | Add OpenBSD configuration (clone NetBSD entries) | Niklas Hallqvist | |
1996-03-09 | -f state was negated in remote operation | Niklas Hallqvist | |
1996-03-06 | rm '-f' config.cache | David Krause | |
1996-03-02 | Remove auto-generated files so as to not upset make/yacc | Thorsten Lockert | |
1996-02-26 | Make cvs import -I ! work wrt .cvsignore files | Niklas Hallqvist | |
1996-02-21 | When adding two longwords and wanting a quad result, a missing | Niklas Hallqvist | |
constraint could clobber the inputs before performing the operation. | |||
1996-02-20 | Fixed typo introduced in last change | Niklas Hallqvist | |
1996-02-18 | gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used to | etheisen | |
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it. | |||
1996-02-18 | More files to shred for cleandir. | etheisen | |
1996-02-18 | From netbsd: | Niklas Hallqvist | |
Remove -lstdc++ until it exists. Don't forget to revert this back when the new libg++ gets imported. | |||
1996-02-18 | Check the for GCC >= 3.X (no it's not even started on yet :-) ) in the | Niklas Hallqvist | |
name mangling dependent code. | |||
1996-02-18 | From netbsd: | Niklas Hallqvist | |
Sync with /sys/arch (i.e. NetBSD's, sooner or later we'll have our own list here, I guess) | |||
1996-02-17 | Moved INCLUDE_DEFAULTS path define into openbsd.h. openbsd.h now has | etheisen | |
OPENBSD_NATIVE section. Please use this to overload manifest constants. Added more files to CLEANFILES in Makefile.bsd-wrapper. | |||
1996-02-06 | Include path /usr/include no longer needed. | etheisen | |
1996-02-06 | Set default include path to '/usr/include/g++' for g++ and '/usr/include' | etheisen | |
for gcc. Should help eliminate header file conflicts. | |||
1996-02-06 | Pass CFLAGS into gnu build. | etheisen | |
1996-02-05 | Fix typo; NetBSD PR #2021 | Thorsten Lockert | |