diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-06 10:01:28 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2001-03-06 10:01:28 +0000 |
commit | 1f50aafb85ecf587bc0e03864e9c4f67e762b279 (patch) | |
tree | 712d7eda0b31ae92d84e789fe2eeedcbe05e1e5a /include | |
parent | b548dffbda0dcd8ecd29dc91292c48fa40cd98aa (diff) | |
download | gcc-1f50aafb85ecf587bc0e03864e9c4f67e762b279.tar.gz |
oops, edited changelogs in wrong tree
this is the log for the big alloca configuration patch
From-SVN: r40260
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 390139fc8a4..b290529fabd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Zack Weinberg <zackw@stanford.edu> + + * libiberty.h: Prototype C_alloca; define alloca to either + __builtin_alloca or C_alloca as appropriate. + 2001-03-01 John David Anglin <dave@hiauly1.hia.nrc.ca> * safe-ctype.h (_sch_test): Cast enum bit to unsigned short int for pcc |