diff options
author | Nick Clifton <nickc@redhat.com> | 2005-01-17 16:24:12 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-01-17 16:24:12 +0000 |
commit | b09a777222bf0a743061b84e490c28171cced25b (patch) | |
tree | a65474b2789f5954dcec95c485746c08658c8112 /binutils/ChangeLog | |
parent | 637537d07b5b84dc9cb76af1a4f8a847eb2cd5f7 (diff) | |
download | gdb-b09a777222bf0a743061b84e490c28171cced25b.zip gdb-b09a777222bf0a743061b84e490c28171cced25b.tar.gz gdb-b09a777222bf0a743061b84e490c28171cced25b.tar.bz2 |
PR binutils/647
* rcparse.y (RCDATA): Allow a filename to be supplied as the parameter.
Parse it with define_rcdata_file().
* resrc.c (define_rcdata_file): New function.
* windres.h: Provide a prototype for the new function.
* resrc.c (define_user_file): Fix typo by replacing "font file" with "file".
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e83891f..9a16d82 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2005-01-17 Eugene Kotlyarov <ekot@narod.ru> + + PR binutils/647 + * rcparse.y (RCDATA): Allow a filename to be supplied as the + parameter. Parse it with define_rcdata_file(). + * resrc.c (define_rcdata_file): New function. + * windres.h: Provide a prototype for the new function. + + * resrc.c (define_user_file): Fix typo by replacing "font file" + with "file". + 2005-01-16 Jason Thorpe <thorpej@netbsd.org> * MAINTAINERS: Update my email address. |