Age | Commit message (Expand) | Author | Files | Lines |
1998-10-27 | (main): Initialize link_info.optimze to false. | Ulrich Drepper | 1 | -1/+10 |
1998-04-22 | * Many files: Added gettext invocations around user-visible | Tom Tromey | 1 | -63/+72 |
1997-03-13 | * ldmain.c (multiple_definition): Only skip the warning if the | Ian Lance Taylor | 1 | -0/+12 |
1997-02-28 | * ldmain.c (main): Don't initialize link_info.lprefix or | Ian Lance Taylor | 1 | -5/+10 |
1996-08-01 | * ld.h (check_nocrossrefs): Declare. | Ian Lance Taylor | 1 | -1/+6 |
1996-07-30 | update copyright | Ian Lance Taylor | 1 | -4/+4 |
1996-07-30 | * ld.h (args_type): Add cref field. | Ian Lance Taylor | 1 | -17/+67 |
1996-04-29 | * ldlang.c (longest_section_name): Remove. | Ian Lance Taylor | 1 | -0/+3 |
1996-04-26 | * ldmisc.h (demangle): Declare. | Ian Lance Taylor | 1 | -5/+76 |
1996-04-22 | * ldlang.c (lang_size_sections): If _cooked_size is not 0, then | Ian Lance Taylor | 1 | -1/+12 |
1996-03-26 | * ldmain.c (main): Call bfd_set_error_program_name. | Ian Lance Taylor | 1 | -0/+21 |
1996-03-12 | * lexsup.c (parse_args): Handle --wrap. | Ian Lance Taylor | 1 | -1/+1 |
1996-03-12 | Tue Mar 12 12:43:59 1996 David Mosberger-Tang <davidm@koala.azstarnet.com> | Ian Lance Taylor | 1 | -3/+11 |
1995-10-25 | * ldmain.c (main): Initialize new field link_info.static_link. | Ian Lance Taylor | 1 | -38/+150 |
1995-07-10 | Based on patches from H.J. Lu <hjl@nynexst.com>: | Ian Lance Taylor | 1 | -2/+0 |
1995-07-10 | * ld.texinfo, ld.1: Document -Bstatic, -Bdynamic, -Bshared, and | Ian Lance Taylor | 1 | -0/+1 |
1995-07-07 | fsf address update, but not in COPYING files | Ken Raeburn | 1 | -1/+1 |
1995-07-05 | * ldmain.c (HAVE_SBRK): Define for everything except | Fred Fish | 1 | -2/+7 |
1995-06-29 | Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1 | -0/+13 |
1995-03-27 | * ldmain.c (main): Revert patch of March 10, since the SVR4 linker | Ian Lance Taylor | 1 | -1/+6 |
1995-03-16 | * ldlang.c (load_symbols): If whole_archive is true and ENTRY | Ian Lance Taylor | 1 | -0/+4 |
1995-03-10 | * ldmain.c (main): Don't set EXEC_P if link_info.shared is set. | Ian Lance Taylor | 1 | -2/+11 |
1995-02-06 | * ldmain.c (undefined_symbol): Handle section being NULL. | Ian Lance Taylor | 1 | -6/+18 |
1995-02-06 | * ldctor.c (ldctor_build_sets): Handle bfd_link_hah_defweak. | Ian Lance Taylor | 1 | -9/+26 |
1994-09-14 | * ld.h (ld_config_type): Add new field warn_once. | Ian Lance Taylor | 1 | -0/+21 |
1994-09-14 | * ldmisc.c (vfinfo): Handle %D as %C, but never print the function | Ian Lance Taylor | 1 | -3/+4 |
1994-06-16 | * lexsup.c (parse_args): Add -shared to longopts, and handle it. | Ian Lance Taylor | 1 | -0/+3 |
1994-06-15 | * ldmain.c (get_emulation): Ignore -m486 for Linux compatibility. | Ian Lance Taylor | 1 | -0/+6 |
1994-06-15 | Let the user change the dynamic linker used by ELF code. | Ian Lance Taylor | 1 | -0/+1 |
1994-06-15 | * ld.h (ld_config_type): Add new field traditional_format. | Ian Lance Taylor | 1 | -0/+1 |
1994-06-02 | * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline | Ian Lance Taylor | 1 | -1/+1 |
1994-06-01 | * ldlang.h (lang_input_statement_type): Remove fields subfiles, | Ian Lance Taylor | 1 | -11/+6 |
1994-05-19 | Add support for ELF shared libraries. | Ian Lance Taylor | 1 | -26/+57 |
1994-02-25 | Use getopt instead of lex and yacc to parse the command line. | David MacKenzie | 1 | -9/+5 |
1994-02-17 | * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and | David MacKenzie | 1 | -3/+4 |
1994-02-05 | * emultempl/lnk960.em (append), emultempl/hppaosf.em | David MacKenzie | 1 | -10/+3 |
1994-02-05 | * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc): Functions | David MacKenzie | 1 | -14/+36 |
1994-01-27 | * ldmain.c ldmain.h ldgram.y: If -v -V or --version was given, | David MacKenzie | 1 | -1/+7 |
1994-01-25 | Tue Jan 25 13:19:41 1994 Stan Shebs (shebs@andros.cygnus.com) | Stan Shebs | 1 | -1/+6 |
1994-01-24 | * ldmain.c (reloc_overflow): Added name, reloc_name and addend | Ian Lance Taylor | 1 | -4/+15 |
1994-01-06 | * ldmain.c (add_to_set): Add bitsize argument. | Ian Lance Taylor | 1 | -843/+387 |
1993-12-12 | More gcc lint. | Ian Lance Taylor | 1 | -45/+66 |
1993-12-11 | Made many changes to eliminate gcc warnings. Made various | Ian Lance Taylor | 1 | -10/+16 |
1993-11-19 | * ldmain.c (enter_file_symbols): Removed duplicate tests of p. If | Ian Lance Taylor | 1 | -44/+98 |
1993-08-03 | add -warn-common option | David MacKenzie | 1 | -35/+55 |
1993-07-15 | remove dupliate include | David MacKenzie | 1 | -1/+1 |
1993-07-15 | source cleanups; fix finding scripts | David MacKenzie | 1 | -47/+54 |
1993-07-15 | * ldfile.c (ldlang_open_file, ldfile_open_command_file), | David MacKenzie | 1 | -1/+1 |
1993-07-13 | * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for | David MacKenzie | 1 | -14/+30 |
1993-07-12 | * ldlang.c (lang_process): Use sizeof instead of magic constant. | David MacKenzie | 1 | -54/+121 |