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/Windows] Remove ADD_SHARED_SYMBOL_FILES macro


> 2009-05-15  Pierre Muller  <muller@ics.u-strasbg.fr>
> 
> 	* symfile.c (add_shared_symbol_files_command): Remove
> 	prototype and function.
> 	(_initialize _symfile): Move "add-shared-symbol-files"
> 	command and "assf" alias.

This part is fine.

> 	* windows-nat.c (_initialize_windows_nat): to here.

This part, however, is unnecessary, I think.  There is already a command
called dll-symbols that calls the very same function (dll_symbol_command).
My suggestion would be to delete the add-shared-symbols-files entirely,
or to make it a deprecated alias to dll-symbols.

Chris, what do you think?

> 	* config/i386/cygwin.mh: Remove NAT_FILE.
> 	* config/i386/mingw.mh: Remove NAT_FILE.
> 	* config/i386/mingw64.mh: Remove NAT_FILE.
> 	* config/i386/nm-cygwin.h: Remove file.
> 	* config/i386/nm-cygwin64.h: Remove file.

This part is fine.

Thanks for doing this,
-- 
Joel


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