Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-02-07 | These changes are not complete, This does not deal with cores correctly yet. | Dale S. Rahn | |
This checkin is an attempt to make the powerpc port have a clean build. | |||
1997-02-07 | GDB 6.3 (excluding .info files) | Dale S. Rahn | |
1997-02-07 | Know how to build gdb for powerpc, it doesn't work yet, but this causes | Dale S. Rahn | |
binutils to fail to configure the first time round. | |||
1997-02-07 | no, this does not work yet either | Theo de Raadt | |
1997-02-06 | cd into gcc/f before building g77.info to avoid picking up on the wrong | kstailey | |
version of install.texi (both gcc/install.texi and gcc/f/install.texi exist and are different.) | |||
1997-02-03 | back out prev. change since it breaks obj@ symlinks | kstailey | |
1997-02-02 | do not include wrong version of install.texi | kstailey | |
1997-02-02 | correct arch check, do not drop of non-void function; ↵ | Theo de Raadt | |
yasufu-i@is.aist-nara.ac.jp | |||
1997-02-02 | add gdb for alpha & mips and simplify it a bit | Thomas Graichen | |
1997-02-02 | add OpenBSD/alpha support to gdb (taken from cgd's cygnus binutils | Thomas 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-28 | do not call err/errx with extra newlines | Theo de Raadt | |
1997-01-27 | define AOUT_MACHTYPE. This is OpenBSD/vax not OpenBSD bigendian....-moj | Mats O Jansson | |
1997-01-26 | Add missing documentation; build and install it. | Jason Downs | |
1997-01-26 | cpio 2.4.2, including texinfo file. supports lchown(). | Jason Downs | |
1997-01-26 | change 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-25 | MMALLOC_DISABLE -> MALLOC_CFLAGS to fix link problem. | imp | |
1997-01-24 | arc/pmax -> mips | Theo de Raadt | |
1997-01-24 | not netbsd | Theo de Raadt | |
1997-01-24 | netbsd? nope.. | Theo de Raadt | |
1997-01-24 | missing */ | Theo de Raadt | |
1997-01-23 | perl mktemp race; fix mailed to larry | Theo de Raadt | |
1997-01-22 | Add rudimentary config files for architectures that still use the old gdb | Niklas Hallqvist | |
1997-01-22 | GDB 6.1 (excluding .info files) | Niklas Hallqvist | |
1997-01-22 | GDB 6.3 (excluding .info files) | Niklas Hallqvist | |
1997-01-22 | unify mips and m68k ports; idea from graichen | Theo de Raadt | |
1997-01-21 | Clone NetBSD config for us, add handling of temporary local labels | Niklas Hallqvist | |
1997-01-21 | Install BSD sort(1) not GNU one. Can always change back if necesary. | Todd C. Miller | |
1997-01-11 | We run OpenBSD | Niklas Hallqvist | |
1997-01-10 | Change 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-09 | allow gdb to configure on powerpc port. | Dale S. Rahn | |
1997-01-07 | Add missing files from last commit (the one of 12-Dec- 1996) that prevented | imp | |
configuring of gdb on mips platforms. Thanks to Thomas Graichen for pointing out they were missing. | |||
1997-01-04 | added D to getopt() string | kstailey | |
1997-01-04 | Add a TOC to a temporary lib so our make(1) will not always rebuild libgcc | Niklas Hallqvist | |
1997-01-02 | handle the powerpc like the arc - no dynamic stuff | Dale S. Rahn | |
Thanks to Thomas Graichen for the fix. | |||
1997-01-02 | handle the pmax like the arc - no dynamic stuff | Thomas Graichen | |
1997-01-02 | DOH! we are not ELF yet. Fix static constructors. | Niklas Hallqvist | |
1997-01-02 | PowerPC is like alpha and mips. | Dale S. Rahn | |
1996-12-23 | Powerpc port uses binutils not old compiler tools. | Dale S. Rahn | |
1996-12-22 | Correct handling of weak symbols in shared libraries; from pk@netbsd.org | Thorsten Lockert | |
1996-12-22 | additional files needed for gcc support for powerpc. | Dale S. Rahn | |
1996-12-22 | gcc support for powerpc-openbsd | Dale S. Rahn | |
1996-12-22 | changes to binutils to support powerpc-openbsd | Dale S. Rahn | |
1996-12-21 | From pk@NetBSD.ORG; Set EXTERNAL bit on `.weak' declarations. | Thorsten Lockert | |
1996-12-18 | Back out strcpy() -> strncpy() change. Not needed as the array is malloc'd | Todd C. Miller | |
with enough space. Guess that's why I didn't commit this before ;-) | |||
1996-12-18 | Use strncpy() instead of strcpy() where useful, check strdup() | Todd C. Miller | |
ret val, and pass -Wall. | |||
1996-12-16 | be more careful with select | Theo de Raadt | |
1996-12-16 | "Opps" | Jason Downs | |
1996-12-16 | Closer to being correct; set local_prefix as well so it stays out of | Jason Downs | |
/usr/local. | |||
1996-12-15 | Update to g77 0.5.19 | Jason Downs | |
1996-12-15 | Compile | Jason Downs | |