diff options
author | Tom Tromey <tromey@redhat.com> | 2014-01-22 17:10:10 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2014-01-22 17:10:10 +0000 |
commit | 1bb999001008c6caf64e8190828df31dc32286fa (patch) | |
tree | f4dd04fd53e0106cafbd99daa69f541f8f00f635 /gcc | |
parent | 3b8056a559e3501d93ddf987cb5b20d2c6f9f188 (diff) | |
download | gcc-1bb999001008c6caf64e8190828df31dc32286fa.zip gcc-1bb999001008c6caf64e8190828df31dc32286fa.tar.gz gcc-1bb999001008c6caf64e8190828df31dc32286fa.tar.bz2 |
i386-interix.h (i386_pe_unique_section): Don't use PARAMS.
* config/i386/i386-interix.h (i386_pe_unique_section): Don't use
PARAMS.
* config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS.
From-SVN: r206932
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/cr16/cr16-protos.h | 2 | ||||
-rw-r--r-- | gcc/config/i386/i386-interix.h | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bcbb7dd..1012a6d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-01-22 Tom Tromey <tromey@redhat.com> + + * config/i386/i386-interix.h (i386_pe_unique_section): Don't use + PARAMS. + * config/cr16/cr16-protos.h (notice_update_cc): Don't use PARAMS. + 2014-01-21 Vladimir Makarov <vmakarov@redhat.com> PR rtl-optimization/59896 diff --git a/gcc/config/cr16/cr16-protos.h b/gcc/config/cr16/cr16-protos.h index 97fcd83..80ea432 100644 --- a/gcc/config/cr16/cr16-protos.h +++ b/gcc/config/cr16/cr16-protos.h @@ -68,7 +68,7 @@ enum cr16_addrtype CR16_ABSOLUTE }; -extern void notice_update_cc PARAMS ((rtx)); +extern void notice_update_cc (rtx); extern int cr16_operand_bit_pos (int val, int bitval); extern void cr16_decompose_const (rtx x, int *code, enum data_model_type *data, diff --git a/gcc/config/i386/i386-interix.h b/gcc/config/i386/i386-interix.h index 9f8f7c6..59bbb50 100644 --- a/gcc/config/i386/i386-interix.h +++ b/gcc/config/i386/i386-interix.h @@ -195,7 +195,7 @@ do { \ */ #define MULTIPLE_SYMBOL_SPACES 1 -extern void i386_pe_unique_section PARAMS ((tree, int)); +extern void i386_pe_unique_section (tree, int); #define TARGET_ASM_UNIQUE_SECTION i386_pe_unique_section /* Switch into a generic section. */ |