[PATCH 4/4] i386: Specify section flags while creating new sections

2007-01-03 Thread Vivek Goyal
o Older binutils (older than 2.6.15) require explicit flags to be set for section. (if a section has been defined using "section" directive). Otherwise a section which should have been allocatable and executable (AX) will not have properties as per intention. o I had put a patch in -mm

[PATCH 4/4] i386: Specify section flags while creating new sections

2007-01-03 Thread Vivek Goyal
o Older binutils (older than 2.6.15) require explicit flags to be set for section. (if a section has been defined using section directive). Otherwise a section which should have been allocatable and executable (AX) will not have properties as per intention. o I had put a patch in -mm