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]
Other format: [Raw text]

[PATCH] MIPS gas: Fix comment formatting


Hello All,

this fixes some  comment formatting. Committed as obvious.


Thiemo


2003-05-15  Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>

	/gas/ChangeLog
	* config/tc-mips.h: Fix comment formatting.


--- source-orig/gas/config/tc-mips.h	Wed May  7 11:17:46 2003
+++ source/gas/config/tc-mips.h	Sat May 10 19:43:29 2003
@@ -46,7 +46,7 @@ struct expressionS;
 #define LOCAL_LABELS_FB 1
 
 /* Maximum symbol offset that can be encoded in a BFD_RELOC_GPREL16
-   relocation: */
+   relocation.  */
 #define MAX_GPREL_OFFSET (0x7FF0)
 
 #define md_relax_frag(segment, fragp, stretch) \


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