Browse Source

2001-01-23 Kazu Hirata <kazu@hxi.com>

* as.c: Fix formatting.
	* ehopt.c: Likewise.
	* messages.c: Likewise.
	* stabs.c: Likewise.
	* symbols.c: Likewise.
binutils-2_11-branch
Kazu Hirata 26 years ago
parent
commit
43ad3147a9
  1. 8
      gas/ChangeLog
  2. 2
      gas/messages.c

8
gas/ChangeLog

@ -1,3 +1,11 @@
2001-01-23 Kazu Hirata <kazu@hxi.com>
* as.c: Fix formatting.
* ehopt.c: Likewise.
* messages.c: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.
2001-01-23 Ben Elliston <bje@redhat.com> 2001-01-23 Ben Elliston <bje@redhat.com>
* config/tc-m32r.c (m32r_handle_align): Declare type of fragp. * config/tc-m32r.c (m32r_handle_align): Declare type of fragp.

2
gas/messages.c

@ -327,7 +327,7 @@ as_bad_internal (file, line, buffer)
file(s). Please us when there is no recovery, but we want to file(s). Please us when there is no recovery, but we want to
continue processing but not produce an object file. continue processing but not produce an object file.
Please explain in string (which may have '\n's) what recovery was Please explain in string (which may have '\n's) what recovery was
done. */ done. */
#ifdef USE_STDARG #ifdef USE_STDARG
void void

Loading…
Cancel
Save