aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
AgeCommit message (Expand)AuthorFilesLines
1994-03-30Wed Mar 30 16:25:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)Ian Lance Taylor1-10/+12
1994-03-28 * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flagIan Lance Taylor1-1/+1
1994-03-25Fix typo in comment.Ian Lance Taylor1-1/+1
1994-03-25 * aoutx.h (NAME(aout,find_nearest_line)): The caller expectsIan Lance Taylor1-2/+265
1994-03-17 * aoutx.h, elfcode.h, coff-alpha.c, bout.c, ecoff.c, ecofflink.c,Jim Kingdon1-123/+119
1994-03-10 * libbfd-in.h: Remove alloca cruft. It was missing some necessaryJim Kingdon1-26/+61
1994-02-26 * aoutx.h, archive.c: Add casts to avoid warnings from SVR4 cc.Ian Lance Taylor1-25/+25
1994-02-12 Make all callers of malloc or realloc (including via obstacks)David MacKenzie1-15/+71
1994-02-05 * aoutx.h (aout_link_check_ar_symbols): Correct test for whetherIan Lance Taylor1-4/+17
1994-02-03 * aoutx.h (aout_reloc_index_to_section): Handle N_UNDF.Ian Lance Taylor1-0/+1
1994-01-30 * aoutx.h (aout_link_write_symbols): Write out correct value forIan Lance Taylor1-1/+3
1994-01-24 * bfd/aoutx.h (aout_link_input_section_std,Ian Lance Taylor1-6/+36
1994-01-24 * aoutx.h (translate_symbol_table): The string index 0 has aIan Lance Taylor1-1/+9
1994-01-21 * aoutx.h (translate_to_native_sym_flags), bfd-in.h (bfd_ec),David MacKenzie1-2/+2
1994-01-21 * syms.c (BSF_DYNAMIC): New symbol flag.Ian Lance Taylor1-82/+207
1994-01-19 * aoutx.h (translate_to_native_sym_flags): Set the type of aIan Lance Taylor1-0/+1
1994-01-19Resolve warning symbols like indirect symbols.Ian Lance Taylor1-4/+6
1994-01-18 * aoutx.h (aout_link_add_symbols): Increment sym_hash as well as pIan Lance Taylor1-10/+61
1994-01-18 * aoutx.h (translate_from_native_sym_flags): Give warning symbolsDavid MacKenzie1-0/+5
1994-01-17 * aoutx.h (translate_from_native_sym_flags,David MacKenzie1-12/+14
1994-01-07 * aoutx.h (adjust_z_magic): Don't merge the start of bss with theDavid MacKenzie1-5/+14
1994-01-06 * aoutx.h (translate_to_native_sym_flags): Catch the case whereDavid MacKenzie1-9/+13
1994-01-06 * aoutx.h (NAME(aout,final_link)): Don't abort when trying to linkIan Lance Taylor1-41/+80
1993-12-31 Minor cleanups suggested by CodeCenter.Ian Lance Taylor1-9/+17
1993-12-30 Extensive changes to move the bulk of the linker into BFD so thatIan Lance Taylor1-192/+1926
1993-11-05doc cleanupDavid MacKenzie1-176/+183
1993-08-17 * archures.c (bfd_default_set_arch_mach): Set bfd_error onIan Lance Taylor1-52/+48
1993-07-20 * configure.in (*-*-netware, i[34]86-*-netware): New configs.Fred Fish1-6/+0
1993-07-07 * aoutx.h (translate_from_native_sym_flags): Removed statepIan Lance Taylor1-204/+187
1993-06-26 * aoutx.h (hash, compare, struct stringtab_entry, add_to_stringtab):David MacKenzie1-56/+63
1993-06-22Before casting a pointer into an integer field, verify that the field isKen Raeburn1-0/+14
1993-06-18Eliminate "int8_type", "int16_type", "int32_type", and theirJohn Gilmore1-33/+50
1993-04-20a.out string table reduction code, take two.Ken Raeburn1-104/+490
1993-04-15* aoutx.h (aout_*_adjust_sizes_and_vmas): Avoid `sanity'John Gilmore1-199/+217
1993-02-01from ralphc: mips-aout supportKen Raeburn1-1/+13
1993-01-26Tue Jan 26 11:43:14 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-15/+15
1993-01-19Tue Jan 19 09:06:14 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-23/+23
1992-11-29 * aoutx.h (some_aout_object_p): Protect arg prototype inFred Fish1-1/+1
1992-11-28* aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h:John Gilmore1-3/+5
1992-10-15* aout-adobe.c, aoutf1.h, aoutx.h, bout.c coff-m68k.c, coff-z8k.c,John Gilmore1-1/+0
1992-10-09Linker now works for go32; other changes keep it from breaking the otherMark Eichin1-1/+1
1992-10-09* aout-target.h (callback): Don't define this function if it won't be used.Ken Raeburn1-29/+76
1992-10-09 * configure.in: Undo some brain damage in the host section.John Gilmore1-4/+5
1992-08-31 * aoutx.h (aout<n>swap_ext_reloc_out), bout.cSteve Chamberlain1-33/+61
1992-06-16[time to file a PR on cvs...]Ken Raeburn1-72/+289
1992-05-20A couple of things from the net.David Henkel-Wallace1-16/+10
1992-04-24aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_execFred Fish1-2/+8
1992-02-27Don't core dump if no output section available for a symbolSteve Chamberlain1-2/+13
1992-02-27* aoutx.h (translate_from_native_sym_flags): when creating an alias symbol, f...Steve Chamberlain1-355/+354
1992-01-10* aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL symbols,Per Bothner1-89/+80