release 1.71.55

This commit is contained in:
Tomasz Grysztar 2016-09-18 12:00:00 +00:00
parent 336d4ed406
commit baf4d485d8
3 changed files with 9 additions and 1 deletions

View file

@ -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]

View file

@ -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

View file

@ -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"