diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-23 20:40:09 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-23 20:40:09 +0000 |
commit | 1d75481b33a7f4b3ba52a296a5e7d0797fffa1ee (patch) | |
tree | 9b798ed5f1ec922b7042a780eaeab1ca22550186 | |
parent | 2000c64319f4e11df8e31306d40aa18c099614d3 (diff) | |
download | gdb-1d75481b33a7f4b3ba52a296a5e7d0797fffa1ee.zip gdb-1d75481b33a7f4b3ba52a296a5e7d0797fffa1ee.tar.gz gdb-1d75481b33a7f4b3ba52a296a5e7d0797fffa1ee.tar.bz2 |
changes for input file open error, not printing filename when not available
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8cecc9c..523d6ef 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Mon Oct 23 16:20:04 1995 Ken Raeburn <raeburn@cygnus.com> + + * input-scrub.c (as_where): Set name to null pointer if we don't + have a file name. + * messages.c (identify): Only print filename if non-null. + (as_show_where): Ditto, for line number too. + (as_warn_internal, as_bad_internal): Ditto. + + * input-file.c (input_file_open): If the input file can't be + opened, consider it an error. + Mon Oct 23 11:15:44 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk> * config/tc-mips.c: Added mips_4100 control, and support for |