diff options
author | Alan Modra <amodra@gmail.com> | 2006-09-12 23:57:26 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-09-12 23:57:26 +0000 |
commit | f79d9c1df706aef4088cddd39a41c1f0c3ea64f3 (patch) | |
tree | 84abd750a186f1e2a3de870179c88bc75707f34d /gas/ChangeLog | |
parent | 41198d0cfa94b0197dc8bdfb9542ad55ce980850 (diff) | |
download | gdb-f79d9c1df706aef4088cddd39a41c1f0c3ea64f3.zip gdb-f79d9c1df706aef4088cddd39a41c1f0c3ea64f3.tar.gz gdb-f79d9c1df706aef4088cddd39a41c1f0c3ea64f3.tar.bz2 |
* input-file.c (input_file_open): Replace as_perror with as_bad
so that gas exits with error on file errors. Correct error
message.
(input_file_get, input_file_give_next_buffer): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b69fa82..3139cbf 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2006-09-13 Alan Modra <amodra@bigpond.net.au> + + * input-file.c (input_file_open): Replace as_perror with as_bad + so that gas exits with error on file errors. Correct error + message. + (input_file_get, input_file_give_next_buffer): Likewise. + 2006-09-11 Tomas Frydrych <dr.tomas@yahoo.co.uk> PR gas/3172 |