From: Ken Raeburn Date: Thu, 20 Jul 1995 20:35:03 +0000 (+0000) Subject: ldmain.c (constructor_callback): Allocate set_name in stack frame, rather than X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2c66084beeddfb71162334e0932eae798d6085a;p=binutils-gdb.git ldmain.c (constructor_callback): Allocate set_name in stack frame, rather than always calling alloca with a fixed size. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1880ecf69b0..fc9bcfaf400 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Jul 20 16:26:55 1995 Ken Raeburn + + * ldmain.c (constructor_callback): Allocate set_name in stack + frame, rather than always calling alloca with a fixed size. + Wed Jul 19 16:21:43 1995 Doug Evans * emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little.