Regression for i686 gdb.dwarf2/pieces-optimized-out.exp
[deliverable/binutils-gdb.git] / gdb / value.h
index 5d4949c579418b160aabfc626f22135f438c36c9..4cdbf210788edaef75cf663122874d1388854021 100644 (file)
@@ -606,13 +606,6 @@ extern DOUBLEST unpack_double (struct type *type, const gdb_byte *valaddr,
                               int *invp);
 extern CORE_ADDR unpack_pointer (struct type *type, const gdb_byte *valaddr);
 
-extern int unpack_value_bits_as_long (struct type *field_type,
-                                     const gdb_byte *valaddr,
-                                     int embedded_offset, int bitpos,
-                                     int bitsize,
-                                     const struct value *original_value,
-                                     LONGEST *result);
-
 extern LONGEST unpack_field_as_long (struct type *type,
                                     const gdb_byte *valaddr,
                                     int fieldno);
This page took 0.026526 seconds and 4 git commands to generate.