Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | * coff-rs6000.c: Remove ARGSUSED and VARARGS. | Kazu Hirata | 1 | -2/+0 |
2003-11-30 | * ChangeLog: Fix typos. | Kazu Hirata | 1 | -1/+1 |
2003-11-03 | 2003-11-03 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -3/+3 |
2003-10-31 | Index: sim/frv/ChangeLog | Andrew Cagney | 1 | -8/+8 |
2003-10-23 | 2003-10-23 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -1/+1 |
2003-10-20 | 2003-10-19 Andrew Cagney <cagney@redhat.com> | Andrew Cagney | 1 | -5/+5 |
2003-10-11 | * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done. | Alan Modra | 1 | -2/+1 |
2003-07-25 | bfd/ | H.J. Lu | 1 | -5/+5 |
2003-07-08 | * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format. | Alan Modra | 1 | -2/+0 |
2003-07-04 | * section.c (bfd_make_section): Return NULL for existing section. | Alan Modra | 1 | -1/+1 |
2003-06-29 | Convert to C90 and a few tweaks. | Alan Modra | 1 | -94/+67 |
2003-06-18 | bfd/ | H.J. Lu | 1 | -2/+6 |
2003-06-08 | * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by | Alan Modra | 1 | -3/+8 |
2003-04-29 | bfd/ | H.J. Lu | 1 | -3/+5 |
2003-02-04 | bfd | Alan Modra | 1 | -3/+34 |
2002-11-30 | s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. Simplify | Alan Modra | 1 | -46/+46 |
2002-10-25 | * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to | Dave Anglin | 1 | -2/+3 |
2002-07-04 | * section.c (_bfd_strip_section_from_output): Remove unnecessary | Alan Modra | 1 | -62/+22 |
2002-06-25 | * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy. | Alan Modra | 1 | -1/+1 |
2002-06-10 | * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE | Richard Sandiford | 1 | -0/+1 |
2002-06-05 | * bfd-in.h: Remove "taken from the source" comment. | Alan Modra | 1 | -9/+7 |
2002-06-04 | * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups. | Alan Modra | 1 | -0/+21 |
2002-05-23 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | Jakub Jelinek | 1 | -6/+3 |
2002-01-30 | Tidy up formatting in bfd-in2.h | Nick Clifton | 1 | -35/+8 |
2002-01-05 | * section.c (bfd_section_init): Remove unnecessary initialisations. | Alan Modra | 1 | -13/+51 |
2001-12-17 | hash bfd sections for fast lookup and create. | Alan Modra | 1 | -78/+160 |
2001-11-19 | Define and use bfd_is_const_section(). | Nick Clifton | 1 | -0/+6 |
2001-11-13 | * section.c (bfd_make_section_anyway): Don't increment section_id | Alan Modra | 1 | -2/+4 |
2001-10-18 | * section.c (_bfd_strip_section_from_output): Don't count | Jakub Jelinek | 1 | -1/+4 |
2001-10-10 | * aout-encap.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2001-10-09 | * elf-bfd.h (struct bfd_elf_section_data): Add "group" and | Alan Modra | 1 | -5/+10 |
2001-09-29 | * section.c (struct sec): Remove kept_section. | Alan Modra | 1 | -7/+2 |
2001-09-28 | * section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN. | Richard Henderson | 1 | -3/+5 |
2001-09-18 | Touches most files in bfd/, so likely will be blamed for everything.. | Alan Modra | 1 | -29/+25 |
2001-06-02 | * section.c (_bfd_strip_section_from_output): Handle NULL | Hans-Peter Nilsson | 1 | -0/+5 |
2001-05-17 | Add a flag to asection, linker_has_input, and use it to reliably | Alan Modra | 1 | -4/+11 |
2001-04-14 | * section.c (STD_SECTION): Add entsize. | Jakub Jelinek | 1 | -5/+5 |
2001-04-14 | 2001-04-13 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -0/+13 |
2001-03-08 | Update copyright notices | Nick Clifton | 1 | -1/+2 |
2000-12-20 | 2000-12-19 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -17/+2 |
2000-11-13 | 2000-11-09 Philip Blundell <pb@futuretv.com> | Phil Blundell | 1 | -1/+1 |
2000-11-08 | * elf64-ia64.c (elf64_ia64_final_link): New local unwind_output_sec. | Richard Henderson | 1 | -0/+5 |
2000-10-12 | Another try at correcting relocations against discarded | Alan Modra | 1 | -8/+9 |
2000-10-10 | * section.c (bfd_make_section_anyway): Release newsect ptr when | Alan Modra | 1 | -2/+5 |
2000-09-20 | Handle out of memory situations. | Alan Modra | 1 | -0/+2 |
2000-09-08 | (bfd_get_unique_section_name): Put a dot before the numeric suffix. | Alan Modra | 1 | -6/+6 |
2000-09-06 | `template' isn't a very good name for a variable. | Alan Modra | 1 | -6/+6 |
2000-09-05 | (SEC_HAS_GOT_REF): Define new flag for asection. | Alan Modra | 1 | -0/+57 |
2000-08-03 | Restore reverted code. Fix bug in reverted code which was eliminating too | Nick Clifton | 1 | -7/+10 |
2000-08-03 | 2000-08-03 H.J. Lu <hjl@gnu.org> | H.J. Lu | 1 | -10/+7 |