[binutils-gdb] gprof: remove ASCII formfeed/0x0C bytes from source code

Alan Modra amodra@sourceware.org
Sat Mar 1 00:47:43 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=50eeb3b1603785b7c7e01ba74041fe19ef2e137c

commit 50eeb3b1603785b7c7e01ba74041fe19ef2e137c
Author: Richard Allen <rsaxvc@gmail.com>
Date:   Sun Feb 16 16:50:00 2025 -0600

    gprof: remove ASCII formfeed/0x0C bytes from source code
    
    Signed-off-by: Richard Allen <rsaxvc@gmail.com>

Diff:
---
 gprof/basic_blocks.c | 2 +-
 gprof/basic_blocks.h | 2 +-
 gprof/bb_exit_func.c | 2 +-
 gprof/call_graph.c   | 2 +-
 gprof/call_graph.h   | 2 +-
 gprof/cg_arcs.h      | 2 +-
 gprof/cg_dfn.h       | 2 +-
 gprof/cg_print.c     | 2 +-
 gprof/cg_print.h     | 2 +-
 gprof/corefile.c     | 2 +-
 gprof/corefile.h     | 2 +-
 gprof/gmon_io.c      | 2 +-
 gprof/gmon_io.h      | 2 +-
 gprof/gmon_out.h     | 2 +-
 gprof/hertz.h        | 2 +-
 gprof/hist.c         | 2 +-
 gprof/hist.h         | 2 +-
 gprof/search_list.c  | 2 +-
 gprof/search_list.h  | 2 +-
 gprof/source.c       | 2 +-
 gprof/source.h       | 2 +-
 gprof/sym_ids.c      | 2 +-
 gprof/sym_ids.h      | 2 +-
 gprof/symtab.c       | 2 +-
 gprof/symtab.h       | 2 +-
 gprof/utils.h        | 2 +-
 26 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index bca6862fc7b..4a4e491495f 100644
--- a/gprof/basic_blocks.c
+++ b/gprof/basic_blocks.c
@@ -20,7 +20,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"
diff --git a/gprof/basic_blocks.h b/gprof/basic_blocks.h
index 9baa89bdec1..a7a2a18b40d 100644
--- a/gprof/basic_blocks.h
+++ b/gprof/basic_blocks.h
@@ -17,7 +17,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef basic_blocks_h
 #define basic_blocks_h
 
diff --git a/gprof/bb_exit_func.c b/gprof/bb_exit_func.c
index a13cbf22380..8cb66738db9 100644
--- a/gprof/bb_exit_func.c
+++ b/gprof/bb_exit_func.c
@@ -23,7 +23,7 @@
    This code was contributed by:
 
      David Mosberger-Tang <David.Mosberger@acm.org>  */
-

+
 #include <stdio.h>
 #include <strings.h>
 #include "bfd.h"
diff --git a/gprof/call_graph.c b/gprof/call_graph.c
index 647163f646c..259cbaaef1b 100644
--- a/gprof/call_graph.c
+++ b/gprof/call_graph.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "search_list.h"
 #include "source.h"
diff --git a/gprof/call_graph.h b/gprof/call_graph.h
index c36bd643823..efc3447eccc 100644
--- a/gprof/call_graph.h
+++ b/gprof/call_graph.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef call_graph_h
 #define call_graph_h
 
diff --git a/gprof/cg_arcs.h b/gprof/cg_arcs.h
index 4635541d3e4..06d94956ecb 100644
--- a/gprof/cg_arcs.h
+++ b/gprof/cg_arcs.h
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef cg_arcs_h
 #define cg_arcs_h
 
diff --git a/gprof/cg_dfn.h b/gprof/cg_dfn.h
index 979fa8e0df3..b6d08984a97 100644
--- a/gprof/cg_dfn.h
+++ b/gprof/cg_dfn.h
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef cg_dfn_h
 #define cg_dfn_h
 
diff --git a/gprof/cg_print.c b/gprof/cg_print.c
index f6bfffc2e18..1d8e7d6b5b3 100644
--- a/gprof/cg_print.c
+++ b/gprof/cg_print.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"
diff --git a/gprof/cg_print.h b/gprof/cg_print.h
index 57c529cfb3a..4ff1dbb23f3 100644
--- a/gprof/cg_print.h
+++ b/gprof/cg_print.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef cg_print_h
 #define cg_print_h
 
