aboutsummaryrefslogtreecommitdiff
path: root/bfd/aoutx.h
AgeCommit message (Expand)AuthorFilesLines
1994-06-22 * aoutx.h (aout_link_check_ar_symbols): Just skip N_STAB and N_FNIan Lance Taylor1-36/+38
1994-06-20 * Many files: change all bfd_target vectors to be const. ChangeIan Lance Taylor1-5/+5
1994-06-20 * aoutx.h (NAME(aout,final_link)): Check flavour of sub, not abfd,Ian Lance Taylor1-1/+1
1994-06-16 * aoutx.h (NAME(aout,some_aout_object_p)): Accept BMAGIC objectsIan Lance Taylor1-1/+2
1994-06-15 * aoutx.h (translate_from_native_sym_flags): Treat N_SETV symbolsIan Lance Taylor1-0/+10
1994-06-15Comment change.Ian Lance Taylor1-2/+2
1994-06-15 * aoutx.h: Rewrite symbol duplicate elimination to use BFD hashIan Lance Taylor1-372/+190
1994-06-14 * libaout.h (struct aoutdata): Add q_magic_format to subformatIan Lance Taylor1-10/+31
1994-06-13 * aoutf1.h (aout_32_sunos4_write_object_contents): Handle aIan Lance Taylor1-5/+16
1994-06-11 Add weak symbols as an extension to a.out.Ian Lance Taylor1-290/+359
1994-06-10 * aoutx.h (NAME(aout,canonicalize_reloc)): Handle .bss section.Ian Lance Taylor1-4/+14
1994-06-06Comment change.Ian Lance Taylor1-1/+7
1994-06-06 Better indirect and warning symbol handling inspired by StuartIan Lance Taylor1-5/+2
1994-06-06 * libaout.h (struct aout_link_hash_entry): New field written.Ian Lance Taylor1-7/+10
1994-06-02 Add linker support for SunOS shared libraries.Ian Lance Taylor1-63/+123
1994-05-14 * aoutx.h (add_to_stringtab): Use BFD_ASSERT not assert. ThisJim Kingdon1-16/+34
1994-04-08 * aoutx.h (NAME(aout,make_sections)): New function.Ian Lance Taylor1-31/+29
1994-04-08 * aoutx.h (NAME(aout,new_section_hook)): Don't set N_EXT in targetIan Lance Taylor1-3/+3
1994-04-07 * sunos.c (MY_read_dynamic_symbols): Don't define.Ian Lance Taylor1-110/+19
1994-04-05 * aoutx.h (NAME(aout,canonicalize_reloc)): Don't error out ifIan Lance Taylor1-1/+0
1994-04-04 * aoutx.h (NAME(aout,bfd_free_cached_info)): Don't free anythingIan Lance Taylor1-0/+3
1994-04-04 Made sure that every call to bfd_read, bfd_write, and bfd_seekIan Lance Taylor1-10/+14
1994-04-01 * aoutx.h (aout_link_write_symbols): If keep_memory is false, makeIan Lance Taylor1-1/+19
1994-04-01 Add bfd_free_cached_info support to a.out backends.Ian Lance Taylor1-141/+167
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