Commit Graph

417 Commits

Author SHA1 Message Date
32da9a3eb3 Supporting even more architectures in standalone libasm 2012-12-01 02:50:13 +01:00
78435b601f Code cleanup 2012-12-01 02:30:20 +01:00
85a0177cbd Code cleanup 2012-12-01 02:25:23 +01:00
0984e9167c Added sparc64 support to the standalone libasm 2012-12-01 02:22:38 +01:00
5392cab332 Added dalvik support to the stand-alone libasm 2012-12-01 02:17:49 +01:00
d66aa3a550 Enter standalone libasm (with supported plug-ins built-in) 2012-12-01 01:20:39 +01:00
b4c61cbfcf Updated the format API to allow reporting errors 2012-12-01 00:03:42 +01:00
9664528dde Minor fix for debugging output 2012-11-30 23:33:58 +01:00
ffb79d6475 Code cleanup 2012-11-30 23:33:42 +01:00
b165346df3 Fixed build with current cpp library 2012-11-30 23:30:47 +01:00
65f26c5a51 Re-implemented asm_guess_format() 2012-11-30 14:40:04 +01:00
fb4de7ccdf Switched the license to the LGPL 3.0 (for the library and plug-in code) 2012-11-11 01:44:31 +01:00
74e852044c No longer force "-ldl" within LDFLAGS 2012-11-11 01:33:55 +01:00
03e47517ee Give it a better chance to work on MacOS X 2012-10-18 15:14:20 +00:00
8675979447 Fixed parsing arguments (using $OPTARG) 2012-10-17 10:37:57 +00:00
acb3e181fe No longer use RPATH for "/usr/lib" 2012-10-03 17:44:05 +00:00
bec7bbba43 Code cleanup 2012-09-22 19:00:16 +00:00
f78c504f66 Fixed a potential crash 2012-09-22 00:27:16 +00:00
2d6cae4e8e No longer run the tests over and over again 2012-09-21 21:28:12 +00:00
3d21445098 Compilation flags are now taken from the target's section 2012-09-11 16:12:23 +00:00
113f819df9 This file belongs to DeforaOS Devel Asm 2012-08-30 21:39:11 +00:00
64c70ccd9f Chose a substitution character for sed less likely to conflict 2012-08-13 18:27:16 +00:00
ba6a0c6860 MacOS X does not support "-Wl,-rpath-link" but supports "-Wl,-rpath" 2012-08-01 17:38:44 +00:00
5d5f640c4e Improved debugging information and uninstallation for some scripts 2012-08-01 00:13:24 +00:00
f765718b32 More portable generation of pkg-config definition files 2012-07-31 23:54:54 +00:00
62dcad5895 Give it a better chance to work on MacOS X 2012-07-31 19:11:50 +00:00
48f9370c90 Unifying the scripts generating pkg-config definition files 2012-07-11 23:07:34 +00:00
29afb1ca18 Only install (and uninstall) regular files 2012-07-10 22:49:59 +00:00
38e0e95d01 Really uninstall all the files installed 2012-07-10 22:45:18 +00:00
4ef66b896b Enforce permissions properly when creating directories 2012-07-10 22:37:21 +00:00
33ca7f3b05 Refactored to allow the implementation of symbols soon 2012-07-07 17:41:23 +00:00
0a494391df Placing the sign before the "$" sign for immediate values 2012-07-07 17:39:07 +00:00
c6b072a6ae Hopefully more accurate and complete 2012-07-07 01:23:36 +00:00
b640bdc855 Improved debugging information 2012-07-07 01:20:13 +00:00
2ca21f159d No longer use PACKAGE for the program name as it does not match anymore 2012-07-07 01:15:06 +00:00
21aad23f5c Should be even less ambiguous by now 2012-07-06 21:45:44 +00:00
8906bb3b02 Trying to reduce the grammar 2012-07-06 01:42:30 +00:00
7ee3db6d02 Revised the grammar (will have to be extended some more and implemented) 2012-07-06 01:26:47 +00:00
8815a2ed15 The dalvik test is in flat format 2012-06-07 09:16:06 +00:00
73e02af3b3 Also de-assemble i386_real.o 2012-06-07 09:14:06 +00:00
e73145d197 No longer forget to byte-swap offsets to the respective sections 2012-06-06 23:25:08 +00:00
07963dbf8f Added a script for tests 2012-06-06 23:20:48 +00:00
6e05e813ce Updated some comments 2012-05-29 19:48:56 +00:00
36fdf5b896 Improving ARM (de-)assembly 2012-05-29 19:41:39 +00:00
b57fb7603c Began to implement ARM de-assembly 2012-05-29 18:49:52 +00:00
d2186c0463 Code cleanup 2012-05-29 18:44:44 +00:00
7584cd8ca2 Renamed asm.pc to Asm.pc 2012-05-19 12:50:06 +00:00
6a0fb57497 Updated the API documentation 2012-05-19 12:49:43 +00:00
9d251ebd89 Renamed the "Format" class to "AsmFormat" to avoid potential future conflicts 2012-05-19 12:43:52 +00:00
07bc3364b4 Renamed the "Arch" class to "AsmArch" to avoid potential future conflicts 2012-05-19 12:39:21 +00:00