From e11c795b09a4b3238dd10e642b9cc406604ac95a Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 2 Dec 2024 17:29:56 -0500 Subject: libgdiagnostics: fix a missing rename in the docs gcc/ChangeLog: * doc/libgdiagnostics/tutorial/01-hello-world.rst: Update linker command for renaming. Signed-off-by: David Malcolm --- gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst b/gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst index 67f54c0..6596734 100644 --- a/gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst +++ b/gcc/doc/libgdiagnostics/tutorial/01-hello-world.rst @@ -41,7 +41,7 @@ using: $ gcc \ tut01-hello-world.c \ -o tut01-hello-world \ - -ldiagnostics + -lgdiagnostics You should then be able to run the built program: -- cgit v1.1