whitespace/comment changes

This commit is contained in:
Ken Raeburn
1993-01-20 22:22:21 +00:00
parent dcf5ddb89b
commit eeeaa7780b

View File

@ -356,7 +356,6 @@ DEFUN (do_relocs_for, (abfd, h, file_cursor),
{ {
if (segment_info[idx].scnhdr.s_name[0]) if (segment_info[idx].scnhdr.s_name[0])
{ {
struct external_reloc *ext_ptr; struct external_reloc *ext_ptr;
struct external_reloc *external_reloc_vec; struct external_reloc *external_reloc_vec;
unsigned int external_reloc_size; unsigned int external_reloc_size;
@ -372,7 +371,7 @@ DEFUN (do_relocs_for, (abfd, h, file_cursor),
ext_ptr = external_reloc_vec; ext_ptr = external_reloc_vec;
/* Fill in the internal coff style reloc struct from the /* Fill in the internal coff style reloc struct from the
internal fix list */ internal fix list. */
while (fix_ptr) while (fix_ptr)
{ {
symbolS *symbol_ptr; symbolS *symbol_ptr;
@ -396,8 +395,7 @@ DEFUN (do_relocs_for, (abfd, h, file_cursor),
intr.r_offset = 0; intr.r_offset = 0;
/* Turn the segment of the symbol into an offset /* Turn the segment of the symbol into an offset. */
*/
if (symbol_ptr) if (symbol_ptr)
{ {
dot = segment_info[S_GET_SEGMENT (symbol_ptr)].dot; dot = segment_info[S_GET_SEGMENT (symbol_ptr)].dot;
@ -414,8 +412,6 @@ DEFUN (do_relocs_for, (abfd, h, file_cursor),
else else
{ {
intr.r_symndx = -1; intr.r_symndx = -1;
} }
#endif #endif
@ -2433,8 +2429,7 @@ DEFUN (fixup_segment, (segP, this_segment_type),
/* something different for N_UNDF. */ /* something different for N_UNDF. */
#ifdef TC_I960 #ifdef TC_I960
/* Makes no sense to use the difference of 2 arbitrary symbols /* Makes no sense to use the difference of 2 arbitrary symbols
* as the target of a call instruction. as the target of a call instruction. */
*/
if (fixP->fx_callj) if (fixP->fx_callj)
{ {
as_bad ("callj to difference of 2 symbols"); as_bad ("callj to difference of 2 symbols");
@ -2579,10 +2574,7 @@ DEFUN (fixup_segment, (segP, this_segment_type),
/* once this fix has been applied, we don't have to output anything /* once this fix has been applied, we don't have to output anything
nothing more need be done -*/ nothing more need be done -*/
md_apply_fix (fixP, add_number); md_apply_fix (fixP, add_number);
} /* For each fixS in this segment. */ } /* For each fixS in this segment. */
} /* fixup_segment() */ } /* fixup_segment() */
#endif #endif