diff options
author | Steve Ellcey <sje@cup.hp.com> | 2011-11-17 21:22:11 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2011-11-17 21:22:11 +0000 |
commit | 6725cc583ff4b3b01f8a6ff3feaf9cb8a6c50b8b (patch) | |
tree | daa145a85b38888d8f506a71b318ec811eefc6ca /gcc/output.h | |
parent | 6c1c875d6e70f6577790911cb6df5e0e60a34c9f (diff) | |
download | gcc-6725cc583ff4b3b01f8a6ff3feaf9cb8a6c50b8b.zip gcc-6725cc583ff4b3b01f8a6ff3feaf9cb8a6c50b8b.tar.gz gcc-6725cc583ff4b3b01f8a6ff3feaf9cb8a6c50b8b.tar.bz2 |
re PR middle-end/51144 (r181279 possibly miscompilation of genmddeps)
2011-11-17 Steve Ellcey <sje@cup.hp.com>
PR middle-end/51144
* output.h (fprint_w): Remove.
* final.c (fprint_w): Remove.
(output_addr_const): Change fprint_w back to fprintf.
From-SVN: r181457
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h index e73c4a4..2cabaaa 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -129,7 +129,6 @@ typedef HOST_WIDE_INT __gcc_host_wide_int__; #define ATTRIBUTE_ASM_FPRINTF(m, n) ATTRIBUTE_NONNULL(m) #endif -extern void fprint_w (FILE *, HOST_WIDE_INT); extern void fprint_whex (FILE *, unsigned HOST_WIDE_INT); extern void fprint_ul (FILE *, unsigned long); extern int sprint_ul (char *, unsigned long); |