]> Git Repo - binutils.git/blobdiff - binutils/ostrip.c
Update comments. It doesn't do MiniMON, it does UDI!
[binutils.git] / binutils / ostrip.c
index 6ba318c3056bc645800fb16cd4a362425fe984f9..a66c76a5ff23562f134c5b438dba1b1a87587041 100755 (executable)
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include "bfd.h"
 #include "sysdep.h"
+#include "getopt.h"
 
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "getopt.h"
-#include "bfd.h"
-
 enum strip_action {
   strip_undef,
   strip_all,                   /* strip all symbols */
This page took 0.022901 seconds and 4 git commands to generate.