public inbox for archer@sourceware.org
 help / color / mirror / Atom feed
* [keiths-expr-cumulative] [commit] Fix compilation error due to linkage_name
@ 2009-08-06 22:33 Jan Kratochvil
  0 siblings, 0 replies; only message in thread
From: Jan Kratochvil @ 2009-08-06 22:33 UTC (permalink / raw)
  To: archer

solib-darwin.c: In function ‘_initialize_darwin_solib’:
solib-darwin.c:451: error: assignment from incompatible pointer type


commit 46ea8264dc1de2556c00be635663a8533063131a
Author: Jan Kratochvil <jkratoch@host1.dyn.jankratochvil.net>
Date:   Fri Aug 7 00:29:57 2009 +0200

    Fix compilation error due to linkage_name.
    
    Branch archer-keiths-linkage_name-redux commit
    3a3ee2d5c2509a005e24af5a1975b29c4d9608a4 did remove the linkage_name parameter.
    
    Fix it up for one forgotten file.
    
    	* solib-darwin.c (darwin_lookup_lib_symbol): Remove the unused
    	parameter linkage_name.

diff --git a/gdb/solib-darwin.c b/gdb/solib-darwin.c
index 97cc29c..f655956 100644
--- a/gdb/solib-darwin.c
+++ b/gdb/solib-darwin.c
@@ -401,7 +401,6 @@ darwin_relocate_section_addresses (struct so_list *so,
 static struct symbol *
 darwin_lookup_lib_symbol (const struct objfile *objfile,
 			  const char *name,
-			  const char *linkage_name,
 			  const domain_enum domain)
 {
   return NULL;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-06 22:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-06 22:33 [keiths-expr-cumulative] [commit] Fix compilation error due to linkage_name Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).