avr-size

nick clifton nickc@redhat.com
Tue Dec 31 08:45:00 GMT 2013


Hi Adam,

> I found a fix at
> https://sourceware.org/bugzilla/show_bug.cgi?id=15038 however when I
> looked at the source file /binutils-2.24/binutils/size.c it does not
> contain this fix and the link provided for a patch on the bug report
> is broken.

The link worked just fine for me.

> As this is the latest version what is the best way to
> correct this issue? If the bug page had a source file instead of the
> differences I would have just copied it in and rebuilt I'm assuming
> that would have been ok.

I have attached the patch to this email.

The problem with the patch is that it is adding a target specific 
feature to a target neutral tool.  Which is something I am loath to do. 
  It would make more sense to either create a separate project for AVR 
specific tools, or to add the code to an already target specific tool, 
such as readelf or objdump.

Cheers
   Nick



-------------- next part --------------
A non-text attachment was scrubbed...
Name: 300-binutils-avr-size.patch
Type: text/x-patch
Size: 16661 bytes
Desc: not available
URL: <https://sourceware.org/pipermail/binutils/attachments/20131231/7dc1f4f6/attachment.bin>


More information about the Binutils mailing list