SEC_NEVER_LOAD cleanup
Dave Korn
dave.korn.cygwin@gmail.com
Fri Oct 15 22:27:00 GMT 2010
More information about the Binutils mailing list
Fri Oct 15 22:27:00 GMT 2010
- Previous message (by thread): SEC_NEVER_LOAD cleanup
- Next message (by thread): SEC_NEVER_LOAD cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 15/10/2010 21:36, Kai Tietz wrote:
> Well, you can add this section to the comparison for debugging section
> in bfd's coffcode.h (like done there for the others - .debug*,
> comment, etc). Should work then.
You mean like the attached? Didn't work. It's specifically this hunk here
that's losing the flag and causing the later failure:
> @@ -3491,7 +3493,7 @@ map_input_to_output_sections
> flags = SEC_HAS_CONTENTS;
> break;
> case noload_section:
> - flags = SEC_HAS_CONTENTS | SEC_NEVER_LOAD;
> + flags = SEC_NEVER_LOAD;
> break;
> }
> if (os->bfd_section == NULL)
from ldlang.c
cheers,
DaveK
- Previous message (by thread): SEC_NEVER_LOAD cleanup
- Next message (by thread): SEC_NEVER_LOAD cleanup
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list