Skip to content
Snippets Groups Projects
  • H.J. Lu's avatar
    78edb32f
    Add --enable-compressed-debug-sections={all,gas,gold,ld} · 78edb32f
    H.J. Lu authored
    This patch removes the gas configure option:
    
    --enable-compressed-debug-sections
    
    and adds a toplevel configure option:
    
    --enable-compressed-debug-sections={all,gas,gold,ld}
    
    to enable compressed debug sections for gas, gold or ld by default.  At
    the moment, this configure option is ignored by gold and ld.  For x86
    Linux targets, default to compressing debug sections in gas.
    
    	Sync with binutils-gdb:
    	PR gas/19109
    	* configure.ac: Add
    	--enable-compressed-debug-sections={all,gas,gold,ld}.
    	* configure: Regenerated.
    
    From-SVN: r229088
    78edb32f
    History
    Add --enable-compressed-debug-sections={all,gas,gold,ld}
    H.J. Lu authored
    This patch removes the gas configure option:
    
    --enable-compressed-debug-sections
    
    and adds a toplevel configure option:
    
    --enable-compressed-debug-sections={all,gas,gold,ld}
    
    to enable compressed debug sections for gas, gold or ld by default.  At
    the moment, this configure option is ignored by gold and ld.  For x86
    Linux targets, default to compressing debug sections in gas.
    
    	Sync with binutils-gdb:
    	PR gas/19109
    	* configure.ac: Add
    	--enable-compressed-debug-sections={all,gas,gold,ld}.
    	* configure: Regenerated.
    
    From-SVN: r229088