Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-12 | Help stupid cvs fixing basic conflicts. | Marc Espie | |
2000-09-12 | Import binutils-2.10 | Marc Espie | |
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files | |||
1999-06-18 | Kill old libiberty, use the one under egcs now. | Marc Espie | |
1999-05-02 | Obvious typo in previous commit; niklas@ | Marc Espie | |
1999-05-01 | Let Makefiles pass infodir and bindir thru recursive invocation, | Marc Espie | |
so that make install will heed DESTDIR, and so gdb.info & friends will finally show up in distrib/sets... | |||
1998-12-06 | Fix a minor 64 bit constant synth. bug | Per Fogelstrom | |
1998-07-04 | fid the reloc bug | Michael Shalayeff | |
1998-05-04 | first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 host | Michael Shalayeff | |
1998-03-25 | don't localise .lcomm if it's defined .globl | Per Fogelstrom | |
1997-05-29 | Import of binutils-2.8.1 from Cygnus/FSF | Niklas Hallqvist | |
1997-05-01 | Back out half of my changes to this file. | Dale S. Rahn | |
The way that I had done the sign extension was incorrect, but did happen to work on the archs tested. Changed back to the correct method. This was after some conversation with Ian Lance Taylor. | |||
1997-04-23 | add a lot of /bin/sh before calling scripts like config.guess and so | Thomas Graichen | |
on - this way now the whole tree builds without requiring any file being executable (binutils was the last which required it) - now ctm -> cvs checkout -> make build works just fine (aside from other bugs in the source tree :-) | |||
1997-04-13 | More consistent MIPS config | Per Fogelstrom | |
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-21 | Clone NetBSD config for us, add handling of temporary local labels | 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. | |||
1996-12-22 | changes to binutils to support powerpc-openbsd | Dale S. Rahn | |
1996-11-23 | Merge to Cygnus 961112 + add some support (not ready) for shared libs | Niklas Hallqvist | |
1996-11-19 | Import of 961112 Cygnus binutils+gas+ld+gdb+gprof | Niklas Hallqvist | |
1996-10-07 | man page fixes from niklas | Theo de Raadt | |
1996-09-04 | Merge the Cygnus 960904 sources | Niklas Hallqvist | |
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
1996-09-04 | Import of binutils, gas, ld & gprof from Cygnus 960904 tree | Niklas Hallqvist | |
1996-08-01 | Add OpenBSD/alpha support | Niklas Hallqvist | |
1996-07-14 | Fixes to make MIPS arc port to use in tree binutils. | Per Fogelstrom | |
1996-06-10 | Bring Cygnus versions into the trunk, keeping our local patches | Niklas Hallqvist | |
1996-06-09 | Resolve conflicts with 0609 Cygnus import | Niklas Hallqvist | |
1996-06-09 | Import of binutils, gas, ld & gprof from Cygnus 960609 tree | 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... | |||
1996-01-08 | Initial GNU binutils 2.6 import | Niklas Hallqvist | |