Age | Commit message (Expand) | Author | Files | Lines |
1997-06-22 | * coff-i386.c (i3coff_object_p): If COFF_IMAGE_WITH_PE, hack to | Ian Lance Taylor | 1 | -5/+0 |
1997-06-12 | Back out last change, there are too many more to fix them all. | Fred Fish | 1 | -1/+1 |
1997-06-12 | * coffgen.c (_bfd_coff_is_local_label_name): Return proper boolean | Fred Fish | 1 | -22/+128 |
1996-04-18 | * libcoff-in.h (struct coff_final_link_info): Add last_bf_index | Ian Lance Taylor | 1 | -1/+1 |
1996-04-16 | * coffgen.c (bfd_coff_get_syment): New function. | Ian Lance Taylor | 1 | -0/+72 |
1996-03-29 | * section.c (SEC_LINK_ONCE): Define. | Ian Lance Taylor | 1 | -1/+1 |
1996-03-28 | * coffgen.c (coff_bfd_make_debug_symbol): Improve comment. | David Edelsohn | 1 | -1/+2 |
1996-03-27 | * peicode.h (coff_swap_aux_in): Swap in extra PE x_scn fields. | Ian Lance Taylor | 1 | -0/+14 |
1996-03-15 | * coffgen.c (coff_get_normalized_symtab): Call bfd_zalloc instead | David Edelsohn | 1 | -48/+49 |
1996-01-15 | * coffgen.c (coff_find_nearest_line): Don't try to cache | Ian Lance Taylor | 1 | -4/+2 |
1995-12-01 | * libbfd.c (bfd_malloc, bfd_realloc): New functions. | Ian Lance Taylor | 1 | -21/+9 |
1995-11-29 | * opncls.c (bfd_alloc_by_size_t): Set bfd_error_no_memory if | Ian Lance Taylor | 1 | -56/+14 |
1995-11-21 | * coffgen.c (coff_renumber_symbols): Sort common symbols with | Ian Lance Taylor | 1 | -4/+6 |
1995-11-18 | * coffgen.c (_bfd_coff_get_external_symbols): Cast malloc return. | Ian Lance Taylor | 1 | -2/+11 |
1995-10-26 | * xcofflink.c: Numerous changes to get closer to a working XCOFF | Ian Lance Taylor | 1 | -1/+151 |
1995-10-10 | * coffgen.c (coff_count_linenumbers): Don't count line numbers for | Ian Lance Taylor | 1 | -2/+6 |
1995-10-09 | * coffcode.h (combined_entry_type): Add fix_line field. | Ian Lance Taylor | 1 | -2/+23 |
1995-10-09 | * libcoff-in.h (struct xcoff_tdata): Define. | Ian Lance Taylor | 1 | -6/+6 |
1995-10-06 | * coffgen.c (coff_fix_symbol_name): Don't try to set up file | Ian Lance Taylor | 1 | -3/+5 |
1995-10-06 | * coffcode.h (bfd_coff_backend_data): Add new field | Ian Lance Taylor | 1 | -0/+4 |
1995-10-06 | * coffcode.h (bfd_coff_backend_data): Add new field | Ian Lance Taylor | 1 | -26/+20 |
1995-09-25 | * coffgen.c (string_size): Remove static variable. | Ian Lance Taylor | 1 | -32/+63 |
1995-09-25 | * libcoff-in.h (struct coff_section_tdata): Add offset, i, | Ian Lance Taylor | 1 | -22/+29 |
1995-09-12 | Extensive minor changes to avoid various gcc warnings. Also: | Ian Lance Taylor | 1 | -67/+152 |
1995-07-07 | * coffgen.c (coff_renumber_symbols): Sort defined symbols that are | Ian Lance Taylor | 1 | -29/+58 |
1995-02-17 | * coffgen.c: Reindented. | Ian Lance Taylor | 1 | -547/+589 |
1994-10-19 | * aoutx.h (NAME(aout,slurp_symbol_table)): Don't return an error | Ian Lance Taylor | 1 | -48/+36 |
1994-09-06 | Add new style linker support to COFF backend. a29k only for now. | Ian Lance Taylor | 1 | -43/+59 |
1994-09-06 | * coffgen.c (coff_print_symbol, case bfd_symbol_print_all): Check for section | Ken Raeburn | 1 | -1/+13 |
1994-08-26 | * coffgen.c (coff_real_object_p): Set obj_raw_syment_count. | Ian Lance Taylor | 1 | -2/+5 |
1994-08-25 | * coffgen.c (coff_find_nearest_line): Look for the best C_FILE, | Ian Lance Taylor | 1 | -19/+29 |
1994-08-25 | * coffgen.c (coff_write_alien_symbol): If we are not using the | Ian Lance Taylor | 1 | -1/+3 |
1994-08-24 | * coffgen.c (coff_print_symbol): Cast pointer different to long | Ian Lance Taylor | 1 | -1/+1 |
1994-08-24 | * coffgen.c (coff_real_object_p): Set obj_conv_table_size here, | Ian Lance Taylor | 1 | -13/+58 |
1994-08-15 | * coffgen.c (STRING_SIZE_SIZE): Define. | Ian Lance Taylor | 1 | -14/+34 |
1994-08-15 | * coffcode.h (styp_to_sec_flags): Add name argument. If no flags | Ian Lance Taylor | 1 | -11/+11 |
1994-06-20 | * Many files: change all bfd_target vectors to be const. Change | Ian Lance Taylor | 1 | -4/+6 |
1994-05-10 | * section.c (SEC_COFF_SHARED_LIBRARY): Renamed from | Ian Lance Taylor | 1 | -13/+21 |
1994-03-31 | * coffgen.c (coff_write_symbol): Reindented. Changed to return | Ian Lance Taylor | 1 | -171/+228 |
1994-03-30 | Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) | Ian Lance Taylor | 1 | -6/+6 |
1994-03-26 | * libbfd.c (bfd_read): Set bfd_error as appropriate for a short | Jeff Law | 1 | -105/+94 |
1994-02-17 | * bfd.c (bfd_get_error, bfd_set_error): New functions. | David MacKenzie | 1 | -26/+26 |
1994-02-12 | Make all callers of malloc or realloc (including via obstacks) | David MacKenzie | 1 | -32/+143 |
1994-02-01 | * coffcode.h (bfd_coff_backend_data): Added new arguments to | Ian Lance Taylor | 1 | -0/+7 |
1993-12-30 | Extensive changes to move the bulk of the linker into BFD so that | Ian Lance Taylor | 1 | -21/+23 |
1993-08-04 | * coff-h8500.c (rtype2howto): Do an fprintf to stderr rather than | Ian Lance Taylor | 1 | -7/+7 |
1993-06-04 | Patch from minyard@bnr.ca: For empty symbol table, write out number "4" in | Ken Raeburn | 1 | -19/+25 |
1993-02-23 | * libcoff.h (obj_raw_syment_coun): New macro. | Per Bothner | 1 | -8/+12 |
1993-02-12 | Fri Feb 12 14:23:07 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -94/+87 |
1993-01-25 | Mon Jan 25 15:27:36 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -24/+36 |