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