Age | Commit message (Expand) | Author | Files | Lines |
2001-08-14 | * emultempl/elf32.em: Formatting fixes. | Alan Modra | 1 | -57/+56 |
2001-08-14 | (wild_doit): Rename to lang_add_section. | Alan Modra | 4 | -9/+10 |
2001-08-13 | * emultempl/needrelax.em: New file. | Richard Henderson | 1 | -0/+40 |
2001-08-13 | * emultempl/elf32.em: For SEC_EXCLUDE sections, ensure that | Alan Modra | 1 | -2/+6 |
2001-08-13 | * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Return | Alan Modra | 1 | -5/+6 |
2001-08-13 | Update copyright notice | Hans-Peter Nilsson | 1 | -1/+1 |
2001-08-13 | * emultempl/generic.em: Support EXTRA_EM_FILE. | Hans-Peter Nilsson | 1 | -21/+38 |
2001-08-09 | * emultempl/elf32.em (output_prev_sec_find): Add missing prototype. | Alan Modra | 1 | -0/+2 |
2001-08-04 | * emultempl/aix.em: ldexp.h,ldlang.h,ldfile.h,ldemul.h go in this | Alan Modra | 1 | -2/+2 |
2001-08-04 | * emultempl/beos.em (sort_sections): Modify for 2001-08-03 change, | Alan Modra | 1 | -57/+78 |
2001-08-03 | 2001-08-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-08-02 | 2001-08-02 Charles Wilson <cwilson@ece.gatech.edu> | Charles Wilson | 1 | -5/+156 |
2001-07-14 | 2001-07-14 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+4 |
2001-07-13 | * emultempl/elf32.em (output_prev_sec_find): New. | Jakub Jelinek | 1 | -6/+39 |
2001-07-11 | Check for the output_bfd not having any coff_data structure allocated to it. | Nick Clifton | 1 | -1/+1 |
2001-07-10 | 2001-07-09 David O'Brien <obrien@FreeBSD.org> | David O'Brien | 1 | -0/+3 |
2001-06-18 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): | Hans-Peter Nilsson | 1 | -1/+1 |
2001-06-08 | * ldlang.c (record_bfd_errors): Remove. | Alan Modra | 1 | -1/+2 |
2001-06-05 | * emultempl/pe.em (init): Reduce default stack reserve to 0x200000. | DJ Delorie | 1 | -1/+1 |
2001-05-25 | 2001-05-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+2 |
2001-05-25 | 2001-05-25 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -1/+1 |
2001-05-25 | 2001-05-24 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -4/+0 |
2001-05-25 | 2001-05-24 H.J. Lu <hjl@gnu.org> | H.J. Lu | 7 | -7/+98 |
2001-05-24 | Support for xcoff64 | Tom Rix | 2 | -238/+447 |
2001-05-24 | * emultempl/elf32.em (ELF_INTERPRETER_SET_DEFAULT): Use this new | Alexandre Oliva | 1 | -9/+13 |
2001-05-22 | Improve Solaris compatability | Nick Clifton | 1 | -0/+8 |
2001-05-03 | 2001-05-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -35/+13 |
2001-05-02 | 2001-05-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+2 |
2001-05-02 | Add gas and ld support for openrisc | Nick Clifton | 2 | -2/+2 |
2001-03-20 | * emultmpl/elf32.em (gld${EMULATION_NAME}_search_needed): If NAME | Ulrich Drepper | 1 | -0/+3 |
2001-03-17 | * emultempl/elf32.em (OPTION_GROUP): New macro. | Ulrich Drepper | 1 | -0/+13 |
2001-03-13 | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 18 | -18/+19 |
2001-03-05 | * emultempl/m68kelf.em (m68k_elf_after_allocation): Call | Alan Modra | 1 | -1/+1 |
2001-01-24 | * emultempl/elf32.em: Correct spelling in comments and listed | Hans-Peter Nilsson | 1 | -8/+8 |
2001-01-14 | Automatically enable --unique=.text for elf32-hppa. | Alan Modra | 1 | -2/+20 |
2001-01-14 | Extend "ld --unique" functionality. | Alan Modra | 1 | -22/+22 |
2001-01-08 | 2000-01-07 David O'Brien <obrien@BSDi.com> | David O'Brien | 1 | -4/+13 |
2000-12-26 | Add --no-default-excludes option for PE targets | Nick Clifton | 1 | -3/+7 |
2000-12-12 | Remove spurious whitespace | Nick Clifton | 1 | -1/+1 |
2000-11-13 | 2000-11-09 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -0/+36 |
2000-11-08 | Handle srdata sections emitted by Intel compiler. | Jim Wilson | 1 | -0/+4 |
2000-10-16 | Add tests of return values from bfd function calls | Nick Clifton | 1 | -28/+59 |
2000-10-13 | Oops - fix mistake in previous delta where unused variable 'nsyms' was | Nick Clifton | 1 | -5/+12 |
2000-10-13 | Add #ifdef DLL_SUPPORT around use of pe_dll_search_prefix. | Nick Clifton | 1 | -9/+7 |
2000-10-12 | * emultempl/pe.em (pe_dll_search_prefix): New variable, | DJ Delorie | 1 | -9/+44 |
2000-10-02 | * emultempl/pe.em (gld_*_after_open): detect case where there two | DJ Delorie | 1 | -0/+76 |
2000-09-28 | oops, didn't mean to check in that change yet | DJ Delorie | 1 | -21/+0 |
2000-09-28 | * pe-dll.c (process_def_file): Uninitialized data wasn't | DJ Delorie | 1 | -0/+21 |
2000-09-27 | .plt stub for lazy linking, --stub-group-size=N ld switch, | Alan Modra | 1 | -3/+32 |
2000-09-22 | Conditionalise the embedded relocs feature on the m68*-*-elf target | Nick Clifton | 1 | -78/+117 |