This is the mail archive of the gdb-testers@sourceware.org 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]

[binutils-gdb] stap-probe: Remove unnecessary cast


*** TEST RESULTS FOR COMMIT bc1f8cdaf4b26d1c7af34c7a33038c50fd5eabd4 ***

Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: bc1f8cdaf4b26d1c7af34c7a33038c50fd5eabd4

stap-probe: Remove unnecessary cast

ret->args_u.text is const char *, probe_args is const char *, so no cast
is needed.  Found while doing cxx-conversion stuff, since it wouldn't
build in C++.

gdb/ChangeLog:

	* stap-probe.c (handle_stap_probe): Remove unnecessary cast.


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