diff --git a/gprof/corefile.c b/gprof/corefile.c
index 5f749b420fc..65d8ccf5476 100644
--- a/gprof/corefile.c
+++ b/gprof/corefile.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"
diff --git a/gprof/corefile.h b/gprof/corefile.h
index 54c36914205..fe4e44c2ff5 100644
--- a/gprof/corefile.h
+++ b/gprof/corefile.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef corefile_h
 #define corefile_h
 
diff --git a/gprof/gmon_io.c b/gprof/gmon_io.c
index 12e8dedb970..9a069504d85 100644
--- a/gprof/gmon_io.c
+++ b/gprof/gmon_io.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "binary-io.h"
 #include "search_list.h"
diff --git a/gprof/gmon_io.h b/gprof/gmon_io.h
index 31a3b3fce4c..746ca61f98e 100644
--- a/gprof/gmon_io.h
+++ b/gprof/gmon_io.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef gmon_io_h
 #define gmon_io_h
 
diff --git a/gprof/gmon_out.h b/gprof/gmon_out.h
index a84be499837..95cedf899da 100644
--- a/gprof/gmon_out.h
+++ b/gprof/gmon_out.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 /* A gmon.out file consists of a header (defined by gmon_hdr) followed
    by a sequence of records.  Each record starts with a one-byte tag
    identifying the type of records, followed by records specific data.  */
diff --git a/gprof/hertz.h b/gprof/hertz.h
index 995488c1b2f..207e4e57f68 100644
--- a/gprof/hertz.h
+++ b/gprof/hertz.h
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef hertz_h
 #define hertz_h
 
diff --git a/gprof/hist.c b/gprof/hist.c
index c82b5cd4db7..2d3b0b11ac5 100644
--- a/gprof/hist.c
+++ b/gprof/hist.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "search_list.h"
diff --git a/gprof/hist.h b/gprof/hist.h
index e5856627d9d..cf16a3582e8 100644
--- a/gprof/hist.h
+++ b/gprof/hist.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef hist_h
 #define hist_h
 
diff --git a/gprof/search_list.c b/gprof/search_list.c
index fd66a009b25..2648438d994 100644
--- a/gprof/search_list.c
+++ b/gprof/search_list.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "search_list.h"
diff --git a/gprof/search_list.h b/gprof/search_list.h
index 062fe384799..78889e81a77 100644
--- a/gprof/search_list.h
+++ b/gprof/search_list.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef search_list_h
 #define search_list_h
 
diff --git a/gprof/source.c b/gprof/source.c
index a240b035915..7ed84a516eb 100644
--- a/gprof/source.c
+++ b/gprof/source.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "filenames.h"
diff --git a/gprof/source.h b/gprof/source.h
index f729aa78d87..3dba9580cef 100644
--- a/gprof/source.h
+++ b/gprof/source.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef source_h
 #define source_h
 
diff --git a/gprof/sym_ids.c b/gprof/sym_ids.c
index 01491a1de2c..9f26679cfc0 100644
--- a/gprof/sym_ids.c
+++ b/gprof/sym_ids.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "libiberty.h"
 #include "safe-ctype.h"
diff --git a/gprof/sym_ids.h b/gprof/sym_ids.h
index fd13415c504..9c280ef5363 100644
--- a/gprof/sym_ids.h
+++ b/gprof/sym_ids.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef sym_ids_h
 #define sym_ids_h
 
diff --git a/gprof/symtab.c b/gprof/symtab.c
index 95f02b1fb0b..cc619aa728e 100644
--- a/gprof/symtab.c
+++ b/gprof/symtab.c
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
    02110-1301, USA.  */
-

+
 #include "gprof.h"
 #include "search_list.h"
 #include "source.h"
diff --git a/gprof/symtab.h b/gprof/symtab.h
index b8fe55a4dcd..436f665f9a5 100644
--- a/gprof/symtab.h
+++ b/gprof/symtab.h
@@ -18,7 +18,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef symtab_h
 #define symtab_h
 
diff --git a/gprof/utils.h b/gprof/utils.h
index c7212df6978..403fe2a39a1 100644
--- a/gprof/utils.h
+++ b/gprof/utils.h
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
-

+
 #ifndef utils_h
 #define utils_h


More information about the Binutils-cvs mailing list