[PATCH] Add Rust support to source highlighting

Tom Tromey tom@tromey.com
Mon Jul 1 15:40:00 GMT 2019


>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:

Tom> I don't think there's anything wrong with the patch, so I guess this is
Tom> a Fedora bug somehow.  I will see if I can write a test case and file
Tom> it.

I debugged this a bit today, and the problem comes from the use of
"-static-libstdc++ -static-libgcc" when linking.  Using just one of
these makes it work fine.

Are these necessary for some reason?

Tom



More information about the Gdb-patches mailing list