summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
1999-04-29perl5.005_03Todd C. Miller
1999-04-29perl5.005_03Todd C. Miller
1996-08-19Import of Perl 5.003 into the tree. Makefile.bsd-wrapper andJason Downs
2013-03-24Don't forget to put .plt padding in the BSS_PLT case; lost during the 2.15->2.17Miod Vallat
2013-03-23Fix a bug in ld --gc-sections: it strips out .note sections, whileDavid Coppa
2013-03-21Define LABELS_WITHOUT_COLONS under OpenBSD again.Miod Vallat
2013-03-21Define PLT_BEFORE_GOT.Miod Vallat
2013-03-21Don't set TEXT_PLT if PLT_BEFORE_GOT.Miod Vallat
2013-03-20Move the __openbsd_randomdata_{start,end} symbols outside of thePhilip Guenther
2013-03-18Try harder putting .ctor and .dtor next to .got, to be able to have ld.soMiod Vallat
2013-03-14allow groff users to build these docs; from J??r??mie Courr??ges-AnglasJason McIntyre
2013-03-10Sync to ../binutils/Makefile.bsd-wrapper rev. 1.75:Miod Vallat
2013-03-10Let platforms configured to use binutils 2.17 still recurse into the binutilsMiod Vallat
2013-03-09Bring back got and plt padding sections and special symbols from our changesMiod Vallat
2013-03-09Do not recurse into gprof/ and etc/ on OpenBSD. The former is providedMiod Vallat
2013-03-06Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing codeJasper Lievisse Adriaanse
2009-10-12import perl 5.10.1Todd C. Miller
2003-12-03perl 5.8.2 from CPANTodd C. Miller
2013-02-19Remove m68k optimizer workaround.Brad Smith
2013-02-13Add support for .loc directive options basic_block, prologue_end, and epilogu...Brad Smith
2000-09-12Import binutils-2.10Marc Espie
2013-02-12Reenable the stack protector code, the last varargs change fixed the issue.Miod Vallat
2013-02-09Add CFI support for MIPS.Brad Smith
2013-02-09Port attribute (__used__) from gcc 3+ to gcc 2.95.Miod Vallat
2013-02-08Fix for CVE-2012-6329; from perl git via Sebastian TrahmTodd C. Miller
2013-02-08Replace the dummy definition of FUNCTION_ARG_PASS_BY_REFERENCE(). The newMiod Vallat
2013-02-08Stop providing our own EXPAND_BUILTIN_SAVEREGS(). Instead, do the necessaryMiod Vallat
2013-02-06Make guess_is_rela() and dump_relocations() m88k-aware. Gets us rid of arcaneMiod Vallat
2013-02-06gcc3 configuration for OpenBSD/m68k/ELF. Apparently, with the ELF toolchainMiod Vallat
2013-02-06Apply the fix for gcc PR #9812, which fixes generation of XFmode (long double)Miod Vallat
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2003-11-29Import gcc-3.3.2. Only the compiler. ada frontend removed for space Marc Espie
2013-02-05Disable PIE-by-default if -static (or one of its aliases) is passed on theMark Kettenis
2013-02-03Stop as(1) from optimizing away R_X86_64_GOTPCREL relocations.Mark Kettenis
2013-02-03Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64Mark Kettenis
2013-02-03Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 andMark Kettenis
2013-02-02The a.out rtld is no longer used.Miod Vallat
2013-02-02Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICEMiod Vallat
2013-02-02ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onMiod Vallat
2013-01-31Enable shared libraries on m88k platforms.Miod Vallat
2013-01-30Revert m88k.md 1.7 and m88k.c 1.27, 1.26 and 1.24 (partially) to restore theMiod Vallat
2013-01-30Revert link-time resolution of R_88K_GOT_16[HL] modified in 1.5, but keep theMiod Vallat
2013-01-28Correctly compute the relocation value of GOT_16[HL] relocations when they canMiod Vallat
2013-01-28Use symbolic_address_p() instead of simply checking whether GET_CODE() isMiod Vallat
2013-01-27The removal of the wrapping of PIC symbol references in an UNSPEC vectorMiod Vallat
2013-01-24Fix unused local and missing initializer warnings.Miod Vallat
2013-01-24Get rid of a few warnings by pouring prototypes and punctuation.Miod Vallat
2013-01-23m88k_expand_prologue(): add a REG_MAYBE_DEAD note to the insns loading theMiod Vallat
2013-01-20Enable multilib to build -fpic and -fPIC versions of libgcc.a, in addition toMiod Vallat
2013-01-20Generate linker scripts for shared libraries. Force padding sections aroundMiod Vallat