Commit Graph

4510 Commits

Author SHA1 Message Date
H. Peter Anvin
0bfed6cfdb Fix BR 632459: endianness error 2002-11-10 06:29:23 +00:00
H. Peter Anvin
a04f636bd0 Fix the definition of PSLLDQ (BR 578123) 2002-11-10 06:13:37 +00:00
H. Peter Anvin
08a3377059 Fix bug 615409 (UNPCKHPD xmmreg,mem not vice versa) 2002-11-08 20:18:51 +00:00
H. Peter Anvin
752cbe511b Add a test for incorrect handing of offsets with prefixes 2002-11-07 22:45:46 +00:00
H. Peter Anvin
c9f57c24d0 Fixes from Bart Oldeman 2002-09-19 04:27:01 +00:00
H. Peter Anvin
f394043af0 Next version is 0.98.36 2002-09-13 01:29:19 +00:00
H. Peter Anvin
33e007a6b6 Remove redundant define that generates too long command lines 2002-09-13 00:43:28 +00:00
H. Peter Anvin
d9dbf3e946 Fix ordering rule in "make spotless" 2002-09-13 00:25:44 +00:00
H. Peter Anvin
aa72aa5bfd Clean doc directory when making "make dist" 2002-09-13 00:23:29 +00:00
H. Peter Anvin
1fd2fa70b0 Fix missing test for e->type being set. 2002-09-13 00:17:56 +00:00
H. Peter Anvin
157d3097bb Update CHANGES for 0.98.35 2002-09-13 00:13:27 +00:00
H. Peter Anvin
c2f156e451 RAA fix from theowl 2002-09-12 22:03:10 +00:00
H. Peter Anvin
24cfef4f8f Clean up unnecessary dependencies. 2002-09-12 16:34:06 +00:00
H. Peter Anvin
628168c502 Fix Borland C++ optimization bug; add test for bad DOS binaries. 2002-09-12 04:33:58 +00:00
H. Peter Anvin
a607d27eb9 Use tmpfile() instead of tmpnam() 2002-09-12 02:24:53 +00:00
H. Peter Anvin
bfebdb0a07 "const"-ipation fixes from Trevor Woerner 2002-09-12 02:23:54 +00:00
Ed Beroset
3ab3f41305 fixed multiple %ROTATE bugs (numbers 560567 and 560930) and changed
return value of do_directive from meaningless numbers to #defined values.
2002-06-11 03:31:49 +00:00
Ed Beroset
6e61d0d3dc corrected comment above the report_error_vc function 2002-06-11 03:29:36 +00:00
H. Peter Anvin
fc869bac3d Visual C++ error format needs <space>:<space> after the parentheses. 2002-06-10 00:41:41 +00:00
Ed Beroset
a8d4f4b24a Added documentation for -X command line switch which allows the user to
specify the desired error reporting output format.
2002-06-09 23:22:25 +00:00
Ed Beroset
fa77101245 Addressed feature request 555987 (Visual Studio integration) by adding the
requisite command line switch (-X) to select the error reporting format.
2002-06-09 20:56:40 +00:00
H. Peter Anvin
79fb0463b9 0.98.34 is out, next is 0.98.35 2002-06-08 23:00:55 +00:00
H. Peter Anvin
aec6446a24 Bring CHANGES up to date. 2002-06-08 22:46:31 +00:00
Debbie Wiles
0f65f885a4 Added *1 case support for NOSPLIT ([NOSPLIT EAX] to generate SIB with dword offset 0x0 2002-06-08 19:30:14 +00:00
H. Peter Anvin
059647580c This is Jim's outcoff patch. 2002-06-07 20:42:22 +00:00
Debbie Wiles
0fde2f574e Removed unnecessary address size flags from register only versions of instructions 2002-06-07 07:12:49 +00:00
H. Peter Anvin
af5bc55524 Fix for BR 561137 (gcc3 compilation issue.) 2002-06-07 06:02:14 +00:00
H. Peter Anvin
6d4680a68d Update Makefile.bc3 so that it actually works again. 2002-06-06 03:33:38 +00:00
H. Peter Anvin
232badbbbc This is the "megapatch":
a) Automatically generate dependencies for all Makefiles;
b) Move register definitions to a separate .dat file;
c) Add support for "unimplemented but there in theory" registers.
2002-06-06 02:41:20 +00:00
H. Peter Anvin
cda94c77f2 Comments are more useful when correct 2002-06-04 20:04:59 +00:00
H. Peter Anvin
2b9e9f9e24 Break long lines by default. 2002-06-04 19:53:35 +00:00
Debbie Wiles
63b53f7325 Added code to prevent FAR from being used with a register 2002-06-04 19:31:24 +00:00
H. Peter Anvin
1be737b61c Correct the command line parsing of -- 2002-06-04 04:11:01 +00:00
H. Peter Anvin
26575434d3 Don't hard-code '.' as the current directory 2002-06-04 00:44:46 +00:00
H. Peter Anvin
9afe07415c Allow multiple Makefiles to be specified 2002-06-04 00:44:15 +00:00
H. Peter Anvin
6ebdada0bd Support generating dependencies in different syntaxes. 2002-06-04 00:26:13 +00:00
H. Peter Anvin
626b957c5f Document "CPU IA64" 2002-06-02 07:23:28 +00:00
H. Peter Anvin
d308de119c Make the disassembler correctly handle the new \34-\36 and \44-\46 codes. 2002-06-02 05:35:05 +00:00
Debbie Wiles
4cd2604ebf Altered the documentation for the %! directive 2002-06-01 11:16:49 +00:00
H. Peter Anvin
7128979716 Remove obsolete script 2002-05-31 00:47:24 +00:00
H. Peter Anvin
7cf897e7ae Correctly recognize $$ as TOKEN_BASE 2002-05-30 21:30:33 +00:00
Debbie Wiles
585d422f14 Documented the %! (get environment) preprocessor directive. 2002-05-29 15:36:49 +00:00
H. Peter Anvin
3ab8de6a14 Add the JMPE instruction. 2002-05-28 01:25:06 +00:00
H. Peter Anvin
3ba467795a Deal with another case of address/operand size confusion, BR 560873 2002-05-27 23:19:35 +00:00
H. Peter Anvin
0b23240481 Drop the version number from the README file 2002-05-27 21:46:20 +00:00
H. Peter Anvin
24762d487c Correct handling of SEG <nonsegment>; per BR 560575 2002-05-27 02:19:43 +00:00
H. Peter Anvin
d4bc3f54ec 0.98.33 is out, so next will be 0.98.34 2002-05-27 01:29:28 +00:00
H. Peter Anvin
927c5d71f3 Generate a spec file *correctly* 2002-05-27 01:18:45 +00:00
H. Peter Anvin
d093e3232a Automatically make a specfile 2002-05-27 01:14:00 +00:00
H. Peter Anvin
4f22df2b91 Need "make cleaner" not "make clean" 2002-05-27 00:55:53 +00:00