From: Tom Tromey Date: Wed, 17 Apr 2024 20:30:56 +0000 (-0600) Subject: Fix some minor header file irregularities X-Git-Tag: gdb-16-branchpoint~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a41d62678ef8c8947d4c62997f6f54f0c747b56;p=thirdparty%2Fbinutils-gdb.git Fix some minor header file irregularities The script in the next patch noticed some irregularities in some headers: trailing or leading blank lines, or in one case a missing copyright header. This patch fixes these. Reviewed-By: Tom de Vries --- diff --git a/gdb/disasm-flags.h b/gdb/disasm-flags.h index 10cb95d3c17..ab1b4ba03e4 100644 --- a/gdb/disasm-flags.h +++ b/gdb/disasm-flags.h @@ -39,4 +39,3 @@ enum gdb_disassembly_flag : unsigned DEF_ENUM_FLAGS_TYPE (enum gdb_disassembly_flag, gdb_disassembly_flags); #endif /* DISASM_FLAGS_H */ - diff --git a/gdb/gdbtypes.h b/gdb/gdbtypes.h index 4cdc48b9a2f..340727cac6c 100644 --- a/gdb/gdbtypes.h +++ b/gdb/gdbtypes.h @@ -1,4 +1,3 @@ - /* Internal type definitions for GDB. Copyright (C) 1992-2024 Free Software Foundation, Inc. diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 5d3c1893836..9774a465ee2 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -390,4 +390,3 @@ extern bool fits_in_type (int n_sign, const gdb_mpz &n, int type_bits, extern void parser_fprintf (FILE *, const char *, ...) ATTRIBUTE_PRINTF (2, 3); #endif /* PARSER_DEFS_H */ - diff --git a/gdb/stabsread.h b/gdb/stabsread.h index 5f6f2df87b5..7d8a9ccbde3 100644 --- a/gdb/stabsread.h +++ b/gdb/stabsread.h @@ -1,5 +1,5 @@ - /* Include file for stabs debugging format support functions. - Copyright (C) 1986-2024 Free Software Foundation, Inc. +/* Include file for stabs debugging format support functions. + Copyright (C) 1986-2024 Free Software Foundation, Inc. This file is part of GDB. diff --git a/gdb/tracefile.h b/gdb/tracefile.h index 9c7fdea7297..90967eff855 100644 --- a/gdb/tracefile.h +++ b/gdb/tracefile.h @@ -1,3 +1,21 @@ +/* Tracefile declarations + Copyright (C) 2014-2024 Free Software Foundation, Inc. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ + #ifndef TRACEFILE_H #define TRACEFILE_H 1 diff --git a/gdb/windows-nat.h b/gdb/windows-nat.h index 5422aa064e9..3fbb1ea35df 100644 --- a/gdb/windows-nat.h +++ b/gdb/windows-nat.h @@ -37,4 +37,3 @@ extern const int amd64_mappings[]; #endif #endif - diff --git a/gdb/xml-tdesc.h b/gdb/xml-tdesc.h index 823dbee0f2d..cd6e79cc24f 100644 --- a/gdb/xml-tdesc.h +++ b/gdb/xml-tdesc.h @@ -50,4 +50,3 @@ std::optional target_fetch_description_xml (target_ops *ops); const struct target_desc *string_read_description_xml (const char *xml); #endif /* XML_TDESC_H */ -