Landing: f20bc4c2fe00
Project / Subsystem
gcc / avr
Date
2026-05-31
Author
Georg-Johann Lay
Commit
f20bc4c2fe00928013c533e241b89ae3a6724ca1
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- avr
- patch_id
- —
- commit_hash
- f20bc4c2fe00928013c533e241b89ae3a6724ca1
- source_type
- github
- headline
- AVR: Fix overly long URLs in the printed PDF documentation.
- tldr
- The AVR backend's documentation now has shorter URLs that fit within page boundaries in the PDF.
- author
- Georg-Johann Lay
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • avr
- • documentation
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-31T00:00:00.000Z
The AVR backend’s documentation contained URLs that were too long and caused them to overflow page boundaries in the generated PDF. This commit shortens those URLs in doc/invoke.texi and doc/extend.texi to improve the readability of the printed documentation. This is primarily a cosmetic fix.