This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] gas/*.h: Fix formatting.


Hi,

I forgot including tc.h.

Thanks,

Kazu Hirata

2000-09-12  Kazu Hirata  <kazu@hxi.com>

	* as.h: Fix formatting.
	* asintl.h: Likewise.
	* bit_fix.h: Likewise.
	* dwarf2dbg.h: Likewise.
	* expr.h: Likewise.
	* flonum.h: Likewise.
	* frags.h: Likewise.
	* itbl-ops.h: Likewise.
	* macro.h: Likewise.
	* read.h: Likewise.
	* sb.h: Likewise.
	* struc-symbol.h: Likewise.
	* subsegs.h: Likewise.
	* symbols.h: Likewise.
	* tc.h: Likewise.
	* write.h: Likewise.

===File ~/gnu/binutils/tc.h.patch===========================
Index: tc.h
===================================================================
RCS file: /cvs/src/src/gas/tc.h,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 tc.h
--- tc.h	1999/05/03 07:28:41	1.1.1.1
+++ tc.h	2000/09/12 05:38:16
@@ -24,19 +24,19 @@
 extern const pseudo_typeS md_pseudo_table[];
 
 /* JF moved this here from as.h under the theory that nobody except MACHINE.c
-   and write.c care about it anyway. */
+   and write.c care about it anyway.  */
 
 struct relax_type
 {
-  /* Forward reach. Signed number. > 0. */
+  /* Forward reach. Signed number. > 0.  */
   long rlx_forward;
-  /* Backward reach. Signed number. < 0. */
+  /* Backward reach. Signed number. < 0.  */
   long rlx_backward;
 
-  /* Bytes length of this address. */
+  /* Bytes length of this address.  */
   unsigned char rlx_length;
 
-  /* Next longer relax-state.  0 means there is no 'next' relax-state. */
+  /* Next longer relax-state.  0 means there is no 'next' relax-state.  */
   relax_substateT rlx_more;
 };
 
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]