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]

committed: [PATCH] Rename psymtab_to_symtab to read_symtab


On 01/17/2013 12:30 AM, Tom Tromey wrote:
Thanks for doing this.

Yao> -      dbx_psymtab_to_symtab_1 (objfile, pst);
Yao> +      dbx_psymtab_to_symtab_1 (objfile, self);

It seems slightly odd to rename the containing functions and reorder
their arguments, but not apply the same treatment to the worker
functions.

However, I don't mind. This patch is ok.

Patch is committed.


--
Yao (éå)


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