This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Striping indirect symbols


How should indirect symbols behave with the "ld -x -r" option (a.out)?

With the following code:

	.stabs "_daylight",10,0,0,0
	.stabs "__daylight",1,0,0,0


sibyl:-libc $ pc532-netbsd-as -o _daylight.o _daylight.s
sibyl:-libc $ pc532-netbsd-nm -a _daylight.o
00000000 I _daylight
         U __daylight

So far so good. But if I now run ld -r -x on it there are no symbols left at
all. The object file has nothing except the header.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]