diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-08-08 23:31:28 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-08-08 23:31:28 +0000 |
commit | 52a55937a2db5cc4c2972c4a86655339f4fcb372 (patch) | |
tree | 633f8517908ea74ca06d408a65282b2095a4b53b /ld/ChangeLog | |
parent | 65d22248e98c06a32174b1a6e2e67e9607b478d4 (diff) | |
download | gdb-52a55937a2db5cc4c2972c4a86655339f4fcb372.zip gdb-52a55937a2db5cc4c2972c4a86655339f4fcb372.tar.gz gdb-52a55937a2db5cc4c2972c4a86655339f4fcb372.tar.bz2 |
* emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc instead of
alloca.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c2438dc..ed0ebd1 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Tue Aug 8 19:14:58 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> + + * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Use xmalloc + instead of alloca. + Tue Aug 8 15:24:05 1995 J.T. Conklin <jtc@rtl.cygnus.com> * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Don't use |