This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

[PATCH COMMITTED] nios2: fix -pg static link problem


There was a typo error in sysdeps/nios2/machine-gmon.h, a missing
leading "__" which of course causes linking with '-static -pg to fail.
Patch committed.

Chung-Lin

2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>

	* sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct
	name of called function in non-PIC case.

Attachment: t.diff
Description: Text document


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