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: [PING 2] [rfc]: Framework for looking up multiply defined global symbols in shared libraries


Markus Deuling wrote:

> Ok, I renamed the testsuite files to solib-symbol.exp and solib-symbol-{main,lib}.c The header has been removed.
> 
> I also changed the NEWS entry. Eli, is this ok ?

Thanks, Markus.


> @@ -2572,7 +2572,7 @@
>  	$(objfiles_h) $(exceptions_h) $(gdbcore_h) $(command_h) $(target_h) \
>  	$(frame_h) $(gdb_regex_h) $(inferior_h) $(environ_h) $(language_h) \
>  	$(gdbcmd_h) $(completer_h) $(filenames_h) $(exec_h) $(solist_h) \
> -	$(observer_h) $(readline_h)
> +	$(observer_h) $(readline_h) $(objfiles_h)
>  solib-frv.o: solib-frv.c $(defs_h) $(gdb_string_h) $(inferior_h) \
>  	$(gdbcore_h) $(solist_h) $(frv_tdep_h) $(objfiles_h) $(symtab_h) \
>  	$(language_h) $(command_h) $(gdbcmd_h) $(elf_frv_h) $(solib_h)

This part of the Makefile.in change does not appear to be necessary -- there is
no corresponding source code change to the solib-svr4.c file in the patch.

Please verify this, and re-send the patch with an up-to-date ChangeLog
entry -- I'll check it in then.


Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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