diff options
author | Rob Savoye <rob@cygnus> | 1993-04-19 21:08:32 +0000 |
---|---|---|
committer | Rob Savoye <rob@cygnus> | 1993-04-19 21:08:32 +0000 |
commit | 39287eb73fff608786808def0845c8293c878bfa (patch) | |
tree | 97a76b44b79f86072512eaf1b6aac6fba312265e /binutils | |
parent | 0fd9814fe5534b9b0bac19ab780cc70bb9e90e19 (diff) | |
download | gdb-39287eb73fff608786808def0845c8293c878bfa.zip gdb-39287eb73fff608786808def0845c8293c878bfa.tar.gz gdb-39287eb73fff608786808def0845c8293c878bfa.tar.bz2 |
* Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly
built binaries if they exist. (otherwise the path)
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 53ea5b5..3bbb440 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,7 @@ -Fri Apr 9 11:21:00 1993 Ian Lance Taylor (ian@cygnus.com) +Mon Apr 19 14:06:59 1993 Rob Savoye (rob@cygnus.com) - * objdump.c: Removed useless fprintf declaration. + * Makefile.in: Added FLAGS_TO_PASS so tests get run on freshly + built binaries if they exist. (otherwise the path) Wed Apr 7 22:22:50 1993 Rob Savoye (rob@cygnus.com) |