https://sourceware.org/bugzilla/show_bug.cgi?id=19872
--- Comment #5 from Britton Kerin ---
I asked Cary to take a look at this bug, and he said:
> It's ok for now, but it'll take a bit more to really support incremental
> linking. I'll try to work on it sometime.
--
You are receiving this ma
https://sourceware.org/bugzilla/show_bug.cgi?id=19872
--- Comment #4 from Britton Kerin ---
It makes the warnings go away. Caveats:
* My use case at the moment isn't that much more extensive than the test case I
provided.
* I haven't tested if this fixes things for addr2line (if it's meant to)
https://sourceware.org/bugzilla/show_bug.cgi?id=19872
--- Comment #2 from Britton Kerin ---
$ cat test.c
int
main (void)
{
return 0;
}
$ gcc -Wall -Wextra -Werror -g -c test.c -o test.o
$ rm -f test && gcc -fuse-ld=gold -Wl,--incremental test.o -o test
test: stat: No such file or directory
link
https://sourceware.org/bugzilla/show_bug.cgi?id=19871
Britton Kerin changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|INVALID
https://sourceware.org/bugzilla/show_bug.cgi?id=19870
Britton Kerin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
erity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: britton.kerin at gmail dot com
Target Milestone: ---
I originally reported:
> * --incremental gold produces binaries st nm --line-numbers complains like
: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: britton.kerin at gmail dot com
Target Milestone: ---
In the https://sourceware.org/binutils/docs/ld/Options.html#Options (Section
2.1):
-pie
--pic-executable
Create
ormal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: britton.kerin at gmail dot com
Target Milestone: ---
In https://sourceware.org/binutils/docs/ld/Options.html#Options (section 2.1):
-shared
-Bshareable
Create a shared library.