[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/18322] New: gold doesn't support --compress-debug-sections={zl
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug gold/18322] New: gold doesn't support --compress-debug-sections={zlib-gabi|zlib-gnu} |
Date: |
Fri, 24 Apr 2015 14:54:28 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=18322
Bug ID: 18322
Summary: gold doesn't support
--compress-debug-sections={zlib-gabi|zlib-gnu}
Product: binutils
Version: 2.26 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gold
Assignee: ccoutant at gmail dot com
Reporter: hjl.tools at gmail dot com
CC: ian at airs dot com
address@hidden compressed-4]$ cat x.c
#include <stdio.h>
int
main ()
{
printf ("hello world\n");
return 0;
}
address@hidden compressed-4]$ make gold.gabi
gcc -B./ -g -Wa,--compress-debug-sections -c x.c -o x.o
gcc -B./ -o gold.gabi x.o -fuse-ld=gold -Wl,--compress-debug-sections=zlib-gabi
./ld.gold: fatal error: --compress-debug-sections=zlib-gabi: must take one of
the following arguments: none, zlib
collect2: error: ld returned 1 exit status
make: *** [gold.gabi] Error 1
address@hidden compressed-4]$ make gold.gnu
gcc -B./ -o gold.gnu x.o -fuse-ld=gold -Wl,--compress-debug-sections=zlib-gnu
./ld.gold: fatal error: --compress-debug-sections=zlib-gnu: must take one of
the following arguments: none, zlib
collect2: error: ld returned 1 exit status
make: *** [gold.gnu] Error 1
address@hidden compressed-4]$
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gold/18322] New: gold doesn't support --compress-debug-sections={zlib-gabi|zlib-gnu},
hjl.tools at gmail dot com <=