NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-arm/55486: bootaa64.efi is broken



The following reply was made to PR port-arm/55486; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: port-arm/55486: bootaa64.efi is broken
Date: Tue, 14 Jul 2020 15:24:36 +0200

 I tested with old toolchain (using -current sources on netbsd-9) and it
 does not make a difference.
 
 My bet would be on a size related issue. I started with the netbsd-9 variant
 and added things from current, printing the size of the temporary elf output
 (before conversion to PE):
 
 OK:
 
    text	   data	    bss	    dec	    hex	filename
  175320	  10240	      0	 185560	  2d4d8	bootaa64.efi.so.tmp
 [9.0 + efirng]
 
    text	   data	    bss	    dec	    hex	filename
  175576	  10240	      0	 185816	  2d5d8	bootaa64.efi.so.tmp
 [ + dtoverlay]
 
    text	   data	    bss	    dec	    hex	filename
  175848	  10240	      0	 186088	  2d6e8	bootaa64.efi.so.tmp
 [ + modules]
 
 broken:
 
    text	   data	    bss	    dec	    hex	filename
  176024	  10240	      0	 186264	  2d798	bootaa64.efi.so.tmp
 [ + boot.cfg]
 
 [current]
    text	   data	    bss	    dec	    hex	filename
  176024	  10240	      0	 186264	  2d798	bootaa64.efi.so.tmp
 
 
 Martin
 


Home | Main Index | Thread Index | Old Index