summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1997-02-06cd into gcc/f before building g77.info to avoid picking up on the wrongkstailey
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.)
1997-02-03back out prev. change since it breaks obj@ symlinkskstailey
1997-02-03also build uucp on the alphaThomas Graichen
1997-02-02do not include wrong version of install.texikstailey
1997-02-02correct arch check, do not drop of non-void function; ↵Theo de Raadt
yasufu-i@is.aist-nara.ac.jp
1997-02-02add gdb for alpha & mips and simplify it a bitThomas Graichen
1997-02-02add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutilsThomas Graichen
snapshots for NetBSD/alpha and adapted to compile with our binutils) i've just tested it roughly - but it should work and is at least a start
1997-01-28do not call err/errx with extra newlinesTheo de Raadt
1997-01-27define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-mojMats O Jansson
1997-01-26Add missing documentation; build and install it.Jason Downs
1997-01-26cpio 2.4.2, including texinfo file. supports lchown().Jason Downs
1997-01-26change constant handling with @l.Dale S. Rahn
if the expected argument to the opcode is unsigned, return (val & 0xffff) if the expected argument to the occode is signed, sign extend the 16 bit value short = val; val = (int) short;
1997-01-25MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem.imp
1997-01-24arc/pmax -> mipsTheo de Raadt
1997-01-24not netbsdTheo de Raadt
1997-01-24netbsd? nope..Theo de Raadt
1997-01-24missing */Theo de Raadt
1997-01-23perl mktemp race; fix mailed to larryTheo de Raadt
1997-01-22Add rudimentary config files for architectures that still use the old gdbNiklas Hallqvist
1997-01-22GDB 6.1 (excluding .info files)Niklas Hallqvist
1997-01-22GDB 6.3 (excluding .info files)Niklas Hallqvist
1997-01-22unify mips and m68k ports; idea from graichenTheo de Raadt
1997-01-21Clone NetBSD config for us, add handling of temporary local labelsNiklas Hallqvist
1997-01-21Install BSD sort(1) not GNU one. Can always change back if necesary.Todd C. Miller
1997-01-19work around linker problems on the mips (explicitely link withThomas Graichen
-ltermlib)
1997-01-11We run OpenBSDNiklas Hallqvist
1997-01-10Change all mips ports to use mips-unknown-openbsd2.0 like gcc does.imp
This should allow for gdb to at least build on pmax, modulo potential platform specific include files. This impacts gas, ld, and other critical system components. Don't build this unless you are happy with your backups, as always for a change of this nature. It works for me on my machine, however.
1997-01-09allow gdb to configure on powerpc port.Dale S. Rahn
1997-01-07Add missing files from last commit (the one of 12-Dec- 1996) that preventedimp
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing.
1997-01-04added D to getopt() stringkstailey
1997-01-04Add a TOC to a temporary lib so our make(1) will not always rebuild libgccNiklas Hallqvist
1997-01-02handle the powerpc like the arc - no dynamic stuffDale S. Rahn
Thanks to Thomas Graichen for the fix.
1997-01-02handle the pmax like the arc - no dynamic stuffThomas Graichen
1997-01-02DOH! we are not ELF yet. Fix static constructors.Niklas Hallqvist
1997-01-02PowerPC is like alpha and mips.Dale S. Rahn
1996-12-23Powerpc port uses binutils not old compiler tools.Dale S. Rahn
1996-12-22Correct handling of weak symbols in shared libraries; from pk@netbsd.orgThorsten Lockert
1996-12-22typoTheo de Raadt
1996-12-22additional files needed for gcc support for powerpc.Dale S. Rahn
1996-12-22gcc support for powerpc-openbsdDale S. Rahn
1996-12-22changes to binutils to support powerpc-openbsdDale S. Rahn
1996-12-22Deal with _POSIX_SAVED_IDS when relinquishing privilegesThorsten Lockert
1996-12-21From pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations.Thorsten Lockert
1996-12-18Back out strcpy() -> strncpy() change. Not needed as the array is malloc'dTodd C. Miller
with enough space. Guess that's why I didn't commit this before ;-)
1996-12-18Use strncpy() instead of strcpy() where useful, check strdup()Todd C. Miller
ret val, and pass -Wall.
1996-12-16be more careful with selectTheo de Raadt
1996-12-16"Opps"Jason Downs
1996-12-16Closer to being correct; set local_prefix as well so it stays out ofJason Downs
/usr/local.
1996-12-15Update to g77 0.5.19Jason Downs
1996-12-15CompileJason Downs