diff options
author | DJ Delorie <dj@redhat.com> | 2001-03-06 18:27:14 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-03-06 18:27:14 +0000 |
commit | 30673bf5116aafb5896d9f58010595e6c0e45e47 (patch) | |
tree | b2cc84ad403c354f45353002fab03a39abc583c4 /libiberty/ChangeLog | |
parent | b6ba6518e9254bc25f88088228e93ac966ebccd1 (diff) | |
download | gdb-30673bf5116aafb5896d9f58010595e6c0e45e47.zip gdb-30673bf5116aafb5896d9f58010595e6c0e45e47.tar.gz gdb-30673bf5116aafb5896d9f58010595e6c0e45e47.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f898839..27cb034 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,21 @@ +2001-03-06 Zack Weinberg <zackw@stanford.edu> + + * aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New. + * configure.in: Replace all alloca logic with a simple use of + the above new macro. + * config.table: Kill *-*-beos* entry. + * config/mh-beos: Delete. + * configure, config.in: Regenerate. + * Makefile.in (ALLOCA, HFILES): Kill. + (REQUIRED_OFILES): Add alloca.o. + (alloca.o): Depend on libiberty.h. + (argv.o): Don't depend on alloca-conf.h. + * alloca-conf.h: Delete. + * alloca.c: Include libiberty.h. Kill all #ifdef emacs + blocks. Provide the C alloca unconditionally. Use PTR where + appropriate. Make i00afunc static. + * argv.c: Don't include alloca-conf.h. + 2001-03-04 John David Anglin <dave@hiauly1.hia.nrc.ca> * cplus-dem.c (main): Cast enum style to int. |