Commit Graph

428 Commits

Author SHA1 Message Date
913331e9b6 Added a separate header for the common yasep functions 2013-01-04 01:36:31 +01:00
e1b4b4b2b8 Fixed the project's name in the header 2013-01-04 01:35:23 +01:00
d43b007ed4 Fixed the project's name in the header 2013-01-04 01:34:25 +01:00
bd2a3c8d78 Fixed build with non-standard include path 2013-01-03 23:09:30 +01:00
7c2abdbca0 Also updated the internal API for AsmFormat 2012-12-02 21:45:39 +01:00
20e736f73f Updated the internal plug-in API (for AsmArch first) 2012-12-02 02:53:25 +01:00
e688235dc0 The standalone libasm now supports every architecture within Asm 2012-12-01 03:11:50 +01:00
c26ad26f4f Added yasep16 and yasep32 to the supported architectures in standalone libasm 2012-12-01 03:09:09 +01:00
a1b8cb9775 Only initialize the list of architectures once 2012-12-01 03:03:03 +01:00
f6eeebb45f Added mipseb and mipsel to the supported architectures in standalone libasm 2012-12-01 02:59:19 +01:00
e9033fcd26 Code cleanup 2012-12-01 02:53:51 +01:00
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