diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-09-17 18:48:45 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-09-17 18:48:45 +0000 |
commit | c1d49704bcc084245adffb45a22d43a841665515 (patch) | |
tree | d0168824c3517b671ef6a4c4bbf09f335edd2800 /include/ChangeLog | |
parent | 14baae01f63af3ef58bf9a0923a92d0de7098891 (diff) | |
download | gcc-c1d49704bcc084245adffb45a22d43a841665515.zip gcc-c1d49704bcc084245adffb45a22d43a841665515.tar.gz gcc-c1d49704bcc084245adffb45a22d43a841665515.tar.bz2 |
libiberty.h (ASTRDUP): New macro.
include:
* libiberty.h (ASTRDUP): New macro.
libiberty_optr, libiberty_nptr, libiberty_len): Declare.
libiberty:
* alloca.c (libiberty_optr, libiberty_nptr, libiberty_len):
Define.
gcc:
* c-aux-info.c (affix_data_type): Use ASTRDUP in lieu of
alloca/strcpy.
From-SVN: r45657
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 81d2cc2..d745a28 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2001-09-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * libiberty.h (ASTRDUP): New macro. + libiberty_optr, libiberty_nptr, libiberty_len): Declare. + 2001-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * ansidecl.h: Update comments reflecting previous change. |