summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gas
AgeCommit message (Collapse)Author
2000-09-12Help stupid cvs fixing basic conflicts.Marc Espie
2000-09-12Import binutils-2.10Marc Espie
- only the binutils package (no gdb here) - don't import libiberty and texinfo, they are elsewhere - remove all .info* generated files
1999-06-18Kill old libiberty, use the one under egcs now.Marc Espie
1999-05-02Obvious typo in previous commit; niklas@Marc Espie
1999-05-01Let 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-06Fix a minor 64 bit constant synth. bugPer Fogelstrom
1998-07-04fid the reloc bugMichael Shalayeff
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1998-03-25don't localise .lcomm if it's defined .globlPer Fogelstrom
1997-05-29Import of binutils-2.8.1 from Cygnus/FSFNiklas Hallqvist
1997-05-01Back 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-23add a lot of /bin/sh before calling scripts like config.guess and soThomas 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-13More consistent MIPS configPer Fogelstrom
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-21Clone NetBSD config for us, add handling of temporary local labelsNiklas 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.
1996-12-22changes to binutils to support powerpc-openbsdDale S. Rahn
1996-11-23Merge to Cygnus 961112 + add some support (not ready) for shared libsNiklas Hallqvist
1996-11-19Import of 961112 Cygnus binutils+gas+ld+gdb+gprofNiklas Hallqvist
1996-10-07man page fixes from niklasTheo de Raadt
1996-09-04Merge the Cygnus 960904 sourcesNiklas Hallqvist
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeNiklas Hallqvist
1996-09-04Import of binutils, gas, ld & gprof from Cygnus 960904 treeNiklas Hallqvist
1996-08-01Add OpenBSD/alpha supportNiklas Hallqvist
1996-07-14Fixes to make MIPS arc port to use in tree binutils.Per Fogelstrom
1996-06-10Bring Cygnus versions into the trunk, keeping our local patchesNiklas Hallqvist
1996-06-09Resolve conflicts with 0609 Cygnus importNiklas Hallqvist
1996-06-09Import of binutils, gas, ld & gprof from Cygnus 960609 treeNiklas Hallqvist
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08As it is highly unlikely OpenBSD's object file format will divert fromNiklas Hallqvist
NetBSD's, alias it instead of implementing a distinct but identical configuration.
1996-01-08Support OpenBSD configuration, by cloning NetBSD config entries.Niklas Hallqvist
1996-01-08Support OpenBSD configuration, by cloning NetBSD config entries.Niklas Hallqvist
1996-01-08Tweaks 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-08Initial GNU binutils 2.6 importNiklas Hallqvist