Age | Commit message (Expand) | Author | Files | Lines |
2000-09-16 | * elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match | Alexandre Oliva | 2 | -1/+6 |
2000-09-15 | add support for embedded relocs in m68k ELF port | Nick Clifton | 9 | -389/+557 |
2000-09-15 | ld performs LITUSE relocations incorrectly if -relax is specified on the ld | Nick Clifton | 2 | -10/+26 |
2000-09-15 | Find the first .init and .fini sections correctly. | Alan Modra | 2 | -57/+90 |
2000-09-14 | Lots of bug fixes. .plt entries for DT_INIT, DT_FINI, and any | Alan Modra | 2 | -240/+655 |
2000-09-14 | * elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32, | Alexandre Oliva | 2 | -113/+257 |
2000-09-14 | Add support for the MIPS32 | Nick Clifton | 5 | -2/+19 |
2000-09-14 | * som.c (som_write_symbol_strings): Do not used fixed buffers, | Jeff Law | 2 | -25/+68 |
2000-09-12 | 2000-09-12 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 2 | -0/+47 |
2000-09-11 | Make debug_sec_names static. | Nick Clifton | 2 | -1/+6 |
2000-09-10 | Emit 8 NULs for target section name instead of dumping core when the target | Nick Clifton | 2 | -1/+8 |
2000-09-09 | 2000-09-09 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2 | -4/+9 |
2000-09-09 | Do not initialise flags in output bfd if the input bfd is the default | Nick Clifton | 2 | -6/+13 |
2000-09-08 | 2000-09-08 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 4 | -1093/+1046 |
2000-09-08 | (bfd_get_unique_section_name): Put a dot before the numeric suffix. | Alan Modra | 2 | -152/+157 |
2000-09-07 | 2000-09-07 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2 | -78/+97 |
2000-09-07 | 2000-09-07 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 2 | -162/+156 |
2000-09-07 | * config.bfd (sh-*-linux*): Added. | Alexandre Oliva | 9 | -12/+78 |
2000-09-06 | * xcofflink.c (xcoff_link_input_bfd): Include the .tocbss | Geoffrey Keating | 3 | -9/+45 |
2000-09-06 | 2000-09-06 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -1/+5 |
2000-09-06 | * configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 2 | -272/+268 |
2000-09-06 | `template' isn't a very good name for a variable. | Alan Modra | 3 | -7/+13 |
2000-09-06 | Regenerate files using fixed aclocal install. | Nick Clifton | 5 | -67/+101 |
2000-09-05 | Fix buggy macros | Nick Clifton | 2 | -603/+269 |
2000-09-05 | 2000-09-05 Steven Johnson <sbjohnson@ozemail.com.au> | Geoffrey Keating | 2 | -0/+18 |
2000-09-05 | Shared lib support. | Alan Modra | 3 | -748/+3215 |
2000-09-05 | (SEC_HAS_GOT_REF): Define new flag for asection. | Alan Modra | 3 | -5/+79 |
2000-09-05 | A tiny addition for PCREL12F relocs, and a fix for functions that have | Alan Modra | 2 | -10/+28 |
2000-09-05 | Support for vtable relocs. | Alan Modra | 2 | -62/+109 |
2000-09-03 | Fix formatting and spelling mistakes | Nick Clifton | 1 | -52/+52 |
2000-09-03 | 2000-09-03 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -1/+13 |
2000-09-03 | 2000-09-02 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -11/+17 |
2000-09-03 | 2000-09-02 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 2 | -0/+26 |
2000-09-02 | Increase minor version number (to 2.10.91) to help tools detect the new | Nick Clifton | 6 | -3/+368 |
2000-09-02 | Add .gnu.linkobce.wi. to the list of debug section names. | Nick Clifton | 7 | -124/+168 |
2000-09-02 | Find all sections containing debug information and include them in the stash. | Nick Clifton | 2 | -188/+224 |
2000-09-02 | * elf32-sh.c (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT, | Alexandre Oliva | 5 | -14/+1881 |
2000-09-01 | (elf_i386_finish_dynamic_symbol): Remove unnecessary check added 2000-08-27. | Alan Modra | 2 | -3/+6 |
2000-08-31 | * elf32-sh.c (sh_elf_merge_private_data): If ibfd's elf header flags | Joern Rennecke | 2 | -1/+7 |
2000-08-31 | * acinclude.m4: Include libtool and gettext macros from the | Alexandre Oliva | 4 | -1106/+905 |
2000-08-30 | 2000-08-29 Michael Snyder <msnyder@seadog.cygnus.com> | Michael Snyder | 7 | -68/+298 |
2000-08-27 | Reclaim reloc space for symbols that have been forced local. | Alan Modra | 2 | -43/+63 |
2000-08-24 | Allow common symbols to have an alignment of 1 if explicitly requested, and | Nick Clifton | 2 | -1/+10 |
2000-08-22 | Fix bugs detecting w65 architecture. | Nick Clifton | 3 | -4/+15 |
2000-08-22 | 2000-08-22 H.J. Lu <hjl@gnu.org> | H.J. Lu | 6 | -0/+106 |
2000-08-22 | * elf32-sh.c (sh_elf_relocate_section) [R_SH_IND12W, | Alexandre Oliva | 2 | -21/+28 |
2000-08-21 | Zero out the dynamic allocated content space. Add a comment to remind us that | Nick Clifton | 5 | -4/+33 |
2000-08-21 | 2000-08-21 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 2 | -17/+14 |
2000-08-16 | 2000-08-16 Jason Eckhardt <jle@cygnus.com> | Jason Eckhardt | 2 | -10/+35 |
2000-08-16 | * elflink.c (_bfd_elf_create_got_section): Don't abort(). | Alexandre Oliva | 2 | -6/+28 |