Age | Commit message (Expand) | Author | Files | Lines |
2004-01-15 | * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define. | Alan Modra | 1 | -0/+4 |
2004-01-13 | * ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will | Nick Clifton | 1 | -0/+12 |
2004-01-13 | If dot is advanced, then assume that the section should be allocated. | Nick Clifton | 1 | -0/+5 |
2004-01-12 | * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD | Alan Modra | 1 | -0/+6 |
2004-01-09 | * emultempl/ppc64elf.em (ppc_before_allocation): Clear cached | Alan Modra | 1 | -0/+5 |
2004-01-06 | 2003-11-28 Alexandre Oliva <aoliva@redhat.com> | Alexandre Oliva | 1 | -0/+26 |
2004-01-05 | * emulparams/elf_s390.sh (NO_SMALL_DATA): Set to yes. | Jakub Jelinek | 1 | -0/+5 |
2004-01-03 | typo fix | Alan Modra | 1 | -4/+4 |
2004-01-03 | * ldexp.c (align_n): Make static. | Alan Modra | 1 | -0/+27 |
2004-01-03 | * ldfile.c (ldfile_set_output_arch): Add defarch param. | Alan Modra | 1 | -0/+21 |
2004-01-02 | Add m68k-uclinux target | Nick Clifton | 1 | -0/+3 |
2004-01-02 | Split ChangeLog files. | Alan Modra | 1 | -6940/+1 |
2003-12-19 | Add support for m32r-linux target, including a RELA ABI and PIC. | Nick Clifton | 1 | -0/+12 |
2003-12-18 | When scanning MS import libraries allow for the possible presence of static | Nick Clifton | 1 | -0/+6 |
2003-12-16 | Fix typo. | Michael Snyder | 1 | -1/+1 |
2003-12-08 | 2003-12-07 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+5 |
2003-12-07 | * ldemul.c: Convert to ISO-C. | Kazu Hirata | 1 | -0/+5 |
2003-12-07 | * lexsup.c (is_num): Remove. | Kazu Hirata | 1 | -0/+4 |
2003-12-05 | Fixes for use of ARM_26D reloc in arm-wince toolchain. | Nick Clifton | 1 | -0/+5 |
2003-12-04 | bfd/ | H.J. Lu | 1 | -0/+9 |
2003-12-04 | Define RELOCATEABLE_OUTPUT_FORMAT | Nick Clifton | 1 | -0/+4 |
2003-12-04 | * ldlang.c (lang_do_assignments): Function return is void. | Alan Modra | 1 | -0/+8 |
2003-12-03 | Add vax-linux-gnu target | Nick Clifton | 1 | -0/+4 |
2003-12-03 | (HEAP_SECTION_MSP430): New section for forthcoming devices. | Nick Clifton | 1 | -0/+6 |
2003-12-03 | * emultempl/beos.em: Remove ARGSUSED. | Kazu Hirata | 1 | -0/+4 |
2003-12-02 | Rename bfd_link_hash_entry field "next" -> "und_next". | Alan Modra | 1 | -0/+8 |
2003-12-02 | Update docs to reflect fact the --undefined-symbols==ignore-all is no longer | Nick Clifton | 1 | -0/+5 |
2003-12-02 | make "dep-am" | Alan Modra | 1 | -0/+5 |
2003-12-02 | * ldmain.c (main): Remove mpc860c0 code. | Alan Modra | 1 | -0/+7 |
2003-12-01 | * emultempl/elf32.em (gld${EMULATION_NAME}_before_allocation): Test | Alan Modra | 1 | -0/+8 |
2003-11-28 | Fix building for FreeBSD | Nick Clifton | 1 | -0/+5 |
2003-11-19 | Fix IA-64 linker failure reported by Andreas Schwab. | Jim Wilson | 1 | -0/+3 |
2003-11-19 | Fix -pie core dump with .rela.opd section. | Jim Wilson | 1 | -0/+5 |
2003-11-10 | Add initial support for TLS sections in PE format files. | Nick Clifton | 1 | -0/+4 |
2003-11-09 | * configure.host (HOSTING_LIBS): Group libgcc and libc with | Alan Modra | 1 | -1/+10 |
2003-11-07 | Use consistent error messages for missing files. | Nick Clifton | 1 | -0/+4 |
2003-11-06 | Fix 'the the' typo | Nick Clifton | 1 | -0/+4 |
2003-11-04 | * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Only do | Alan Modra | 1 | -0/+4 |
2003-11-04 | * emultempl/ppc64elf.em (gld${EMULATION_NAME}_new_vers_pattern): Zap | Alan Modra | 1 | -44/+47 |
2003-11-04 | * emulparams/elf32_i860.sh (TEXT_START_ADDR): Define. | Alan Modra | 1 | -0/+4 |
2003-11-04 | * bfd-in.h (_bfd_elf_tls_setup): Declare. | Alan Modra | 1 | -0/+5 |
2003-10-31 | When looking for a previously loaded file compare the local_sym_name not the | Nick Clifton | 1 | -0/+10 |
2003-10-31 | Index: sim/frv/ChangeLog | Andrew Cagney | 1 | -0/+5 |
2003-10-30 | Switch to ELF targeted VxWorks targets | Nick Clifton | 1 | -0/+10 |
2003-10-27 | * scripttempl/elfm68hc12.sc: Define eeprom memory region. | Stephane Carrez | 1 | -0/+4 |
2003-10-25 | * ChangeLog-9197: Fix typos. | Kazu Hirata | 1 | -0/+7 |
2003-10-24 | 2003-10-24 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+4 |
2003-10-24 | 2003-10-24 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 1 | -0/+4 |
2003-10-24 | bfd/ | H.J. Lu | 1 | -0/+11 |
2003-10-24 | Oops - omitted from patch that added a second parameter to lang_memory_region... | Nick Clifton | 1 | -0/+5 |