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] | |
On 09/29/2010 04:07 PM, Joseph S. Myers wrote:
> On Wed, 29 Sep 2010, Bernd Schmidt wrote:
>
>> On 09/29/2010 03:57 PM, Joseph S. Myers wrote:
>>
>>>> + @kindex --dsbt_index
>>>> + @item --dsbt_index @var{index}
>>>> + This option sets the DSBT index of the current executable or shared library
>>>> + to @var{index}.
>>>
>>> I see no existing documentated "--" options containing "_". The normal
>>> style would definitely be --dsbt-index.
>>
>> I realized this. The TI linker uses --dsbt_index, so I felt that there
>> could be a Makefile compatibility argument here. I don't feel strongly
>> either way.
>
> There are enough differences between TI and GNU command-line arguments
> that I really don't think compatibility is likely; we should just follow
> normal GNU style here.
Changed. However, note that there's also the wrapper that converts
GNU-style command line options into something the TI compiler/linker
understand. That one also accepts --dsbt_index.
With Alan's comments, I've arrived at the patch below.
Bernd
Attachment:
dsbtindex-mainline3.diff
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |