| Commit message (Expand) | Author | Age | Files | Lines |
* | * libbfd.c (bfd_get_file_window): Change writable parameter from | Ian Lance Taylor | 1995-11-08 | 1 | -1/+1 |
* | * libbfd.c (bfd_get_file_window): Change return type to boolean. | Ian Lance Taylor | 1995-11-08 | 1 | -3/+4 |
* | Changes for mmap; details in change log. | Ken Raeburn | 1995-11-06 | 1 | -1/+28 |
* | * xcofflink.c: More improvements, mostly to fix handling of | Ian Lance Taylor | 1995-10-27 | 1 | -0/+7 |
* | * xcofflink.c: Extensive changes to support linking shared objects | Ian Lance Taylor | 1995-10-25 | 1 | -0/+16 |
* | * bfd-in.h (struct bfd_link_needed_list): Rename from | Ian Lance Taylor | 1995-10-16 | 1 | -7/+9 |
* | * targets.c (bfd_target): Rename _bfd_read_ar_hdr field to | Ian Lance Taylor | 1995-10-09 | 1 | -1/+1 |
* | * targets.c (bfd_target): Add _bfd_read_ar_hdr field. Modify | Ian Lance Taylor | 1995-10-06 | 1 | -0/+7 |
* | * aoutx.h (translate_from_native_sym_flags): Don't try to stuff | Ian Lance Taylor | 1995-09-26 | 1 | -7/+6 |
* | Change arch info to be const, initialized at compile time. | Ian Lance Taylor | 1995-09-22 | 1 | -27/+20 |
* | Start work to all full PowerPC V.4 reloc support. | Michael Meissner | 1995-09-22 | 1 | -7/+22 |
* | * targets.c (bfd_target): Remove unused align_power_min field. | Ian Lance Taylor | 1995-09-19 | 1 | -1/+0 |
* | Extensive minor changes to avoid various gcc warnings. Also: | Ian Lance Taylor | 1995-09-12 | 1 | -2/+2 |
* | * configure.in: Call AC_CONFIG_HEADER. Substitute | Ian Lance Taylor | 1995-09-06 | 1 | -29/+31 |
* | Thu Aug 31 16:00:53 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-08-31 | 1 | -53/+9 |
* | * bfd-in.h: Add extern "C" if __cplusplus. | Ian Lance Taylor | 1995-08-31 | 1 | -2/+8 |
* | Mon Aug 21 17:49:28 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-08-22 | 1 | -22/+48 |
* | * elfcode.h (NAME(bfd_elf,record_link_assignment)): Add provide | Ian Lance Taylor | 1995-07-04 | 1 | -2/+2 |
* | * libelf.h (struct elf_link_hash_table): Add needed field. Remove | Ian Lance Taylor | 1995-07-04 | 1 | -0/+8 |
* | * bfd.c (enum bfd_error): Define bfd_error_no_armap. | Ian Lance Taylor | 1995-07-03 | 1 | -1/+3 |
* | * bfd-in.h (NT_subsystem, NT_stack_heap): Declare but don't | Stan Shebs | 1995-06-16 | 1 | -8/+3 |
* | * bfd-in.h, bfd-in2.h (bfd_boolean): Rename bfd_true, bfd_false | Stan Shebs | 1995-06-15 | 1 | -3/+4 |
* | * targets.c: Add copy_private_symbol_data and link_split_section | Jeff Law | 1995-06-10 | 1 | -7/+20 |
* | * bfd-in.h (bfd_true, bfd_false): Define these to true and false | Jeff Law | 1995-06-09 | 1 | -0/+2 |
* | * bfd-in.h: (TRUE_FALSE_ALREADY_DEFINED): Define this if | Jeff Law | 1995-06-09 | 1 | -12/+118 |
* | Regenerated. | David Edelsohn | 1995-02-10 | 1 | -0/+4 |
* | msdos .exe file support from bryan ford | Ken Raeburn | 1995-02-06 | 1 | -9/+12 |
* | * opncls.c (bfd_openstreamr): New function. | Ian Lance Taylor | 1995-01-17 | 1 | -1/+3 |
* | * archures.c, Makefile.in, targets.c, bfd-in2.h, coffcode.h, | Steve Chamberlain | 1995-01-16 | 1 | -0/+2 |
* | Change "reloc_howto_type" typedef to be "const", since all uses of it are (or | Ken Raeburn | 1995-01-12 | 1 | -2/+5 |
* | Initial ARC support. | David Edelsohn | 1994-11-30 | 1 | -1/+13 |
* | Clean up bitrot (such as interfaces that have changed since these | Michael Tiemann | 1994-11-25 | 1 | -0/+3 |
* | * reloc.c (bfd_reloc_code_type): Add new value BFD_RELOC_12_PCREL. | Ken Raeburn | 1994-11-17 | 1 | -13/+30 |
* | * bfd-in.h (bfd_seek): Change declaration to not mark fp const. | Ian Lance Taylor | 1994-09-26 | 1 | -1/+15 |
* | * reloc.c (enum bfd_reloc_code_real): Rewrote definition to use new "chew" | Ken Raeburn | 1994-09-02 | 1 | -84/+99 |
* | * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add soname | Ian Lance Taylor | 1994-08-30 | 1 | -16/+36 |
* | i960xl changes (sanitized) | Ken Raeburn | 1994-07-27 | 1 | -14/+4 |
* | * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add rpath | Ian Lance Taylor | 1994-07-20 | 1 | -3/+3 |
* | NS32K changes from Ian Dall. | Ken Raeburn | 1994-07-14 | 1 | -17/+54 |
* | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1994-06-20 | 1 | -4/+4 |
* | Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) | Ian Lance Taylor | 1994-06-16 | 1 | -0/+5 |
* | * libelf.h (struct elf_obj_tdata): New field dt_needed_name. | Ian Lance Taylor | 1994-06-16 | 1 | -0/+1 |
* | regenerated (unsanitize v9) | Ken Raeburn | 1994-06-15 | 1 | -2/+2 |
* | * elfcode.h (NAME(bfd_elf,size_dynamic_sections)): Add sinterpptr | Ian Lance Taylor | 1994-06-15 | 1 | -2/+2 |
* | * bfd-in.h (BFD_TRADITIONAL_FORMAT): Define new BFD flag to | Ian Lance Taylor | 1994-06-15 | 1 | -0/+14 |
* | Add support for ELF shared libraries. Loosely based on work by | Ian Lance Taylor | 1994-05-19 | 1 | -0/+11 |
* | * bfd-in2.h: Rebuilt. | Jeff Law | 1994-05-16 | 1 | -97/+0 |
* | * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from | Ian Lance Taylor | 1994-05-10 | 1 | -6/+18 |
* | * reloc.c (bfd_reloc_code_real_type): Add BFD_RELOC_PCREL_HI16_S | Ian Lance Taylor | 1994-04-14 | 1 | -0/+4 |
* | * targets.c (bfd_target): Add fields | Ian Lance Taylor | 1994-04-07 | 1 | -11/+40 |