Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | Link in libstdc++ now that libg++ 2.7.1 is in the tree. | 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-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 | 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 | 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 | |
1996-02-05 | Cleanup files gnu make distclean missed. | etheisen | |
1996-02-05 | These files are not needed as they are generated during build. | etheisen | |
1996-02-04 | Pass CFLAGS onto GNU build. | etheisen | |
Set g++ include to /usr/include/g++. | |||
1996-02-04 | Uncommented %expect. No longer needed as yacc now supports keyword. | etheisen | |
1996-02-02 | More files to smash while making clean. | etheisen | |
1996-02-02 | Undo LDSTATIC change. Possibly needed. | etheisen | |
1996-02-02 | Added default info path to match our directory structure. | etheisen | |
Pass CFLAGS into 'configure' generated Makefile. Setup infodir for both build and install. Removed static linking. Not required for texinfo. Added CLEANFILES section to smash files cleandir missed. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. Initially we only want gas, even though we're not even there yet. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. | |||
1996-02-02 | "make -f Makefile.bsd-wrapper config" should *really* config, and | Niklas Hallqvist | |
never use cached values. The new cvs-version made me notice this. | |||
1996-02-01 | $(KRB4) -> \$KRB4 so our /bin/sh won't spit out an error message while | Niklas Hallqvist | |
configuring. | |||
1996-01-30 | Use "distclean" for cleaning, not "realclean" | Thorsten Lockert | |
1996-01-30 | Integrate local changes | Thorsten Lockert | |
1996-01-30 | Missed files from 1.7.1 import | Thorsten Lockert | |
1996-01-30 | Upgrade to 1.7.1 snapshot | Thorsten Lockert | |
1996-01-29 | if CVSREADONLYFS, access to the history file is irrelevant | Theo de Raadt | |
1996-01-29 | from netbsd | Theo de Raadt | |
1996-01-16 | from netbsd: | Theo de Raadt | |
Relax checking of minor version number in `findhint()'. Also use the directories from the hints (v.2) file for directory traversing. This should take care of PR#1146. | |||
1996-01-15 | Fix typo so two -L options can be fed to rcsdiff. | Niklas Hallqvist | |
1996-01-12 | from netbsd: | Theo de Raadt | |
Make dlopen() search for libraries if given a name of the form `lib<name>.so[.xx[.yy]]' (per Erik M. Theisen; PR#1763; patch from PR used in simplified form). Deal with v.2 hint files (hint srch dirs not yet used). | |||
1996-01-12 | from netbsd: | Theo de Raadt | |
Create v.2 hint files. Note: don't bother to understand v.1 files.. | |||
1996-01-12 | clean better | Theo de Raadt | |
1996-01-11 | Remove obsolete GCC | Niklas Hallqvist | |
1996-01-11 | Remove obsolete GCC | Niklas Hallqvist | |
1996-01-11 | Remove obsolete GCC | Niklas Hallqvist | |
1996-01-11 | Remove obsolete GCC | Niklas Hallqvist | |
1996-01-08 | Add OpenBSD configuration, it's exactly like NetBSD. | Niklas Hallqvist | |
1996-01-08 | As it is highly unlikely OpenBSD's object file format will divert from | Niklas Hallqvist | |
NetBSD's, alias it instead of implementing a distinct but identical configuration. | |||
1996-01-08 | As it is highly unlikely OpenBSD's object file format will divert from | Niklas Hallqvist | |
NetBSD's, alias it instead of implementing a distinct but identical configuration. | |||
1996-01-08 | Support OpenBSD configuration, by cloning NetBSD config entries. | Niklas Hallqvist | |
1996-01-08 | Support OpenBSD configuration, by cloning NetBSD config entries. | Niklas Hallqvist | |
1996-01-08 | Tweaks for OpenBSD: | Niklas Hallqvist | |
1) recognize OpenBSD at various places 2) m68k-cbm-* is *NOT* ELF always 3) clean-info must be called before distclean in the GAS realclean target 4) don't install unformatted ma-pages 5) add a Makefile.bsd-wrapper 6) just build gas through Makefile.bsd-wrapper yet There are still other things to do... |