]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: move read{now,never}_symbol_files declarations to symfile.h
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 19:19:49 +0000 (14:19 -0500)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Jan 2021 19:19:49 +0000 (14:19 -0500)
commitfe7a351a8ebd62e1c17fc94c3fff1007e0d30bad
tree6458673784b8ef02535eba64127405c6c9bf6a9b
parent16e9019ef738c251ecfbed512c6835f0f0a424f7
gdb: move read{now,never}_symbol_files declarations to symfile.h

... since they are defined in symfile.c.

gdb/ChangeLog:

* top.h (readnow_symbol_files, readnever_symbol_files): Move
declarations to ...
* symfile.h: ... here.
* symfile.c: Update doc.

Change-Id: Ie35a80d236bea70947bc496f66f62c8c621670b4
gdb/ChangeLog
gdb/symfile.c
gdb/symfile.h
gdb/top.h