Remove long_long_align_bit gdbarch attribute
[deliverable/binutils-gdb.git] / gdb / ada-lang.c
index 11939d77986b4ba035e028cad4351011535d07f8..de20c43beddc749ff6f81d74349be80fe58b458e 100644 (file)
@@ -14722,9 +14722,8 @@ When enabled, the debugger will stop using the DW_AT_GNAT_descriptive_type\n\
 DWARF attribute."),
      NULL, NULL, &maint_set_ada_cmdlist, &maint_show_ada_cmdlist);
 
-  decoded_names_store = htab_create_alloc
-    (256, htab_hash_string, (int (*)(const void *, const void *)) streq,
-     NULL, xcalloc, xfree);
+  decoded_names_store = htab_create_alloc (256, htab_hash_string, streq_hash,
+                                          NULL, xcalloc, xfree);
 
   /* The ada-lang observers.  */
   gdb::observers::new_objfile.attach (ada_new_objfile_observer);
This page took 0.026082 seconds and 4 git commands to generate.