mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-05 12:53:16 +08:00
* aoutx.h (some_aout_object_p): Protect arg prototype in
callback_to_real_object_p with PARAMS macro for non-ANSI compilers.
This commit is contained in:
parent
cbd1bdc3fa
commit
b86f998b8a
@ -1,3 +1,8 @@
|
|||||||
|
Sun Nov 29 08:37:13 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* aoutx.h (some_aout_object_p): Protect arg prototype in
|
||||||
|
callback_to_real_object_p with PARAMS macro for non-ANSI compilers.
|
||||||
|
|
||||||
Sat Nov 28 04:01:21 1992 John Gilmore (gnu@cygnus.com)
|
Sat Nov 28 04:01:21 1992 John Gilmore (gnu@cygnus.com)
|
||||||
|
|
||||||
* aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h,
|
* aout-target.h, aoutf1.h, trad-core.c, coffcode.h, libaout.h,
|
||||||
|
@ -339,7 +339,7 @@ bfd_target *
|
|||||||
DEFUN(NAME(aout,some_aout_object_p),(abfd, execp, callback_to_real_object_p),
|
DEFUN(NAME(aout,some_aout_object_p),(abfd, execp, callback_to_real_object_p),
|
||||||
bfd *abfd AND
|
bfd *abfd AND
|
||||||
struct internal_exec *execp AND
|
struct internal_exec *execp AND
|
||||||
bfd_target *(*callback_to_real_object_p) (bfd *))
|
bfd_target *(*callback_to_real_object_p) PARAMS ((bfd *)))
|
||||||
{
|
{
|
||||||
struct aout_data_struct *rawptr, *oldrawptr;
|
struct aout_data_struct *rawptr, *oldrawptr;
|
||||||
bfd_target *result;
|
bfd_target *result;
|
||||||
|
Loading…
Reference in New Issue
Block a user