Question on where input_sections are populated
Mayank Kumar
mayank@microsoft.com
Fri Aug 10 11:41:00 GMT 2007
More information about the Binutils mailing list
Fri Aug 10 11:41:00 GMT 2007
- Previous message (by thread): [patch] bfd_fopen() & co. should strdup (filename) [cancelled]
- Next message (by thread): Question on where input_sections are populated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All I am making some changes in gcc4.2 for making it run on interix. I want to understand where in the code, are all input sections getting populated. I am encountering an error where in the function size_input_sections, the input_section is showing a wrong value of section->size and section->rawsize parameters for .text sections. I want to trace that down but I am not able to find the place in bfd or ld where this gets populated. Basically several .text sections get merged into the final output, but in input sections list, I see a kind of junk entry for .text with large size/rawsize parameters. Any help would be appreciated. Thanks Mayank
- Previous message (by thread): [patch] bfd_fopen() & co. should strdup (filename) [cancelled]
- Next message (by thread): Question on where input_sections are populated
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list