diff options
author | Alan Modra <amodra@gmail.com> | 2022-09-23 22:20:17 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-09-24 10:06:37 +0930 |
commit | 31f4ff5731d0e6a0715e1af81e8c5fc5b71d2df6 (patch) | |
tree | 17c5f113036d4d475026041e7912a4917d1a1863 /bfd/aoutx.h | |
parent | e64d74cafa7233cfcbefac501ac45ae79b47985a (diff) | |
download | gdb-31f4ff5731d0e6a0715e1af81e8c5fc5b71d2df6.zip gdb-31f4ff5731d0e6a0715e1af81e8c5fc5b71d2df6.tar.gz gdb-31f4ff5731d0e6a0715e1af81e8c5fc5b71d2df6.tar.bz2 |
Re: bfd_cleanup for object_p
Bits still missing from commit cb001c0d283d.
* aoutx.h (aout_@var{size}_some_aout_object_p): Correct synopsis.
* i386lynx.c (lynx_core_file_p): Correct return type.
* ptrace-core.c (ptrace_unix_core_file_p): Likewise.
Diffstat (limited to 'bfd/aoutx.h')
-rw-r--r-- | bfd/aoutx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/aoutx.h b/bfd/aoutx.h index e9b5188..4aed234 100644 --- a/bfd/aoutx.h +++ b/bfd/aoutx.h @@ -451,10 +451,10 @@ FUNCTION aout_@var{size}_some_aout_object_p SYNOPSIS - const bfd_target *aout_@var{size}_some_aout_object_p + bfd_cleanup aout_@var{size}_some_aout_object_p (bfd *abfd, struct internal_exec *execp, - const bfd_target *(*callback_to_real_object_p) (bfd *)); + bfd_cleanup (*callback_to_real_object_p) (bfd *)); DESCRIPTION Some a.out variant thinks that the file open in @var{abfd} |