]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: delete a couple of declarations from f-lang.h
authorAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 13 Nov 2020 11:03:05 +0000 (11:03 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Fri, 13 Nov 2020 13:51:09 +0000 (13:51 +0000)
commit5a7cf52794e4284a9ab7ea1a8b6c6ae8de94a276
tree6064e76fde2093b02b876342220e180a6bd388a5
parent48f4d8ce966e20e1e759e29ca8cf05a5dd328883
gdb: delete a couple of declarations from f-lang.h

One declaration in f-lang.h is for a function that doesn't even exist,
another is for a function that is only used within f-lang.c.

One declaration is deleted, the other function I make static in
f-lang.c.

gdb/ChangeLog:

* f-lang.c (fortran_argument_convert): Add declaration.  Add
header comment, taken from f-lang.h.  Make static.
* f-lang.h (f77_get_dynamic_array_length): Delete declaration.
(fortran_argument_convert): Delete declaration.
gdb/ChangeLog
gdb/f-lang.c
gdb/f-lang.h