diff options
author | Roger Sayle <roger@eyesopen.com> | 2002-09-05 23:07:13 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2002-09-05 23:07:13 +0000 |
commit | 70c4e67a71d7d3b5b9ce02769e55b4e68bb07aa7 (patch) | |
tree | 7567332b390a7e6cb29fca6fb6b9dabf55edd5b6 /libiberty/ChangeLog | |
parent | 7d97b0549d38d57c5c6504f345b8941d1bcf616d (diff) | |
download | gcc-70c4e67a71d7d3b5b9ce02769e55b4e68bb07aa7.tar.gz |
* regex.c: Only use "#pragma alloca" on AIX when not using gcc.
From-SVN: r56871
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 43a187d1bab..3070ac359e8 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2002-09-05 Roger Sayle <roger@eyesopen.com> + + * regex.c: Only use "#pragma alloca" on AIX when not using gcc. + 2002-08-07 DJ Delorie <dj@redhat.com> * regex.c (re_error_msgid): Just use a simple array of strings. |