diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-01-13 16:12:25 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-01-13 16:12:25 +0000 |
commit | 1232d0e08f9677e386722d9c15df26759a442530 (patch) | |
tree | a76a4801871ecd5c5d659a4d12a548b2cece8fb8 /ChangeLog | |
parent | 962bba3ea8e66fdb184c0432a91e36cd8694dcc2 (diff) | |
download | gdb-1232d0e08f9677e386722d9c15df26759a442530.zip gdb-1232d0e08f9677e386722d9c15df26759a442530.tar.gz gdb-1232d0e08f9677e386722d9c15df26759a442530.tar.bz2 |
Merge mainline to branch. GDB is broken until I update cp-names.y.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -1,3 +1,32 @@ +2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org> + + * configure.in: Use ./config.cache, not config.cache. + * configure: Regenerate. + * Makefile.tpl: Special-casing not needed for GCC any more. + * Makefile.in: Regenerate. + + * configure.in: Don't share a cache file for host dirs. + * configure: Regenerate. + + * config-ml.in: Don't mess with the cache file. + +2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org> + + * Makefile.tpl: Make GCC use a separate config.cache. + * Makefile.in: Regenerate. + + PR bootstrap/11932, PR bootstrap/11933 + (I don't know if it will fix either of them, but it relates + to them.) + * configure.in: Don't use shared config.cache for target + directories. + * configure: Regenerate. + +2003-12-31 Roger Sayle <roger@eyesopen.com> + + * configure.in (ia64*-*-hpux*): Disable building java libraries. + * configure: Regenerated. + 2003-12-21 Bernardo Innocenti <bernie@develer.com> * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda. |