Add new ELF ABI defines
[deliverable/binutils-gdb.git] / gas / tc.h
index 4e4046ccc149531b762d2db6675b6369bd9a2ebb..07817be12bfff1010a3d2881800a0d49c52d5694 100644 (file)
--- a/gas/tc.h
+++ b/gas/tc.h
 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;
 };
 
This page took 0.024055 seconds and 4 git commands to generate.