mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-25 08:47:28 +00:00
This commit is the result of the following actions:
- Running gdb/copyright.py to update all of the copyright headers to
include 2024,
- Manually updating a few files the copyright.py script told me to
update, these files had copyright headers embedded within the
file,
- Regenerating gdbsupport/Makefile.in to refresh it's copyright
date,
- Using grep to find other files that still mentioned 2023. If
these files were updated last year from 2022 to 2023 then I've
updated them this year to 2024.
I'm sure I've probably missed some dates. Feel free to fix them up as
you spot them.
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
@c GDB MANUAL configuration file.
|
|
@c
|
|
@c Copyright (C) 1993--2024 Free Software Foundation, Inc.
|
|
@c
|
|
@c NOTE: While the GDB manual is configurable (by changing these
|
|
@c switches), its configuration is ***NOT*** automatically tied in to
|
|
@c source configuration---because the authors expect that, save in
|
|
@c unusual cases, the most inclusive form of the manual is appropriate
|
|
@c no matter how the program itself is configured.
|
|
@c
|
|
@c The only automatically-varying variable is the GDB version number,
|
|
@c which the Makefile rewrites based on the VERSION variable from
|
|
@c `../Makefile.in'.
|
|
@c
|
|
@c GDB version number is recorded in the variable GDBVN
|
|
@include GDBvn.texi
|
|
@c
|
|
@c ----------------------------------------------------------------------
|
|
@c PLATFORM FLAGS:
|
|
@set GENERIC
|
|
@c
|
|
@c HP PA-RISC target ONLY:
|
|
@clear HPPA
|
|
@c
|
|
@c Refrain from discussing how to configure sw and format doc?
|
|
@clear PRECONFIGURED
|
|
@c
|
|
@c ----------------------------------------------------------------------
|
|
@c STRINGS:
|
|
@c
|
|
@c Name of GDB program. Used also for (gdb) prompt string.
|
|
@set GDBP gdb
|
|
@c
|
|
@c Name of GDB product. Used in running text.
|
|
@set GDBN @sc{gdb}
|
|
@c
|
|
@c Name of host. Should not be used in generic configs, but generic
|
|
@c value may catch some flubs.
|
|
@set HOST machine specific
|
|
@c
|
|
@c Name of GCC product
|
|
@set NGCC @sc{gcc}
|
|
@c
|
|
@c Name of GCC program
|
|
@set GCC gcc
|