This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch rfc] -Wmissing-prototypes round #3


ac131313@redhat.com said:

* config/arm/tm-linux.h (arm_linux_svr4_fetch_link_map_offsets):
Delete declaration, moved to "arm-tdep.h". Include "arm-tdep.h".
* arm-tdep.h: Add ARM_TDEP_H wrapper.
(arm_linux_svr4_fetch_link_map_offsets): Declare.


arm_linux_svr4_fetch_link_map_offsets should be moved from arm-tdep.c to armlinux-tdep.c. Then it can be made private to that file; it doesn't belong in the generic ARM code.

Please be my guest, it will simplify my -Wmissing-prototypes patch.


Andrew



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]