[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: C200, 712/80: strange sysfs issues with Linux 4.18.0-1-parisc



On 2018-11-28 12:14 p.m., Helge Deller wrote:
  7 .text         00000c8c  00000000  00000000  00016910  2**2
                  CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
  8 .text         00000000  00000000  00000000  0001759c  2**0
                  CONTENTS, ALLOC, LOAD, READONLY, CODE

As can be seen, we now get multiple sections all named ".text" which is what triggers the kernel warning.

It seems we need to revert the patch, or find a way that the compiler doesn't produce multiple .text sections...?

The linker should merge them.  It looks like some .text sections may be lacking a .align directive.  Maybe that's
the problem.

Dave

--
John David Anglin  dave.anglin@bell.net


Reply to: