]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
* scripttempl/aout.sc: Define __etext and __edata to go along with
[binutils.git] / ld / ChangeLog
index 4e2249389419f78aeeab4e7d08e602cecac1f057..994bf3df87c94a7ffa5a137a9c710df25ce36767 100644 (file)
@@ -1,3 +1,154 @@
+Wed Jun 15 01:54:54 1994  Ian Lance Taylor  ([email protected])
+
+       * scripttempl/aout.sc: Define __etext and __edata to go along with
+       _etext and _edata.
+
+       * ld.h (ld_config_type): Add new field traditional_format.
+       * lexsup.c (parse_args): Add traditional-format to longopts, and
+       handle it.
+       * ldmain.c (main): Initialize config.traditional_format to false.
+       * ldlang.c (ldlang_open_output): Set BFD_TRADITIONAL_FORMAT in BFD
+       flags of output_bfd according to config.traditional_format.
+       * ldver.c (help): Mention -traditional-format.
+       * ld.texinfo: Document -traditional-format.
+
+Tue Jun 14 23:10:07 1994  Ian Lance Taylor  ([email protected])
+
+       * ldctor.c (ldctor_add_entry): Add entries to a set in the order
+       they are encountered.
+
+Tue Jun 14 18:05:09 1994  Eric Youngdale  ([email protected])
+
+       * emulparams/i386linux.sh (TEXT_START_ADDR): Define as 0x1000.
+       (NONPAGED_TEXT_START_ADDR): Define as 0x20.
+
+Mon Jun 13 15:46:09 1994  Ian Lance Taylor  ([email protected])
+
+       * scripttempl/alpha.sc: Define _ftext, _etext and _fdata insted of
+       _FTEXT, _ETEXT and _FDATA.  Dont define _END.
+
+       * ldfile.c (open_a): If this is not an archive, try to open it in
+       the current directory before searching for it.
+
+       * lexsup.c (parse_args): Treat -i as a synonym for -r.
+
+       * ldgram.y (exp): Treat BLOCK as a synonym for ALIGN, so that
+       BLOCK works in a section address as documented.
+
+       * ldgram.y (YYDEBUG): Don't define.
+
+Fri Jun 10 16:45:39 1994  Ian Lance Taylor  ([email protected])
+
+       * emultempl/gld960.em: Pass false for new argument to
+       ldfile_add_library_path.
+       * emultempl/gld960c.em, emultempl/lnk960.em: Likewise.
+
+       * emultempl/sunos.em: Only look for .so files if doing a dynamic
+       link.
+
+Thu Jun  9 08:35:17 1994  Ian Lance Taylor  ([email protected])
+
+       * scripttempl/i960.sc: Add CONSTRUCTORS to .data.
+
+Thu Jun  9 06:52:29 1994  Bill Cox  ([email protected])
+
+       * Makefile.in (check): Delete ld.new dependency so that a regression
+         test doesn't trigger a rebuild of the linker. 
+
+Thu Jun  9 00:17:20 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (map_input_to_output_sections): For lang_address, call
+       init_os if it hasn't already been called.
+
+Thu Jun  2 17:24:08 1994  Ian Lance Taylor  ([email protected])
+
+       Add support for SunOS shared libraries.
+       * aout.sc: Don't define __DYNAMIC here.  Add new sections used by
+       shared library support code.
+       * emultempl/sunos.em: New file.
+       * emulparams/sun4.sh (TEMPLATE_NAME): Define as sunos.
+       * emulparams/sun3.sh (TEMPLATE_NAME): Likewise.
+       * Makefile.in (esun4.c): Depend upon sunos.em, not generic.em.
+       (esun3.c): Likewise.
+
+       * ldlang.c: Minor formatting cleanups.
+       (lang_for_each_input_file): New function.
+       * ldlang.h (lang_for_each_input_file): Declare.
+
+       * ldfile.h (search_dirs_type): Move from ldfile.c, and add cmdline
+       field.
+       (search_head): Declare.
+       (ldfile_add_library_path): Add new cmdline argument in prototype.
+       * ldfile.c (search_head): Make non-static.
+       (search_dirs_type): Move to ldfile.h.
+       (ldfile_add_library_path): Accept cmdline argument, and save it.
+       * lexsup.c (parse_args): Pass true for new cmdline argument of
+       ldfile_add_library_path.
+       (set_default_dirlist): Likewise.
+       * ldmain.c (check_for_scripts_dir): Pass false for new cmdline
+       argument of ldfile_add_library_path.
+       * ldgram.y (ifile_p1): Likewise.
+
+Wed Jun  1 14:24:08 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.h (lang_input_statement_type): Remove fields subfiles,
+       total_size, superfile and chain.
+       * ldfile.c (open_a): Don't clear search_dirs_flag.
+       (ldfile_open_file): Don't try to open superfile.  Assert that file
+       has not already been opened.
+       * ldlang.c (new_afile): Don't initialize superfile.
+       * ldmain.c (add_archive_element): Don't initialize subfiles or
+       chain or superfile.  Initialize search_dirs_flag to false.
+
+Fri May 27 12:25:33 1994  Ken Raeburn  ([email protected])
+
+       * ldver.c (ldversion): Changed version to "cygnus-2.4.1".
+
+       Changes from binutils-2.4 release:
+
+       * genscripts.sh (RELOCATING, CONSTRUCTING): When setting
+       variables, use whitespace, so scripts don't break.
+
+       * config/alphaosf.mh (HDEFINES, CFLAGS): Deleted.
+
+       * emultempl/generic.em: Find emultempl/stringify.sed in ${srcdir}.
+
+       * cdtest-bar.cc: Renamed from cdtest-func.cc.
+       * Makefile.in: Noted change.
+
+       * scripttempl/a29k.sc: Don't include /lab3/u3/..../segments.o; I
+       don't know where that's supposed to come from, or why it's
+       necessary.
+
+       Wed May 11 22:32:00 1994  DJ Delorie ([email protected])
+
+       * configure.bat: update to latest makefile.in
+       * emulpara/go32.sh: set to coff-go32 not aout
+       * emultemp/generic.em: strength-reduce the structure of
+         this shell script, since the only available shell for
+         DOS can't handle complex syntax.
+       * emultemp/stringify.sed: for "sed -f" instead of inline.
+       * makefile.in: depend on stringify.sed as well as genscripts.sh
+       * scripttemp/go32coff.sc: correct for djgpp 1.11's COFF format
+       * genscripts.sh: empty variables aren't always considered "set",
+         so set them to "y" instead.
+
+Fri May 27 01:08:14 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (entry_symbol): Make static.
+       (lang_add_entry): Add cmdline argument.
+       * ldlang.h (lang_add_entry): Change prototype.
+       * ldgram.y (statement_anywhere): Change lang_add_entry call.
+       * lexsup.c (parse_args): Likewise.
+
+Tue May 24 16:13:43 1994  Ian Lance Taylor  ([email protected])
+
+       * emulparams/elf32mipb.sh (OTHER_READONLY_SECTIONS): Don't give
+       .reginfo an address.
+       (OTHER_READWRITE_SECTIONS): Don't give .lit4 or .lit8 an address.
+       (OTHER_SECTIONS): Define for .gptab.sdata and .gptab.sbss.
+       * scripttempl/elf.sc: Use OTHER_SECTIONS at end of script.
+
 Thu May 19 13:31:33 1994  Ian Lance Taylor  ([email protected])
 
        Add support for ELF shared libraries.
This page took 0.025478 seconds and 4 git commands to generate.