diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-18 18:03:08 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-18 18:03:08 +0000 |
commit | 19e7825f0452aedbdbeedbaa1fec3ca7ed16c22b (patch) | |
tree | e4c99342a046bc70cbe4abee44de81eb605af101 /gas/ChangeLog | |
parent | 850742db45a7f51ccb58011e12984fa9be5782e4 (diff) | |
download | gdb-19e7825f0452aedbdbeedbaa1fec3ca7ed16c22b.zip gdb-19e7825f0452aedbdbeedbaa1fec3ca7ed16c22b.tar.gz gdb-19e7825f0452aedbdbeedbaa1fec3ca7ed16c22b.tar.bz2 |
(input_file_open): Remove call to stat(). Add a check for getc() failing, and
catch the case where the failure is due to an attempt to read a directory.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 95408f6..c4cfa68 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2003-12-18 Nick Clifton <nickc@redhat.com> + + * input-file.c (input_file_open): Remove call to stat(). + Add a check for getc() failing, and catch the case where the + failure is due to an attempt to read a directory. + 2003-12-18 Richard Sandiford <rsandifo@redhat.com> * config/tc-mips.c (mips_need_elf_addend_fixup): Delete. |