Version: 0.3.5

* Added ARMLinux port (Pat Beirne <pbeirne@home.com>) (Bug#27040)
* Fixed minor things in options.c
diff --git a/options.c b/options.c
index 025e909..a8c1354 100644
--- a/options.c
+++ b/options.c
@@ -136,7 +136,9 @@
 		static struct option long_options[] = {
 			{ "align", 1, 0, 'a'},
 			{ "debug", 0, 0, 'd'},
+# if HAVE_LIBIBERTY
 			{ "demangle", 0, 0, 'C'},
+#endif
 			{ "help", 0, 0, 'h'},
 			{ "output", 1, 0, 'o'},
 			{ "version", 0, 0, 'V'},
@@ -148,7 +150,7 @@
 # endif
 			"a:s:o:u:p:e:", long_options, &option_index);
 #else
-		c = getopt(argc, argv, "+dfiLSth"
+		c = getopt(argc, argv, "+dfiLSrthV"
 # if HAVE_LIBIBERTY
 			"C"
 # endif