diff options
author | dim <dim@FreeBSD.org> | 2010-10-19 20:14:32 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2010-10-19 20:14:32 +0000 |
commit | 028042064399bacfc2ffe052a225f29e0ddc7173 (patch) | |
tree | c0dd05b468f68ab1011e1c9642ae1a2bebe7fb53 /contrib/binutils/gas | |
parent | 90edd39efd22ff909088bfca68181581ea1818a9 (diff) | |
download | FreeBSD-src-028042064399bacfc2ffe052a225f29e0ddc7173.zip FreeBSD-src-028042064399bacfc2ffe052a225f29e0ddc7173.tar.gz |
Merge ^vendor/binutils/dist@214033 into contrib/binutils.
The change made to bfd/elf.c in upstream revision 1.217.4.3 (which was a
revert of an earlier change), caused objcopy on powerpc to fail to copy
debug info from kernel modules. This had to be fixed by applying the
diff from upstream revision 1.243 on top of it.
Diffstat (limited to 'contrib/binutils/gas')
-rw-r--r-- | contrib/binutils/gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/binutils/gas/ChangeLog b/contrib/binutils/gas/ChangeLog index df93f2a..209d3bb 100644 --- a/contrib/binutils/gas/ChangeLog +++ b/contrib/binutils/gas/ChangeLog @@ -1,3 +1,17 @@ +2005-06-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> + + * config/tc-m32r.c (use_parallel): Change default value from 1 to 0. + +2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de> + + * config/tc-mips.c (append_insn): Handle delay slots in branch likely + correctly. + +2004-07-28 Jason Thorpe <thorpej@wasabisystems.com> + + * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd" + for TE_NetBSD. + 2004-05-23 Alan Modra <amodra@bigpond.net.au> * expr.c (operand, operator): Don't reject '++' and '--'. |