diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-08-31 00:30:56 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-08-31 00:30:56 +0000 |
commit | 7d12830c32ccb918b5bb6d682e9d6e9b59247def (patch) | |
tree | 292a1d19139b0710f8e763c409cdf7680bd91757 /gcc/ch/ChangeLog | |
parent | 5c45a8ac5ff0e34eac7862114c318f42b4b97608 (diff) | |
download | gcc-7d12830c32ccb918b5bb6d682e9d6e9b59247def.zip gcc-7d12830c32ccb918b5bb6d682e9d6e9b59247def.tar.gz gcc-7d12830c32ccb918b5bb6d682e9d6e9b59247def.tar.bz2 |
Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
* Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a.
Remove hacks for stuff which now comes from libiberty.
From-SVN: r28994
Diffstat (limited to 'gcc/ch/ChangeLog')
-rw-r--r-- | gcc/ch/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index 32b9e68..76471e1 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +1999-08-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> + + * Makefile.in (LIBS, LIBDEPS): Link with & depend on libiberty.a. + Remove hacks for stuff which now comes from libiberty. + 1999-08-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * lang.c (chill_print_error_function): Constify a char*. |