diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-11-19 18:40:49 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-11-19 18:40:49 +0000 |
commit | e163bbbf2ab0420c7a2d1d58824baf0cf0f82764 (patch) | |
tree | 9a246ee2708b96baae5d87dec4960b28e78c9e7d | |
parent | eb5f3fcd1ae3f70a621cb2caa5355d505eb8472b (diff) | |
download | gdb-e163bbbf2ab0420c7a2d1d58824baf0cf0f82764.zip gdb-e163bbbf2ab0420c7a2d1d58824baf0cf0f82764.tar.gz gdb-e163bbbf2ab0420c7a2d1d58824baf0cf0f82764.tar.bz2 |
Do not include alloca-conf.h since alloca is not used.
-rw-r--r-- | sim/common/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index e4cf157..f7acd63 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,8 @@ Wed Nov 19 13:25:48 1997 Michael Meissner <meissner@cygnus.com> + * 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 |