diff options
author | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2014-11-05 22:17:22 +0000 |
---|---|---|
committer | Manuel López-Ibáñez <manu@gcc.gnu.org> | 2014-11-05 22:17:22 +0000 |
commit | 10a241382b3fed4c7bb090fcc2b686d74eb99d6c (patch) | |
tree | 8249e806b1ac70a853b9112a20e3ef9a27d08c1f /include/ChangeLog | |
parent | 14abf8cae10a18fc348df4e1ae93c6afc097d2cb (diff) | |
download | gcc-10a241382b3fed4c7bb090fcc2b686d74eb99d6c.zip gcc-10a241382b3fed4c7bb090fcc2b686d74eb99d6c.tar.gz gcc-10a241382b3fed4c7bb090fcc2b686d74eb99d6c.tar.bz2 |
Revert revision 217149 because it breaks Ada:
gcc/testsuite/ChangeLog:
2014-11-05 Anthony Brandon <anthony.brandon@gmail.com>
PR driver/36312
* gcc.misc-tests/output.exp: New test case for identical input and
output files.
include/ChangeLog:
2014-11-05 Anthony Brandon <anthony.brandon@gmail.com>
PR driver/36312
* filenames.h: Add prototype for canonical_filename_eq.
gcc/ChangeLog:
2014-11-05 Anthony Brandon <anthony.brandon@gmail.com>
PR driver/36312
* diagnostic-core.h: Add prototype for fatal_error.
* diagnostic.c (fatal_error): New function fatal_error.
* gcc.c (store_arg): Remove have_o_argbuf_index.
(process_command): Check if input and output files are the same.
* toplev.c (init_asm_output): Check if input and output files are
the same.
libiberty/ChangeLog:
2014-11-05 Anthony Brandon <anthony.brandon@gmail.com>
PR driver/36312
* filename_cmp.c (canonical_filename_eq): New function to check if
file names are the same.
* functions.texi: Updated with documentation for new function.
From-SVN: r217159
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 27c3c55..e482682 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,8 +1,3 @@ -2014-11-05 Anthony Brandon <anthony.brandon@gmail.com> - - PR driver/36312 - * filenames.h: Add prototype for canonical_filename_eq. - 2014-10-28 Richard Henderson <rth@redhat.com> * longlong.h [__alpha] (umul_ppmm): Disable for c++. |