https://sourceware.org/bugzilla/show_bug.cgi?id=18698
Andrew Senkevich changed:
What|Removed |Added
Status|RESOLVED|CLOSED
--- Comment #6 from Andrew
https://sourceware.org/bugzilla/show_bug.cgi?id=18698
--- Comment #2 from Andrew Senkevich ---
(In reply to Cary Coutant from comment #1)
...
> or print a warning that the -e option should
> be used when there is no startup file.
But it could be some incremental linking. And, for example, ld.bfd
https://sourceware.org/bugzilla/show_bug.cgi?id=18695
Andrew Senkevich changed:
What|Removed |Added
Status|NEW |ASSIGNED
CC|
https://sourceware.org/bugzilla/show_bug.cgi?id=18698
Andrew Senkevich changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|ccouta
Priority: P2
Component: gold
Assignee: ccoutant at gmail dot com
Reporter: andrew.n.senkevich at gmail dot com
CC: ian at airs dot com
Target Milestone: ---
cat t.c
int proc( int a)
{
return a;
}
gcc t.c -c
ar r t.a t.o
ld.gold t.a -r
https://sourceware.org/bugzilla/show_bug.cgi?id=18609
Andrew Senkevich changed:
What|Removed |Added
Assignee|hjl.tools at gmail dot com |andrew.n.senkevich at
gmail