summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the documentation of -Wbounded and attribute(bounded) from gcc-local(1)miod2015-07-191-3/+64
* Correctly consume mandatory 0x66 prefix when disassemblingmiod2015-07-171-10/+34
* The expected behavior of Perl srand(0) is a deterministic pseudobluhm2015-07-161-5/+3
* Link static pie binaries against rcrt0.omiod2015-07-031-2/+3
* Avoid an assertion failure in elf32_arm_size_dynamic_sections() whenmiod2015-06-261-1/+1
* Fix stack shuffle such that sj includes si and the last element actuallymartynas2015-06-181-1/+1
* Do not provide extra _fdata and __data_start symbols; nothing in the non-mips32miod2015-06-162-2/+0
* Don't error out when an existing typedef is redefined with the same definition;miod2015-06-151-3/+11
* Add more encodings of options for the armv7 barrier instructions andjsg2015-06-132-10/+26
* Fix CVE-2012-3509, an integer overflow in libiberty, leading tobluhm2015-06-112-4/+11
* Actually commit the bits that make the compiler emit visibility informationkettenis2015-06-032-0/+3
* Revert 1.2, which used to be necessary during the early ld 2.17 work, butmiod2015-06-011-4/+0
* Enable secureplt by default on alpha. The old plt flavour can still bemiod2015-06-012-2/+2
* Define HAVE_AS_EXPLICIT_RELOCS and HAVE_AS_JSRDIRECT_RELOCS. These symbols aremiod2015-06-011-4/+4
* Now that we do not need to build binutils 2.15 (except for gdb), simplify themiod2015-06-012-42/+3
* Improve diffability against m68k.miod2015-05-261-4/+2
* Port the ELF m88k work to binutils 2.17. Good enough to build a bootingmiod2015-05-2518-29/+4696
* vax ELF bits for binutils 2.17.miod2015-05-258-3/+17
* Change ENTRY to __start to match binutils 2.15, needed for static PIEmiod2015-05-252-1/+2
* Teach binutils the {rd,wr}{fs,gs}base instructions.guenther2015-05-253-18/+28
* Re-remove extra perl utils, patch lost in 5.20.2 updateafresh12015-05-211-5/+0
* Keep visibility information for references to discarded sections.kettenis2015-05-191-4/+2
* Make the compiler emit visibility information for (undefined) references withkettenis2015-05-188-113/+66
* Stop including CFLAGS in CXXFLAGS it creates problems when mixingjsg2015-05-143-11/+14
* Revert rev 1.3. While that change appears to make the behaviour similar tokettenis2015-05-121-8/+0
* Add _bfd_ar_spacepadll() for formatting long long values in archive headers.guenther2015-05-105-8/+28
* Unset SEPARATE_GOTPLT. We don't want a seperate .got.plt section on OpenBSD,kettenis2015-04-301-0/+2
* Adjust ld semantics to make static PIE the default. Forgotten by pascal@.kettenis2015-04-271-2/+0
* Apply pre-built unicore patch, remove excess files - perl-5.20.2afresh12015-04-257-62710/+63187
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-2570-569/+430
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-25117-1692/+1928
* Import perl-5.20.2afresh12015-04-2599-413/+3547
* Revert: breaks h2ph handling of symlinks like endian.h --> sys/endian.hguenther2015-04-071-2/+2
* Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis2015-04-0613-16/+1021
* Add support for an efi-app-x86_64 target. Needed for UEFI bootloader work.kettenis2015-04-0613-18/+1025
* h2ph only handles actual _files_, so request just them from 'find'. Crazy, eh?guenther2015-04-061-2/+2
* Change gcc and ld semantics to make static PIE the default when invokingpascal2015-04-029-16/+15
* Add missing check for stdint.h, needed for SIZE_MAX in xsize.h.millert2015-02-053-2/+5
* Stop linking to perlthanks, lost patch in the 5.20 updateafresh12015-01-271-1/+1
* Prefer strdup() to malloc() + strcpy() and ftello() to ftell()miod2015-01-191-5/+3
* Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis2015-01-133-8/+26
* Generate a PT_PHDR entry for static PIE binaries. Modern GDB needs this tokettenis2015-01-133-8/+26
* Make putting a breakpoint on the first instruction of a program work.kettenis2015-01-121-1/+1
* Fix race condition in perl's ExtUtils::MakeMakerafresh12015-01-031-2/+2
* Make perl use our (arc4random backed) drand48 when unseededafresh12014-12-302-4/+7
* self-relocating crt0 bits for sh, and enable static pie by default. With somemiod2014-12-302-2/+3
* Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis2014-12-271-1/+2
* Link -static -pie executables with rcrt0.o instead of crt0.o such that theykettenis2014-12-271-2/+3
* Change the default entry point from _start to __start.kettenis2014-12-271-0/+1
* Link -static -pie executables on powerpc with rcrt0.o instead of crt0.okurt2014-12-261-2/+3