summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* bump to perl.so.13.0sthen2013-03-251-1/+1
* merge 5.16.3 / avoid installing shasum/zipdetails/json_ppsthen2013-03-253-21/+38
* merge 5.16.3 / link main binary with pthreadsthen2013-03-251-193/+230
* merge 5.16.3 / sync installed filessthen2013-03-251-77/+147
* merge 5.16.3 / regen unicore (add files cvs missed)sthen2013-03-25103-0/+2589
* merge 5.16.3 / regen unicoresthen2013-03-251007-160528/+182989
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-252857-92235/+537303
* Don't forget to put .plt padding in the BSS_PLT case; lost during the 2.15->2.17miod2013-03-241-0/+2
* Fix a bug in ld --gc-sections: it strips out .note sections, whiledcoppa2013-03-231-0/+1
* Define LABELS_WITHOUT_COLONS under OpenBSD again.miod2013-03-211-0/+7
* Define PLT_BEFORE_GOT.miod2013-03-212-0/+2
* Don't set TEXT_PLT if PLT_BEFORE_GOT.miod2013-03-211-1/+1
* Move the __openbsd_randomdata_{start,end} symbols outside of theguenther2013-03-201-2/+6
* Try harder putting .ctor and .dtor next to .got, to be able to have ld.somiod2013-03-181-2/+12
* Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:miod2013-03-101-4/+6
* Let platforms configured to use binutils 2.17 still recurse into the binutilsmiod2013-03-103-11/+27
* Bring back got and plt padding sections and special symbols from our changesmiod2013-03-091-6/+35
* Do not recurse into gprof/ and etc/ on OpenBSD. The former is providedmiod2013-03-092-2/+2
* Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing codejasper2013-03-064-25/+40
* Remove m68k optimizer workaround.brad2013-02-191-3/+1
* Add support for .loc directive options basic_block, prologue_end, and epilogue_begin.brad2013-02-133-35/+199
* Reenable the stack protector code, the last varargs change fixed the issue.miod2013-02-122-18/+0
* Add CFI support for MIPS.brad2013-02-092-0/+16
* Fix for CVE-2012-6329; from perl git via Sebastian Trahmmillert2013-02-082-15/+10
* Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The newmiod2013-02-083-10/+74
* Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessarymiod2013-02-083-54/+23
* Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcanemiod2013-02-061-0/+5
* gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchainmiod2013-02-063-5/+430
* Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)miod2013-02-0610-100/+38
* Disable PIE-by-default if -static (or one of its aliases) is passed on thekettenis2013-02-052-0/+4
* Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations.kettenis2013-02-032-0/+2
* The a.out rtld is no longer used.miod2013-02-026-2457/+2
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-0210-10/+27
* Enable shared libraries on m88k platforms.miod2013-01-312-2/+3
* Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore themiod2013-01-302-17/+43
* Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep themiod2013-01-301-1/+1
* Correctly compute the relocation value of GOT_16[HL] relocations when they canmiod2013-01-281-29/+27
* Use symbolic_address_p() instead of simply checking whether GET_CODE() ismiod2013-01-281-4/+2
* The removal of the wrapping of PIC symbol references in an UNSPEC vectormiod2013-01-272-28/+7
* Fix unused local and missing initializer warnings.miod2013-01-242-22/+36
* Get rid of a few warnings by pouring prototypes and punctuation.miod2013-01-244-11/+15
* m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading themiod2013-01-231-12/+17
* Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition tomiod2013-01-203-7/+22
* Generate linker scripts for shared libraries. Force padding sections aroundmiod2013-01-201-1/+3
* Rewrite. This is heavily based upon elf32-m68k.c, with a few things borrowedmiod2013-01-201-58/+1652
* Implement tc_fix_adjustable() on ELF, and use it to prevent #got_relmiod2013-01-202-0/+19
* Backport two fixes for amd64 from binutils 2.16.brad2013-01-201-73/+60
* Simplify OBSD_LIB_SPEC a bit for gcc3/4.brad2013-01-151-1/+1
* Bring back symbol visibility support. This had been done, then backed out,miod2013-01-152-0/+4
* When configured for ELF object format output, recognize #abdiff, #got_rel andmiod2013-01-152-25/+171