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: [RFC] Remove symbol-reloading option


> The symbol-reloading option is no longer used for anything.
> IWBN to delete it, but we could first mark it as deprecated, or whatever.

Normally, I would have recommended a 2-step deprecate-then-remove
approach, but in this case, I tend to agree with you that we can
remove immediately. I did a little bit of archeology, and found that
this variable appear to have been unused since at least start of CVS.
It was appearing once inside symfile.c:free_named_symtabs, but it was
commented-out so I deleted all that code back in Jan 2010.

So I don't see anyone using this switch today, and it should be fine
just removing it.

-- 
Joel


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