Re: what about new feature for objcopy

2005-08-11 Thread Victor Pasko
Hi Nick, Thanks for your e-mail. I really need such a feature because some libraries on Linux (for example Intel/IPP 4.1) contain some external functions like names and without correct sizes. It's impossible to debug and profile that functions. As you know, there are only object-members so f

Re: what about new feature for objcopy

2005-08-11 Thread Nick Clifton
Hi Victor, Thanks for your e-mail. I really need such a feature because some libraries on Linux (for example Intel/IPP 4.1) contain some external functions like names and without correct sizes. Really if these libraries contain incorrect information and they are distributed in a binary-only

Re: what about new feature for objcopy

2005-08-04 Thread Nick Clifton
Hi Victor, I'd like to have the following feature in objcopy: 1) set FUNCTION attribute for some symbol or other attributes 2) set/correct size for some symbol (e.g. function) In other words, I'd like to have simple command-line interface to correct symbol table of objects. This would indeed

what about new feature for objcopy

2005-08-02 Thread Victor Pasko
Hi, I'd like to have the following feature in objcopy: 1) set FUNCTION attribute for some symbol or other attributes 2) set/correct size for some symbol (e.g. function) In other words, I'd like to have simple command-line interface to correct symbol table of objects. Thanks in advance --