aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2006-09-12 23:57:26 +0000
committerAlan Modra <amodra@gmail.com>2006-09-12 23:57:26 +0000
commitf79d9c1df706aef4088cddd39a41c1f0c3ea64f3 (patch)
tree84abd750a186f1e2a3de870179c88bc75707f34d /gas/ChangeLog
parent41198d0cfa94b0197dc8bdfb9542ad55ce980850 (diff)
downloadgdb-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/ChangeLog7
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