diff options
author | Carlos O'Donell <carlos@codesourcery.com> | 2007-10-09 02:17:23 +0000 |
---|---|---|
committer | Carlos O'Donell <carlos@codesourcery.com> | 2007-10-09 02:17:23 +0000 |
commit | 944d6884eaa85a1376240bfcc934d17f6f99a483 (patch) | |
tree | 61453fa0c1e1f7c885763a24f5b0b2c209489207 /binutils | |
parent | 444e9b58b8ba145a0b565f3a5e24517463dfce53 (diff) | |
download | gdb-944d6884eaa85a1376240bfcc934d17f6f99a483.zip gdb-944d6884eaa85a1376240bfcc934d17f6f99a483.tar.gz gdb-944d6884eaa85a1376240bfcc934d17f6f99a483.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c0df0a9..7a4c816 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2007-10-08 Carlos O'Donell <carlos@codesourcery.com> + + * resrc.c (read_rc_file): Rename e to edit, and c to dir. + Pass dir to windres_add_include_dir. Add comments. + (close_input_stream): Check pclose error, and call fatal if + the preprocessor failed. + * windres.c (windres_add_include_dir): Assert that p is non-NULL, + and not an empty string. + 2007-10-04 Nick Clifton <nickc@redhat.com> PR binutils/5098 |