public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [pushed] doc: Drop a redundant link to AVR-LibC
@ 2023-03-11 23:02 Gerald Pfeifer
  0 siblings, 0 replies; only message in thread
From: Gerald Pfeifer @ 2023-03-11 23:02 UTC (permalink / raw)
  To: gcc-patches

Pushed.

Gerald


gcc/ChangeLog:

	* doc/extend.texi (Named Address Spaces): Drop a redundant link
	to AVR-LibC.
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index e0c5357291b..fd3745c5608 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -7906,7 +7906,7 @@ of the data but not how this data is accessed.
 In order to read data located with the @code{progmem} attribute
 (inline) assembler must be used.
 @smallexample
-/* Use custom macros from @w{@uref{http://nongnu.org/avr-libc/user-manual/,AVR-LibC}} */
+/* Use custom macros from AVR-LibC */
 #include <avr/pgmspace.h> 
 
 /* Locate var in flash memory */
-- 
2.39.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-11 23:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-11 23:02 [pushed] doc: Drop a redundant link to AVR-LibC Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).