From: Michael Meissner Date: Wed, 19 Nov 1997 18:40:49 +0000 (+0000) Subject: Do not include alloca-conf.h since alloca is not used. X-Git-Tag: gdb-4_18-branchpoint~4244 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e163bbbf2ab0420c7a2d1d58824baf0cf0f82764;p=thirdparty%2Fbinutils-gdb.git Do not include alloca-conf.h since alloca is not used. --- diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index e4cf1570b1a..f7acd63910a 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,8 @@ Wed Nov 19 13:25:48 1997 Michael Meissner + * sim-options.c: Don't include ../libiberty/alloca-conf.h any + more, since alloca is not used in this file. + * sim-alu.h (ALU{32,64}_*): Rewrite 32 and 64 bit ALU support to correctly set the carry and overflow bits for those types. (ALU{8,16,32,64}_{ADD,SUB}_CA): Take VAL argument to add along