* ldctor.c (ldctor_add_entry): Add entries to a set in the order
[deliverable/binutils-gdb.git] / ld / ChangeLog
1994-06-15  Ian Lance Taylor * ldctor.c (ldctor_add_entry): Add entries to a set...
1994-06-14  Ian Lance TaylorTue Jun 14 18:05:09 1994 Eric Youngdale (ericy@cais...
1994-06-13  Ian Lance Taylor * scripttempl/alpha.sc: Define _ftext, _etext and...
1994-06-13  Ian Lance Taylor * ldfile.c (open_a): If this is not an archive, try...
1994-06-13  Ian Lance Taylor * lexsup.c (parse_args): Treat -i as a synonym for -r.
1994-06-13  Ian Lance Taylor * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN...
1994-06-13  Ian Lance Taylor * ldgram.y (YYDEBUG): Don't define.
1994-06-10  Ian Lance Taylor * emultempl/gld960.em: Pass false for new argument to
1994-06-09  Ian Lance Taylor * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
1994-06-09  Bill Cox * Makefile.in (check): Delete ld.new dependency so...
1994-06-09  Ian Lance Taylor * ldlang.c (map_input_to_output_sections): For lang_ad...
1994-06-02  Ian Lance TaylorUse SunOS shared libraries on a Sun 3.
1994-06-02  Ian Lance Taylor Add support for SunOS shared libraries.
1994-06-01  Ian Lance Taylor * ldlang.h (lang_input_statement_type): Remove fields...
1994-05-27  Ken Raeburnchanges from gas-2.3/binutils-2.4 dist (details in...
1994-05-27  Ian Lance Taylor * ldlang.c (entry_symbol): Make static.
1994-05-27  Ian Lance Taylor * ldlang.c (lang_add_entry): Only set the entry symbol...
1994-05-24  Ian Lance Taylor * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS...
1994-05-19  Ian Lance Taylor Add support for ELF shared libraries.
1994-05-18  Ian Lance Taylor * Makefile.in (install): Redirect output of ln to...
1994-05-16  Jeff Law * emultempl/hppaelf.em: Change all references of
1994-05-13  Ian Lance Taylor * ldlang.c (print_output_section_statement): Change...
1994-05-13  Ian Lance Taylor * config/i386-linux.mt (OTHER_EMULATIONS): Change...
1994-05-11  Ken Raeburn* ldver.c (ldversion): Updated version number.
1994-05-11  Ian Lance Taylor Don't create unnecessary output sections.
1994-05-10  Ian Lance Taylor * ldlang.c (wild_doit): Don't bother initializing...
1994-05-09  Ian Lance TaylorRemove Delta68 support. Could not get copyright assign...
1994-05-06  Ian Lance Taylor * ldfile.c (ldfile_open_command_file): Set bfd_error_s...
1994-05-06  Ian Lance Taylor * configure.in: Use "e" rather than "em_" as prefix for
1994-05-06  Ken Raeburnem_->e, mips-idtl->mipsl-idt name changes
1994-05-04  Ian Lance TaylorFor PR 4906.
1994-04-28  Bill CoxBack-migrate minor changes in these files from 94Q1...
1994-04-27  Ian Lance Taylor * scripttempl/sa29200.sc: Align all sections to four...
1994-04-27  Steve Chamberlain * Makefile.in, configure.in: Support for go32 coff.
1994-04-27  Stan ShebsTue Apr 26 17:20:03 1994 Stan Shebs (shebs@andros...
1994-04-26  Ian Lance Taylor * scripttempl/mips.sc: Force _gp and .lit8 to be align...
1994-04-26  Ian Lance Taylor * config/i386v4.mh (HOSTING_CRT0): If ../gcc/crtbegin...
1994-04-25  Ian Lance Taylor * ldlang.c (lang_size_sections): When no address is...
1994-04-21  Ian Lance Taylor * Makefile.in (clean, distclean): Remove configdoc...
1994-04-19  Bill Cox * configure.in: Add recognition of i[34]86-*-bsd386.
1994-04-15  Ian Lance Taylor * ldlang.c (lang_size_sections): When relaxing, adjust the
1994-04-11  Bill Cox * Makefile.in (check): Set TCL_LIBRARY for runtest.
1994-04-11  Ian Lance Taylor * scripttempl/i386coff.sc: If relocating, don't put...
1994-04-07  Jeff Law * configure.in (hppa*-*-*elf*): Don't require...
1994-04-06  Jeff Law * emultempl/hppaelf.em (hppaelf_finish): Only...
1994-04-05  Ian Lance Taylor * ldmain.c (main): Check the return value of bfd_close.
1994-03-31  Ian Lance Taylor * scripttempl/alpha.sc: Clean up section alignment...
1994-03-30  Ian Lance Taylor * ldmisc.c (vfinfo): Change symbol reading slightly...
1994-03-25  Ian Lance Taylor * ldlang.c (print_input_section): For section size...
1994-03-24  Ian Lance Taylor * ldlang.c (new_afile): Add new argument add_to_list...
1994-03-23  Ian Lance Taylor * emultemp/gld960.em: Include libiberty.h
1994-03-22  Ian Lance Taylor * scripttempl/aout.sc: Force _end and __end to be...
1994-03-22  Ian Lance Taylor * ldwrite.c (build_link_order): Handle lang_data_state...
1994-03-22  Ian Lance Taylor Changes to make -Ur work again.
1994-03-08  Ian Lance TaylorSet Emacs local variables to never use version control.
1994-03-08  David MacKenzie * config/i386bsd.mh: New file.
1994-03-07  Ian Lance Taylor * elf.sc: Permit TEXT_START_SYMBOLS and DATA_START_SYM...
1994-02-28  Stan ShebsMon Feb 28 10:59:14 1994 Stan Shebs (shebs@andros...
1994-02-28  Jeff Law * emultempl/hppaelf.em (hppaelf_finish): Update...
1994-02-28  Jeff Law * emultempl/hppaelf.em: Include elf32-hppa.h.
1994-02-26  Ian Lance Taylor * ldmain.c (write_map): Don't define. Removed all...
1994-02-26  Ian Lance Taylor * scripttempl/elf.sc: Force all sections to be aligned.
1994-02-26  Ian Lance Taylor * ldgram.y (section): Reverse the order of memspec_opt and
1994-02-26  Ian Lance Taylor * ldgram.y: Move include of ldlex.h back with other...
1994-02-26  Ian Lance Taylor * ldgram.y (dirlist_ptr): Removed; not used.
1994-02-26  Ian Lance TaylorFri Feb 25 18:55:54 1994 Ted Lemon (mellon@pepper...
1994-02-26  David MacKenzie * ldgram.y: Include ldlex.h after %token decls, for...
1994-02-26  Jeff Law * emultempl/hppaelf.em: First attempt to clean...
1994-02-25  Jeff Law * ldlang.c (lang_size_sections): No longer...
1994-02-25  David MacKenzie * lexsup.c (parse_args): Use symbolic numbers for...
1994-02-25  Ian Lance Taylor * configure.in (powerpc-*-elf*): New target; use ppc...
1994-02-25  David MacKenzie Use getopt instead of lex and yacc to parse the comman...
1994-02-22  Ian Lance Taylor * ldlang.c (lang_size_sections): Only align section...
1994-02-22  Ian Lance Taylor * ldlang.h (largest_section): Don't declare.
1994-02-21  Ian Lance Taylor * ldlang.c (new_afile): Pass NULL as last argument...
1994-02-17  Ian Lance TaylorVarious entries.
1994-02-17  David MacKenzie * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
1994-02-16  Ken Raeburni960-bout linker fixes, install-info bugfix
1994-02-12  David MacKenzie * ldlex.l (comment): Increment line number when newlin...
1994-02-11  Ian Lance Taylor * ldlang.c (lookup_name): Take new argument, force_loa...
1994-02-10  Ian Lance Taylor * ldmain.c (main): Use %ld when printing long values.
1994-02-08  Jeff Law * Rename all "hppaosf" files to "hppaelf".
1994-02-07  David MacKenzie * ldmain.c (main): Call xatexit, not atexit.
1994-02-07  David MacKenzie * ldlang.c (lang_size_sections): Check if bfd_relax_se...
1994-02-05  David MacKenzie * emultempl/lnk960.em (append), emultempl/hppaosf.em
1994-02-05  Jeff Law * ldlang.h (LANG_FOR_EACH_{INPUT,OUTPUT}_SECTIO...
1994-02-05  David MacKenzie * ldmisc.c (ldmalloc, xmalloc, ldrealloc, xrealloc...
1994-02-04  Steve Chamberlain * Makefile.in: Lots of new H8/500 memory models.
1994-01-30  Ken Raeburn* ldlex.l: Removed duplicate rules.
1994-01-28  David MacKenzie * ldmisc.c (vfinfo): For `%I', if the file is in an...
1994-01-28  David MacKenzie * ldlex.l: Add rule to catch invalid input characters...
1994-01-28  Ken Raeburn* Makefile.in (check): Don't bother running any tests of
1994-01-28  Steve ChamberlainThu Jan 27 17:19:54 1994 Steve Chamberlain (sac@jonny...
1994-01-27  David MacKenzie * ldmain.c ldmain.h ldgram.y: If -v -V or --version...
1994-01-26  Stan Shebs * Makefile.in: Format variable definitions consistently.
1994-01-25  Stan ShebsTue Jan 25 13:19:41 1994 Stan Shebs (shebs@andros...
1994-01-24  Ian Lance Taylor * ldmain.c (reloc_overflow): Added name, reloc_name...
1994-01-24  Ian Lance Taylor * ldlang.c (lookup_name): Set BFD GP size to -G argume...
1994-01-24  Ian Lance Taylor * ldlang.c (relaxing): Removed global variable.
1994-01-21  Ian Lance Taylor * ldlang.c (new_afile): Initialize loaded field to...
next
This page took 0.240599 seconds and 106 git commands to generate.