summaryrefslogtreecommitdiffstats
path: root/gnu
AgeCommit message (Expand)AuthorFilesLines
2015-08-31The code that guesstimates the number of local GOT entries assumes that therekettenis1-3/+3
2015-08-28Make gdb work again on mips64 PIE binaries by making sure that we selectkettenis1-1/+7
2015-08-28Add support for Irix-style "64-bit" archives.kettenis1-1/+2
2015-08-28Do proper GOT slot accounting for symbols that were forced to be local.kettenis1-2/+4
2015-08-25Unbreak binutils on sparc64, hppa (and probably some others).deraadt16-272/+24
2015-08-24add missing includes for free, exit, errx and strchrjsg1-0/+3
2015-08-23Introduce -Bsymbolic-functions and related flags. Taken from twobcallah16-24/+272
2015-08-23Define HAVE_AS_REL16, as binutils 2.17 supports the R_PPC_REL16 reloc.kettenis1-2/+2
2015-08-23Enable missing code to fully enable the Secure-PLT ABI and clean up thekettenis1-11/+4
2015-08-03Prevent a NULL dereference when a plt entry is not found.mpi1-1/+1
2015-07-27Implement support for __builtin_complex() to construct complex values,martynas2-1/+41
2015-07-19Add the documentation of -Wbounded and attribute(bounded) from gcc-local(1)miod1-3/+64
2015-07-17Correctly consume mandatory 0x66 prefix when disassemblingmiod1-10/+34
2015-07-16The expected behavior of Perl srand(0) is a deterministic pseudobluhm1-5/+3
2015-07-03Link static pie binaries against rcrt0.omiod1-2/+3
2015-06-26Avoid an assertion failure in elf32_arm_size_dynamic_sections() whenmiod1-1/+1
2015-06-18Fix stack shuffle such that sj includes si and the last element actuallymartynas1-1/+1
2015-06-16Do not provide extra _fdata and __data_start symbols; nothing in the non-mips32miod2-2/+0
2015-06-15Don't error out when an existing typedef is redefined with the same definition;miod1-3/+11
2015-06-13Add more encodings of options for the armv7 barrier instructions andjsg2-10/+26
2015-06-11Fix CVE-2012-3509, an integer overflow in libiberty, leading tobluhm2-4/+11
2015-06-03Actually commit the bits that make the compiler emit visibility informationkettenis2-0/+3
2015-06-01Revert 1.2, which used to be necessary during the early ld 2.17 work, butmiod1-4/+0
2015-06-01Enable secureplt by default on alpha. The old plt flavour can still bemiod2-2/+2
2015-06-01Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols aremiod1-4/+4
2015-06-01Now that we do not need to build binutils 2.15 (except for gdb), simplify themiod2-42/+3
2015-05-26Improve diffability against m68k.miod1-4/+2
2015-05-25Port the ELF m88k work to binutils 2.17. Good enough to build a bootingmiod18-29/+4696
2015-05-25vax ELF bits for binutils 2.17.miod8-3/+17
2015-05-25Change ENTRY to __start to match binutils 2.15, needed for static PIEmiod2-1/+2
2015-05-25Teach binutils the {rd,wr}{fs,gs}base instructions.guenther3-18/+28
2015-05-21Re-remove extra perl utils, patch lost in 5.20.2 updateafresh11-5/+0
2015-05-19Keep visibility information for references to discarded sections.kettenis1-4/+2
2015-05-18Make the compiler emit visibility information for (undefined) references withkettenis8-113/+66
2015-05-14Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg3-11/+14
2015-05-12Revert rev 1.3. While that change appears to make the behaviour similar tokettenis1-8/+0
2015-05-10Add _bfd_ar_spacepadll() for formatting long long values in archive headers.guenther5-8/+28
2015-04-30Unset SEPARATE_GOTPLT. We don't want a seperate .got.plt section on OpenBSD,kettenis1-0/+2
2015-04-27Adjust ld semantics to make static PIE the default. Forgotten by pascal@.kettenis1-2/+0
2015-04-25Apply pre-built unicore patch, remove excess files - perl-5.20.2afresh17-62710/+63187
2015-04-25Apply local patches, remove excess files - perl-5.20.2afresh170-569/+430
2015-04-25Fix merge issues, remove excess files - match perl-5.20.2 distafresh1117-1691/+1927
2015-04-25Import perl-5.20.2afresh199-413/+3547
2015-04-07Revert: breaks h2ph handling of symlinks like endian.h --> sys/endian.hguenther1-2/+2
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis13-16/+1021
2015-04-06Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis13-18/+1025
2015-04-06h2ph only handles actual _files_, so request just them from 'find'. Crazy, eh?guenther1-2/+2
2015-04-02Change gcc and ld semantics to make static PIE the default when invokingpascal9-16/+15
2015-02-05Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.millert3-2/+5
2015-01-27Stop linking to perlthanks, lost patch in the 5.20 updateafresh11-1/+1