* config/tc-hppa.c: Fix comment typos.
[deliverable/binutils-gdb.git] / gdb / ada-lang.h
index 3f00b9ac313ad6b847ddcbb83445fb7e96801281..54e56bb0529cb0cf3af36b3a8a7824d94ab53080 100644 (file)
@@ -27,9 +27,9 @@ struct partial_symbol;
 
 struct block;
 
-/* A macro to reorder the bytes of an address depending on the endiannes
-   of the target */
-#define EXTRACT_ADDRESS(x) ((void *) extract_address (&(x), sizeof (x)))
+/* A macro to reorder the bytes of an address depending on the
+   endiannes of the target.  */
+#define EXTRACT_ADDRESS(x) ((void *) extract_unsigned_integer (&(x), sizeof (x)))
 /* A macro to reorder the bytes of an int depending on the endiannes
    of the target */
 #define EXTRACT_INT(x) ((int) extract_signed_integer (&(x), sizeof (x)))
@@ -223,13 +223,13 @@ extern struct type *ada_index_type (struct type *, int);
 extern struct value *ada_array_bound (struct value *, int, int);
 
 extern int ada_lookup_symbol_list (const char *, struct block *,
-                                  namespace_enum, struct symbol ***,
+                                  domain_enum, struct symbol ***,
                                   struct block ***);
 
 extern char *ada_fold_name (const char *);
 
 extern struct symbol *ada_lookup_symbol (const char *, struct block *,
-                                        namespace_enum);
+                                        domain_enum);
 
 extern struct minimal_symbol *ada_lookup_minimal_symbol (const char *);
 
This page took 0.024335 seconds and 4 git commands to generate.