Age | Commit message (Expand) | Author | Files | Lines |
2004-03-30 | Remove long-obsolete MPW support. | Stan Shebs | 8 | -245/+9 |
2004-03-30 | Add (linker) support for CR16C processor | Nick Clifton | 7 | -0/+80 |
2004-03-30 | Updated Swedish translation | Nick Clifton | 2 | -406/+500 |
2004-03-27 | * ld-frv/fdpic*.d: Adjust to compensate for page size change. | Alexandre Oliva | 20 | -622/+626 |
2004-03-27 | * emultempl/elf32.em: Update new bfd_elf_discard_info name. | Alan Modra | 5 | -6/+13 |
2004-03-26 | * ld-powerpc/tlsexe.r: Update for changed sym type. | Alan Modra | 3 | -4/+9 |
2004-03-25 | bfd/ | Alan Modra | 2 | -1/+6 |
2004-03-22 | include/ | Alan Modra | 2 | -2/+10 |
2004-03-22 | * ld-cris/dsofnf.s, ld-cris/dsofnf2.s, ld-cris/gotplt1.d, | Hans-Peter Nilsson | 6 | -0/+140 |
2004-03-20 | bfd/ | H.J. Lu | 2 | -18/+5 |
2004-03-20 | * emulparams/elf32frvfd.sh (MAXPAGESIZE): Change to 16Kb. | Alexandre Oliva | 2 | -1/+5 |
2004-03-19 | 2004-03-19 H.J. Lu <hongjiu.lu@intel.com> | H.J. Lu | 12 | -0/+51 |
2004-03-19 | * ld-scripts/provide-2.d: Ignore random symbols. | Alan Modra | 2 | -0/+5 |
2004-03-19 | * config.in: Regenerate. | Alan Modra | 3 | -390/+490 |
2004-03-18 | bfd/ | Alan Modra | 8 | -32/+87 |
2004-03-17 | Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*. | Alan Modra | 2 | -2/+7 |
2004-03-16 | opcodes/ | Alan Modra | 10 | -341/+353 |
2004-03-08 | Honour PRIVATE keyword | Nick Clifton | 2 | -3/+12 |
2004-03-05 | * ld-scripts/size-1.d: Add bigendian regexps. | Nathan Sidwell | 3 | -11/+15 |
2004-03-05 | * elf.c (map_sections_to_segments): Ignore .tbss sections for | Nathan Sidwell | 10 | -11/+143 |
2004-03-01 | * ld.texinfo (Options): Fix example for --wrap. | Andreas Schwab | 2 | -2/+6 |
2004-03-01 | Add fr450 support. | Richard Sandiford | 6 | -0/+22 |
2004-02-25 | * pe-dll.c (fill_edata): Check that exported_symbol_sections is | Danny Smith | 2 | -2/+7 |
2004-02-24 | * ld-frv/fdpic-pie-2.d: Adjust for decay of FUNCDESC relocs that | Alexandre Oliva | 12 | -94/+244 |
2004-02-23 | * ldlang.c (lang_check): Use %P, not %E, in error message. | Ian Lance Taylor | 2 | -1/+5 |
2004-02-23 | * ldlang.h (struct lang_output_section_state): Change processed | Nathan Sidwell | 15 | -61/+153 |
2004-02-23 | * ld-scripts/data.t: Set ".other" address so location doesn't | Alan Modra | 3 | -2/+8 |
2004-02-20 | * ldgram.y (exp): Add two operand ALIGN. | Nathan Sidwell | 8 | -9/+74 |
2004-02-19 | * ldlang.c (map_input_to_output_sections): Initialize sections | Nathan Sidwell | 7 | -2/+58 |
2004-02-18 | * ldgram.y (statement_anywhere): Add assert rule. | Nathan Sidwell | 7 | -0/+53 |
2004-02-17 | bfd/ | Richard Sandiford | 5 | -146/+158 |
2004-02-15 | Use bfd_cache_close, instead of accessing bfd->iostream directly. | Andrew Cagney | 2 | -2/+6 |
2004-02-14 | * emulparams/elf32bmipn32-defs.sh (OTHER_SECTIONS): Discard | Richard Sandiford | 2 | -25/+8 |
2004-02-09 | * emulparams/armelf.sh, emulparams/armelf_linux.sh: Move | Daniel Jacobowitz | 3 | -2/+8 |
2004-02-09 | * emulparams/armelf_linux.sh (COMMONPAGESIZE): Set to 4KB. | Daniel Jacobowitz | 6 | -0/+13 |
2004-02-09 | Add support for relaxing the 32bit ldc/stc instructions. | Nick Clifton | 5 | -0/+177 |
2004-02-05 | Fix typo in previous delta | Nick Clifton | 2 | -1/+5 |
2004-02-04 | Fix thinko checking for dlls in archives. | Nick Clifton | 2 | -1/+5 |
2004-01-28 | * genscripts.sh: Fix typo. | Alan Modra | 2 | -6/+8 |
2004-01-28 | * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too. | Alan Modra | 2 | -4/+18 |
2004-01-24 | * emulparams/elf64_ia64.sh: Put .rela.opd into | Jakub Jelinek | 2 | -1/+6 |
2004-01-23 | * ld-arm/arm-app-abs32.s, ld-arm/arm-app-abs32.r, | Daniel Jacobowitz | 5 | -0/+62 |
2004-01-20 | * pe-dll.c (pe_create_import_fixup): Clear WP_TEXT flag. | Danny Smith | 3 | -4/+20 |
2004-01-18 | * ld-i386/tlsbin.dd: Adjust for changed sib printing. | Alan Modra | 2 | -2/+6 |
2004-01-15 | * emulparams/elf32ppc.sh (COMMONPAGESIZE): Define. | Alan Modra | 2 | -0/+5 |
2004-01-13 | * ld-arm/arm-elf.exp: Add arm-static-app test. | Daniel Jacobowitz | 5 | -0/+56 |
2004-01-13 | * ldlang.c (lang_get_regions): Add extra parameter 'have_vma' which if true will | Nick Clifton | 4 | -85/+135 |
2004-01-13 | If dot is advanced, then assume that the section should be allocated. | Nick Clifton | 2 | -0/+11 |
2004-01-12 | Add support for relaxation of bit manipulation instructions. | Nick Clifton | 5 | -1/+187 |
2004-01-12 | * ldlang.c (IGNORE_SECTION): Don't ignore SEC_ALLOC && !SEC_LOAD | Alan Modra | 2 | -4/+8 |