Age | Commit message (Expand) | Author | Files | Lines |
2006-11-01 | * pe-dll.c (autofilter_entry_type): Change name to const. | Christopher Faylor | 1 | -21/+27 |
2006-10-29 | * pe-dll.c (make_singleton_name_thunk): Re-add the NULL terminator. | Christopher Faylor | 1 | -4/+5 |
2006-10-03 | * pe-dll.c : Fix typo. | Nick Clifton | 1 | -18/+26 |
2006-09-20 | Add x86_64-mingw64 target | Nick Clifton | 1 | -41/+79 |
2006-09-16 | * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its | Nick Clifton | 1 | -59/+59 |
2006-08-21 | bfd | Nick Clifton | 1 | -0/+14 |
2006-08-17 | * pe-dll.c (autofilter_symbolprefixlist): Remove .idata$. | Christopher Faylor | 1 | -6/+0 |
2006-06-23 | * pe-dll.c (pe_details_type): Add new pointer for symbols list autofilter. | Nick Clifton | 1 | -55/+73 |
2006-05-11 | Apply fixes to allow arm WinCE toolchain to produce working executables. | Nick Clifton | 1 | -13/+39 |
2006-01-31 | 2006-01-31 Filip Navara <navaraf@reactos.com> | Danny Smith | 1 | -16/+63 |
2006-01-27 | * pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as | Nick Clifton | 1 | -2/+2 |
2005-12-08 | * pe-dll.c (build_filler_bfd): Conform error message to standard. | Alan Modra | 1 | -5/+5 |
2005-08-10 | pe-dll.c (pe_exe_fill_sections): Call lang_reset_memory_regions before | Nick Clifton | 1 | -0/+2 |
2005-06-09 | * ld.h (lang_phase_type): Move to.. | Alan Modra | 1 | -6/+4 |
2005-05-12 | Update FSF addresses | Nick Clifton | 1 | -2/+2 |
2005-03-02 | bfd/ | Jan Beulich | 1 | -1/+1 |
2005-02-23 | * pe-dll.c: Warning fixes. | Alan Modra | 1 | -8/+9 |
2005-01-21 | * ldlang.c (lang_reasonable_defaults): Remove. | Ben Elliston | 1 | -18/+0 |
2004-10-24 | * pe-dll.c (process_def_file): Don't export all symbols by default if | Danny Smith | 1 | -1/+1 |
2004-09-30 | emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): Generate correct base | Nick Clifton | 1 | -1/+1 |
2004-07-13 | * pe-dll.c (auto_export): Filter on just the import prefix, "_imp_", not | Nick Clifton | 1 | -1/+1 |
2004-06-24 | bfd/ | Alan Modra | 1 | -2/+2 |
2004-06-15 | * ldwrite.c (build_link_order): Use bfd_get_section_size | Alan Modra | 1 | -1/+1 |
2004-04-29 | * pe-dll.c: Revert changes accidentally committed 2004-03-08. | Alan Modra | 1 | -13/+12 |
2004-03-08 | Honour PRIVATE keyword | Nick Clifton | 1 | -3/+7 |
2004-02-25 | * pe-dll.c (fill_edata): Check that exported_symbol_sections is | Danny Smith | 1 | -2/+2 |
2004-01-20 | * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag. | Danny Smith | 1 | -1/+3 |
2003-12-05 | Fixes for use of ARM_26D reloc in arm-wince toolchain. | Nick Clifton | 1 | -1/+6 |
2003-10-31 | Index: sim/frv/ChangeLog | Andrew Cagney | 1 | -5/+5 |
2003-10-20 | 2003-10-19 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -8/+8 |
2003-10-14 | * pe-dll.c (pe_implied_import_dll): Also scan .rdata sections | Danny Smith | 1 | -4/+17 |
2003-10-02 | Correct sym def order & pick right sym for .idata$7 reloc. | Nick Clifton | 1 | -5/+5 |
2003-07-17 | Add libcygwin to the lib autofiler list | Nick Clifton | 1 | -0/+1 |
2003-06-28 | Convert to C90 | Alan Modra | 1 | -257/+167 |
2003-06-17 | Catch and ignore an ARM_26D reloc. | Nick Clifton | 1 | -0/+7 |
2003-06-02 | Scan table pe_dll->exports, which is sorted alphabetically, instead of | Nick Clifton | 1 | -6/+10 |
2003-04-02 | pe-dll.c (pe_detail_list): arm-pe targets use underscores. | Nick Clifton | 1 | -2/+12 |
2003-02-21 | Disable region size checking whilst relaxing sections. | Nick Clifton | 1 | -2/+2 |
2003-01-28 | Add code to prevent importing a dll multiple times. | Nick Clifton | 1 | -3/+13 |
2003-01-05 | * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0. | Christopher Faylor | 1 | -0/+1 |
2003-01-02 | Add do_pseudo_reloc and _pei386_runtime_relocator to the exclude list. | Nick Clifton | 1 | -1/+3 |
2003-01-02 | * ldfile.c: Fix comment typos. | Kazu Hirata | 1 | -6/+6 |
2002-12-16 | Add support to skip import libraries for performance reasons and instead | Nick Clifton | 1 | -9/+74 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -17/+17 |
2002-11-14 | Add --enable-auto-import extension. | Nick Clifton | 1 | -8/+135 |
2002-11-11 | * pe-dll.c (autofilter_liblist): add libmingwex and libgcj to the list of | Christopher Faylor | 1 | -0/+2 |
2002-11-11 | * pe-dll.c (autofilter_liblist): Generalize library names to catch more | Christopher Faylor | 1 | -6/+6 |
2002-11-06 | Adds support for fastcall symbols as used on Microsoft Windows platforms | Nick Clifton | 1 | -17/+45 |
2002-10-30 | * emultempl/aix.em: Use include <> for generated headers. | Daniel Jacobowitz | 1 | -1/+1 |
2002-10-11 | * pe-dll.c (make_import_fixup_mark): Avoid type-punned pointer. | Alan Modra | 1 | -7/+12 |