From e046cf801d513ceafc38216ec4e2a907b52a3f91 Mon Sep 17 00:00:00 2001 From: Trevor Saunders Date: Sun, 27 Mar 2016 04:30:31 -0400 Subject: get rid of K&R style args gas/ChangeLog: 2016-03-31 Trevor Saunders * cgen.c: Modernize the way functions declare arguments. * config/tc-bfin.c: Likewise. * config/tc-pdp11.c: Likewise. * literal.c: Likewise. * read.c: Likewise. * stabs.c: Likewise. --- gas/literal.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gas/literal.c') diff --git a/gas/literal.c b/gas/literal.c index b177296..e2287c1 100644 --- a/gas/literal.c +++ b/gas/literal.c @@ -43,11 +43,7 @@ #ifdef NEED_LITERAL_POOL valueT -add_to_literal_pool (sym, addend, sec, size) - symbolS *sym; - valueT addend; - segT sec; - int size; +add_to_literal_pool (symbolS *sym, valueT addend, segT sec, int size) { segT current_section = now_seg; int current_subsec = now_subseg; -- cgit v1.1