ldmain.c (constructor_callback): Allocate set_name in stack frame, rather than

always calling alloca with a fixed size.
This commit is contained in:
Ken Raeburn 1995-07-20 20:35:03 +00:00
parent f1c9e4462a
commit d2c66084be
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Thu Jul 20 16:26:55 1995 Ken Raeburn <raeburn@cygnus.com>
* 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 <dje@canuck.cygnus.com>
* emulparams/armpe.sh (OUTPUT_FORMAT): Change to pei-arm-little.