summaryrefslogtreecommitdiffstats
path: root/gnu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port attribute (__used__) from gcc 3+ to gcc 2.95.miod2013-02-091-2/+12
* 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
* Sanitize LINK_SPEC for hppa64, making it identical to what we have on amd64kettenis2013-02-031-8/+7
* Sanitize LINK_SPEC for hppa, making it identical to what we have on amd64 andkettenis2013-02-031-8/+7
* The a.out rtld is no longer used.miod2013-02-026-2457/+2
* Compile stdexcepti.cc with -O0 on m68k when compiling it -fPIC to avoid an ICEmiod2013-02-021-1/+7
* ELF toolchain for m68k, following the SysV/m68k ABI (32-bit types aligned onmiod2013-02-0213-15/+649
* 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-152-2/+2
* 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
* Change an instance of submit.cf that should now be openbsd-submit.cf.millert2013-01-131-2/+2
* Automagically define __PIC__ and __pic__ to 1 or 2, when building withmiod2013-01-111-0/+11
* In the WANT_LDAP=yes case, always link libsasl2matthieu2013-01-091-2/+2
* Teach as(1) how to handle mips symbolic register names.bcallah2013-01-074-690/+865
* Replace the list of platforms enabled (or not) to build the whole binutilsmiod2013-01-052-28/+12
* Switch m88k ports to ELF.miod2013-01-055-9/+152
* Remove the -mno-underscores, -msvr3 and -msvr4 options. They suppose themiod2013-01-053-842/+163
* Rename m88k_pound_sign to m88k_register_prefix (even though the prefix ismiod2013-01-052-101/+100
* Remove extern declarations redundant with "flags.h"miod2013-01-041-3/+0
* The removal of sdata support also removed the only use of SYMBOL_REF_FLAGmiod2013-01-032-18/+3