This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: ld/2338: objdump -d -l doesn't work correctly


On Tue, Feb 28, 2006 at 03:13:41PM +1030, Alan Modra wrote:
> On Mon, Feb 27, 2006 at 08:06:22PM -0800, H. J. Lu wrote:
> > We should
> > add 1 << sect->alignment_power so that if sect->alignment_power == 0
> > there is still a gap.
> 
> I don't see that there is any need for a gap.
> 

If there isn't a gap, "objump -d -l" may not work correctly for the
output from "-ffunction-sections" on x86 and x86-64. That is why I
added "1" in the first patch.


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]