diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-19 15:23:41 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-19 15:23:41 +0000 |
commit | 5a1964ecbd3d7a66c626e2bb5edd7780b99f5aa9 (patch) | |
tree | d74dd9613386288ff8eb98abd1c5b449c20b30de /gas/ChangeLog | |
parent | 10ecffb9b24b79b6a9f373d0c9df0f4c447864a5 (diff) | |
download | gdb-5a1964ecbd3d7a66c626e2bb5edd7780b99f5aa9.zip gdb-5a1964ecbd3d7a66c626e2bb5edd7780b99f5aa9.tar.gz gdb-5a1964ecbd3d7a66c626e2bb5edd7780b99f5aa9.tar.bz2 |
Fix calls to as_perror() so that the errno system message will be printed.
Fix as_perror() so that errno is not corrupted.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bfb7343..512b58c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2003-12-19 Nick Clifton <nickc@redhat.com> + Andreas Schwab <schwab@suse.de> + + * messages.c (as_perror): Save errno around library calls. + * input-file.c [BFD_ASSEMBLER]: Set the BFD error to + bfd_error_system_call before each call to as_perror. + (input_file_open): Simplify the error reporting code to just use + as_perror(). + * output-file.c (output_file_create) [BFD_ASSEMBLER]: Set the BFD + error to bfd_error_system_call before calling as_perror. + (output_file_close) [BFD_ASSEMBLER]: Likewise. + (output_file_append) [BFD_ASSEMBLER]: Likewise. + * listing.c (listing_print) [BFD_ASSEMBLER]: Likewise. + 2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> Add m32r-linux and PIC support. Add new ABI that uses RELA. |