From: David MacKenzie Date: Wed, 3 Nov 1993 21:19:18 +0000 (+0000) Subject: make -o override OUTPUT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c292c5a46f52e118c78576bad7d972c3711fe54;p=binutils-gdb.git make -o override OUTPUT --- diff --git a/ld/ChangeLog b/ld/ChangeLog index f5e9d150160..50c16d37965 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Wed Nov 3 12:07:39 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * ldlang.c (lang_add_output): Take new arg, FROM_SCRIPT. + Set output_filename instead of creating a new node. + (open_output): Don't set output_filename. + (lang_final): Create the new node here. + * ldlang.c, ldlang.h, ldgram.y, mri.c: pass FROM_SCRIPT. + Tue Nov 2 15:45:51 1993 Jeffrey A. Law (law@snake.cs.utah.edu) From Pete Hoogenboom (hoogen@cs.utah.edu):