diff options
author | David MacKenzie <djm@cygnus> | 1994-02-17 18:14:04 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1994-02-17 18:14:04 +0000 |
commit | f61b81b7c1ca5c2de10a9dd6294ced660ef92cbc (patch) | |
tree | 7ba76a3a72d4c7761c96c48c87d8e9b46f2a6840 /gas | |
parent | 5bcb7f28e189de403b9efaffe57fec3221f9d16e (diff) | |
download | fsf-binutils-gdb-f61b81b7c1ca5c2de10a9dd6294ced660ef92cbc.zip fsf-binutils-gdb-f61b81b7c1ca5c2de10a9dd6294ced660ef92cbc.tar.gz fsf-binutils-gdb-f61b81b7c1ca5c2de10a9dd6294ced660ef92cbc.tar.bz2 |
* messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_get_error and
bfd_set_error and new error names.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 229977b..1425872 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 17 09:29:37 1994 David J. Mackenzie (djm@thepub.cygnus.com) + + * messages.c (as_perror) [BFD_ASSEMBLER]: Use bfd_get_error and + bfd_set_error and new error names. + Tue Feb 15 20:23:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * configure.in: Support i960-vxworks versions > 5.0 as coff. |