aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2014-05-16This fixes a few issues with pe/coff build-ids that were discovered since theJon Turney2-2/+24
2014-05-16This adds support for marking RL78 binaries as either supporting 32-bitKaushik Phata2-0/+6
2014-05-02bfd target vector rationalisationAlan Modra3-10/+15
2014-04-30Fixes a problem with the BFD library running out of memory because it mistakenlyNick Clifton4-0/+37
2014-04-25Add maintainers for OR1K.Christian Svensson2-0/+6
2014-04-23Add support for the MIPS eXtended Physical Address (XPA) ASE.Andrew Bennett2-0/+8
2014-04-22Remove support for the (deprecated) openrisc and or32 configurations and replaceChristian Svensson6-18/+53
2014-04-18mach-o: layout executablesTristan Gingold2-11/+15
2014-04-16Mach-O: Add objdump -P dyld_info to dump dyld data.Tristan Gingold2-8/+365
2014-04-16Mach-O: improve objdump -P load output.Tristan Gingold2-53/+57
2014-04-07Report an error on objcopy/strip of sectionless binariesAlan Modra2-0/+12
2014-04-03This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins...Markus Trippelsdorf3-4/+15
2014-04-03mach-o: fix warnings on 32 bit hosts. Display personality functions.Tristan Gingold2-6/+32
2014-04-02mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints.Tristan Gingold2-1/+92
2014-04-01mach-o: display data_in_code.Tristan Gingold2-7/+89
2014-03-27Mach-O: disp dyld environment command in objdump -P load.Tristan Gingold2-0/+12
2014-03-27Mach-O: add objdump -P function_starts to display function starts.Tristan Gingold2-15/+94
2014-03-27objdump: set address of debug sections.Tristan Gingold2-1/+5
2014-03-26[AArch64 disassembler] Add missing checks of undefine encodings onYufeng Zhang4-0/+116
2014-03-26Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64.Tristan Gingold2-0/+5
2014-03-24Fix stack offset in Mach-O output for -P compact_unwind.Tristan Gingold2-5/+12
2014-03-20An off-by-one error in the code to catch bogus vn_next fields meant thatNick Clifton2-1/+6
2014-03-19This is a fix for PR binutils/16723, where a corrupt .gnu.version_r section c...Nick Clifton2-0/+13
2014-03-17readelf -s test: Skip extra symbols produced by MSP430 assembler.Nick Clifton2-0/+6
2014-03-17od-macho: dump compact unwind info.Tristan Gingold2-2/+457
2014-03-17mach-o: handle lasz load dylib command.Tristan Gingold2-0/+5
2014-03-14Check fwrite return codeAnthony Green2-1/+10
2014-03-14Fix build time problem with MingGW hosts, which do not have a strnlen() funct...Nick Clifton3-4/+9
2014-03-12Update the documentation for the AR command so that it shows the --pluginNick Clifton2-2/+8
2014-03-12Fix compile time warnings about unused variables 'yyinput' and 'input'.Dmitry Gorbachev2-2/+7
2014-03-12autoreconfAlan Modra3-2/+7
2014-03-06Patch for PR binutils/16664 which triggers a seg-fault when attempting toNick Clifton2-9/+22
2014-03-05Update copyright yearsAlan Modra126-201/+130
2014-03-03Fix various copyright issuesAlan Modra2-0/+13
2014-02-11Fix readelf so it doesn't complain about corrupt attribute.Cary Coutant2-1/+6
2014-02-10binutils potfiles regenAlan Modra2-1423/+2317
2014-02-06binutils/ChangeLog:Andrew Pinski2-0/+5
2014-02-06Add readelf support for dumping gold version note sections.Cary Coutant2-0/+16
2014-01-29My patch to the binutils strip-10.d test was wrong. The osabi field should a...Nick Clifton2-1/+6
2014-01-28A recent change to the BFD library has meant that the osabi field inNick Clifton2-1/+6
2014-01-08Update copyright year to 2014H.J. Lu2-2/+6
2014-01-08New Year - binutils ChangeLog rotationH.J. Lu2-669/+683
2014-01-07remove VA_* from binutilsTom Tromey4-23/+37
2014-01-07remove uses of PARAMS from binutilsTom Tromey3-4/+9
2013-12-31 * objcopy.c (dump_sections): New list.Nick Clifton4-0/+103
2013-12-20 PR binutils/16218Nick Clifton7-69/+90
2013-12-19Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sectionsH.J. Lu3-2/+8
2013-12-19remove remnants of old Mach-O workaroundTom Tromey2-14/+13
2013-12-13Add support for Andes NDS32:Kuan-Lin Chen8-4/+289
2013-12-12Also copy EI_OSABI fieldH.J. Lu2-1/+8