diff options
author | DJ Delorie <dj@redhat.com> | 1999-05-25 12:10:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 1999-05-25 12:10:27 +0000 |
commit | 751d21b5b946a4a451552fbac692b14abea3d816 (patch) | |
tree | 887e572d520d2e46474c184e520db5d07c0c261b /binutils/ChangeLog | |
parent | fa0e42e45712133c4c2d95261c3c0ac8d87b6765 (diff) | |
download | gdb-751d21b5b946a4a451552fbac692b14abea3d816.zip gdb-751d21b5b946a4a451552fbac692b14abea3d816.tar.gz gdb-751d21b5b946a4a451552fbac692b14abea3d816.tar.bz2 |
* windres.c: add verbose option
(main): process verbose option
* resrc.c (look_for_default): new. Look for the default
preprocessor in a given location.
(read_rc_file): for foo/bar-windres, look for foo/bar-gcc,
foo/gcc (in case of foo/windres), and then gcc (the old default).
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 8b39b60..1b1121c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +1999-05-17 DJ Delorie <dj@cygnus.com> + + * windres.c: add verbose option + (main): process verbose option + * resrc.c (look_for_default): new. Look for the default + preprocessor in a given location. + (read_rc_file): for foo/bar-windres, look for foo/bar-gcc, + foo/gcc (in case of foo/windres), and then gcc (the old default). + 1999-05-16 Nick Clifton <nickc@cygnus.com> * dlltool.c (deduce_name): New function: Deduce name of program to |