diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-13 13:36:53 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-13 13:36:53 +0000 |
commit | 01e937bc69941fbe1cd289734fe7a718c4bc8174 (patch) | |
tree | 984c75fb4bb8757b963d71606653c5f2766ed191 /gdb/ChangeLog | |
parent | 25ae5d16b1e30cc2bc1f2eb5b51553ea6413433c (diff) | |
download | gdb-01e937bc69941fbe1cd289734fe7a718c4bc8174.zip gdb-01e937bc69941fbe1cd289734fe7a718c4bc8174.tar.gz gdb-01e937bc69941fbe1cd289734fe7a718c4bc8174.tar.bz2 |
Fix DJGPP configury due to some bitrot:
* config/djgpp/fnchange.lst: Group renames for opcode directory
together.
* config/djgpp/djconfig.sh: Replace file names that don't exist
anymore with existing files, for checking the unpacked
distribution.
* config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
Export pre-cooked values in configure-* targets that begin with
"@test -f stage_last".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5bb6c6d..a5593b1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +2004-11-13 Eli Zaretskii <eliz@gnu.org> + + * config/djgpp/fnchange.lst: Group renames for opcode directory + together. + + * config/djgpp/djconfig.sh: Replace file names that don't exist + anymore with existing files, for checking the unpacked + distribution. + + * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len): + Export pre-cooked values in configure-* targets that begin with + "@test -f stage_last". + 2004-11-12 Andrew Cagney <cagney@gnu.org> * defs.h (enum lval_type): Delete lval_reg_frame_relative. |