[Bug ld/19538] binutils (objcopy?) >= 2.26 breaks syslinux (bios) build

2016-01-30 Thread pomidorabelisima at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19538

poma  changed:

   What|Removed |Added

 CC||hpa at zytor dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/19538] binutils (objcopy?) >= 2.26 breaks syslinux (bios) build

2016-01-30 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19538

H.J. Lu  changed:

   What|Removed |Added

  Component|binutils|ld

--- Comment #2 from H.J. Lu  ---
pfx_compressed, which is __pm_code_lma, is wrong:

section .prefix nowrite progbits align=16
pfx_start   dd _start   ; Start of raw chunk
pfx_compressed  dd __pm_code_lma; Start of compressed chunk
pfx_cdatalendd lzo_data_size; Pointer to compressed size field
%if IS_ISOLINUX
pfx_checksumdd bi_length; File length and checksum fields
%else
pfx_checksumdd 0; No checksum
%endif
pfx_maxlma  dd MaxLMA   ; Maximum size

9770 B __pm_code_lma

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils