diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-20 20:35:03 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-20 20:35:03 +0000 |
commit | d2c66084beeddfb71162334e0932eae798d6085a (patch) | |
tree | 554b435de5dd7ccfea619e465fc6614da1e5cacd /ld | |
parent | f1c9e4462a0f426fe83af8c2aa98b4980911e801 (diff) | |
download | gdb-d2c66084beeddfb71162334e0932eae798d6085a.zip gdb-d2c66084beeddfb71162334e0932eae798d6085a.tar.gz gdb-d2c66084beeddfb71162334e0932eae798d6085a.tar.bz2 |
ldmain.c (constructor_callback): Allocate set_name in stack frame, rather than
always calling alloca with a fixed size.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1880ecf..fc9bcfa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |