summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/bfd
Commit message (Collapse)AuthorAgeFilesLines
* [2.21], [2.22], [2.23] Backport of several patches for fixingAlexander Ivchenko2013-11-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build of binutils with texinfo-5.0. 2013-01-06 Andreas Schwab <schwab@linux-m68k.org> * doc/c-mips.texi (MIPS Opts): Fix use of @itemx. * doc/c-score.texi (SCORE-Opts): Likewise. * doc/c-tic54x.texi (TIC54X-Directives): Likewise. 2013-03-14 Andreas Schwab <schwab@suse.de> * doc/c-arc.texi (ARC Directives): Revert last change and use @itemize instead of @table. * doc/c-arm.texi (ARM-Instruction-Set): Likewise. 2013-03-14 Nick Clifton <nickc@redhat.com> PR gas/15212 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullte for table format. * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text to the @item directives. (ARM-Neon-Alignment): Move to correct place in the document. * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table formatting. * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of @smallexample. 2013-01-04 Andreas Schwab <schwab@linux-m68k.org> * doc/binutils.texi (elfedit): Fix use of @itemx in @table. 2013-01-07 Patrice Dumas <pertusus@free.fr> * ld.texinfo: Replace @ with @@ when it is part of the text. Correct ordering of M68HC11 entry. * doc/binutils.texi: Fix ordering of top level nodes. Replace erroneous uses of @itemx with @item. * bfd.texinfo: Replace @ with @@ when it is part of the text. Change-Id: Ib60e0340bf8d3e3b29ff4e93d34c6ac389c78fca Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
* Backport fixes for binutils-2.21/bfd pluginAndrew Hsieh2013-02-066-2/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---------------------------- revision 1.15 date: 2012/03/20 19:24:32; author: ktietz; state: Exp; lines: +37 -0 PR ld/12742 * configure.in (AC_CHECK_HEADERS): Test for windows.h and dlfcn.h. * plugin.c: Guard include of dlfcn.h if HAVE_DLFCN_H is defined. Add windows.h header include if HAVE_WINDOWS_H is defined. (dlerror): New static function if windows variant is used instead of dlfcn.h. (dlclose): Likewise. (dlopen): Likewise. (dlsym): Likewise. * configure: Regenerated. * config.in: Regenerated. ---------------------------- revision 1.295 date: 2012/10/13 14:17:10; author: hjl; state: Exp; lines: +2 -1 Replace -ldl with @lt_cv_dlopen_libs@ * Makefile.am (LIBDL): Replace -ldl with @lt_cv_dlopen_libs@. * configure.in (lt_cv_dlopen_libs): AC_SUBST. * Makefile.in: Regenerated. * configure: Likewise. Change-Id: I1d7f9545ce7f3de26062df50067067365eb2b13d
* Merge "Fix newer binutils not to assert on non-existence tag_FP_arch"Andrew Hsieh2012-10-233-5/+10
|\
| * Fix newer binutils not to assert on non-existence tag_FP_archAndrew Hsieh2012-10-233-5/+10
| | | | | | | | | | | | | | Used to be local NDK patch at $NDK/build/tools/toolchain-patches/ binutils/0001-Fix-newer-binutils-not-to-assert-on-non-existence-tag_FP_arch.patch Change-Id: I3804f43e8f365c7f9008347cf5b2d66c1255e6c0
* | Merge "Fix ld gc-sections"Andrew Hsieh2012-10-231-0/+3
|\ \
| * | Fix ld gc-sectionsAndrew Hsieh2012-10-231-0/+3
| |/ | | | | | | | | | | | | Used to be local NDK patch at $NDK/build/tools/toolchain-patches/ binutils/0001-Fix-ld-gc-sections.patch Change-Id: I3946edae82c315904f919f4c2f5f94b10a31aa37
* / Five fixes for MIPS in elfxx-mips.c mipself.em and elf.cAndrew Hsieh2012-10-232-8/+26
|/ | | | | | | Used to be local NDK patch at $NDK/build/tools/toolchain-patches/ binutils/0001-Fix-elfxx-mips.c-mipself.em-and-elf.c-with-5-fixes.patch Change-Id: Ic0abd634686b19b1afe86bf177643236d1f656a7
* Fix error: unresolvable R_ARM_THM_CALL relocationAndrew Hsieh2012-07-231-7/+17
| | | | | | | | | | | Backport of fix in cvs binutils 1.277 http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf32-arm.c.diff?cvsroot=src&r1=text&tr1=1.277&r2=text&tr2=1.276&f=u Related issue & thread http://code.google.com/p/android/issues/detail?id=35342 https://groups.google.com/forum/?fromgroups#!topic/android-ndk/HaLycHImqL8 Change-Id: Iee449ff9ed8effe6591aee5258eed502c7a484de
* Support decoding of symbols for plt entries on armChris Stratton2012-06-271-0/+15
| | | | | | | Fix to enable objdump to generate function@plt symbols for plt entries on arm as it already did for x86 Change-Id: I5b2997d82a53777b930d16a090dd355e403811be Signed-off-by: Chris Stratton <cs07024@gmail.com>
* Fix a typo in https://android-review.googlesource.com/#/c/36585/Jing Yu2012-05-161-1/+1
| | | | Change-Id: I210af69414aefc7f9bdd8ffc1967d4539ff88369
* Fixed ld --gc-sections bug.Jing Yu2012-05-166-18/+37
| | | | Change-Id: Ib856c96ca91fea2860c872d81a15ebd496a42783
* Preserve the original p_align and p_flags if they are valid.Ben Cheng2012-05-111-2/+8
| | | | | | | | bfd/elf.c Status: backport http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/elf.c.diff?cvsroot=src&r1=1.552&r2=1.553 Change-Id: I7046260ece65494a337c6bbbeee620b761827299
* Update binutils-2.21. Changes are the followingsJing Yu2012-02-153-33/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gold/yyscript.y Status: Backport Owner: saugustine Backport upstream patch to fix INCLUDE syntax errors. http://sourceware.org/ml/binutils/2011-11/msg00089.html gold/dirsearch.cc gold/dirsearch.h gold/script.cc.cc Status: Backport Owner: saugustine Backport upstream patch to implement INCLUDE directive http://sourceware.org/ml/binutils/2011-11/msg00165.html gas/config/tc-arm.c gas/testsuite/gas/arm/attr-march-armv7.d include/opcode/arm.h Status: Upstream Owner: dougkwan Fix b/5803351 by merging relevant parts of: http://www.cygwin.com/ml/binutils-cvs/2011-04/msg00112.html gold/arm.cc Status: Upstream Owner: dougkwan Fix PIE crashes on ARM. http://sourceware.org/ml/binutils-cvs/2012-02/msg00012.html gas/as.c Status: Local for mobile release branch Owner: jingyu Allow .incbin by default. Change-Id: Ie13a05e621ad34e292bc0384b3a05b9f7f6d6f8d
* Add binutils-2.21.Jing Yu2011-12-20515-0/+668478
Use --enable-gold=default for dual linker support. Change-Id: Id1a744c7db58a0b5e7a3be174cdfa875f2f86e49