diff options
Diffstat (limited to 'lang/intel2gas/files/patch-ad')
-rw-r--r-- | lang/intel2gas/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/intel2gas/files/patch-ad b/lang/intel2gas/files/patch-ad new file mode 100644 index 000000000000..6d4f3bbf8725 --- /dev/null +++ b/lang/intel2gas/files/patch-ad @@ -0,0 +1,11 @@ +--- intel2gas.cc.orig Wed May 5 10:53:34 1999 ++++ intel2gas.cc Wed May 12 12:26:47 1999 +@@ -428,7 +428,7 @@ + static void printHelp(char const *infostr) + { + fprintf(stderr,"%s\n"\ +- "usage: intel2gas [options] [infile] [-o outfile]\n"\ ++ "usage: intel2gas [options] [-o outfile] [infile]\n"\ + "where options include:\n"\ + "\t-h\t\tthis help\n"\ + "\t-i\t\tconvert from intel to at&t format (default)\n"\ |