aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorMartin Liska <marxin@gcc.gnu.org>2018-08-27 14:04:23 +0000
committerMartin Liska <marxin@gcc.gnu.org>2018-08-27 14:04:23 +0000
commit92a285c1a7bad310d7223a7aa5d70e6a5fc3e644 (patch)
tree2ecff88e701c8f86a9f5ceba51995ddbe714f79d /libgcc
parent85204e23e2fed09fc07159ab5607e0b760269561 (diff)
downloadgcc-92a285c1a7bad310d7223a7aa5d70e6a5fc3e644.zip
gcc-92a285c1a7bad310d7223a7aa5d70e6a5fc3e644.tar.gz
gcc-92a285c1a7bad310d7223a7aa5d70e6a5fc3e644.tar.bz2
Replace 8 spaces with a tabular in ChangeLog files.
From-SVN: r263886
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog38
1 files changed, 19 insertions, 19 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 280bd10..8a350e1 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -69,7 +69,7 @@
2018-08-01 Martin Liska <mliska@suse.cz>
* libgcov-profiler.c (__gcov_indirect_call_profiler_v2): Do not
- check that __gcov_indirect_call_callee is non-null.
+ check that __gcov_indirect_call_callee is non-null.
2018-07-30 Christophe Lyon <christophe.lyon@linaro.org>
@@ -143,30 +143,30 @@
2018-06-07 Martin Liska <mliska@suse.cz>
* libgcov-driver.c: Rename cs_all to all and assign it from
- all_prg.
+ all_prg.
2018-06-07 Martin Liska <mliska@suse.cz>
- PR bootstrap/86057
+ PR bootstrap/86057
* libgcov-driver-system.c (replace_filename_variables): Use
- memcpy instead of mempcpy.
+ memcpy instead of mempcpy.
(allocate_filename_struct): Do not allocate filename, allocate
- prefix and set it.
+ prefix and set it.
(gcov_exit_open_gcda_file): Allocate memory for gf->filename
- here and properly copy content into it.
+ here and properly copy content into it.
* libgcov-driver.c (struct gcov_filename): Remove max_length
- field, change prefix from size_t into char *.
+ field, change prefix from size_t into char *.
(compute_summary): Do not calculate longest filename.
(gcov_do_dump): Release memory of gf.filename after each file.
* libgcov-util.c (compute_summary): Use new signature of
- compute_summary.
+ compute_summary.
(calculate_overlap): Likewise.
2018-06-05 Martin Liska <mliska@suse.cz>
PR gcov-profile/47618
* libgcov-driver-system.c (replace_filename_variables): New
- function.
+ function.
(gcov_exit_open_gcda_file): Use it.
2018-06-05 Martin Liska <mliska@suse.cz>
@@ -197,15 +197,15 @@
2018-05-30 Rasmus Villemoes <rasmus.villemoes@prevas.dk>
- * crtstuff.c: Remove declaration of _Jv_RegisterClasses.
+ * crtstuff.c: Remove declaration of _Jv_RegisterClasses.
2018-05-29 Martin Liska <mliska@suse.cz>
- PR gcov-profile/85759
+ PR gcov-profile/85759
* libgcov-driver-system.c (gcov_error): Introduce usage of
- GCOV_EXIT_AT_ERROR env. variable.
+ GCOV_EXIT_AT_ERROR env. variable.
* libgcov-driver.c (merge_one_data): Print error that we
- overwrite a gcov file with a different timestamp.
+ overwrite a gcov file with a different timestamp.
2018-05-23 Kalamatee <kalamatee@gmail.com>
@@ -789,8 +789,8 @@
config/i386/enable-execute-stack-mingw32.c
2017-08-01 Jerome Lambourg <lambourg@adacore.com>
- Doug Rupp <rupp@adacore.com>
- Olivier Hainque <hainque@adacore.com>
+ Doug Rupp <rupp@adacore.com>
+ Olivier Hainque <hainque@adacore.com>
* config.host (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7
as well as arm-wrs-vxworks.
@@ -926,10 +926,10 @@
Matthieu Sarter <matthieu.sarter.external@atos.net>
David Edelsohn <dje.gcc@gmail.com>
- * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
- unconditionally.
- (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit
- AIX 7.2 support.
+ * config/rs6000/aix-unwind.h (MD_FALLBACK_FRAME_STATE_FOR): Define
+ unconditionally.
+ (ucontext_for): Add 64-bit AIX 6.1, 7.1, 7.2 support. Add 32-bit
+ AIX 7.2 support.
2017-06-02 Olivier Hainque <hainque@adacore.com>