This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [RFA, doc RFA] Fix symtab/15885


On Mon, Aug 26, 2013 at 8:49 AM, Tom Tromey <tromey@redhat.com> wrote:
> Doug> +    if {[run_on_host "objcopy" [transform objcopy] "--remove-section .gdb_index --add-section .gdb_index=$index_file --set-section-flags .gdb_index=readonly ${program} ${program_with_index}"]} {
>
> This line looks over-long.

cut-n-paste-n-tweak from gnu-debugdata.exp. :-)

I think this is one case where it's ok.
But I could build the string a bit at a time if you like.
Suggestions?


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