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]

[PATCH] Fix -z [nocopyreloc, nocombreloc] usage string (remove extra '\t')


Hello,

2001-10-12  Vassili Karpov  <malc@pulsesoft.com>

	* emultempl/elf32.em (gld_*_listoptions): Remove extra '\t' from -z nocopyreloc,
	-z nocombreloc usage strings.

Index: elf32.em                                                                                                              
===================================================================                                                          
RCS file: /cvs/src/src/ld/emultempl/elf32.em,v                                                                               
retrieving revision 1.63                                                                                                     
diff -u -p -r1.63 elf32.em                                                                                                   
--- elf32.em    2001/10/12 10:34:25     1.63                                                                                 
+++ elf32.em    2001/10/14 22:34:25                                                                                          
@@ -1560,8 +1560,8 @@ cat >>e${EMULATION_NAME}.c <<EOF                                                                       
   fprintf (file, _("  -z initfirst\t\tMark DSO to be initialized first at runtime\n"));                                     
   fprintf (file, _("  -z interpose\t\tMark object to interpose all DSOs but executable\n"));                                
   fprintf (file, _("  -z loadfltr\t\tMark object requiring immediate process\n"));                                          
-  fprintf (file, _("  -z nocombreloc\t\tDon't merge dynamic relocs into one section\n"));                                   
-  fprintf (file, _("  -z nocopyreloc\t\tDon't create copy relocs\n"));                                                      
+  fprintf (file, _("  -z nocombreloc\tDon't merge dynamic relocs into one section\n"));                                     
+  fprintf (file, _("  -z nocopyreloc\tDon't create copy relocs\n"));                                                        
   fprintf (file, _("  -z nodefaultlib\tMark object not to use default search paths\n"));                                    
   fprintf (file, _("  -z nodelete\t\tMark DSO non-deletable at runtime\n"));                                                
   fprintf (file, _("  -z nodlopen\t\tMark DSO not available to dlopen\n"));                                                 


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