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


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> I think there is more cleanup to be had beyond reread_symbols,
Doug> but again I don't want this patch bogged down in that.

More evidence that reread_symbols should go the free_objfile route.  I
agree it isn't needed for this fix though.

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.

Otherwise the patch looks fine to me.

Tom


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