Age | Commit message (Expand) | Author | Files | Lines |
2014-04-24 | PR16867, linking object with separate debug file | Alan Modra | 1 | -1/+2 |
2014-04-18 | mach-o: layout executables | Tristan Gingold | 1 | -436/+1079 |
2014-04-18 | mach-o: Define copy_private_header instead of copy_private_bfd. | Tristan Gingold | 1 | -1/+1 |
2014-04-18 | mach-o: remove name_len field. | Tristan Gingold | 1 | -11/+15 |
2014-04-18 | mach-o: add page_size to backend data. | Tristan Gingold | 1 | -0/+6 |
2014-04-18 | mach-o.c: use boolean instead of int to return status. | Tristan Gingold | 1 | -141/+141 |
2014-04-04 | mach-o: reject 64 bit targets when not configured for. | Tristan Gingold | 1 | -0/+9 |
2014-04-04 | mach-o: fix section name conversion from bfd to mach-o. | Tristan Gingold | 1 | -4/+5 |
2014-04-03 | mach-o: fix section number while writing symbols. | Tristan Gingold | 1 | -7/+16 |
2014-04-02 | mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints. | Tristan Gingold | 1 | -5/+67 |
2014-04-01 | bfd/mach-o: avoid a crash when num == 0 in reloc. | Tristan Gingold | 1 | -2/+1 |
2014-03-27 | Mach-O: disp dyld environment command in objdump -P load. | Tristan Gingold | 1 | -3/+1 |
2014-03-27 | Mach-O: add objdump -P function_starts to display function starts. | Tristan Gingold | 1 | -5/+37 |
2014-03-26 | Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64. | Tristan Gingold | 1 | -0/+4 |
2014-03-17 | mach-o: handle lasz load dylib command. | Tristan Gingold | 1 | -0/+2 |
2014-03-05 | Update copyright years | Alan Modra | 1 | -1/+1 |
2014-01-02 | PR binutils/11983 | Nick Clifton | 1 | -2/+2 |
2013-12-05 | Clear allocated target data. | Tristan Gingold | 1 | -1/+1 |
2013-07-18 | * mach-o.c (mach_o_section_name_xlat dw): Add entry for | Nick Clifton | 1 | -0/+3 |
2013-04-17 | * coffcode.h: Added a cast to void when a bfd_set_section_*() | Nick Clifton | 1 | -4/+2 |
2013-02-04 | 2013-02-04 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+2 |
2013-01-31 | 2013-01-31 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -2/+15 |
2013-01-26 | * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore, | Alan Modra | 1 | -10/+4 |
2013-01-10 | Remove trailing white spaces in bfd | H.J. Lu | 1 | -56/+56 |
2012-11-14 | bfd/ | Tristan Gingold | 1 | -0/+52 |
2012-11-14 | 2012-11-14 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -20/+30 |
2012-11-06 | * mach-o.c (bfd_mach_o_close_and_cleanup): Don't call | Alan Modra | 1 | -0/+3 |
2012-08-20 | * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc for | Tom Tromey | 1 | -1/+1 |
2012-07-24 | 2012-07-24 Teresa Johnson <tejohnson@google.com> | Cary Coutant | 1 | -1/+1 |
2012-02-23 | deal with endian-ness in mach-o non-scattered relocs. | Iain Sandoe | 1 | -30/+116 |
2012-02-10 | bfd: | Iain Sandoe | 1 | -11/+52 |
2012-02-10 | correct some mach-o section specification nits. | Iain Sandoe | 1 | -2/+2 |
2012-02-02 | bfd/ | Tristan Gingold | 1 | -0/+2 |
2012-01-13 | handle absolute indirect syms in mach-o | Iain Sandoe | 1 | -0/+4 |
2012-01-13 | order relocs after segments for mach-o | Iain Sandoe | 1 | -8/+19 |
2012-01-12 | add indirect_symbol to mach-o port. | Iain Sandoe | 1 | -4/+60 |
2012-01-11 | bfd: | Iain Sandoe | 1 | -4/+16 |
2012-01-11 | bfd: | Iain Sandoe | 1 | -50/+76 |
2012-01-10 | 2012-01-10 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+1 |
2012-01-09 | add symbol qualifiers for mach-o to bfd/gas | Iain Sandoe | 1 | -173/+93 |
2012-01-04 | 2012-01-04 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+21 |
2012-01-04 | 2012-01-04 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -12/+49 |
2012-01-04 | bfd/ | Tristan Gingold | 1 | -0/+29 |
2012-01-04 | bfd/ | Tristan Gingold | 1 | -10/+49 |
2012-01-04 | bfd/ | Tristan Gingold | 1 | -1/+8 |
2012-01-04 | bfd/ | Tristan Gingold | 1 | -1/+21 |
2012-01-04 | 2012-01-04 Shinichiro Hamaji <shinichiro.hamaji@gmail.com> | Tristan Gingold | 1 | -2/+155 |
2012-01-03 | support stabs on mach-o GAS. | Iain Sandoe | 1 | -15/+19 |
2012-01-03 | correct typo in previous commit. | Iain Sandoe | 1 | -1/+1 |
2012-01-03 | add dysymtab write support to bfd/mach-o. | Iain Sandoe | 1 | -101/+728 |