mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
convert to_augmented_libraries_svr4_read
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_augmented_libraries_svr4_read. * target.h (struct target_ops) <to_augmented_libraries_svr4_read>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -1060,7 +1060,8 @@ struct target_ops
|
||||
|
||||
/* Nonzero if TARGET_OBJECT_LIBRARIES_SVR4 may be read with a
|
||||
non-empty annex. */
|
||||
int (*to_augmented_libraries_svr4_read) (struct target_ops *);
|
||||
int (*to_augmented_libraries_svr4_read) (struct target_ops *)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
|
||||
/* Those unwinders are tried before any other arch unwinders. Use NULL if
|
||||
it is not used. */
|
||||
|
Reference in New Issue
Block a user