aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Allen <rsaxvc@gmail.com>2025-02-16 16:50:00 -0600
committerAlan Modra <amodra@gmail.com>2025-03-01 11:17:13 +1030
commit50eeb3b1603785b7c7e01ba74041fe19ef2e137c (patch)
tree00e2417d77c041368e848dd4b73ae60fcae6041c
parent13fb39dd5aa21c81f80845f87b322dc61d219b90 (diff)
downloadbinutils-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.zip
binutils-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.tar.gz
binutils-50eeb3b1603785b7c7e01ba74041fe19ef2e137c.tar.bz2
gprof: remove ASCII formfeed/0x0C bytes from source code
Signed-off-by: Richard Allen <rsaxvc@gmail.com>
-rw-r--r--gprof/basic_blocks.c2
-rw-r--r--gprof/basic_blocks.h2
-rw-r--r--gprof/bb_exit_func.c2
-rw-r--r--gprof/call_graph.c2
-rw-r--r--gprof/call_graph.h2
-rw-r--r--gprof/cg_arcs.h2
-rw-r--r--gprof/cg_dfn.h2
-rw-r--r--gprof/cg_print.c2
-rw-r--r--gprof/cg_print.h2
-rw-r--r--gprof/corefile.c2
-rw-r--r--gprof/corefile.h2
-rw-r--r--gprof/gmon_io.c2
-rw-r--r--gprof/gmon_io.h2
-rw-r--r--gprof/gmon_out.h2
-rw-r--r--gprof/hertz.h2
-rw-r--r--gprof/hist.c2
-rw-r--r--gprof/hist.h2
-rw-r--r--gprof/search_list.c2
-rw-r--r--gprof/search_list.h2
-rw-r--r--gprof/source.c2
-rw-r--r--gprof/source.h2
-rw-r--r--gprof/sym_ids.c2
-rw-r--r--gprof/sym_ids.h2
-rw-r--r--gprof/symtab.c2
-rw-r--r--gprof/symtab.h2
-rw-r--r--gprof/utils.h2
26 files changed, 26 insertions, 26 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index bca6862..4a4e491 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 9baa89b..a7a2a18 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 a13cbf2..8cb6673 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 647163f..259cbaa 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 c36bd64..efc3447 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 4635541..06d9495 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 979fa8e..b6d0898 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 f6bfffc..1d8e7d6 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 57c529c..4ff1dbb 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 5f749b4..65d8ccf 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 54c3691..fe4e44c 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 12e8ded..9a06950 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 31a3b3f..746ca61 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 a84be49..95cedf8 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 995488c..207e4e5 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 c82b5cd..2d3b0b1 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 e585662..cf16a35 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 fd66a00..2648438 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 062fe38..78889e8 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 a240b03..7ed84a5 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 f729aa7..3dba958 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 01491a1..9f26679 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 fd13415..9c280ef 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 95f02b1..cc619aa 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 b8fe55a..436f665 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 c7212df..403fe2a 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