Messages in this thread |  | | | Subject | Re: [PATCH 3/5] parisc: use new macros for .data.init_task. | | Date | Sat, 2 May 2009 10:04:01 -0400 (EDT) | | From | "John David Anglin" <> |
| |
> IIRC, gcc on hppa is not able to provide an alignment >= 8k, which is > why we have done the 16k alignment inside the linker script.
How does this arise? We have the following define for MAX_OFILE_ALIGNMENT in elfos.h:
#define MAX_OFILE_ALIGNMENT (((unsigned int) 1 << 28) * 8)
If you are correct, MAX_OFILE_ALIGNMENT should be changed.
Dave -- J. David Anglin dave.anglin@nrc-cnrc.gc.ca National Research Council of Canada (613) 990-0752 (FAX: 952-6602)
|  |