https://sourceware.org/bugzilla/show_bug.cgi?id=17498
Cary Coutant changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #8 from cvs-commit at gcc dot gnu.org ---
The master branch has been updated by Cary Coutant :
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cd3c333f43f03d6e41668a82a68a99c14000a681
commit cd3c333f43f03d6e41668a82a68
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #7 from Cary Coutant ---
> $ cat test.cpp
> void g(const char* x);
> void f() {
> g("aoeuaoeuaoeuao");
> }
> $ gcc -shared -fPIC test.cpp -o test.so -fuse-ld=bfd -O2 && nm test.so |
> grep ' r '
> 0728 r __FRAME_END_
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #6 from Rafael Ávila de Espíndola ---
(In reply to Cary Coutant from comment #5)
> Testcase, please.
From the description:
$ cat test.cpp
void g(const char* x);
void f() {
g("aoeuaoeuaoeuao");
}
$ gcc -shared -fPIC test.cpp -o
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #5 from Cary Coutant ---
Testcase, please.
I'm not sure what you're asking for here, though. You want to make -X the
default?
--
You are receiving this mail because:
You are on the CC list for the bug.
_
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
Cary Coutant changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
Rafael Ávila de Espíndola changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resoluti
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #3 from Rafael Ávila de Espíndola ---
(In reply to Cary Coutant from comment #2)
> I believe this only matters because clang's integrated assembler doesn't
> discard the ".L" symbols. Ideally, all those symbols can be dropped from
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
--- Comment #1 from Rafael Ávila de Espíndola ---
Looks like the difference is just the default value of discard_locals.
With a current clang build:
bfd: 63574408 bytes
gold: 68768280 bytes
gold --discard-locals: 63623736 bytes
-
https://sourceware.org/bugzilla/show_bug.cgi?id=17498
Kostya Serebryany changed:
What|Removed |Added
CC||konstantin.s.serebryany@gma
10 matches
Mail list logo