forked from Imagelibrary/binutils-gdb
Revert previous change. Not obvious.
This commit is contained in:
12
gdb/value.h
12
gdb/value.h
@@ -535,12 +535,6 @@ extern void clear_value_history (void);
|
||||
|
||||
extern void clear_internalvars (void);
|
||||
|
||||
/* Objective-C */
|
||||
|
||||
extern struct value *value_of_local (const char *name, int complain);
|
||||
|
||||
extern struct value *value_nsstring (char *ptr, int len);
|
||||
|
||||
/* From values.c */
|
||||
|
||||
extern struct value *value_copy (struct value *);
|
||||
@@ -554,10 +548,6 @@ extern struct value *value_slice (struct value *, int, int);
|
||||
extern struct value *call_function_by_hand (struct value *, int,
|
||||
struct value **);
|
||||
|
||||
extern struct value *call_function_by_hand_expecting_type (struct value *,
|
||||
struct type *, int,
|
||||
struct value **, int);
|
||||
|
||||
extern int default_coerce_float_to_double (struct type *, struct type *);
|
||||
|
||||
extern int standard_coerce_float_to_double (struct type *, struct type *);
|
||||
@@ -576,6 +566,4 @@ extern CORE_ADDR default_push_arguments (int nargs, struct value ** args,
|
||||
CORE_ADDR sp, int struct_return,
|
||||
CORE_ADDR struct_addr);
|
||||
|
||||
extern CORE_ADDR find_function_addr (struct value *, struct type **);
|
||||
|
||||
#endif /* !defined (VALUE_H) */
|
||||
|
||||
Reference in New Issue
Block a user