mirror of
https://github.com/tgrysztar/fasm
synced 2026-08-26 00:23:06 -04:00
release 1.71.55
This commit is contained in:
parent
336d4ed406
commit
baf4d485d8
3 changed files with 9 additions and 1 deletions
|
|
@ -1477,7 +1477,10 @@ get_address_value:
|
|||
cmp ax,0804h
|
||||
jne address_sizes_do_not_agree
|
||||
address_sizes_mixed:
|
||||
cmp [value_type],4
|
||||
jne address_sizes_mixed_type_ok
|
||||
mov [value_type],2
|
||||
address_sizes_mixed_type_ok:
|
||||
mov eax,[edi]
|
||||
cdq
|
||||
cmp edx,[edi+4]
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
; cannot simply be copied and put under another distribution licence
|
||||
; (including the GNU Public Licence).
|
||||
|
||||
VERSION_STRING equ "1.71.54"
|
||||
VERSION_STRING equ "1.71.55"
|
||||
|
||||
VERSION_MAJOR = 1
|
||||
VERSION_MINOR = 71
|
||||
|
|
|
|||
|
|
@ -2,6 +2,11 @@
|
|||
Visit http://flatassembler.net/ for more information.
|
||||
|
||||
|
||||
version 1.71.55 (Sep 18, 2016)
|
||||
|
||||
[-] Fixed generation of PLT relocations in ELF64 output.
|
||||
|
||||
|
||||
version 1.71.54 (Jun 09, 2016)
|
||||
|
||||
[-] Corrected syntax options of "pextrb", "pextrd", "extractps" and "crc32"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue