* Makefile.in (em_m88kbcs.c): Correct dependency.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index adf4faf18fa14fffc0393b37dfbc47e1587b5ac0..a019e84e52af5652d2c933953e29486c7cdccccf 100644 (file)
@@ -1,3 +1,81 @@
+Thu Jul 15 10:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (em_m88kbcs.c): Correct dependency.
+       (scripttempl/m88kbcs.sc): It's ARCH, not arch.
+
+Wed Jul 14 21:42:53 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldfile.c (ldlang_open_file, ldfile_open_command_file),
+       main.c (main): Print the errno string in the error message.
+
+Tue Jul 13 20:00:30 1993  Doug Evans  (dje@canuck.cygnus.com)
+
+       * configure.in: Accept h8300h for target cpu.
+
+       * ldmisc.c (vfinfo): Have demangle remove leading underscore if
+       present (demangle is smart enough to know whether to do it or not).
+
+Mon Jul 12 11:45:48 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldmain.c (set_scripts_dir): Check . and <ld bin dir>/../lib for
+       ldscripts, as well as <ld bin dir> and SCRIPTDIR.
+
+       * ldlang.c (lang_process): Use sizeof instead of magic constant.
+
+       * ldmain.c (get_emulation, check_for_scripts_dir,
+       set_scripts_dir):  New functions.
+       (main): Call them.
+
+Mon Jul 12 10:57:03 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
+
+       * scripttempl/elf.sc: Include .init, .fini, .rodata sections.
+       Create symbol "end" instead of "__end".  Comment out some parts
+       that may not be needed (yet) for elf.
+
+       * configure.in: Accept sparc-elf and sparc-solaris2 configs.
+
+Thu Jul  8 15:33:32 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * Makefile.in (ALL_EMULATIONS): Include $(OTHER_EMULATIONS).
+
+       * ldmisc.h (einfo, minfo, info): Don't bother with PARAMS macro
+       when no prototype is being supplied.
+       (ldmalloc, ldrealloc): Size argument is now size_t.
+
+       * ldmisc.c (finfo): New function, accepts FILE* argument.
+       (vfinfo, case 'v'): New format character; displays bfd_vma in hex
+       without leading zeros.
+       (vfinfo, cases 'R' and 'C'): Use finfo(%v) when displaying a
+       bfd_vma value, instead of fprintf(%x) which won't hold a long long
+       value.
+       (concat, buystring): String lengths are size_t.
+       (ldmalloc, ldrealloc, xrealloc): Size argument is now size_t.
+
+       * ldlang.c (new_statement): Size argument is now size_t.  Added
+       forward declaration with prototype.
+
+Thu Jul  8 10:53:47 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
+
+       * ldgram.y (OPTION_v): Don't turn on verbose output.
+
+Wed Jul  7 17:10:45 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * ldlex.l: Get rid of local typedef for bfd_vma!  Get it from
+       bfd.h instead.
+
+Wed Jul  7 11:33:12 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * Makefile.in (install): Don't install as $(tooldir)/bin/gld;
+       collect2 doesn't look for gld any more anyhow.
+
+Mon Jul  5 14:29:48 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * ldlang.c (lang_relocate_globals): Skip indirect symbols, which
+       now have a non NULL srefs_chain.
+
+       * config/hp300hpux.mt: Use emulation hp3hpux rather than
+       hp300hpux, since the latter does not exist.
+
 Fri Jul  2 18:06:05 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
 
        * genscripts.sh: Put the scripts in the ldscripts directory, not
This page took 0.026364 seconds and 4 git commands to generate.