summaryrefslogtreecommitdiff
path: root/toolchain/binutils
AgeCommit message (Collapse)Author
2006-06-242.17 is releasedMike Frysinger
2006-06-15version bump 2.16.94Mike Frysinger
2006-06-10cut 2.16.91.0.3 and 2.16.91.0.4Mike Frysinger
2006-06-10merge 2.17.50.0.2Mike Frysinger
2006-06-10add 2.16.93 (2.17 prerelease)Mike Frysinger
2006-06-05Add support for ARM EABI.Paul Mundt
2006-05-30Download using ftp instead of http from ftp sitesPeter Korsgaard
2006-05-26s/dependancies/dependencies/Mike Frysinger
2006-05-02Add some finer grained dependancy checking. Check thatEric Andersen
make >= 3.80 is installed, check that at least gcc 2.95 is installed. Other dependancy will be added as needed.
2006-03-18import binutils-2.16.91.0.7Mike Frysinger
2006-03-18add a binutils-unpacked shortcutMike Frysinger
2006-03-10- make sure we use the proper CC for building binutils.Bernhard Reutner-Fischer
- add config option BR2_EXTRA_BINUTILS_CONFIG_OPTIONS for passing additional flags to binutils configure.
2006-02-152.16.91.0.6 has been releasedMike Frysinger
2006-02-15cut some older versionsMike Frysinger
2006-01-04incorporate patches from marc in bug #273 to add support for nios2Mike Frysinger
2005-12-20binutils 2.16.91.0.5 has been releasedMike Frysinger
2005-12-06- fix esthetical typo in comment of .ctorsBernhard Reutner-Fischer
should be sent upstream, too.
2005-12-03no point in patching config.sub when we just overwrite it with files from ↵Mike Frysinger
the gnuconfig package
2005-12-02- fix uclibc-config patch for 2.16.91.0.4Bernhard Reutner-Fischer
2005-11-21binutils needs a CONFIG_UPDATE too, noted by Mike Frysinger.Paul Mundt
2005-11-132.16.91.0.4 version bumpMike Frysinger
2005-09-25Get rid of hack."Steven J. Hill"
2005-08-30This patch (and the one that got checked in for gdb-snapshot) hack the ↵"Steven J. Hill"
opcodes such that the MIPS32r2 instruction 'rdhwr' actually appears in the list of MIPS I instructions. This allows us to get disassembly for non-MIPS32r2 binaries.
2005-08-28jdupre writes in Bug 390: trying to use buildroot failed telling me to ↵Mike Frysinger
install bison ... turns out i was missing which, not bison
2005-08-26patch from upstream to fix an off-by-one error in superh bfdMike Frysinger
2005-08-26remove older 2.16.91.0.1Mike Frysinger
2005-08-23import 2.16.91.0.3 based on 2.16.91.0.2Mike Frysinger
2005-08-02prune 2.16.90.0.1 / 2.16.90.0.2Mike Frysinger
2005-08-02import binutils 2.16.91.0.2Mike Frysinger
2005-06-27make 2.16.1 the default binutilsMike Frysinger
2005-06-27import binutils 2.16.91.0.1Mike Frysinger
2005-06-18Add support for binutils 2.16.1. Patches are identical to those for 2.16.Manuel Novoa III
2005-05-112.16.90.0.3 releasedMike Frysinger
2005-05-05Uh... sjhill... Why do you think this shouldn't be here?Manuel Novoa III
2005-05-05Remove unneeded 2.16 binutils patch and update GCC 4.1.0 patches. MIPS"Steven J. Hill"
toolchain and filesystem image builds for C/C++. Java will be tested next.
2005-05-03Looks like the 2.16 patches should work fine for 2.15.97, and tested with a ↵Manuel Novoa III
mipsel soft-float cross+native toolchain build.
2005-05-02Add proper target support for newfangled sh targets.Paul Mundt
GCC folk in their infinite wisdom have added half-assed target support for newer sh cores. The support is there, but of course we have no way to actually enable the thing, so we do that with this patch. Likewise, binutils has no idea about any of these new targets either (not even a half-assed attempt, sadly), so we fix that up too.. now we're able to actually build a real toolchain for sh2a_nofpu- and other more ineptly named toolchains (and yes, there are more inept targets than that one, really. Go look, I promise).
2005-05-02No need to patch this when there's a configuration parameter.Manuel Novoa III
2005-05-02Obsolete.Manuel Novoa III
2005-05-02This is the 100 patch for 2.16.90.0.2. Note that 2.16.90.0.2 seems to be ↵Manuel Novoa III
broken for mips.
2005-05-01No longer needed and actually breaks the gcc java build.Manuel Novoa III
2005-05-01Prune out a bunch of binutils versions that are no longerEric Andersen
the latest and greatest in their respective binutils series
2005-04-30Fill in a couple of omissions.Manuel Novoa III
2005-04-30Needed --disable-werror to get 2.16.mumble build from dying on missing ↵Manuel Novoa III
prototypes in lex-generated files.
2005-04-30grab the -linux-gnu* -> -linux-* config changes from mainline and backport ↵Mike Frysinger
them to the 2.16 branch
2005-04-302.16.90.0.2 releasedMike Frysinger
2005-04-28Add support for soon to be released binutils-2.16 as well as"Steven J. Hill"
GCC-4.1.0. These tool versions are needed so that NPTL support can be added into uClibc. Backporting NPTL from GCC-4.1.0 into GCC-4.0 may be possible, but not recommended.
2005-04-23Fix broken patch. Was this even tested?"Steven J. Hill"
2005-04-11delete older 2.15.94.0.2 and add new 2.16.90.0.1Mike Frysinger
2005-03-02Fix things the other way round. Instead of restoring the mipsEric Andersen
embedded pic support into binutils, instead fixup gcc to not emit any embedded pic relocations.