(int64e_type): Fix definition.
[deliverable/binutils-gdb.git] / bfd / hppa.c
index 40ffa8db8f279ff28cc9e8a7d2f5fb0434bfdd6c..21504697dccc06b524bf7d66bd7f1fd62ef6089f 100644 (file)
@@ -1006,6 +1006,17 @@ DEFUN (hppa_field_adjust, (value, constant_value, r_field),
 
 }
 
+/* Return information about SOM symbol SYMBOL in RET.  */
+
+static void
+hppa_get_symbol_info (ignore_abfd, symbol, ret)
+     bfd *ignore_abfd;         /* Ignored.  */
+     asymbol *symbol;
+     symbol_info *ret;
+{
+  bfd_symbol_info (symbol, ret);
+}
+
 /* End of miscellaneous support functions. */
 
 #ifdef HOST_HPPABSD
This page took 0.023072 seconds and 4 git commands to generate.